summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2014-04-21Merge branch 'ep/shell-command-substitution'Libravatar Junio C Hamano12-39/+39
2014-04-18Merge branch 'fc/remote-helper-fixes'Libravatar Junio C Hamano5-5/+34
2014-04-18Merge branch 'fc/complete-aliased-push'Libravatar Junio C Hamano2-0/+2
2014-04-18Merge branch 'fc/prompt-zsh-read-from-file'Libravatar Junio C Hamano1-7/+14
2014-04-17t9362-mw-to-git-utf8.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2014-04-17t9360-mw-to-git-clone.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-7/+7
2014-04-17git-tag.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-17git-revert.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-17git-resolve.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-17git-repack.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-17git-merge.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2014-04-17git-ls-remote.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2014-04-17git-fetch.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-3/+3
2014-04-17git-commit.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-5/+5
2014-04-17git-clone.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-10/+10
2014-04-17git-checkout.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-4/+4
2014-04-16Merge branch 'mh/multimail'Libravatar Junio C Hamano5-56/+249
2014-04-14prompt: fix missing file errors in zshLibravatar Felipe Contreras1-7/+14
2014-04-14remote-bzr: trivial test fixLibravatar Felipe Contreras1-1/+1
2014-04-09completion: fix completing args of aliased "push", "fetch", etc.Libravatar Felipe Contreras2-0/+2
2014-04-09remote-bzr: include authors field in pushed commitsLibravatar dequis2-0/+26
2014-04-09remote-bzr: add support for older versionsLibravatar Felipe Contreras1-2/+2
2014-04-09remote-hg: always normalize pathsLibravatar Felipe Contreras1-0/+1
2014-04-09remote-helpers: allow all tests running from any dirLibravatar Felipe Contreras2-2/+4
2014-04-08Merge branch 'jl/nor-or-nand-and'Libravatar Junio C Hamano5-8/+8
2014-04-07git-multimail: update to version 1.0.0Libravatar Michael Haggerty5-56/+249
2014-04-02Merge branch 'ap/remote-hg-skip-null-bookmarks'Libravatar Junio C Hamano2-1/+77
2014-03-31comments: fix misuses of "nor"Libravatar Justin Lebar3-5/+5
2014-03-31contrib: fix misuses of "nor"Libravatar Justin Lebar2-3/+3
2014-03-28Merge branch 'jk/subtree-prefix'Libravatar Junio C Hamano1-0/+1
2014-03-25remote-hg: do not fail on invalid bookmarksLibravatar Max Horn2-1/+77
2014-03-18Merge branch 'fc/transport-helper-fixes'Libravatar Junio C Hamano3-4/+53
2014-03-17subtree: initialize "prefix" variableLibravatar Jeff King1-0/+1
2014-03-14Merge branch 'lb/contrib-contacts-looser-diff-parsing'Libravatar Junio C Hamano1-2/+0
2014-03-14Merge branch 'ss/completion-rec-sub-fetch-push'Libravatar Junio C Hamano1-1/+18
2014-02-24remote-bzr: support the new 'force' optionLibravatar Richard Hansen2-2/+51
2014-02-24test-hg.sh: tests are now expected to passLibravatar Richard Hansen1-2/+2
2014-02-18git-contacts: do not fail parsing of good diffsLibravatar Lars Gullik Bjønnes1-2/+0
2014-02-11completion: teach --recurse-submodules to fetch, pull and pushLibravatar Sup Yut Sum1-1/+18
2014-02-03git-sh-setup.sh: add variable to use the stuck-long modeLibravatar Nicolas Vigier1-0/+1
2014-01-27Merge branch 'jk/complete-merge-base'Libravatar Junio C Hamano1-1/+7
2014-01-27Merge branch 'ab/subtree-doc'Libravatar Junio C Hamano2-13/+23
2014-01-13subtree: fix argument validation in add/pull/pushLibravatar Anthony Baire2-13/+23
2014-01-13completion: handle --[no-]fork-point options to git-rebaseLibravatar John Keeping1-1/+1
2014-01-13completion: complete merge-base optionsLibravatar John Keeping1-0/+6
2014-01-13Merge branch 'rr/completion-format-coverletter'Libravatar Junio C Hamano1-0/+1
2014-01-07completion: complete format.coverLetterLibravatar Ramkumar Ramachandra1-0/+1
2014-01-06completion: fix remote.pushdefaultLibravatar Ramkumar Ramachandra1-0/+1
2014-01-06completion: fix branch.autosetup(merge|rebase)Libravatar Ramkumar Ramachandra1-0/+1
2014-01-06completion: introduce __gitcomp_nl_append ()Libravatar Ramkumar Ramachandra2-4/+26