Age | Commit message (Expand) | Author | Files | Lines |
2018-08-20 | Merge branch 'wc/make-funnynames-shared-lazy-prereq' | Junio C Hamano | 1 | -3/+3 |
2018-08-06 | t: factor out FUNNYNAMES as shared lazy prereq | William Chargin | 1 | -3/+3 |
2018-07-16 | t9000-t9999: fix broken &&-chains | Eric Sunshine | 1 | -2/+2 |
2018-06-28 | Merge branch 'nd/completion-negation' | Junio C Hamano | 1 | -2/+39 |
2018-06-11 | completion: collapse extra --no-.. options | Nguyễn Thái Ngọc Duy | 1 | -11/+38 |
2018-06-01 | Merge branch 'cc/tests-without-assuming-ref-files-backend' | Junio C Hamano | 1 | -1/+1 |
2018-06-01 | Merge branch 'nd/command-list' | Junio C Hamano | 1 | -20/+3 |
2018-05-30 | t990X: use '.git/objects' as 'deep inside .git' path | Christian Couder | 1 | -1/+1 |
2018-05-29 | completion: suppress some -no- options | Nguyễn Thái Ngọc Duy | 1 | -2/+0 |
2018-05-29 | parse-options: option to let --git-completion-helper show negative form | Nguyễn Thái Ngọc Duy | 1 | -2/+14 |
2018-05-21 | completion: add and use --list-cmds=alias | Nguyễn Thái Ngọc Duy | 1 | -18/+0 |
2018-05-21 | completion: let git provide the completable command list | Nguyễn Thái Ngọc Duy | 1 | -2/+3 |
2018-05-21 | t9902-completion: exercise __git_complete_index_file() directly | SZEDER Gábor | 1 | -107/+118 |
2018-04-17 | completion: improve handling quoted paths in 'git ls-files's output | SZEDER Gábor | 1 | -2/+15 |
2018-04-17 | t9902-completion: ignore COMPREPLY element order in some tests | SZEDER Gábor | 1 | -2/+4 |
2018-04-17 | completion: let 'ls-files' and 'diff-index' filter matching paths | SZEDER Gábor | 1 | -0/+1 |
2018-04-17 | completion: improve handling quoted paths on the command line | SZEDER Gábor | 1 | -2/+44 |
2018-04-17 | completion: support completing non-ASCII pathnames | SZEDER Gábor | 1 | -1/+1 |
2018-04-17 | t9902-completion: add tests demonstrating issues with quoted pathnames | SZEDER Gábor | 1 | -0/+91 |
2018-03-25 | completion: add --option completion for most builtin commands | Nguyễn Thái Ngọc Duy | 1 | -0/+6 |
2018-03-23 | t9902: disable test on the list of merge-strategies under GETTEXT_POISON | Junio C Hamano | 1 | -1/+1 |
2018-03-22 | completion: clear cached --options when sourcing the completion script | SZEDER Gábor | 1 | -0/+31 |
2018-02-09 | completion: use __gitcomp_builtin in _git_checkout | Nguyễn Thái Ngọc Duy | 1 | -5/+7 |
2017-10-25 | completion: add remaining flags to checkout | Thomas Braun | 1 | -0/+4 |
2017-04-23 | completion: expand "push --delete <remote> <ref>" for refs on that <remote> | Ævar Arnfjörð Bjarmason | 1 | -0/+34 |
2017-03-23 | completion: fill COMPREPLY directly when completing refs | SZEDER Gábor | 1 | -0/+27 |
2017-03-23 | completion: let 'for-each-ref' and 'ls-remote' filter matching refs | SZEDER Gábor | 1 | -0/+124 |
2017-03-23 | completion: support excluding full refs | SZEDER Gábor | 1 | -0/+31 |
2017-03-23 | completion: support completing fully qualified non-fast-forward refspecs | SZEDER Gábor | 1 | -0/+68 |
2017-03-23 | completion: support completing full refs after '--option=refs/<TAB>' | SZEDER Gábor | 1 | -0/+31 |
2017-03-23 | completion: wrap __git_refs() for better option parsing | SZEDER Gábor | 1 | -0/+106 |
2017-02-03 | completion: cache the path to the repository | SZEDER Gábor | 1 | -58/+103 |
2017-02-03 | completion: extract repository discovery from __gitdir() | SZEDER Gábor | 1 | -6/+16 |
2017-02-03 | completion: respect 'git -C <path>' | SZEDER Gábor | 1 | -0/+87 |
2017-02-03 | completion: fix completion after 'git -C <path>' | SZEDER Gábor | 1 | -1/+6 |
2017-02-03 | completion: list short refs from a remote given as a URL | SZEDER Gábor | 1 | -3/+3 |
2017-02-03 | completion: don't list 'HEAD' when trying refs completion outside of a repo | SZEDER Gábor | 1 | -1/+1 |
2017-02-03 | completion: list refs from remote when remote's name matches a directory | SZEDER Gábor | 1 | -1/+10 |
2017-02-03 | completion: respect 'git --git-dir=<path>' when listing remote refs | SZEDER Gábor | 1 | -2/+2 |
2017-02-03 | completion: ensure that the repository path given on the command line exists | SZEDER Gábor | 1 | -0/+8 |
2017-02-03 | completion tests: add tests for the __git_refs() helper function | SZEDER Gábor | 1 | -1/+264 |
2017-02-03 | completion tests: check __gitdir()'s output in the error cases | SZEDER Gábor | 1 | -3/+5 |
2017-02-03 | completion tests: consolidate getting path of current working directory | SZEDER Gábor | 1 | -23/+21 |
2017-02-03 | completion tests: make the $cur variable local to the test helper functions | SZEDER Gábor | 1 | -2/+2 |
2017-02-03 | completion tests: don't add test cruft to the test repository | SZEDER Gábor | 1 | -3/+3 |
2016-12-16 | t: use nongit() function where applicable | Jeff King | 1 | -6/+1 |
2015-05-12 | completion: simplify query for config variables | SZEDER Gábor | 1 | -0/+12 |
2015-05-12 | completion: add a helper function to get config variables | SZEDER Gábor | 1 | -0/+22 |
2015-03-20 | t: fix severe &&-chain breakage | Jeff King | 1 | -1/+1 |
2015-03-06 | completion: add a test for __git_remotes() helper function | SZEDER Gábor | 1 | -0/+19 |