Age | Commit message (Expand) | Author | Files | Lines |
2011-04-07 | git-p4: replace each tab with 8 spaces for consistency | Andrew Garber | 1 | -32/+32 |
2011-03-23 | Merge branch 'pw/p4' | Junio C Hamano | 1 | -1/+3 |
2011-03-16 | git-p4: fix sync new branch regression | Pete Wyckoff | 1 | -1/+3 |
2011-03-15 | git-p4: Fix error message crash in P4Sync.commit. | Tor Arvid Lund | 1 | -1/+1 |
2011-03-15 | Teach git-p4 to ignore case in perforce filenames if configured. | Tor Arvid Lund | 1 | -7/+20 |
2011-03-15 | git-p4: Teach gitConfig method about arguments. | Tor Arvid Lund | 1 | -2/+6 |
2011-03-13 | Merge branch 'pw/p4' | Junio C Hamano | 1 | -1/+1 |
2011-03-13 | git-p4: fix clone @all regression | Pete Wyckoff | 1 | -1/+1 |
2011-03-04 | Merge branch 'mh/p4' | Junio C Hamano | 1 | -1/+1 |
2011-02-27 | Merge branch 'va/p4' | Junio C Hamano | 1 | -4/+31 |
2011-02-27 | Merge branch 'pw/p4' | Junio C Hamano | 1 | -11/+49 |
2011-02-25 | git-p4 submit: prevent 'Jobs' section from being removed from p4 change log | Michael Horowitz | 1 | -1/+1 |
2011-02-21 | git-p4: Add copy detection support | Vitor Antunes | 1 | -0/+16 |
2011-02-21 | git-p4: Improve rename detection support | Vitor Antunes | 1 | -4/+15 |
2011-02-21 | git-p4: support clone --bare | Pete Wyckoff | 1 | -4/+13 |
2011-02-21 | git-p4: decode p4 wildcard characters | Pete Wyckoff | 1 | -0/+18 |
2011-02-21 | git-p4: better message for "git-p4 sync" when not cloned | Pete Wyckoff | 1 | -0/+2 |
2011-02-21 | git-p4: reinterpret confusing p4 message | Pete Wyckoff | 1 | -0/+4 |
2011-02-21 | git-p4: accommodate new move/delete type in p4 | Pete Wyckoff | 1 | -5/+7 |
2011-02-21 | git-p4: add missing newline in initial import message | Pete Wyckoff | 1 | -1/+1 |
2011-02-21 | git-p4: fix key error for p4 problem | Pete Wyckoff | 1 | -1/+4 |
2011-02-14 | Obey p4 views when using client spec | Ian Wienand | 1 | -4/+46 |
2010-10-22 | Fix handling of git-p4 on deleted files | Andrew Waters | 1 | -1/+3 |
2010-03-20 | Fix a spelling mistake in a git-p4 console message | Benjamin C Meyer | 1 | -1/+1 |
2010-02-20 | git-p4: fix bug in symlink handling | Evan Powers | 1 | -3/+2 |
2010-02-01 | git-p4: Fix sync errors due to new server version | Pal-Kristian Engstad | 1 | -1/+1 |
2010-01-21 | fix git-p4 editor invocation | Nicolas Pitre | 1 | -1/+1 |
2009-11-13 | add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR" | Jonathan Nieder | 1 | -4/+1 |
2009-09-10 | git-p4: Avoid modules deprecated in Python 2.6. | Reilly Grant | 1 | -7/+5 |
2009-08-10 | git-p4: stream from perforce to speed up clones | Luke Diamand | 1 | -67/+102 |
2009-03-07 | git-p4: remove tabs from usermap file | Pete Wyckoff | 1 | -1/+1 |
2009-02-23 | git-p4: avoid syncing duplicate changes | Pete Wyckoff | 1 | -5/+6 |
2008-12-09 | git-p4: Fix regression in p4Where method. | Tor Arvid Lund | 1 | -3/+10 |
2008-12-04 | git-p4: Fix bug in p4Where method. | Tor Arvid Lund | 1 | -1/+9 |
2008-11-27 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2008-11-27 | git-p4: fix keyword-expansion regex | Pete Wyckoff | 1 | -1/+1 |
2008-11-11 | git-p4: Cache git config for performance | John Chapman | 1 | -1/+4 |
2008-11-11 | git-p4: Support purged files and optimize memory usage | John Chapman | 1 | -7/+7 |
2008-08-29 | git-p4: Fix checkout bug when using --import-local. | Tor Arvid Lund | 1 | -2/+6 |
2008-08-27 | Make it possible to abort the submission of a change to Perforce | Simon Hausmann | 1 | -8/+23 |
2008-08-22 | git-p4: Fix one-liner in p4_write_pipe function. | Tor Arvid Lund | 1 | -1/+1 |
2008-08-17 | Merge branch 'ak/p4' | Junio C Hamano | 1 | -16/+68 |
2008-08-16 | git-p4: chdir now properly sets PWD environment variable in msysGit | Robert Blum | 1 | -4/+9 |
2008-08-14 | Utilise our new p4_read_pipe and p4_write_pipe wrappers | Anand Kumria | 1 | -3/+3 |
2008-08-14 | Add p4 read_pipe and write_pipe wrappers | Anand Kumria | 1 | -0/+7 |
2008-08-11 | Consistently use 'git-p4' for the configuration entries | Anand Kumria | 1 | -1/+1 |
2008-08-11 | If the user has configured various parameters, use them. | Anand Kumria | 1 | -1/+23 |
2008-08-11 | Switch to using 'p4_build_cmd' | Anand Kumria | 1 | -7/+3 |
2008-08-11 | If we are in verbose mode, output what we are about to run (or return) | Anand Kumria | 1 | -0/+2 |
2008-08-11 | Add a single command that will be used to construct the 'p4' command | Anand Kumria | 1 | -0/+11 |