summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2008-11-04contrib/hooks/post-receive-email: Make revision display configurablePete Harlan1-1/+17
2008-11-04contrib/hooks/post-receive-email: Put rev display in separate functionPete Harlan1-9/+32
2008-10-31Merge branch 'maint'Junio C Hamano1-0/+2
2008-10-31bash completion: add doubledash to "git show"Markus Heidelberg1-0/+2
2008-10-20bash completion: Add 'workflows' to 'git help'Lee Marlow1-0/+1
2008-10-18Merge branch 'maint'Junio C Hamano1-7/+7
2008-10-18contrib: update packinfo.pl to not use dashed commandsDan McGee1-7/+7
2008-10-17Merge branch 'maint'Junio C Hamano1-1/+1
2008-10-16Typo "does not exists" when git remote update remote.Mikael Magnusson1-1/+1
2008-10-14Add Linux PPC support to the pre-auto-gc example hookMiklos Vajna1-0/+3
2008-10-09Merge branch 'mw/sendemail'Shawn O. Pearce1-1/+2
2008-10-06Merge branch 'maint'Shawn O. Pearce1-27/+9
2008-10-05bash: remove fetch, push, pull dashed form leftoversSZEDER Gábor1-27/+9
2008-10-02bash completion: Add --[no-]validate to "git send-email"Teemu Likonen1-1/+2
2008-09-30Add OS X support to the pre-auto-gc example hookJonathan del Strother1-3/+7
2008-09-30remove vim syntax highlighting in favor of upstreamSZEDER Gábor2-26/+30
2008-09-29Add contrib/rerere-train scriptNanako Shiraishi1-0/+52
2008-09-22Merge branch 'maint'Junio C Hamano1-2/+2
2008-09-22Use dashless git commands in setgitperms.perlTodd Zullinger1-2/+2
2008-09-19Merge branch 'maint'Junio C Hamano1-1/+1
2008-09-19bash: use for-each-ref format 'refname:short'SZEDER Gábor1-20/+6
2008-09-19completion: git commit should list --interactiveEric Raible1-1/+1
2008-09-04Merge branch 'jc/maint-log-grep'Junio C Hamano1-0/+10
2008-09-03bash completion: Hide more plumbing commandsPetr Baudis1-0/+10
2008-08-29git-p4: Fix checkout bug when using --import-local.Tor Arvid Lund1-2/+6
2008-08-28bash-completion: Add all submodule subcommands to the completion listMatthias Kestenholz1-1/+1
2008-08-27Make it possible to abort the submission of a change to PerforceSimon Hausmann1-8/+23
2008-08-24Clean up the git-p4 documentationSimon Hausmann1-31/+38
2008-08-22git-p4: Fix one-liner in p4_write_pipe function.Tor Arvid Lund1-1/+1
2008-08-22Completion: add missing '=' for 'diff --diff-filter'Eric Raible1-1/+1
2008-08-20completion: find out supported merge strategies correctlyJunio C Hamano1-6/+8
2008-08-17Merge branch 'ak/p4'Junio C Hamano2-28/+124
2008-08-16git-p4: chdir now properly sets PWD environment variable in msysGitRobert Blum1-4/+9
2008-08-16bash-completion: Add non-command git help files to bash-completionMarcus Griep1-1/+5
2008-08-14Utilise our new p4_read_pipe and p4_write_pipe wrappersAnand Kumria1-3/+3
2008-08-14Add p4 read_pipe and write_pipe wrappersAnand Kumria1-0/+7
2008-08-14bash completion: Add '--merge' long option for 'git log'Lee Marlow1-0/+1
2008-08-14bash completion: Add completion for 'git mergetool'Lee Marlow1-0/+20
2008-08-14bash completion: 'git apply' should use 'fix' not 'strip'Eric Raible1-1/+1
2008-08-11Put in the two other configuration elements found in the sourceAnand Kumria1-0/+8
2008-08-11Put some documentation in about the parameters that have been addedAnand Kumria1-0/+32
2008-08-11Move git-p4.syncFromOrigin into a configuration parameters sectionAnand Kumria1-12/+16
2008-08-11Consistently use 'git-p4' for the configuration entriesAnand Kumria1-1/+1
2008-08-11If the user has configured various parameters, use them.Anand Kumria1-1/+23
2008-08-11Switch to using 'p4_build_cmd'Anand Kumria1-7/+3
2008-08-11If we are in verbose mode, output what we are about to run (or return)Anand Kumria1-0/+2
2008-08-11Add a single command that will be used to construct the 'p4' commandAnand Kumria1-0/+11
2008-08-11Utilise the new 'p4_system' function.Anand Kumria1-9/+9
2008-08-11Have a command that specifically invokes 'p4' (via system)Anand Kumria1-0/+7
2008-08-11Utilise the new 'p4_read_pipe_lines' commandAnand Kumria1-2/+2