Age | Commit message (Expand) | Author | Files | Lines |
2012-01-26 | git-p4: Change p4 command invocation | Pete Wyckoff | 1 | -1/+1 |
2012-01-26 | git-p4: Search for parent commit on branch creation | Vitor Antunes | 1 | -1/+45 |
2012-01-20 | git-p4: importing labels should cope with missing owner | Luke Diamand | 1 | -28/+35 |
2012-01-20 | git-p4: cope with labels with empty descriptions | Luke Diamand | 1 | -3/+5 |
2012-01-20 | git-p4: handle p4 branches and labels containing shell chars | Luke Diamand | 1 | -4/+4 |
2012-01-11 | git-p4: clarify comment | Pete Wyckoff | 1 | -1/+2 |
2012-01-11 | git-p4: fix verbose comment typo | Pete Wyckoff | 1 | -1/+1 |
2012-01-11 | git-p4: only a single ... wildcard is supported | Pete Wyckoff | 1 | -2/+2 |
2012-01-03 | git-p4: rewrite view handling | Pete Wyckoff | 1 | -89/+246 |
2012-01-03 | git-p4: support single file p4 client view maps | Gary Gibbons | 1 | -9/+20 |
2012-01-03 | git-p4: sort client views by reverse View number | Gary Gibbons | 1 | -2/+9 |
2012-01-03 | git-p4: fix test for unsupported P4 Client Views | Gary Gibbons | 1 | -1/+4 |
2012-01-03 | Merge branch 'pw/p4-docs-and-tests' | Junio C Hamano | 2 | -305/+29 |
2011-12-27 | git-p4: document and test submit options | Pete Wyckoff | 1 | -0/+7 |
2011-12-27 | git-p4: test and document --use-client-spec | Pete Wyckoff | 1 | -1/+5 |
2011-12-27 | git-p4: honor --changesfile option and test | Pete Wyckoff | 1 | -1/+15 |
2011-12-27 | git-p4: clone does not use --git-dir | Pete Wyckoff | 1 | -1/+2 |
2011-12-27 | git-p4: introduce asciidoc documentation | Pete Wyckoff | 1 | -302/+0 |
2011-12-22 | Merge branch 'tr/bash-read-unescaped' | Junio C Hamano | 1 | -6/+6 |
2011-12-22 | Merge branch 'jk/git-prompt' | Junio C Hamano | 3 | -0/+188 |
2011-12-21 | bash completion: use read -r everywhere | Thomas Rast | 1 | -6/+6 |
2011-12-17 | git-p4: fix skipSubmitEdit regression | Pete Wyckoff | 1 | -7/+11 |
2011-12-12 | contrib: add credential helper for OS X Keychain | Jeff King | 3 | -0/+188 |
2011-12-11 | git-p4: use absolute directory for PWD env var | Gary Gibbons | 1 | -2/+3 |
2011-12-11 | git-p4: ensure submit clientPath exists before chdir | Gary Gibbons | 1 | -0/+4 |
2011-12-09 | Merge branch 'sg/complete-refs' | Junio C Hamano | 1 | -91/+110 |
2011-12-05 | git-p4: introduce skipSubmitEdit | Pete Wyckoff | 2 | -24/+54 |
2011-11-09 | Merge branch 'sn/complete-bash-wo-process-subst' | Junio C Hamano | 1 | -1/+1 |
2011-11-09 | completion: don't leak variable from the prompt into environment | SZEDER Gábor | 1 | -1/+1 |
2011-11-06 | Merge branch 'pw/p4-appledouble-fix' | Junio C Hamano | 1 | -0/+13 |
2011-11-05 | git-p4: ignore apple filetype | Pete Wyckoff | 1 | -0/+13 |
2011-10-30 | Merge branch 'jk/git-tricks' | Junio C Hamano | 5 | -0/+355 |
2011-10-27 | Merge branch 'sn/complete-bash-wo-process-subst' | Junio C Hamano | 1 | -1/+2 |
2011-10-26 | Merge branch 'mm/mediawiki-author-fix' | Junio C Hamano | 1 | -0/+4 |
2011-10-26 | completion: fix issue with process substitution not working on Git for Windows | Stefan Naewe | 1 | -1/+2 |
2011-10-21 | Merge branch 'pw/p4-update' | Junio C Hamano | 1 | -99/+188 |
2011-10-21 | completion: remove broken dead code from __git_heads() and __git_tags() | SZEDER Gábor | 1 | -20/+2 |
2011-10-21 | completion: fast initial completion for config 'remote.*.fetch' value | SZEDER Gábor | 1 | -0/+4 |
2011-10-21 | completion: improve ls-remote output filtering in __git_refs_remotes() | SZEDER Gábor | 1 | -9/+4 |
2011-10-21 | completion: query only refs/heads/ in __git_refs_remotes() | SZEDER Gábor | 1 | -8/+5 |
2011-10-21 | completion: support full refs from remote repositories | SZEDER Gábor | 1 | -8/+21 |
2011-10-21 | completion: improve ls-remote output filtering in __git_refs() | SZEDER Gábor | 1 | -7/+7 |
2011-10-21 | completion: make refs completion consistent for local and remote repos | SZEDER Gábor | 1 | -4/+2 |
2011-10-21 | completion: optimize refs completion | SZEDER Gábor | 1 | -45/+70 |
2011-10-21 | completion: document __gitcomp() | SZEDER Gábor | 1 | -2/+7 |
2011-10-21 | completion: match ctags symbol names in grep patterns | Jeff King | 1 | -0/+13 |
2011-10-21 | contrib: add git-jump script | Jeff King | 2 | -0/+161 |
2011-10-20 | git-remote-mediawiki: don't include HTTP login/password in author | Matthieu Moy | 1 | -0/+4 |
2011-10-18 | contrib: add diff highlight script | Jeff King | 2 | -0/+181 |
2011-10-17 | Merge branch 'sg/completion' | Junio C Hamano | 1 | -18/+6 |