summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-11Create a specific version of the read_pipe_lines command for p4 invocationsAnand Kumria1-0/+7
2008-08-08bash: remove redundant check for 'git stash apply' optionsSZEDER Gábor1-1/+1
2008-08-05bash completion: Add completion for 'git mv'Lee Marlow1-0/+13
2008-08-05bash completion: Add completion for 'git ls-files'Lee Marlow1-0/+21
2008-08-05bash completion: Add completion for 'git archive'Lee Marlow1-0/+24
2008-08-05bash completion: More completions for 'git stash'Lee Marlow1-1/+11
2008-08-05bash completion: Add completion for 'git revert'Lee Marlow1-0/+13
2008-08-05bash completion: Add completion for 'git init'Lee Marlow1-0/+19
2008-08-05bash completion: Add completion for 'git clean'Lee Marlow1-0/+15
2008-08-05bash completion: Add completion for 'git clone'Lee Marlow1-0/+26
2008-08-04bash completion: Add completion for 'git grep'Lee Marlow1-0/+24
2008-08-02bash completion: Add more long options for 'git log'Lee Marlow1-0/+1
2008-08-02bash completion: remove unused function _git_diff_treeLee Marlow1-5/+0
2008-07-30Replace uses of "git-var" with "git var"Todd Zullinger2-4/+4
2008-07-27bash completion: Add completion for 'git help'Lee Marlow1-7/+39
2008-07-27bash completion: Add long options for 'git describe'Thomas Rast1-0/+9
2008-07-24bash: offer only paths after '--' for 'git checkout'SZEDER Gábor1-0/+2
2008-07-23git-completion.bash: provide completion for 'show-branch'Thomas Rast1-1/+17
2008-07-23bash completion: Add long options for 'git rm'Lee Marlow1-0/+15
2008-07-23svnimport: newer libsvn wants us to ask for the root with "", not "/"P. Christeas1-1/+1
2008-07-23am --abort: Add to bash-completion and mention in git-rerere documentationStephan Beyer1-1/+1
2008-07-23In perforce, RCS keywords are case-sensitiveDaniel Barkalow1-1/+1
2008-07-21Don't cut off last character of commit descriptions.Nikolaj Schumacher1-1/+1
2008-07-21Rename .git/rebase to .git/rebase-applyJohannes Schindelin2-9/+9
2008-07-16Merge branch 'sb/dashless'Junio C Hamano1-2/+2
2008-07-15Merge branch 'mv/merge-in-c'Junio C Hamano1-0/+554
2008-07-15Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Johannes Schindelin2-14/+14
2008-07-14bash completion: Remove dashed command completion supportShawn O. Pearce1-54/+0
2008-07-14Merge branch 'sp/maint-bash-completion-optim'Junio C Hamano1-3/+34
2008-07-14bash: Add long option completion for 'git send-email'Teemu Likonen1-0/+20
2008-07-14bash completion: Resolve git show ref:path<tab> losing ref: portionShawn O. Pearce1-2/+25