index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
Age
Commit message (
Expand
)
Author
Files
Lines
2007-02-01
Code cleanups, move the code to create a commit with fast-import into a separ...
Simon Hausmann
1
-59
/
+67
2007-02-01
Simplify the incremental import by elimination the need for a temporary impor...
Simon Hausmann
1
-18
/
+3
2007-02-01
Started working on incremental imports from Perforce.
Simon Hausmann
1
-2
/
+35
2007-01-31
Fix file permissions of p4-fast-export.py to be executable.
Simon Hausmann
1
-0
/
+0
2007-01-31
Create a git tag for every changeset imported from perforce.
Simon Hausmann
1
-2
/
+13
2007-01-31
Fixed displaying import progress by calling flush on stdout.
Simon Hausmann
1
-0
/
+1
2007-01-31
Permit calling p4-fast-export with a depot path that has the typical ... wild...
Simon Hausmann
1
-0
/
+3
2007-01-31
Avoid calling fstat for every imported file (slow!) and instead read the file...
Simon Hausmann
1
-6
/
+4
2007-01-31
Ported the remaining functions that parsed p4 shell output over to the p4 pyt...
Simon Hausmann
1
-58
/
+31
2007-01-31
Instead of parsing the output of "p4 users" use the python objects of "p4 -G ...
Simon Hausmann
1
-14
/
+14
2007-01-31
Minor code cleanups and ported some p4 interfacing code over to the p4 python...
Simon Hausmann
1
-39
/
+14
2007-01-31
Changed the import mechanism to write to git fast-import through a pipe inste...
Simon Hausmann
1
-25
/
+27
2007-01-31
Removed unused p4cat function and added helper function for the perforce pyth...
Simon Hausmann
1
-3
/
+13
2007-01-31
Speed up the import of individual files from Perforce into git by passing the...
Simon Hausmann
1
-11
/
+20
2007-01-31
Some fixes to the timezone conversion between the date of a perforce change a...
Simon Hausmann
1
-3
/
+5
2007-01-31
Implemented basic support for converting the date of the perforce change to t...
Simon Hausmann
1
-11
/
+15
2007-01-31
Slightly improved help usage output and made specifying the trailing slash fo...
Simon Hausmann
1
-2
/
+7
2007-01-31
Added basic support for specifying the depot path to import from as well as t...
Simon Hausmann
1
-3
/
+15
2007-01-31
Initial import of a python script to import changesets from Perforce into git.
Simon Hausmann
1
-0
/
+150
2007-01-30
blameview: Use git-cat-file to read the file content.
Aneesh Kumar K.V
1
-1
/
+2
2007-01-28
[PATCH] Rename git-repo-config to git-config.
Tom Prince
4
-14
/
+15
2007-01-28
Add a sample program 'blameview' to show how to use git-blame --incremental
Jeff King
2
-0
/
+128
2007-01-26
vc-git.el: Take into account the destination name in vc-checkout.
Alexandre Julliard
1
-24
/
+8
2007-01-25
contrib/emacs/vc-git.el: support vc-version-other-window
Sam Vilain
1
-1
/
+26
2007-01-22
contrib/vim: update syntax for changed commit template
Jeff King
1
-2
/
+2
2007-01-15
Replace "echo -n" with printf in shell scripts.
Jason Riedy
1
-1
/
+1
2007-01-09
git.el: Define the propertize function if needed, for XEmacs compatibility.
Alexandre Julliard
1
-5
/
+13
2007-01-06
git.el: Avoid setting font lock keywords before entering log-edit mode.
Alexandre Julliard
1
-8
/
+11
2007-01-06
git.el: Don't use --info-only when resolving a file.
Alexandre Julliard
1
-1
/
+1
2006-12-27
UTF-8: introduce i18n.logoutputencoding.
Junio C Hamano
1
-0
/
+1
2006-12-22
vc-git: Ignore errors caused by a non-existent directory in vc-git-registered.
Alexandre Julliard
1
-2
/
+3
2006-12-18
vim syntax: follow recent changes to commit template
Jeff King
1
-2
/
+2
2006-12-15
Teach bash the new features of 'git show'.
Shawn O. Pearce
1
-3
/
+21
2006-12-13
Allow subcommand.color and color.subcommand color configuration
Andy Parkins
1
-0
/
+3
2006-11-28
Fix broken bash completion of local refs.
Shawn O. Pearce
1
-18
/
+19
2006-11-28
Teach bash how to complete long options for git-commit.
Shawn O. Pearce
1
-0
/
+16
2006-11-27
Teach bash about git-am/git-apply and their whitespace options.
Shawn O. Pearce
1
-0
/
+53
2006-11-27
Cache the list of merge strategies and available commands during load.
Shawn O. Pearce
1
-1
/
+19
2006-11-27
Support --strategy=x completion in addition to --strategy x.
Shawn O. Pearce
1
-10
/
+20
2006-11-27
Teach bash about git-repo-config.
Shawn O. Pearce
1
-0
/
+154
2006-11-27
Support bash completion of refs/remote.
Shawn O. Pearce
1
-4
/
+14
2006-11-27
Teach bash about git log/show/whatchanged options.
Shawn O. Pearce
1
-8
/
+26
2006-11-27
Teach bash how to complete git-rebase.
Shawn O. Pearce
1
-6
/
+32
2006-11-27
Teach bash how to complete git-cherry-pick.
Shawn O. Pearce
1
-0
/
+17
2006-11-27
Teach bash how to complete git-format-patch.
Shawn O. Pearce
1
-16
/
+44
2006-11-27
Add current branch in PS1 support to git-completion.bash.
Shawn O. Pearce
1
-0
/
+19
2006-11-27
Teach bash how to complete options for git-name-rev.
Shawn O. Pearce
1
-0
/
+9
2006-11-27
Hide plumbing/transport commands from bash completion.
Shawn O. Pearce
1
-5
/
+57
2006-11-27
Teach git-completion.bash how to complete git-merge.
Shawn O. Pearce
1
-0
/
+30
2006-11-25
git-shortlog: make common repository prefix configurable with .mailmap
Junio C Hamano
1
-0
/
+2
[prev]
[next]