summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2014-04-18Merge branch 'fc/prompt-zsh-read-from-file'Junio C Hamano1-7/+14
2014-04-17t9362-mw-to-git-utf8.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2014-04-17t9360-mw-to-git-clone.sh: use the $( ... ) construct for command substitutionElia Pinto1-7/+7
2014-04-17git-tag.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-revert.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-resolve.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-repack.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-merge.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2014-04-17git-ls-remote.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2014-04-17git-fetch.sh: use the $( ... ) construct for command substitutionElia Pinto1-3/+3
2014-04-17git-commit.sh: use the $( ... ) construct for command substitutionElia Pinto1-5/+5
2014-04-17git-clone.sh: use the $( ... ) construct for command substitutionElia Pinto1-10/+10
2014-04-17git-checkout.sh: use the $( ... ) construct for command substitutionElia Pinto1-4/+4
2014-04-16Merge branch 'mh/multimail'Junio C Hamano5-56/+249
2014-04-14prompt: fix missing file errors in zshFelipe Contreras1-7/+14
2014-04-14remote-bzr: trivial test fixFelipe Contreras1-1/+1
2014-04-09completion: fix completing args of aliased "push", "fetch", etc.Felipe Contreras2-0/+2
2014-04-09remote-bzr: include authors field in pushed commitsdequis2-0/+26
2014-04-09remote-bzr: add support for older versionsFelipe Contreras1-2/+2
2014-04-09remote-hg: always normalize pathsFelipe Contreras1-0/+1
2014-04-09remote-helpers: allow all tests running from any dirFelipe Contreras2-2/+4
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano5-8/+8
2014-04-07refs.h: rename the action_on_err constantsMichael Haggerty1-1/+2
2014-04-07git-multimail: update to version 1.0.0Michael Haggerty5-56/+249
2014-04-02Merge branch 'ap/remote-hg-skip-null-bookmarks'Junio C Hamano2-1/+77
2014-03-31comments: fix misuses of "nor"Justin Lebar3-5/+5
2014-03-31contrib: fix misuses of "nor"Justin Lebar2-3/+3
2014-03-28Merge branch 'jk/subtree-prefix'Junio C Hamano1-0/+1
2014-03-25remote-hg: do not fail on invalid bookmarksMax Horn2-1/+77
2014-03-18Merge branch 'fc/transport-helper-fixes'Junio C Hamano3-4/+53
2014-03-17subtree: initialize "prefix" variableJeff King1-0/+1
2014-03-14Merge branch 'lb/contrib-contacts-looser-diff-parsing'Junio C Hamano1-2/+0
2014-03-14Merge branch 'ss/completion-rec-sub-fetch-push'Junio C Hamano1-1/+18
2014-02-24remote-bzr: support the new 'force' optionRichard Hansen2-2/+51
2014-02-24test-hg.sh: tests are now expected to passRichard Hansen1-2/+2
2014-02-18git-contacts: do not fail parsing of good diffsLars Gullik Bjønnes1-2/+0
2014-02-11completion: teach --recurse-submodules to fetch, pull and pushSup Yut Sum1-1/+18
2014-02-03git-sh-setup.sh: add variable to use the stuck-long modeNicolas Vigier1-0/+1
2014-01-27Merge branch 'jk/complete-merge-base'Junio C Hamano1-1/+7
2014-01-27Merge branch 'ab/subtree-doc'Junio C Hamano2-13/+23
2014-01-13subtree: fix argument validation in add/pull/pushAnthony Baire2-13/+23
2014-01-13completion: handle --[no-]fork-point options to git-rebaseJohn Keeping1-1/+1
2014-01-13completion: complete merge-base optionsJohn Keeping1-0/+6
2014-01-13Merge branch 'rr/completion-format-coverletter'Junio C Hamano1-0/+1
2014-01-07completion: complete format.coverLetterRamkumar Ramachandra1-0/+1
2014-01-06completion: fix remote.pushdefaultRamkumar Ramachandra1-0/+1
2014-01-06completion: fix branch.autosetup(merge|rebase)Ramkumar Ramachandra1-0/+1
2014-01-06completion: introduce __gitcomp_nl_append ()Ramkumar Ramachandra2-4/+26
2014-01-06zsh completion: find matching custom bash completionRamkumar Ramachandra1-1/+1
2013-12-27Merge branch 'fc/remote-helper-fixes'Junio C Hamano3-9/+103