summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2012-02-27post-receive-email: match up $LOGBEGIN..$LOGEND pairs correctlyLibravatar Michael Haggerty1-3/+3
2012-02-27post-receive-email: remove unused variableLibravatar Michael Haggerty1-1/+0
2012-02-26git-p4: fix submit regression with clientSpec and subdir cloneLibravatar Pete Wyckoff1-32/+54
2012-02-26git-p4: set useClientSpec variable on initial cloneLibravatar Pete Wyckoff1-1/+10
2012-02-22completion: use tabs for indentationLibravatar Philip Jägenstedt1-4/+4
2012-02-22completion: remove stale "to submit patches" documentationLibravatar Philip Jägenstedt1-12/+0
2012-02-21Merge branch 'fc/zsh-completion' into maintLibravatar Junio C Hamano1-56/+11
2012-02-21completion: Allow dash as the first character for __git_ps1Libravatar Christian Hammerl1-1/+1
2012-02-16completion: --list option for git-branchLibravatar Ralf Thielow1-1/+1
2012-02-16Merge branch 'rt/completion-branch-edit-desc' into maintLibravatar Junio C Hamano1-1/+1
2012-02-06completion: simplify __gitcomp and __gitcomp_nl implementationsLibravatar Felipe Contreras1-16/+3
2012-02-06completion: use ls -1 instead of rolling a loop to do that ourselvesLibravatar Felipe Contreras1-37/+2
2012-02-06completion: work around zsh option propagation bugLibravatar Felipe Contreras1-3/+6
2012-02-06completion: --edit and --no-edit for git-mergeLibravatar Adrian Weimann1-1/+1
2012-01-29completion: --edit-description option for git-branchLibravatar Ralf Thielow1-1/+1
2012-01-26git-completion: workaround zsh COMPREPLY bugLibravatar Felipe Contreras1-0/+8
2012-01-03git-p4: rewrite view handlingLibravatar Pete Wyckoff1-89/+246
2012-01-03git-p4: support single file p4 client view mapsLibravatar Gary Gibbons1-9/+20
2012-01-03git-p4: sort client views by reverse View numberLibravatar Gary Gibbons1-2/+9
2012-01-03git-p4: fix test for unsupported P4 Client ViewsLibravatar Gary Gibbons1-1/+4
2012-01-03Merge branch 'pw/p4-docs-and-tests'Libravatar Junio C Hamano2-305/+29
2011-12-27git-p4: document and test submit optionsLibravatar Pete Wyckoff1-0/+7
2011-12-27git-p4: test and document --use-client-specLibravatar Pete Wyckoff1-1/+5
2011-12-27git-p4: honor --changesfile option and testLibravatar Pete Wyckoff1-1/+15
2011-12-27git-p4: clone does not use --git-dirLibravatar Pete Wyckoff1-1/+2
2011-12-27git-p4: introduce asciidoc documentationLibravatar Pete Wyckoff1-302/+0
2011-12-22Merge branch 'tr/bash-read-unescaped'Libravatar Junio C Hamano1-6/+6
2011-12-22Merge branch 'jk/git-prompt'Libravatar Junio C Hamano3-0/+188
2011-12-21bash completion: use read -r everywhereLibravatar Thomas Rast1-6/+6
2011-12-17git-p4: fix skipSubmitEdit regressionLibravatar Pete Wyckoff1-7/+11
2011-12-12contrib: add credential helper for OS X KeychainLibravatar Jeff King3-0/+188
2011-12-11git-p4: use absolute directory for PWD env varLibravatar Gary Gibbons1-2/+3
2011-12-11git-p4: ensure submit clientPath exists before chdirLibravatar Gary Gibbons1-0/+4
2011-12-09Merge branch 'sg/complete-refs'Libravatar Junio C Hamano1-91/+110
2011-12-05git-p4: introduce skipSubmitEditLibravatar Pete Wyckoff2-24/+54
2011-11-09Merge branch 'sn/complete-bash-wo-process-subst'Libravatar Junio C Hamano1-1/+1
2011-11-09completion: don't leak variable from the prompt into environmentLibravatar SZEDER Gábor1-1/+1
2011-11-06Merge branch 'pw/p4-appledouble-fix'Libravatar Junio C Hamano1-0/+13
2011-11-05git-p4: ignore apple filetypeLibravatar Pete Wyckoff1-0/+13
2011-10-30Merge branch 'jk/git-tricks'Libravatar Junio C Hamano5-0/+355
2011-10-27Merge branch 'sn/complete-bash-wo-process-subst'Libravatar Junio C Hamano1-1/+2
2011-10-26Merge branch 'mm/mediawiki-author-fix'Libravatar Junio C Hamano1-0/+4
2011-10-26completion: fix issue with process substitution not working on Git for WindowsLibravatar Stefan Naewe1-1/+2
2011-10-21Merge branch 'pw/p4-update'Libravatar Junio C Hamano1-99/+188
2011-10-21completion: remove broken dead code from __git_heads() and __git_tags()Libravatar SZEDER Gábor1-20/+2
2011-10-21completion: fast initial completion for config 'remote.*.fetch' valueLibravatar SZEDER Gábor1-0/+4
2011-10-21completion: improve ls-remote output filtering in __git_refs_remotes()Libravatar SZEDER Gábor1-9/+4
2011-10-21completion: query only refs/heads/ in __git_refs_remotes()Libravatar SZEDER Gábor1-8/+5
2011-10-21completion: support full refs from remote repositoriesLibravatar SZEDER Gábor1-8/+21
2011-10-21completion: improve ls-remote output filtering in __git_refs()Libravatar SZEDER Gábor1-7/+7