summaryrefslogtreecommitdiff
path: root/sys/src/cmd/git
AgeCommit message (Expand)Author
2023-04-17git/send: correctly delete branches with no local mirrorOri Bernstein
2023-02-19mkfiles: add 'mk test' supportOri Bernstein
2023-02-18git: fix nil dereference in corrupt repositoriesOri Bernstein
2022-12-02merge2Sigrid Solveig Haflínudóttir
2022-11-26git: add support for another signed message formatOri Bernstein
2022-10-21git/walk: don't list untracked files after removalOri Bernstein
2022-10-14git/compat: fix 'git init --bare' and 'git ls-remote' (thanks floren)Ori Bernstein
2022-10-08git/hist: fix with repository other than /Michael Forney
2022-10-03git/import: remove removed files from index after commitMichael Forney
2022-10-04git/compat: fix initMichael Forney
2022-09-28git/rebase: remove unnecessary use of @ operatorMichael Forney
2022-03-14git/query: implement range using paint()Michael Forney
2022-09-24git/import: fix handling relative pathsqwx
2022-09-16git/export: use native diffOri Bernstein
2022-08-16git/rebase: allow rebase without a clean treeOri Bernstein
2022-08-14git/hist: make it work in subdirectoriesJacob Moody
2022-08-10git/hist: add command to show history of filesOri Bernstein
2022-07-31git/commit: fix typo in if statementOri Bernstein
2022-07-19git/log: only count the messages we show when limiting countsOri Bernstein
2022-07-03git/log: fix log countOri Bernstein
2022-07-03git/compat: expand to cover go bootstrapOri Bernstein
2022-07-03git/log: support -n option to restrict log countsOri Bernstein
2022-06-11git/pack: add support for skipping ssh signaturesOri Bernstein
2022-06-11git/get: keep sending what we have until we get an ackOri Bernstein
2022-06-04git/import: use patch(1)Ori Bernstein
2022-05-28git: performance enhancementsOri Bernstein
2022-05-20git: improve error on short readOri Bernstein
2022-04-28git/pull: remove '-b' and '-a' optionOri Bernstein
2022-04-17git: rename internal 'git/fetch' plumbing to 'git/get'Ori Bernstein
2022-04-17git/send: fill in 'theirs' object, even if we miss itOri Bernstein
2022-04-17git/serve: log correct error messageOri Bernstein
2022-04-16git/merge: preserve exec bit correctlyOri Bernstein
2022-04-16git/pull: fetch all branches (please test)Ori Bernstein
2022-04-26git/import: squash leading/trailing/consecutive blanks and strip trailing spaceMichael Forney
2022-04-04git/branch: remove duplicate assignment of dirtypathsMichael Forney
2022-04-04git/branch: fix typo in error messageMichael Forney
2022-03-18git/fetch: use read for reading packfiles instead of readnMichael Forney
2022-03-17git: use commit date as traversal hint instead of author dateMichael Forney
2022-03-17git/fetch: improve detection of dumb http protocolMichael Forney
2022-03-16git/query: refactor graph painting algorithm (findtwixt, lca)Michael Forney
2022-02-27git/revert: update modification time on revertOri Bernstein
2022-02-10git/branch: fix order of operations (thanks qwx)Ori Bernstein
2022-01-23git/query: leave range commits in topological orderMichael Forney
2022-01-09git/commit: squelch error when run outside repositoryOri Bernstein
2022-01-07git/fs: remove trailing null bytes from parent file (thanks mcf)Ori Bernstein
2022-01-06git: fix typo in git/log outputOri Bernstein
2022-01-02git: size cache in bytes, not objectsOri Bernstein
2021-12-22git: revert c947bf808 -- it triggers a bug.Ori Bernstein
2021-12-20git: fetch all branches by default.Ori Bernstein
2021-12-08git: fully init objqOri Bernstein