Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-03Merge branch 'rs/absolute-pathdup'Junio C Hamano
2017-02-02completion: add completion for --recurse-submodules=onlyCornelius Weig
2017-02-01Merge branch 'js/difftool-builtin'Junio C Hamano
2017-02-01Merge branch 'sb/retire-convert-objects-from-contrib'Junio C Hamano
2017-01-31Completion: Add support for --submodule=diffPeter Law
2017-01-31add SWAP macroRené Scharfe
2017-01-27abspath: add absolute_pathdup()René Scharfe
2017-01-24describe: teach describe negative pattern matchesJacob Keller
2017-01-20contrib: remove git-convert-objectsStefan Beller
2017-01-20difftool: retire the scripted versionJohannes Schindelin
2017-01-19Merge branch 'sb/remove-gitview'Junio C Hamano
2017-01-18Merge branch 'ls/filter-process' into maintJunio C Hamano
2017-01-18Merge branch 'bb/unicode-9.0' into maintJunio C Hamano
2017-01-08contrib: remove gitviewStefan Beller
2016-12-27Merge branch 'ls/filter-process'Junio C Hamano
2016-12-27Merge branch 'cp/merge-continue'Junio C Hamano
2016-12-20Merge branch 'bb/unicode-9.0'Junio C Hamano
2016-12-20Merge branch 'nd/rebase-forget'Junio C Hamano
2016-12-14completion: add --continue option for mergeChris Packham
2016-12-14update_unicode.sh: remove the plane filterBeat Bolli
2016-12-14update_unicode.sh: automatically download newer definition filesBeat Bolli
2016-12-14update_unicode.sh: pin the uniset repo to a known good commitBeat Bolli
2016-12-14update_unicode.sh: remove an unnecessary subshell levelBeat Bolli
2016-12-14update_unicode.sh: move it into contrib/update-unicodeBeat Bolli
2016-12-12rebase: add --quit to cleanup rebase, leave everything else untouchedNguyễn Thái Ngọc Duy