Age | Commit message (Expand) | Author | Files | Lines |
2021-03-26 | Merge branch 'cm/rebase-i-fixup-amend-reword' | Junio C Hamano | 2 | -16/+50 |
2021-03-26 | Merge branch 'cm/rebase-i-updates' | Junio C Hamano | 1 | -1/+1 |
2021-03-26 | Merge branch 'cm/rebase-i' | Junio C Hamano | 1 | -3/+11 |
2021-03-26 | Git 2.31.1 | Junio C Hamano | 1 | -0/+27 |
2021-03-24 | The third patch | Junio C Hamano | 1 | -0/+16 |
2021-03-24 | Merge branch 'tb/geometric-repack' | Junio C Hamano | 2 | -0/+33 |
2021-03-24 | Merge branch 'tb/push-simple-uses-branch-merge-config' | Junio C Hamano | 1 | -1/+1 |
2021-03-24 | format-patch: give an overview of what a "patch" message is | Junio C Hamano | 1 | -2/+19 |
2021-03-23 | rebase: remove transitory rebase.useBuiltin setting & env | Ævar Arnfjörð Bjarmason | 1 | -7/+0 |
2021-03-23 | format-patch: allow a non-integral version numbers | ZheNing Hu | 1 | -0/+5 |
2021-03-23 | commit: add --trailer option | ZheNing Hu | 1 | -1/+13 |
2021-03-22 | The second batch | Junio C Hamano | 1 | -2/+50 |
2021-03-22 | Merge branch 'ps/update-ref-trans-hook-doc' | Junio C Hamano | 1 | -12/+21 |
2021-03-22 | Merge branch 'jr/doc-ignore-typofix' | Junio C Hamano | 1 | -1/+1 |
2021-03-22 | Merge branch 'dl/cat-file-doc-cleanup' | Junio C Hamano | 1 | -33/+34 |
2021-03-22 | Merge branch 'rs/pretty-describe' | Junio C Hamano | 2 | -1/+15 |
2021-03-22 | Merge branch 'dl/stash-show-untracked' | Junio C Hamano | 2 | -7/+20 |
2021-03-22 | Merge branch 'en/ort-perf-batch-8' | Junio C Hamano | 1 | -1/+1 |
2021-03-22 | Merge branch 'ds/commit-graph-generation-config' | Junio C Hamano | 1 | -0/+6 |
2021-03-19 | The first batch in 2.32 cycle | Junio C Hamano | 1 | -0/+51 |
2021-03-19 | Merge branch 'km/config-doc-typofix' | Junio C Hamano | 1 | -1/+1 |
2021-03-17 | config.txt: add missing period | Kyle Meyer | 1 | -1/+1 |
2021-03-15 | simple-ipc: design documentation for new IPC mechanism | Jeff Hostetler | 1 | -0/+105 |
2021-03-15 | doc/git-commit: add documentation for fixup=[amend|reword] options | Charvi Mendiratta | 2 | -16/+50 |
2021-03-14 | Merge branch 'jn/mergetool-hideresolved-is-optional' | Junio C Hamano | 2 | -1/+5 |
2021-03-13 | Documentation/git-push.txt: correct configuration typo | Taylor Blau | 1 | -1/+1 |
2021-03-13 | doc: describe mergetool configuration in git-mergetool(1) | Jonathan Nieder | 1 | -0/+4 |
2021-03-13 | mergetool: do not enable hideResolved by default | Jonathan Nieder | 1 | -1/+1 |
2021-03-11 | archive: expand only a single %(describe) per archive | René Scharfe | 1 | -1/+2 |
2021-03-08 | Git 2.31-rc2 | Junio C Hamano | 1 | -0/+2 |
2021-03-08 | Sync with Git 2.30.2 for CVE-2021-21300 | Junio C Hamano | 14 | -0/+105 |
2021-03-05 | stash show: learn stash.showIncludeUntracked | Denton Liu | 2 | -2/+7 |
2021-03-05 | stash show: teach --include-untracked and --only-untracked | Denton Liu | 1 | -5/+13 |
2021-03-04 | Merged the open-eintr workaround for macOS | Junio C Hamano | 1 | -0/+5 |
2021-03-04 | Documentation/RelNotes: improve release note for rename detection work | Elijah Newren | 1 | -1/+1 |
2021-03-03 | doc: .gitignore documentation typofix | Julien Richard | 1 | -1/+1 |
2021-03-03 | git-cat-file.txt: remove references to "sha1" | Denton Liu | 1 | -5/+6 |
2021-03-03 | git-cat-file.txt: monospace args, placeholders and filenames | Denton Liu | 1 | -28/+28 |
2021-03-01 | Hopefully the last batch before -rc1 | Junio C Hamano | 1 | -0/+31 |
2021-03-01 | Merge branch 'hv/trailer-formatting' | Junio C Hamano | 1 | -5/+3 |
2021-03-01 | Merge branch 'hn/reftable-tables-doc-update' | Junio C Hamano | 1 | -16/+26 |
2021-03-01 | Merge branch 'jt/transfer-fsck-across-packs' | Junio C Hamano | 2 | -3/+14 |
2021-03-01 | Merge branch 'ds/chunked-file-api' | Junio C Hamano | 3 | -0/+122 |
2021-03-01 | Merge branch 'en/diffcore-rename' | Junio C Hamano | 1 | -0/+20 |
2021-03-01 | pretty: document multiple %(describe) being inconsistent | René Scharfe | 1 | -1/+3 |
2021-03-01 | githooks.txt: clarify documentation on reference-transaction hook | Patrick Steinhardt | 1 | -1/+10 |
2021-03-01 | githooks.txt: replace mentions of SHA-1 specific properties | Patrick Steinhardt | 1 | -11/+11 |
2021-02-26 | diffcore-rename: use directory rename guided basename comparisons | Elijah Newren | 1 | -1/+1 |
2021-02-25 | Git 2.31-rc0 | Junio C Hamano | 1 | -0/+49 |
2021-02-25 | Merge branch 'dl/doc-config-camelcase' | Junio C Hamano | 5 | -7/+7 |