summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2007-04-13Print an error message of some sort if git fast-import fails.Simon Hausmann1-0/+1
2007-04-09Allow for convenient rebasing after git-p4 submitSimon Hausmann1-0/+6
2007-04-08Added a simple example of usage to the "documentation" :)Simon Hausmann1-0/+22
2007-04-08fix variable usage (oops)Simon Hausmann1-1/+1
2007-04-08Fix file determination for #head importsSimon Hausmann1-1/+2
2007-04-08Added git-p4 clone convenience commandSimon Hausmann2-3/+77
2007-04-08Honor --silent for labelsSimon Hausmann1-1/+1
2007-04-08Turn off potentially slow label detection by defaultSimon Hausmann1-2/+6
2007-04-08Provide a tree summary after git-p4 rebaseSimon Hausmann1-1/+3
2007-04-07Added git-p4 rebase convenienceSimon Hausmann2-3/+33
2007-04-05Merge branch 'maint'Junio C Hamano2-2/+2
2007-04-05DESTDIR support for git/contrib/emacsVille Skyttä1-2/+2
2007-04-04rename contrib/hooks/post-receieve-email to contrib/hooks/post-receive-email.Gerrit Pape1-0/+0
2007-04-01Clean up python class names.Simon Hausmann1-4/+4
2007-04-01Fix "compilation" :)Simon Hausmann1-2/+2
2007-03-31git-blame.el: pick a set of random colors for each git-blame turnXavier Maillard1-27/+54
2007-03-31git-blame.el: separate git-blame-mode to ease maintenanceXavier Maillard1-18/+37
2007-03-31contrib/workdir: add a simple script to create a working directoryJulian Phillips1-0/+57
2007-03-31Reimplement emailing part of hooks--update in contrib/hooks/post-receive-emailAndy Parkins1-0/+588
2007-03-29Fix the docs for git-p4 submit and turn git-p4 submit --master=foo intoSimon Hausmann2-21/+20
2007-03-28Fix variable usage in tag importSimon Hausmann1-2/+2
2007-03-27git.el: Display some information about the HEAD commit.Alexandre Julliard1-2/+20
2007-03-26Added support for mapping p4 labels to git tagsSimon Hausmann1-1/+57
2007-03-26git-p4 debug doesn't need a git repositorySimon Hausmann1-13/+16
2007-03-26Don't try to parse any options with git-p4 debug but pass it straight on to p4Simon Hausmann1-6/+10
2007-03-24Prefer git command over git-command.Simon Hausmann1-14/+14
2007-03-24Minor cosmetic fixlet for the git-p4 submit sync question.Simon Hausmann1-1/+1
2007-03-24Different versions of p4 have different output for the where command ;(Simon Hausmann1-5/+17
2007-03-23Use the new incremental import style by defaultSimon Hausmann1-14/+15
2007-03-23Make it possible to run git-p4 submit from within the git repositorySimon Hausmann2-15/+50
2007-03-22Brand new smart incremental import that doesn't need tags or git repo-config :)Simon Hausmann2-11/+33
2007-03-22Set the default branch in run, not in the constructorSimon Hausmann1-1/+4
2007-03-22Helper function to check the existance of a revisionSimon Hausmann1-0/+3
2007-03-22Added some helper function(s) to parse the depot path and change number from ...Simon Hausmann1-12/+36
2007-03-22Changed the default branch for imports from "master" to "p4"Simon Hausmann2-4/+4
2007-03-22Changed the format of the imported log message slightly, so that it's easier ...Simon Hausmann1-1/+1
2007-03-22Removed the .py extension from git-p4 as it's annoying to type every time.Simon Hausmann2-7/+7
2007-03-21Don't show the submit template and the diff first in less but show it in $edi...Simon Hausmann1-6/+8
2007-03-21Make it possible to invoke git-p4 from within subdirectories of a git working...Simon Hausmann1-0/+4
2007-03-21Made --apply-as-patch the default for git-p4 submit as it's significantly fas...Simon Hausmann1-1/+1
2007-03-21Fix support for deletions in git-p4 submit when using --apply-as-patch by fil...Simon Hausmann1-1/+1
2007-03-21Added experimental but super-fast --apply-as-patch option to git-p4 submitSimon Hausmann1-11/+18
2007-03-21Documentation enhancements.Simon Hausmann1-0/+6
2007-03-20Start of the git-p4 documentation.Simon Hausmann1-0/+74
2007-03-20Removed p4-fast-export and p4-git-sync as they've been integrated into git-p4...Simon Hausmann2-928/+0
2007-03-20Fixed the initial version import by getting the file index correct by correct...Simon Hausmann1-2/+3
2007-03-20Added missing "self"s to make the script evaluate correctly.Simon Hausmann1-9/+9
2007-03-20Completely untested "merge" of p4-fast-export.py into git-p4.pySimon Hausmann1-8/+582
2007-03-20sync-to-perforce is now called submit and fixed the gitdir check a little bitSimon Hausmann1-2/+2
2007-03-19contrib/continuous: a continuous integration build managerShawn O. Pearce2-0/+607