Age | Commit message (Expand) | Author | Files | Lines |
2021-09-03 | Merge branch 'fc/completion-updates' | Junio C Hamano | 1 | -0/+15 |
2021-08-18 | completion: bash: fix for suboptions with value | Felipe Contreras | 1 | -0/+15 |
2021-07-16 | parse-options: don't complete option aliases by default | Philippe Blain | 1 | -0/+13 |
2021-05-07 | Merge branch 'dl/complete-stash-updates' | Junio C Hamano | 1 | -0/+19 |
2021-04-27 | git-completion.bash: use $__git_cmd_idx in more places | Denton Liu | 1 | -0/+19 |
2021-04-16 | diff-merges: introduce log.diffMerges config variable | Sergey Organov | 1 | -0/+3 |
2021-02-10 | Merge branch 'ab/detox-gettext-tests' | Junio C Hamano | 1 | -1/+0 |
2021-01-25 | Merge branch 'js/default-branch-name-tests-final-stretch' | Junio C Hamano | 1 | -0/+3 |
2021-01-21 | tests: remove uses of GIT_TEST_GETTEXT_POISON=false | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
2021-01-04 | completion: add proper public __git_complete | Felipe Contreras | 1 | -1/+13 |
2021-01-04 | test: completion: add tests for __git_complete | Felipe Contreras | 1 | -0/+8 |
2020-12-16 | t9902: use `main` as initial branch name | Johannes Schindelin | 1 | -154/+155 |
2020-12-01 | test: completion: fix typos | Felipe Contreras | 1 | -2/+2 |
2020-11-19 | tests: mark tests relying on the current default for `init.defaultBranch` | Johannes Schindelin | 1 | -0/+3 |
2020-11-09 | completion: bash: support recursive aliases | Felipe Contreras | 1 | -0/+19 |
2020-11-09 | Merge branch 'fc/zsh-completion' | Junio C Hamano | 1 | -1/+1 |
2020-11-02 | Merge branch 'js/default-branch-name-part-4-minus-1' | Junio C Hamano | 1 | -3/+3 |
2020-10-28 | zsh: update copyright notices | Felipe Contreras | 1 | -1/+1 |
2020-10-23 | t9902: prepare a test for the upcoming default branch name | Johannes Schindelin | 1 | -3/+3 |
2020-10-08 | checkout: learn to respect checkout.guess | Denton Liu | 1 | -0/+52 |
2020-09-26 | t9902: avoid using the branch name `master` | Johannes Schindelin | 1 | -5/+5 |
2020-07-06 | Merge branch 'js/pu-to-seen' | Junio C Hamano | 1 | -2/+2 |
2020-06-25 | Merge branch 'jk/complete-git-switch' | Junio C Hamano | 1 | -0/+455 |
2020-06-25 | tests: reference `seen` wherever `pu` was referenced | Johannes Schindelin | 1 | -2/+2 |
2020-05-28 | completion: improve handling of --orphan option of switch/checkout | Jacob Keller | 1 | -6/+3 |
2020-05-28 | completion: improve handling of -c/-C and -b/-B in switch/checkout | Jacob Keller | 1 | -32/+16 |
2020-05-28 | completion: improve handling of --track in switch/checkout | Jacob Keller | 1 | -4/+2 |
2020-05-28 | completion: improve handling of --detach in checkout | Jacob Keller | 1 | -4/+2 |
2020-05-28 | completion: improve completion for git switch with no options | Jacob Keller | 1 | -12/+6 |
2020-05-28 | completion: improve handling of DWIM mode for switch/checkout | Jacob Keller | 1 | -10/+7 |
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-04-29 | Merge branch 'en/fill-directory-exponential' | Junio C Hamano | 1 | -0/+5 |
2020-04-01 | completion: fix 'git add' on paths under an untracked directory | Elijah Newren | 1 | -0/+5 |
2020-01-30 | Merge branch 'sg/completion-worktree' | Junio C Hamano | 1 | -0/+57 |
2020-01-15 | completion: return the index of found word from __git_find_on_cmdline() | SZEDER Gábor | 1 | -0/+29 |
2020-01-15 | t9902-completion: add tests for the __git_find_on_cmdline() helper | SZEDER Gábor | 1 | -0/+28 |
2019-12-25 | Merge branch 'am/pathspec-f-f-checkout' | Junio C Hamano | 1 | -0/+2 |
2019-12-04 | checkout, restore: support the --pathspec-from-file option | Alexandr Miloslavskiy | 1 | -0/+2 |
2019-12-01 | Merge branch 'en/doc-typofix' | Junio C Hamano | 1 | -3/+3 |
2019-11-10 | Merge branch 'dl/format-patch-cover-from-desc' | Junio C Hamano | 1 | -1/+4 |
2019-11-10 | Fix spelling errors in names of tests | Elijah Newren | 1 | -2/+2 |
2019-11-10 | Fix spelling errors in comments of testcases | Elijah Newren | 1 | -1/+1 |
2019-10-16 | format-patch: teach --cover-from-description option | Denton Liu | 1 | -1/+4 |
2019-09-30 | Merge branch 'en/filter-branch-deprecation' | Junio C Hamano | 1 | -6/+6 |