summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2007-02-11Cleanups, remove unused variable.Libravatar Simon Hausmann1-3/+0
2007-02-11Create lightweight git tags (using the "reset" trick) for the incremental imp...Libravatar Simon Hausmann1-6/+10
2007-02-10Added a little helper script to remove unused tags from the perforce import.Libravatar Simon Hausmann1-0/+40
2007-02-10Changed the default git import branch from "p4" to "master".Libravatar Simon Hausmann1-1/+1
2007-02-10Avoid the excessive use of git tags for every perforce change and instead jus...Libravatar Simon Hausmann1-5/+15
2007-02-10Minor code cleanups.Libravatar Simon Hausmann1-10/+6
2007-02-09remove mailmap.linuxLibravatar Nicolas Pitre1-42/+0
2007-02-09git-blame.el: Autoupdate while editingLibravatar David Kågedal1-9/+86
2007-02-09git-blame.el: Doc fixes and cleanupLibravatar David Kågedal1-4/+10
2007-02-09git-blame.el: blame unsaved changesLibravatar David Kågedal1-21/+44
2007-02-09git-blame.el: improve color handlingLibravatar David Kågedal1-14/+10
2007-02-09Handle uncommitted changes and cache descriptionsLibravatar David Kågedal1-6/+20
2007-02-09git-blame: Change installation instructionsLibravatar Jakub Narebski1-4/+19
2007-02-09git-blame: Add Emacs Lisp file headers and GNU GPL boilerplateLibravatar Jakub Narebski1-3/+72
2007-02-08Merge branch 'master' of git://repo.or.cz/git/fastimportLibravatar Junio C Hamano1-0/+105
2007-02-08Added a little helper script to debug the output of the p4 python interface.Libravatar Simon Hausmann1-0/+25
2007-02-08tar archive frontend for fast-import.Libravatar Shawn O. Pearce1-0/+105
2007-02-08Made the name of the git branch used for the perforce import configurable thr...Libravatar Simon Hausmann1-6/+16
2007-02-08Catch io exceptions from git fast-import again and print the error message.Libravatar Simon Hausmann1-1/+6
2007-02-07Fix calculation of the newest imported revision for #head imports.Libravatar Simon Hausmann1-1/+1
2007-02-07Make specifying the revision ranges more convenient.Libravatar Simon Hausmann1-3/+8
2007-02-07Make incremental imports easier to use by storing the p4 depot path after an ...Libravatar Simon Hausmann1-3/+16
2007-02-07Fixed incremental imports by using the correct "from" command instead of "mer...Libravatar Simon Hausmann1-1/+1
2007-02-07Minor cleanups and print an error message of git fast-import if it fails.Libravatar Simon Hausmann1-5/+12
2007-02-06Remove contrib/colordiffLibravatar Junio C Hamano2-198/+0
2007-02-05bash: Complete git-remote subcommands.Libravatar Shawn O. Pearce1-0/+28
2007-02-05bash: Support git-rebase -m continuation completion.Libravatar Shawn O. Pearce1-1/+1
2007-02-05git-blame: an Emacs minor mode to view file with git-blame output.Libravatar David Kågedal1-0/+180
2007-02-05Add hg-to-git conversion utility.Libravatar Stelian Pop2-0/+254
2007-02-05blameview: Support browsable functionality to blameview.Libravatar Aneesh Kumar K.V1-3/+20
2007-02-05bash: Support git-bisect and its subcommands.Libravatar Shawn O. Pearce1-0/+31
2007-02-05bash: Support --add completion to git-config.Libravatar Shawn O. Pearce1-1/+1
2007-02-05bash: Hide git-resolve, its deprecated.Libravatar Shawn O. Pearce1-0/+1
2007-02-05bash: Offer --prune completion for git-gc.Libravatar Shawn O. Pearce1-0/+14
2007-02-05bash: Hide diff-stages from completion.Libravatar Shawn O. Pearce1-0/+1
2007-02-05bash: Support completion on git-cherry.Libravatar Shawn O. Pearce1-0/+8
2007-02-04bash: Support internal revlist options better.Libravatar Shawn O. Pearce1-1/+3
2007-02-04bash: Support unique completion when possible.Libravatar Shawn O. Pearce1-99/+91
2007-02-04bash: Support unique completion on git-config.Libravatar Shawn O. Pearce1-38/+82
2007-02-04bash: Classify more commends out of completion.Libravatar Shawn O. Pearce1-1/+17
2007-02-04bash: Add space after unique command name is completed.Libravatar Shawn O. Pearce1-6/+20
2007-02-04bash: Complete long options to git-add.Libravatar Shawn O. Pearce1-0/+16
2007-02-04bash: Classify cat-file and reflog as plumbing.Libravatar Shawn O. Pearce1-20/+3
2007-02-04bash: Remove short option completions for branch/checkout/diff.Libravatar Shawn O. Pearce1-3/+3
2007-02-01Initial support for importing a directory from Perforce at a specified revision.Libravatar Simon Hausmann1-29/+65
2007-02-01Code cleanups, move the code to create a commit with fast-import into a separ...Libravatar Simon Hausmann1-59/+67
2007-02-01Simplify the incremental import by elimination the need for a temporary impor...Libravatar Simon Hausmann1-18/+3
2007-02-01Started working on incremental imports from Perforce.Libravatar Simon Hausmann1-2/+35
2007-01-31Fix file permissions of p4-fast-export.py to be executable.Libravatar Simon Hausmann1-0/+0
2007-01-31Create a git tag for every changeset imported from perforce.Libravatar Simon Hausmann1-2/+13