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