2598 Commits (6f0c89d08ca8c72b778a489e49cfc670d24e1905)

Author SHA1 Message Date
Jeff King 2c9a2ae285 docs/config: mention protocol implications of url.insteadOf 8 years ago
Rikard Falkeborn 9ee4aa95db completion: add completions for git config commit 8 years ago
Thomas Gummerer 3851e4483f completion: add git stash push 8 years ago
Johannes Schindelin cedf4e27de completion: mark bash script as LF-only 8 years ago
Johannes Schindelin bee286f8f7 git-new-workdir: mark script as LF-only 8 years ago
Jeff King 60e71bbcea completion: optionally disable checkout DWIM 8 years ago
Ævar Arnfjörð Bjarmason 723c1d526f completion: expand "push --delete <remote> <ref>" for refs on that <remote> 8 years ago
Junio C Hamano fba275dc93 contrib/git-resurrect.sh: do not write \t for HT in sed scripts 8 years ago
Ævar Arnfjörð Bjarmason ac3f5a3468 ref-filter: add --no-contains option to tag/branch/for-each-ref 8 years ago
SZEDER Gábor 41d2716cdc completion: offer ctags symbol names for 'git log -S', '-G' and '-L:' 8 years ago
SZEDER Gábor 2f779f9176 completion: extract completing ctags symbol names into helper function 8 years ago
SZEDER Gábor 7826a7865c completion: put matching ctags symbol names directly into COMPREPLY 8 years ago
SZEDER Gábor 227307a639 completion: speed up branch and tag completion 8 years ago
SZEDER Gábor 745d655dc9 completion: fill COMPREPLY directly when completing fetch refspecs 8 years ago
SZEDER Gábor fef56eb006 completion: fill COMPREPLY directly when completing refs 8 years ago
SZEDER Gábor 400a7553c4 completion: let 'for-each-ref' sort remote branches for 'checkout' DWIMery 8 years ago
SZEDER Gábor 824388d54b completion: let 'for-each-ref' filter remote branches for 'checkout' DWIMery 8 years ago
SZEDER Gábor e8cb023433 completion: let 'for-each-ref' strip the remote name from remote branches 8 years ago
SZEDER Gábor e896369beb completion: let 'for-each-ref' and 'ls-remote' filter matching refs 8 years ago
SZEDER Gábor b2b6811451 completion: don't disambiguate short refs 8 years ago
SZEDER Gábor 3ad8ea7ccc completion: don't disambiguate tags and branches 8 years ago
SZEDER Gábor aed3881359 completion: support excluding full refs 8 years ago
SZEDER Gábor aa0644f74f completion: support completing fully qualified non-fast-forward refspecs 8 years ago
SZEDER Gábor 2ea328a119 completion: support completing full refs after '--option=refs/<TAB>' 8 years ago
SZEDER Gábor 15b4a16395 completion: wrap __git_refs() for better option parsing 8 years ago
Michael J Gruber 9f0b4dd0b8 git-prompt: add a describe style for any tags 8 years ago
Sebastian Schuberth b8686c661d contrib: git-remote-{bzr,hg} placeholders don't need Python 8 years ago
René Scharfe 33ad9ddd0b strbuf: add strbuf_add_real_path() 8 years ago
René Scharfe 3f64699ffd cocci: use ALLOC_ARRAY 8 years ago
SZEDER Gábor c977eefd55 completion: remove redundant __gitcomp_nl() options from _git_commit() 8 years ago
SZEDER Gábor 3ba042017a completion: restore removed line continuating backslash 8 years ago
René Scharfe ec6cd14c7a cocci: detect useless free(3) calls 8 years ago
Eric Wong 2cbad17642 completion: fix git svn authorship switches 8 years ago
Cornelius Weig f483a0aa2a completion: recognize more long-options 8 years ago
Cornelius Weig cac84960ea completion: teach remote subcommands to complete options 8 years ago
Cornelius Weig 188fba1172 completion: teach replace to complete options 8 years ago
Cornelius Weig 2c0f3a5314 completion: teach ls-remote to complete options 8 years ago
Cornelius Weig bd9ab9dfc0 completion: improve bash completion for git-add 8 years ago
Cornelius Weig e24a256b59 completion: add subcommand completion for rerere 8 years ago
Cornelius Weig 65d5a1e0a5 completion: teach submodule subcommands to complete options 8 years ago
SZEDER Gábor fad9484f0a completion: cache the path to the repository 8 years ago
SZEDER Gábor beb6ee7163 completion: extract repository discovery from __gitdir() 8 years ago
SZEDER Gábor a958d40f4e completion: don't guard git executions with __gitdir() 8 years ago
SZEDER Gábor e15098a314 completion: consolidate silencing errors from git commands 8 years ago
SZEDER Gábor 1cd23e9e05 completion: don't use __gitdir() for git commands 8 years ago
SZEDER Gábor 80ac0744b1 completion: respect 'git -C <path>' 8 years ago
SZEDER Gábor 336d694ce4 completion: fix completion after 'git -C <path>' 8 years ago
SZEDER Gábor 7b329b9dab completion: don't offer commands when 'git --opt' needs an argument 8 years ago
SZEDER Gábor 91b7ea81e8 completion: list short refs from a remote given as a URL 8 years ago
SZEDER Gábor 62a1b73216 completion: don't list 'HEAD' when trying refs completion outside of a repo 8 years ago