summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2017-03-21Merge branch 'mg/prompt-describe-tags'Junio C Hamano
2017-03-15git-prompt: add a describe style for any tagsMichael J Gruber
2017-03-13Merge branch 'ss/remote-bzr-hg-placeholder-wo-python'Junio C Hamano
2017-03-10Merge branch 'rs/strbuf-add-real-path'Junio C Hamano
2017-03-03contrib: git-remote-{bzr,hg} placeholders don't need PythonSebastian Schuberth
2017-02-27Merge branch 'sg/completion'Junio C Hamano
2017-02-27Merge branch 'jk/describe-omit-some-refs'Junio C Hamano
2017-02-27strbuf: add strbuf_add_real_path()René Scharfe
2017-02-27cocci: use ALLOC_ARRAYRené Scharfe
2017-02-16Merge branch 'rs/cocci-check-free-only-null'Junio C Hamano
2017-02-15Merge branch 'cw/completion'Junio C Hamano
2017-02-15Merge branch 'rs/swap'Junio C Hamano
2017-02-13completion: restore removed line continuating backslashSZEDER Gábor
2017-02-11cocci: detect useless free(3) callsRené Scharfe
2017-02-10Merge branch 'ew/complete-svn-authorship-options'Junio C Hamano
2017-02-10Merge branch 'bw/push-submodule-only'Junio C Hamano
2017-02-06completion: fix git svn authorship switchesEric Wong
2017-02-04completion: recognize more long-optionsCornelius Weig
2017-02-04completion: teach remote subcommands to complete optionsCornelius Weig
2017-02-04completion: teach replace to complete optionsCornelius Weig
2017-02-04completion: teach ls-remote to complete optionsCornelius Weig
2017-02-04completion: improve bash completion for git-addCornelius Weig
2017-02-04completion: add subcommand completion for rerereCornelius Weig
2017-02-04completion: teach submodule subcommands to complete optionsCornelius Weig
2017-02-04completion: cache the path to the repositorySZEDER Gábor
2017-02-04completion: extract repository discovery from __gitdir()SZEDER Gábor
2017-02-04completion: don't guard git executions with __gitdir()SZEDER Gábor
2017-02-04completion: consolidate silencing errors from git commandsSZEDER Gábor
2017-02-04completion: don't use __gitdir() for git commandsSZEDER Gábor
2017-02-04completion: respect 'git -C <path>'SZEDER Gábor
2017-02-04completion: fix completion after 'git -C <path>'SZEDER Gábor
2017-02-04completion: don't offer commands when 'git --opt' needs an argumentSZEDER Gábor
2017-02-04completion: list short refs from a remote given as a URLSZEDER Gábor
2017-02-04completion: don't list 'HEAD' when trying refs completion outside of a repoSZEDER Gábor
2017-02-04completion: list refs from remote when remote's name matches a directorySZEDER Gábor
2017-02-04completion: respect 'git --git-dir=<path>' when listing remote refsSZEDER Gábor
2017-02-04completion: fix most spots not respecting 'git --git-dir=<path>'SZEDER Gábor
2017-02-04completion: ensure that the repository path given on the command line existsSZEDER Gábor
2017-02-04completion: improve __git_refs()'s in-code documentationSZEDER Gábor
2017-02-03Merge branch 'pl/complete-diff-submodule-diff'Junio C Hamano
2017-02-02Merge branch 'rs/absolute-pathdup'Junio C Hamano
2017-02-01completion: add completion for --recurse-submodules=onlyCornelius Weig
2017-01-31Merge branch 'js/difftool-builtin'Junio C Hamano
2017-01-31Merge branch 'sb/retire-convert-objects-from-contrib'Junio C Hamano
2017-01-30Completion: Add support for --submodule=diffPeter Law
2017-01-30add SWAP macroRené Scharfe
2017-01-26abspath: add absolute_pathdup()René Scharfe
2017-01-24describe: teach describe negative pattern matchesJacob Keller
2017-01-19contrib: remove git-convert-objectsStefan Beller
2017-01-19difftool: retire the scripted versionJohannes Schindelin