summaryrefslogtreecommitdiffstats
path: root/contrib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dl/pretty-reference'Junio C Hamano2019-12-101-1/+1
|\
| * pretty: implement 'reference' formatDenton Liu2019-11-201-1/+1
| * completion: complete `tformat:` pretty formatDenton Liu2019-11-201-1/+1
* | Merge branch 'dl/submodule-set-url'Junio C Hamano2019-12-101-1/+1
|\ \
| * | submodule: teach set-url subcommandDenton Liu2019-10-301-1/+1
* | | Merge branch 'js/complete-svn-recursive'Junio C Hamano2019-12-011-0/+1
|\ \ \
| * | | completion: tab-complete "git svn --recursive"James Shubin2019-11-131-0/+1
| | |/ | |/|
* | | Merge branch 'dl/complete-rebase-onto'Junio C Hamano2019-12-011-0/+4
|\ \ \
| * | | completion: learn to complete `git rebase --onto=`Denton Liu2019-11-121-0/+4
* | | | Merge branch 'jk/remove-sha1-to-hex'Junio C Hamano2019-12-011-32/+0
|\ \ \ \
| * | | | hex: drop sha1_to_hex()Jeff King2019-11-131-15/+0
| * | | | hex: drop sha1_to_hex_r()Jeff King2019-11-111-17/+0
| | |_|/ | |/| |
* | | | Fix spelling errors in no-longer-updated-from-upstream modulesElijah Newren2019-11-105-5/+5
* | | | multimail: fix a few simple spelling errorsElijah Newren2019-11-102-5/+5
* | | | Fix spelling errors in messages shown to usersElijah Newren2019-11-101-1/+1
* | | | Fix spelling errors in code commentsElijah Newren2019-11-103-4/+4
* | | | Fix spelling errors in documentation outside of Documentation/Elijah Newren2019-11-071-1/+1
|/ / /
* | | Merge branch 'nr/diff-highlight-indent-fix'Junio C Hamano2019-10-231-1/+1
|\ \ \
| * | | diff-highlight: fix a whitespace nitNorman Rasmussen2019-10-151-1/+1
| | |/ | |/|
* | | Merge branch 'mb/clarify-zsh-completion-doc'Junio C Hamano2019-10-231-2/+3
|\ \ \
| * | | completion: clarify installation instruction for zshMaxim Belsky2019-10-181-2/+3
| |/ /
* | | Merge branch 'ew/hashmap'Junio C Hamano2019-10-151-0/+16
|\ \ \
| * | | coccicheck: detect hashmap_entry.hash assignmentEric Wong2019-10-071-0/+16
| |/ /
* | | Merge branch 'js/azure-pipelines-msvc'Junio C Hamano2019-10-151-0/+3
|\ \ \
| * | | vcxproj: only copy `git-remote-http.exe` once it was builtJohannes Schindelin2019-10-061-0/+3
* | | | Merge branch 'am/visual-studio-config-fix'Junio C Hamano2019-10-091-7/+8
|\ \ \ \
| * | | | contrib/buildsystems: fix Visual Studio Debug configurationAlexandr Miloslavskiy2019-09-281-7/+8
| | |/ / | |/| |
* | | | Merge branch 'cc/svn-fe-py-shebang'Junio C Hamano2019-10-071-1/+1
|\ \ \ \
| * | | | contrib/svn-fe: fix shebang for svnrdump_sim.pyClément Chigot2019-09-181-1/+1
| |/ / /
* | | | Merge branch 'hb/hg-to-git-py3'Junio C Hamano2019-10-071-25/+25
|\ \ \ \
| * | | | hg-to-git: make it compatible with both python3 and python2Hervé Beraud2019-09-181-25/+25
| |/ / /
* | | | Merge branch 'mr/complete-more-for-log-etc'Junio C Hamano2019-10-071-4/+14
|\ \ \ \
| * | | | completion: add missing completions for log, diff, showMax Rothman2019-09-121-4/+14
| |/ / /
* | | | Merge branch 'dl/complete-rebase-and-archive'Junio C Hamano2019-10-071-19/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | completion: teach archive to use __gitcomp_builtinDenton Liu2019-09-121-4/+1
| * | | completion: teach rebase to use __gitcomp_builtinDenton Liu2019-09-121-15/+7
| |/ /
* | | Merge branch 'dl/rebase-i-keep-base'Junio C Hamano2019-09-301-1/+1
|\ \ \
| * | | rebase: teach rebase --keep-baseDenton Liu2019-08-281-1/+1
| |/ /
* | | Merge branch 'dl/complete-cherry-pick-revert-skip'Junio C Hamano2019-09-301-2/+4
|\ \ \
| * | | completion: add --skip for cherry-pick and revertDenton Liu2019-08-271-1/+1
| * | | completion: merge options for cherry-pick and revertDenton Liu2019-08-271-2/+4
| |/ /
* | | Merge branch 'en/filter-branch-deprecation'Junio C Hamano2019-09-301-2/+2
|\ \ \
| * | | Recommend git-filter-repo instead of git-filter-branchElijah Newren2019-09-051-2/+2
| |/ /
* | | completion: complete config variables and values for 'git clone --config='SZEDER Gábor2019-08-131-17/+49
* | | completion: complete config variables names and values for 'git clone -c'SZEDER Gábor2019-08-131-0/+6
* | | completion: complete values of configuration variables after 'git -c var='SZEDER Gábor2019-08-131-24/+41
* | | completion: complete configuration sections and variable names for 'git -c'SZEDER Gábor2019-08-131-13/+46
* | | completion: split _git_config()SZEDER Gábor2019-08-131-9/+30
* | | completion: simplify inner 'case' pattern in __gitcomp()SZEDER Gábor2019-08-131-2/+2
* | | completion: use 'sort -u' to deduplicate config variable namesSZEDER Gábor2019-08-131-1/+1