summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* post-receive-email: match up $LOGBEGIN..$LOGEND pairs correctlyMichael Haggerty2012-02-271-3/+3
* post-receive-email: remove unused variableMichael Haggerty2012-02-271-1/+0
* git-p4: fix submit regression with clientSpec and subdir clonePete Wyckoff2012-02-261-32/+54
* git-p4: set useClientSpec variable on initial clonePete Wyckoff2012-02-261-1/+10
* completion: use tabs for indentationPhilip Jägenstedt2012-02-221-4/+4
* completion: remove stale "to submit patches" documentationPhilip Jägenstedt2012-02-221-12/+0
* Merge branch 'fc/zsh-completion' into maintJunio C Hamano2012-02-211-56/+11
|\
| * completion: simplify __gitcomp and __gitcomp_nl implementationsfc/zsh-completionFelipe Contreras2012-02-061-16/+3
| * completion: use ls -1 instead of rolling a loop to do that ourselvesFelipe Contreras2012-02-061-37/+2
| * completion: work around zsh option propagation bugFelipe Contreras2012-02-061-3/+6
* | completion: Allow dash as the first character for __git_ps1Christian Hammerl2012-02-211-1/+1
* | completion: --list option for git-branchRalf Thielow2012-02-161-1/+1
* | Merge branch 'rt/completion-branch-edit-desc' into maintJunio C Hamano2012-02-161-1/+1
|\ \
| * | completion: --edit-description option for git-branchrt/completion-branch-edit-descRalf Thielow2012-01-291-1/+1
| |/
* | completion: --edit and --no-edit for git-mergeAdrian Weimann2012-02-061-1/+1
|/
* git-completion: workaround zsh COMPREPLY bugFelipe Contreras2012-01-261-0/+8
* git-p4: rewrite view handlingPete Wyckoff2012-01-031-89/+246
* git-p4: support single file p4 client view mapsGary Gibbons2012-01-031-9/+20
* git-p4: sort client views by reverse View numberGary Gibbons2012-01-031-2/+9
* git-p4: fix test for unsupported P4 Client ViewsGary Gibbons2012-01-031-1/+4
* Merge branch 'pw/p4-docs-and-tests'Junio C Hamano2012-01-032-305/+29
|\
| * git-p4: document and test submit optionspw/p4-docs-and-testsPete Wyckoff2011-12-271-0/+7
| * git-p4: test and document --use-client-specPete Wyckoff2011-12-271-1/+5
| * git-p4: honor --changesfile option and testPete Wyckoff2011-12-271-1/+15
| * git-p4: clone does not use --git-dirPete Wyckoff2011-12-271-1/+2
| * git-p4: introduce asciidoc documentationPete Wyckoff2011-12-271-302/+0
* | Merge branch 'tr/bash-read-unescaped'Junio C Hamano2011-12-221-6/+6
|\ \
| * | bash completion: use read -r everywheretr/bash-read-unescapedThomas Rast2011-12-211-6/+6
| |/
* | Merge branch 'jk/git-prompt'Junio C Hamano2011-12-223-0/+188
|\ \ | |/ |/|
| * contrib: add credential helper for OS X Keychainjk/git-promptJeff King2011-12-123-0/+188
* | git-p4: fix skipSubmitEdit regressionPete Wyckoff2011-12-171-7/+11
* | git-p4: use absolute directory for PWD env varGary Gibbons2011-12-111-2/+3
* | git-p4: ensure submit clientPath exists before chdirGary Gibbons2011-12-111-0/+4
* | Merge branch 'sg/complete-refs'Junio C Hamano2011-12-091-91/+110
|\ \
| * | completion: remove broken dead code from __git_heads() and __git_tags()sg/complete-refsSZEDER Gábor2011-10-211-20/+2
| * | completion: fast initial completion for config 'remote.*.fetch' valueSZEDER Gábor2011-10-211-0/+4
| * | completion: improve ls-remote output filtering in __git_refs_remotes()SZEDER Gábor2011-10-211-9/+4
| * | completion: query only refs/heads/ in __git_refs_remotes()SZEDER Gábor2011-10-211-8/+5
| * | completion: support full refs from remote repositoriesSZEDER Gábor2011-10-211-8/+21
| * | completion: improve ls-remote output filtering in __git_refs()SZEDER Gábor2011-10-211-7/+7
| * | completion: make refs completion consistent for local and remote reposSZEDER Gábor2011-10-211-4/+2
| * | completion: optimize refs completionSZEDER Gábor2011-10-211-45/+70
| * | completion: document __gitcomp()SZEDER Gábor2011-10-211-2/+7
* | | git-p4: introduce skipSubmitEditPete Wyckoff2011-12-052-24/+54
| |/ |/|
* | Merge branch 'sn/complete-bash-wo-process-subst'Junio C Hamano2011-11-091-1/+1
|\ \
| * | completion: don't leak variable from the prompt into environmentSZEDER Gábor2011-11-091-1/+1
* | | Merge branch 'pw/p4-appledouble-fix'Junio C Hamano2011-11-061-0/+13
|\ \ \
| * | | git-p4: ignore apple filetypePete Wyckoff2011-11-051-0/+13
* | | | Merge branch 'jk/git-tricks'Junio C Hamano2011-10-305-0/+355
|\ \ \ \
| * | | | completion: match ctags symbol names in grep patternsJeff King2011-10-211-0/+13