Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | init: document `init.defaultBranch` better | Johannes Schindelin | 2020-12-13 | 1 | -4/+7 |
* | Seventh batch | Junio C Hamano | 2020-11-21 | 1 | -0/+20 |
* | Merge branch 'jk/rev-parse-end-of-options' | Junio C Hamano | 2020-11-21 | 1 | -2/+6 |
|\ | |||||
| * | rev-parse: handle --end-of-options | Jeff King | 2020-11-10 | 1 | -2/+6 |
* | | Merge branch 'jc/format-patch-name-max' | Junio C Hamano | 2020-11-21 | 2 | -0/+13 |
|\ \ | |||||
| * | | format-patch: make output filename configurable | Junio C Hamano | 2020-11-09 | 2 | -0/+13 |
| |/ | |||||
* | | Sixth batch | Junio C Hamano | 2020-11-18 | 1 | -0/+35 |
* | | Merge branch 'pb/blame-funcname-range-userdiff' | Junio C Hamano | 2020-11-18 | 7 | -53/+45 |
|\ \ | |||||
| * | | doc: add more pointers to gitattributes(5) for userdiff | Philippe Blain | 2020-11-01 | 3 | -4/+11 |
| * | | blame-options.txt: also mention 'funcname' in '-L' description | Philippe Blain | 2020-11-01 | 2 | -4/+5 |
| * | | doc: line-range: improve formatting | Philippe Blain | 2020-11-01 | 3 | -17/+17 |
| * | | doc: log, gitk: move '-L' description to 'line-range-options.txt' | Philippe Blain | 2020-11-01 | 3 | -33/+17 |
* | | | Merge branch 'ds/maintenance-part-3' | Junio C Hamano | 2020-11-18 | 3 | -1/+182 |
|\ \ \ | |||||
| * | | | maintenance: add troubleshooting guide to docs | Derrick Stolee | 2020-10-16 | 1 | -0/+44 |
| * | | | maintenance: use 'incremental' strategy by default | Derrick Stolee | 2020-10-16 | 1 | -0/+17 |
| * | | | maintenance: create maintenance.strategy config | Derrick Stolee | 2020-10-16 | 1 | -0/+15 |
| * | | | maintenance: add start/stop subcommands | Derrick Stolee | 2020-09-25 | 1 | -0/+11 |
| * | | | maintenance: add [un]register subcommands | Derrick Stolee | 2020-09-25 | 1 | -0/+14 |
| * | | | for-each-repo: run subcommands on configured repos | Derrick Stolee | 2020-09-25 | 1 | -0/+59 |
| * | | | maintenance: add --schedule option and config | Derrick Stolee | 2020-09-25 | 2 | -1/+17 |
| * | | | maintenance: optionally skip --auto process | Derrick Stolee | 2020-09-25 | 1 | -0/+5 |
* | | | | Fifth batch | Junio C Hamano | 2020-11-11 | 1 | -0/+22 |
* | | | | Merge branch 'mc/typofix' | Junio C Hamano | 2020-11-11 | 3 | -3/+3 |
|\ \ \ \ | |||||
| * | | | | doc: fixing two trivial typos in Documentation/ | Marlon Rac Cambasis | 2020-11-05 | 3 | -3/+3 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'jc/abbrev-doc' | Junio C Hamano | 2020-11-11 | 6 | -11/+18 |
|\ \ \ \ | |||||
| * | | | | doc: clarify that --abbrev=<n> is about the minimum length | Junio C Hamano | 2020-11-04 | 6 | -11/+18 |
| |/ / / | |||||
* | | | | Merge branch 'so/format-patch-doc-on-default-diff-format' | Junio C Hamano | 2020-11-11 | 1 | -3/+6 |
|\ \ \ \ | |||||
| * | | | | doc/diff-options: fix out of place mentions of '--patch/-p' | Sergey Organov | 2020-10-31 | 1 | -3/+6 |
| |/ / / | |||||
* | | | | Fourth batch | Junio C Hamano | 2020-11-09 | 1 | -0/+34 |
* | | | | Merge branch 'ab/git-remote-exit-code' | Junio C Hamano | 2020-11-09 | 1 | -0/+11 |
|\ \ \ \ | |||||
| * | | | | remote: add meaningful exit code on missing/existing | Ævar Arnfjörð Bjarmason | 2020-10-27 | 1 | -0/+11 |
* | | | | | Merge branch 'en/dir-rename-tests' | Junio C Hamano | 2020-11-09 | 1 | -7/+8 |
|\ \ \ \ \ | |||||
| * | | | | | t6423: more involved rules for renaming directories into each other | Elijah Newren | 2020-10-16 | 1 | -0/+3 |
| * | | | | | t6423: update directory rename detection tests with new rule | Elijah Newren | 2020-10-16 | 1 | -4/+1 |
| * | | | | | directory-rename-detection.txt: update references to regression tests | Elijah Newren | 2020-10-16 | 1 | -3/+4 |
* | | | | | | Third batch | Junio C Hamano | 2020-11-02 | 1 | -0/+80 |
* | | | | | | Merge branch 'jc/doc-final-resend' | Junio C Hamano | 2020-11-02 | 1 | -3/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | SubmittingPatches: clarify the purpose of the final resend | Junio C Hamano | 2020-10-26 | 1 | -3/+5 |
* | | | | | | | Merge branch 'es/tutorial-mention-asciidoc-early' | Junio C Hamano | 2020-11-02 | 1 | -2/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | MyFirstContribution: clarify asciidoc dependency | Emily Shaffer | 2020-10-16 | 1 | -2/+3 |
* | | | | | | | | Merge branch 've/userdiff-bash' | Junio C Hamano | 2020-11-02 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | userdiff: support Bash | Victor Engmark | 2020-10-22 | 1 | -0/+3 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'mk/diff-ignore-regex' | Junio C Hamano | 2020-11-02 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | diff: add -I<regex> that ignores matching changes | Michał Kępień | 2020-10-20 | 1 | -0/+5 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'dl/diff-merge-base' | Junio C Hamano | 2020-11-02 | 3 | -17/+35 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | builtin/diff-tree: learn --merge-base | Denton Liu | 2020-09-21 | 2 | -3/+12 |
| * | | | | | | | | builtin/diff-index: learn --merge-base | Denton Liu | 2020-09-20 | 2 | -5/+14 |
| * | | | | | | | | git-diff.txt: backtick quote command text | Denton Liu | 2020-09-17 | 1 | -9/+9 |
| * | | | | | | | | git-diff-index.txt: make --cached description a proper sentence | Denton Liu | 2020-09-17 | 1 | -1/+1 |
* | | | | | | | | | Merge branch 'bk/sob-dco' | Junio C Hamano | 2020-11-02 | 14 | -46/+52 |
|\ \ \ \ \ \ \ \ \ |