summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2007-02-12More fixes in heuristic p4 branch detection based on common path components.Simon Hausmann1-34/+74
2007-02-12Started work on p4 branch detection (experimental!).Simon Hausmann1-9/+50
2007-02-12Code cleanups.Simon Hausmann1-12/+21
2007-02-12import-tars: brown paper bag fix for file mode.Michael Loeffler1-3/+1
2007-02-11bash: Hide git-fast-import.Shawn O. Pearce1-0/+1
2007-02-11Cleanups, remove unused variable.Simon Hausmann1-3/+0
2007-02-11Create lightweight git tags (using the "reset" trick) for the incremental imp...Simon Hausmann1-6/+10
2007-02-10Added a little helper script to remove unused tags from the perforce import.Simon Hausmann1-0/+40
2007-02-10Changed the default git import branch from "p4" to "master".Simon Hausmann1-1/+1
2007-02-10Avoid the excessive use of git tags for every perforce change and instead jus...Simon Hausmann1-5/+15
2007-02-10Minor code cleanups.Simon Hausmann1-10/+6
2007-02-09remove mailmap.linuxNicolas Pitre1-42/+0
2007-02-09git-blame.el: Autoupdate while editingDavid Kågedal1-9/+86
2007-02-09git-blame.el: Doc fixes and cleanupDavid Kågedal1-4/+10
2007-02-09git-blame.el: blame unsaved changesDavid Kågedal1-21/+44
2007-02-09git-blame.el: improve color handlingDavid Kågedal1-14/+10
2007-02-09Handle uncommitted changes and cache descriptionsDavid Kågedal1-6/+20
2007-02-09git-blame: Change installation instructionsJakub Narebski1-4/+19
2007-02-09git-blame: Add Emacs Lisp file headers and GNU GPL boilerplateJakub Narebski1-3/+72
2007-02-08Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano1-0/+105
2007-02-08Added a little helper script to debug the output of the p4 python interface.Simon Hausmann1-0/+25
2007-02-08tar archive frontend for fast-import.Shawn O. Pearce1-0/+105
2007-02-08Made the name of the git branch used for the perforce import configurable thr...Simon Hausmann1-6/+16
2007-02-08Catch io exceptions from git fast-import again and print the error message.Simon Hausmann1-1/+6
2007-02-07Fix calculation of the newest imported revision for #head imports.Simon Hausmann1-1/+1
2007-02-07Make specifying the revision ranges more convenient.Simon Hausmann1-3/+8
2007-02-07Make incremental imports easier to use by storing the p4 depot path after an ...Simon Hausmann1-3/+16
2007-02-07Fixed incremental imports by using the correct "from" command instead of "mer...Simon Hausmann1-1/+1
2007-02-07Minor cleanups and print an error message of git fast-import if it fails.Simon Hausmann1-5/+12
2007-02-06Remove contrib/colordiffJunio C Hamano2-198/+0
2007-02-05bash: Complete git-remote subcommands.Shawn O. Pearce1-0/+28
2007-02-05bash: Support git-rebase -m continuation completion.Shawn O. Pearce1-1/+1
2007-02-05git-blame: an Emacs minor mode to view file with git-blame output.David Kågedal1-0/+180
2007-02-05Add hg-to-git conversion utility.Stelian Pop2-0/+254
2007-02-05blameview: Support browsable functionality to blameview.Aneesh Kumar K.V1-3/+20
2007-02-05bash: Support git-bisect and its subcommands.Shawn O. Pearce1-0/+31
2007-02-05bash: Support --add completion to git-config.Shawn O. Pearce1-1/+1
2007-02-05bash: Hide git-resolve, its deprecated.Shawn O. Pearce1-0/+1
2007-02-05bash: Offer --prune completion for git-gc.Shawn O. Pearce1-0/+14
2007-02-05bash: Hide diff-stages from completion.Shawn O. Pearce1-0/+1
2007-02-05bash: Support completion on git-cherry.Shawn O. Pearce1-0/+8
2007-02-04bash: Support internal revlist options better.Shawn O. Pearce1-1/+3
2007-02-04bash: Support unique completion when possible.Shawn O. Pearce1-99/+91
2007-02-04bash: Support unique completion on git-config.Shawn O. Pearce1-38/+82
2007-02-04bash: Classify more commends out of completion.Shawn O. Pearce1-1/+17
2007-02-04bash: Add space after unique command name is completed.Shawn O. Pearce1-6/+20
2007-02-04bash: Complete long options to git-add.Shawn O. Pearce1-0/+16
2007-02-04bash: Classify cat-file and reflog as plumbing.Shawn O. Pearce1-20/+3
2007-02-04bash: Remove short option completions for branch/checkout/diff.Shawn O. Pearce1-3/+3
2007-02-01Initial support for importing a directory from Perforce at a specified revision.Simon Hausmann1-29/+65