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