summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2008-11-11git-p4: Cache git config for performanceJohn Chapman
2008-11-11git-p4: Support purged files and optimize memory usageJohn Chapman
2008-11-04contrib/hooks/post-receive-email: Make revision display configurablePete Harlan
2008-11-04contrib/hooks/post-receive-email: Put rev display in separate functionPete Harlan
2008-10-31Merge branch 'maint'Junio C Hamano
2008-10-31bash completion: add doubledash to "git show"Markus Heidelberg
2008-10-21bash completion: Add 'workflows' to 'git help'Lee Marlow
2008-10-18Merge branch 'maint'Junio C Hamano
2008-10-18contrib: update packinfo.pl to not use dashed commandsDan McGee
2008-10-17Merge branch 'maint'Junio C Hamano
2008-10-16Typo "does not exists" when git remote update remote.Mikael Magnusson
2008-10-14Add Linux PPC support to the pre-auto-gc example hookMiklos Vajna
2008-10-09Merge branch 'mw/sendemail'Shawn O. Pearce
2008-10-06Merge branch 'maint'Shawn O. Pearce
2008-10-06bash: remove fetch, push, pull dashed form leftoversSZEDER Gábor
2008-10-03bash completion: Add --[no-]validate to "git send-email"Teemu Likonen
2008-09-30Add OS X support to the pre-auto-gc example hookJonathan del Strother
2008-09-30remove vim syntax highlighting in favor of upstreamSZEDER Gábor
2008-09-29Add contrib/rerere-train scriptNanako Shiraishi
2008-09-22Merge branch 'maint'Junio C Hamano
2008-09-22Use dashless git commands in setgitperms.perlTodd Zullinger
2008-09-20Merge branch 'maint'Junio C Hamano
2008-09-20bash: use for-each-ref format 'refname:short'SZEDER Gábor
2008-09-20completion: git commit should list --interactiveEric Raible
2008-09-05Merge branch 'jc/maint-log-grep'Junio C Hamano
2008-09-04bash completion: Hide more plumbing commandsPetr Baudis
2008-08-29git-p4: Fix checkout bug when using --import-local.Tor Arvid Lund
2008-08-29bash-completion: Add all submodule subcommands to the completion listMatthias Kestenholz
2008-08-27Make it possible to abort the submission of a change to PerforceSimon Hausmann
2008-08-24Clean up the git-p4 documentationSimon Hausmann
2008-08-23git-p4: Fix one-liner in p4_write_pipe function.Tor Arvid Lund
2008-08-22Completion: add missing '=' for 'diff --diff-filter'Eric Raible
2008-08-20completion: find out supported merge strategies correctlyJunio C Hamano
2008-08-17Merge branch 'ak/p4'Junio C Hamano
2008-08-17git-p4: chdir now properly sets PWD environment variable in msysGitRobert Blum
2008-08-16bash-completion: Add non-command git help files to bash-completionMarcus Griep
2008-08-15Utilise our new p4_read_pipe and p4_write_pipe wrappersAnand Kumria
2008-08-15Add p4 read_pipe and write_pipe wrappersAnand Kumria
2008-08-15bash completion: Add '--merge' long option for 'git log'Lee Marlow
2008-08-15bash completion: Add completion for 'git mergetool'Lee Marlow
2008-08-15bash completion: 'git apply' should use 'fix' not 'strip'Eric Raible
2008-08-12Put in the two other configuration elements found in the sourceAnand Kumria
2008-08-12Put some documentation in about the parameters that have been addedAnand Kumria
2008-08-12Move git-p4.syncFromOrigin into a configuration parameters sectionAnand Kumria
2008-08-12Consistently use 'git-p4' for the configuration entriesAnand Kumria
2008-08-12If the user has configured various parameters, use them.Anand Kumria
2008-08-12Switch to using 'p4_build_cmd'Anand Kumria
2008-08-12If we are in verbose mode, output what we are about to run (or return)Anand Kumria
2008-08-12Add a single command that will be used to construct the 'p4' commandAnand Kumria
2008-08-12Utilise the new 'p4_system' function.Anand Kumria