index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
contrib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bash completion: Hide more plumbing commands
Petr Baudis
2008-09-04
1
-0
/
+10
*
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-23
1
-1
/
+1
*
Completion: add missing '=' for 'diff --diff-filter'
Eric Raible
2008-08-23
1
-1
/
+1
*
completion: find out supported merge strategies correctly
Junio C Hamano
2008-08-21
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-15
1
-3
/
+3
|
*
Add p4 read_pipe and write_pipe wrappers
Anand Kumria
2008-08-15
1
-0
/
+7
|
*
Put in the two other configuration elements found in the source
Anand Kumria
2008-08-12
1
-0
/
+8
|
*
Put some documentation in about the parameters that have been added
Anand Kumria
2008-08-12
1
-0
/
+32
|
*
Move git-p4.syncFromOrigin into a configuration parameters section
Anand Kumria
2008-08-12
1
-12
/
+16
|
*
Consistently use 'git-p4' for the configuration entries
Anand Kumria
2008-08-12
1
-1
/
+1
|
*
If the user has configured various parameters, use them.
Anand Kumria
2008-08-12
1
-1
/
+23
|
*
Switch to using 'p4_build_cmd'
Anand Kumria
2008-08-12
1
-7
/
+3
|
*
If we are in verbose mode, output what we are about to run (or return)
Anand Kumria
2008-08-12
1
-0
/
+2
|
*
Add a single command that will be used to construct the 'p4' command
Anand Kumria
2008-08-12
1
-0
/
+11
|
*
Utilise the new 'p4_system' function.
Anand Kumria
2008-08-12
1
-9
/
+9
|
*
Have a command that specifically invokes 'p4' (via system)
Anand Kumria
2008-08-12
1
-0
/
+7
|
*
Utilise the new 'p4_read_pipe_lines' command
Anand Kumria
2008-08-12
1
-2
/
+2
|
*
Create a specific version of the read_pipe_lines command for p4 invocations
Anand Kumria
2008-08-12
1
-0
/
+7
*
|
git-p4: chdir now properly sets PWD environment variable in msysGit
Robert Blum
2008-08-17
1
-4
/
+9
*
|
bash-completion: Add non-command git help files to bash-completion
Marcus Griep
2008-08-16
1
-1
/
+5
*
|
bash completion: Add '--merge' long option for 'git log'
Lee Marlow
2008-08-15
1
-0
/
+1
*
|
bash completion: Add completion for 'git mergetool'
Lee Marlow
2008-08-15
1
-0
/
+20
*
|
bash completion: 'git apply' should use 'fix' not 'strip'
Eric Raible
2008-08-15
1
-1
/
+1
|
/
*
bash: remove redundant check for 'git stash apply' options
SZEDER Gábor
2008-08-09
1
-1
/
+1
*
bash completion: Add completion for 'git mv'
Lee Marlow
2008-08-06
1
-0
/
+13
*
bash completion: Add completion for 'git ls-files'
Lee Marlow
2008-08-06
1
-0
/
+21
*
bash completion: Add completion for 'git archive'
Lee Marlow
2008-08-06
1
-0
/
+24
*
bash completion: More completions for 'git stash'
Lee Marlow
2008-08-06
1
-1
/
+11
*
bash completion: Add completion for 'git revert'
Lee Marlow
2008-08-06
1
-0
/
+13
*
bash completion: Add completion for 'git init'
Lee Marlow
2008-08-06
1
-0
/
+19
*
bash completion: Add completion for 'git clean'
Lee Marlow
2008-08-06
1
-0
/
+15
*
bash completion: Add completion for 'git clone'
Lee Marlow
2008-08-06
1
-0
/
+26
*
bash completion: Add completion for 'git grep'
Lee Marlow
2008-08-05
1
-0
/
+24
*
bash completion: Add more long options for 'git log'
Lee Marlow
2008-08-03
1
-0
/
+1
*
bash completion: remove unused function _git_diff_tree
Lee Marlow
2008-08-03
1
-5
/
+0
*
Replace uses of "git-var" with "git var"
Todd Zullinger
2008-07-30
2
-4
/
+4
*
bash completion: Add completion for 'git help'
Lee Marlow
2008-07-27
1
-7
/
+39
*
bash completion: Add long options for 'git describe'
Thomas Rast
2008-07-27
1
-0
/
+9
*
bash: offer only paths after '--' for 'git checkout'
SZEDER Gábor
2008-07-25
1
-0
/
+2
*
git-completion.bash: provide completion for 'show-branch'
Thomas Rast
2008-07-24
1
-1
/
+17
*
bash completion: Add long options for 'git rm'
Lee Marlow
2008-07-24
1
-0
/
+15
*
svnimport: newer libsvn wants us to ask for the root with "", not "/"
P. Christeas
2008-07-24
1
-1
/
+1
*
am --abort: Add to bash-completion and mention in git-rerere documentation
Stephan Beyer
2008-07-24
1
-1
/
+1
*
In perforce, RCS keywords are case-sensitive
Daniel Barkalow
2008-07-23
1
-1
/
+1
*
Don't cut off last character of commit descriptions.
Nikolaj Schumacher
2008-07-22
1
-1
/
+1
*
Rename .git/rebase to .git/rebase-apply
Johannes Schindelin
2008-07-22
2
-9
/
+9
*
Merge branch 'sb/dashless'
Junio C Hamano
2008-07-17
1
-2
/
+2
|
\
*
\
Merge branch 'mv/merge-in-c'
Junio C Hamano
2008-07-16
1
-0
/
+554
|
\
\
[next]