| Commit message (Expand) | Author | Age | Files | Lines |
* | git-p4: Cache git config for performance | John Chapman | 2008-11-11 | 1 | -1/+4 |
* | git-p4: Support purged files and optimize memory usage | John Chapman | 2008-11-11 | 1 | -7/+7 |
* | contrib/hooks/post-receive-email: Make revision display configurable | Pete Harlan | 2008-11-04 | 1 | -1/+17 |
* | contrib/hooks/post-receive-email: Put rev display in separate function | Pete Harlan | 2008-11-04 | 1 | -9/+32 |
* | Merge branch 'maint' | Junio C Hamano | 2008-10-31 | 1 | -0/+2 |
|\ |
|
| * | bash completion: add doubledash to "git show" | Markus Heidelberg | 2008-10-31 | 1 | -0/+2 |
* | | bash completion: Add 'workflows' to 'git help' | Lee Marlow | 2008-10-20 | 1 | -0/+1 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-10-18 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | contrib: update packinfo.pl to not use dashed commands | Dan McGee | 2008-10-18 | 1 | -7/+7 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-10-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Typo "does not exists" when git remote update remote. | Mikael Magnusson | 2008-10-16 | 1 | -1/+1 |
* | | Add Linux PPC support to the pre-auto-gc example hook | Miklos Vajna | 2008-10-14 | 1 | -0/+3 |
* | | Merge branch 'mw/sendemail' | Shawn O. Pearce | 2008-10-09 | 1 | -1/+2 |
|\ \ |
|
| * | | bash completion: Add --[no-]validate to "git send-email" | Teemu Likonen | 2008-10-02 | 1 | -1/+2 |
* | | | Merge branch 'maint' | Shawn O. Pearce | 2008-10-06 | 1 | -27/+9 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | bash: remove fetch, push, pull dashed form leftovers | SZEDER Gábor | 2008-10-05 | 1 | -27/+9 |
* | | Add OS X support to the pre-auto-gc example hook | Jonathan del Strother | 2008-09-30 | 1 | -3/+7 |
* | | remove vim syntax highlighting in favor of upstream | SZEDER Gábor | 2008-09-30 | 2 | -26/+30 |
* | | Add contrib/rerere-train script | Nanako Shiraishi | 2008-09-29 | 1 | -0/+52 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-09-22 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Use dashless git commands in setgitperms.perl | Todd Zullinger | 2008-09-22 | 1 | -2/+2 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-09-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | completion: git commit should list --interactive | Eric Raible | 2008-09-19 | 1 | -1/+1 |
* | | bash: use for-each-ref format 'refname:short' | SZEDER Gábor | 2008-09-19 | 1 | -20/+6 |
* | | Merge branch 'jc/maint-log-grep' | Junio C Hamano | 2008-09-04 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | bash completion: Hide more plumbing commands | Petr Baudis | 2008-09-03 | 1 | -0/+10 |
* | | git-p4: Fix checkout bug when using --import-local. | Tor Arvid Lund | 2008-08-29 | 1 | -2/+6 |
* | | bash-completion: Add all submodule subcommands to the completion list | Matthias Kestenholz | 2008-08-28 | 1 | -1/+1 |
* | | Make it possible to abort the submission of a change to Perforce | Simon Hausmann | 2008-08-27 | 1 | -8/+23 |
|/ |
|
* | Clean up the git-p4 documentation | Simon Hausmann | 2008-08-24 | 1 | -31/+38 |
* | git-p4: Fix one-liner in p4_write_pipe function. | Tor Arvid Lund | 2008-08-22 | 1 | -1/+1 |
* | Completion: add missing '=' for 'diff --diff-filter' | Eric Raible | 2008-08-22 | 1 | -1/+1 |
* | completion: find out supported merge strategies correctly | Junio C Hamano | 2008-08-20 | 1 | -6/+8 |
* | Merge branch 'ak/p4' | Junio C Hamano | 2008-08-17 | 2 | -28/+124 |
|\ |
|
| * | Utilise our new p4_read_pipe and p4_write_pipe wrappers | Anand Kumria | 2008-08-14 | 1 | -3/+3 |
| * | Add p4 read_pipe and write_pipe wrappers | Anand Kumria | 2008-08-14 | 1 | -0/+7 |
| * | Put in the two other configuration elements found in the source | Anand Kumria | 2008-08-11 | 1 | -0/+8 |
| * | Put some documentation in about the parameters that have been added | Anand Kumria | 2008-08-11 | 1 | -0/+32 |
| * | Move git-p4.syncFromOrigin into a configuration parameters section | Anand Kumria | 2008-08-11 | 1 | -12/+16 |
| * | Consistently use 'git-p4' for the configuration entries | Anand Kumria | 2008-08-11 | 1 | -1/+1 |
| * | If the user has configured various parameters, use them. | Anand Kumria | 2008-08-11 | 1 | -1/+23 |
| * | Switch to using 'p4_build_cmd' | Anand Kumria | 2008-08-11 | 1 | -7/+3 |
| * | If we are in verbose mode, output what we are about to run (or return) | Anand Kumria | 2008-08-11 | 1 | -0/+2 |
| * | Add a single command that will be used to construct the 'p4' command | Anand Kumria | 2008-08-11 | 1 | -0/+11 |
| * | Utilise the new 'p4_system' function. | Anand Kumria | 2008-08-11 | 1 | -9/+9 |
| * | Have a command that specifically invokes 'p4' (via system) | Anand Kumria | 2008-08-11 | 1 | -0/+7 |
| * | Utilise the new 'p4_read_pipe_lines' command | Anand Kumria | 2008-08-11 | 1 | -2/+2 |
| * | Create a specific version of the read_pipe_lines command for p4 invocations | Anand Kumria | 2008-08-11 | 1 | -0/+7 |
* | | git-p4: chdir now properly sets PWD environment variable in msysGit | Robert Blum | 2008-08-16 | 1 | -4/+9 |
* | | bash-completion: Add non-command git help files to bash-completion | Marcus Griep | 2008-08-16 | 1 | -1/+5 |