Age | Commit message (Expand) | Author | Files | Lines |
2020-05-29 | Merge branch 'bc/sha-256-part-1-of-4' | Junio C Hamano | 1 | -1/+1 |
2020-05-29 | Merge branch 'ma/rev-list-options-docfix' | Junio C Hamano | 1 | -16/+19 |
2020-05-29 | Merge branch 'jk/ci-only-on-selected-branches' | Junio C Hamano | 1 | -2/+3 |
2020-05-29 | t: avoid alternation (not POSIX) in grep's BRE | Carlo Marcelo Arenas Belón | 2 | -2/+2 |
2020-05-30 | l10n: zh_TW.po: v2.27.0 round 2 (0 untranslated) | Yi-Jyun Pan | 1 | -103/+107 |
2020-05-30 | l10n: zh_TW.po: v2.27.0 round 1 (0 untranslated) | Yi-Jyun Pan | 1 | -3587/+4088 |
2020-05-29 | l10n: de.po: Fix typo in the German translation of octopus | Jan Engelhardt | 1 | -1/+1 |
2020-05-29 | l10n: de.po: Update German translation for Git 2.27.0 | Matthias Rüster | 1 | -3444/+3684 |
2020-05-28 | completion: improve handling of --orphan option of switch/checkout | Jacob Keller | 2 | -13/+17 |
2020-05-28 | completion: improve handling of -c/-C and -b/-B in switch/checkout | Jacob Keller | 2 | -34/+63 |
2020-05-28 | completion: improve handling of --track in switch/checkout | Jacob Keller | 2 | -6/+24 |
2020-05-28 | completion: improve handling of --detach in checkout | Jacob Keller | 2 | -5/+8 |
2020-05-28 | completion: improve completion for git switch with no options | Jacob Keller | 2 | -25/+26 |
2020-05-28 | completion: improve handling of DWIM mode for switch/checkout | Jacob Keller | 2 | -29/+83 |
2020-05-28 | completion: perform DWIM logic directly in __git_complete_refs | Jacob Keller | 1 | -1/+18 |
2020-05-28 | completion: extract function __git_dwim_remote_heads | Jacob Keller | 1 | -7/+21 |
2020-05-28 | completion: replace overloaded track term for __git_complete_refs | Jacob Keller | 1 | -13/+15 |
2020-05-28 | completion: add tests showing subpar switch/checkout --orphan logic | Jacob Keller | 1 | -0/+39 |
2020-05-28 | completion: add tests showing subpar -c/C argument completion | Jacob Keller | 1 | -0/+100 |
2020-05-28 | completion: add tests showing subpar -c/-C startpoint completion | Jacob Keller | 1 | -0/+140 |
2020-05-28 | completion: add tests showing subpar switch/checkout --track logic | Jacob Keller | 1 | -0/+34 |
2020-05-28 | completion: add tests showing subar checkout --detach logic | Jacob Keller | 1 | -0/+46 |
2020-05-28 | completion: add tests showing subpar DWIM logic for switch/checkout | Jacob Keller | 1 | -0/+105 |
2020-05-28 | completion: add test showing subpar git switch completion | Jacob Keller | 1 | -0/+23 |
2020-05-28 | completion: use native ZSH array pattern matching | Marco Trevisan (Treviño) | 1 | -1/+1 |
2020-05-28 | l10n: it.po: update for Git 2.27.0 round #2 | Alessandro Menti | 1 | -122/+129 |
2020-05-28 | Merge branch 'fr_2.27.0rnd2' of github.com:jnavila/git | Jiang Xin | 1 | -103/+107 |
2020-05-28 | Merge branch 'master' of github.com:bitigchi/git-po | Jiang Xin | 1 | -114/+116 |
2020-05-28 | Merge branch 'master' of github.com:alshopov/git-po | Jiang Xin | 1 | -1096/+976 |
2020-05-28 | Merge branch 'master' of github.com:Softcatala/git-po | Jiang Xin | 1 | -390/+179 |
2020-05-27 | checkout -p: handle new files correctly | Johannes Schindelin | 3 | -9/+61 |
2020-05-27 | builtin/ls-remote: initialize repository based on fetch | brian m. carlson | 1 | -0/+4 |
2020-05-27 | t5500: make hash independent | brian m. carlson | 1 | -2/+3 |
2020-05-27 | serve: advertise object-format capability for protocol v2 | brian m. carlson | 3 | -0/+54 |
2020-05-27 | connect: parse v2 refs with correct hash algorithm | brian m. carlson | 1 | -5/+16 |
2020-05-27 | connect: pass full packet reader when parsing v2 refs | brian m. carlson | 1 | -2/+3 |
2020-05-27 | Documentation/technical: document object-format for protocol v2 | brian m. carlson | 1 | -0/+9 |
2020-05-27 | t1302: expect repo format version 1 for SHA-256 | brian m. carlson | 1 | -1/+5 |
2020-05-27 | builtin/show-index: provide options to determine hash algo | brian m. carlson | 3 | -7/+35 |
2020-05-27 | t5302: modernize test formatting | brian m. carlson | 1 | -174/+182 |
2020-05-27 | packfile: compute and use the index CRC offset | brian m. carlson | 3 | -5/+3 |
2020-05-27 | t3200: mark assertion with SHA1 prerequisite | brian m. carlson | 1 | -1/+1 |
2020-05-27 | setup: set the_repository's hash algo when checking format | brian m. carlson | 1 | -0/+1 |
2020-05-27 | fetch-pack: parse and advertise the object-format capability | brian m. carlson | 1 | -0/+12 |
2020-05-27 | t5562: pass object-format in synthesized test data | brian m. carlson | 1 | -2/+3 |
2020-05-27 | builtin/clone: initialize hash algorithm properly | brian m. carlson | 1 | -0/+9 |
2020-05-27 | remote-curl: implement object-format extensions | brian m. carlson | 1 | -1/+18 |
2020-05-27 | transport-helper: implement object-format extensions | brian m. carlson | 1 | -2/+22 |
2020-05-27 | docs: update remote helper docs for object-format extensions | brian m. carlson | 1 | -4/+29 |
2020-05-27 | builtin/receive-pack: detect when the server doesn't support our hash | brian m. carlson | 1 | -0/+9 |