summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2007-05-17Removed todo item that is implemented :)Simon Hausmann1-2/+0
2007-05-17Added support for git-p4 sync/rebase --with-origin. See git-p4.txt for detail...Simon Hausmann2-2/+41
2007-05-17Bite the bullet and automatically convert old style refs/heads/p4 repositoriesSimon Hausmann1-2/+4
2007-05-17Changed the default p4 import branch to be refs/remotes/p4/{HEAD,master}Simon Hausmann2-4/+12
2007-05-17Create the origin based import branch using git update-ref instead of git branchSimon Hausmann1-1/+4
2007-05-17Removed ancient and unused code to find the last imported revision from previ...Simon Hausmann1-17/+0
2007-05-17Removed cleantags command. It doesn't have any meaning anymore.Simon Hausmann1-39/+0
2007-05-17Clean up code duplication for revision parsing and fix previous commit to notSimon Hausmann1-3/+6
2007-05-17Always pass a sha1 for the initial parent so that git-fast-import doesn't thinkSimon Hausmann1-3/+4
2007-05-17Fixing syncing (gitdir discovery / cd) for bare repositoriesSimon Hausmann1-1/+3
2007-05-16Merge branch 'maint'Junio C Hamano1-1/+1
2007-05-16import-tars: Use the "Link indicator" to identify directoriesJohannes Schindelin1-1/+1
2007-05-16A little todo note before I forget it :), based on a suggestion from Lars.Simon Hausmann1-0/+2
2007-05-16Fix calling git-p4 rebase from within a subdirectory (git rebase wants to be ...Simon Hausmann1-0/+2
2007-05-16Give a better hint if git-p4 submit failsSimon Hausmann1-1/+1
2007-05-16Added the possibility of skipping patches during git-p4 submitSimon Hausmann1-2/+13
2007-05-15Make git-p4 work with bare repositories.Simon Hausmann1-3/+1
2007-05-15Fix git-p4 clone //depot/project (head import)Simon Hausmann1-0/+1
2007-05-15Make the command call silentMarius Storm-Olsen1-1/+1
2007-05-15Converted to unix newlinesSimon Hausmann1-1/+1
2007-05-15Make submitting work on Windows.Simon Hausmann1-5/+11
2007-05-15Make sure all popen calls use binary mode (for Windows) andSimon Hausmann1-17/+19
2007-05-15Added a little .bat wrapper from MariusSimon Hausmann1-0/+1
2007-05-15Use the subprocess module instead of popen2 to make it work on Windows.Simon Hausmann1-5/+5
2007-05-10Merge branch 'maint'Junio C Hamano1-1/+1
2007-05-07Properly handle '0' filenames in import-tarsShawn O. Pearce1-1/+1
2007-05-07Document some implementation details, for the curious... :)Simon Hausmann1-0/+17
2007-05-02Merge branch 'gfi-maint' into gfi-masterShawn O. Pearce1-0/+19
2007-05-02Teach import-tars about GNU tar's @LongLink extension.Johannes Schindelin1-0/+19
2007-05-01Cleanup, removed the old tagging codeSimon Hausmann1-16/+0
2007-05-01cleanup, renamed self.globalPrefix to self.depotPathSimon Hausmann1-40/+40
2007-05-01Micro cleanupSimon Hausmann1-1/+1
2007-05-01Doc cleanups.Simon Hausmann1-6/+2
2007-04-29Merge branch 'maint'Junio C Hamano1-0/+1
2007-04-29Fix import-tars fix.Junio C Hamano1-1/+1
2007-04-28import-tars: be nice to wrong directory modesJohannes Schindelin1-0/+1
2007-04-26post-receive-email example hook: sed command for getting description was wrongAndy Parkins1-1/+1
2007-04-26post-receive-email example hook: detect rewind-only updates and output sensib...Andy Parkins1-23/+54
2007-04-26post-receive-email example hook: fastforward should have been fast_forwardAndy Parkins1-1/+1
2007-04-24Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano1-1/+6
2007-04-24fix importing of subversion tarsUwe Kleine-König1-1/+6
2007-04-23Add clean.requireForce option, and add -f option to git-clean to override itJosh Triplett1-0/+1
2007-04-20gitview: annotation supportAneesh Kumar K.V1-4/+256
2007-04-19git.el: Add a commit description to the reflog.Alexandre Julliard1-14/+28
2007-04-19Contribute a fairly paranoid update hookShawn O. Pearce1-0/+284
2007-04-15Handle patch errors in git-p4 submit better.Simon Hausmann1-6/+32
2007-04-15A new attempt at fixing the child-fast-import-process-not-finished race condi...Simon Hausmann1-2/+5
2007-04-14Slightly improved formatting of the raw_input questions.Simon Hausmann1-3/+3
2007-04-14Removed the old patch apply code from git-p4 submit.Simon Hausmann1-18/+1
2007-04-14Fix the timezone formatting. Now qgit also displays (parses) it correctly.Simon Hausmann1-4/+1