summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2007-06-26Merge branch 'master' of git://repo.or.cz/git/fastimportLibravatar Junio C Hamano1-0/+3
2007-06-26git-new-workdir: Fix shell warning about operator == used with test.Libravatar Simon Hausmann1-1/+1
2007-06-24Teach bash how to complete +refspec on git-pushLibravatar Shawn O. Pearce1-0/+3
2007-06-24new-workdir: handle rev-parse --git-dir not always giving full pathLibravatar Julian Phillips1-0/+5
2007-06-22Import branch 'git-p4' of git://repo.or.cz/fast-exportLibravatar Shawn O. Pearce3-0/+1737
2007-06-22Avoid src:dst syntax as default bash completion for git pushLibravatar Shawn O. Pearce1-1/+1
2007-06-22Make it possible to specify the HEAD for the internal findUpstreamBranchPoint...Libravatar Simon Hausmann1-2/+2
2007-06-20Added git-p4 branches command that shows the mapping of perforce depot paths ...Libravatar Simon Hausmann1-1/+27
2007-06-17Warn about conflicting p4 branch mappings and use the first one found.Libravatar Simon Hausmann1-0/+6
2007-06-17Fix the branch mapping detection to be independent from the order of the "p4 ...Libravatar Simon Hausmann1-3/+13
2007-06-16git-p4 fails when cloning a p4 depo.Libravatar Benjamin Sergeant1-3/+17
2007-06-16Fix initial multi-branch import.Libravatar Simon Hausmann1-0/+1
2007-06-13gitview: run blame with -C -CLibravatar Aneesh Kumar K.V1-1/+1
2007-06-13gitview: Fix the blame interface.Libravatar Aneesh Kumar K.V1-1/+18
2007-06-12Only use double quotes on WindowsLibravatar Marius Storm-Olsen1-1/+1
2007-06-12Fix git-p4 rebase to detect the correct upstream branch instead of unconditio...Libravatar Simon Hausmann1-2/+10
2007-06-12Moved the code from git-p4 submit to figure out the upstream branch pointLibravatar Simon Hausmann1-19/+26
2007-06-11git-p4 submit: Fix missing quotes around p4 commands to make them work with s...Libravatar Simon Hausmann1-3/+3
2007-06-11Mention remotes/p4/master also in the documentation.Libravatar Simon Hausmann1-3/+3
2007-06-11Provide some information for single branch imports where the commits goLibravatar Simon Hausmann1-1/+4
2007-06-11git-p4: check for existence of repo dir before trying to createLibravatar Kevin Green1-1/+2
2007-06-11Write out the options tag in the log message of imports only if we actually haveLibravatar Simon Hausmann1-6/+5
2007-06-11Fix support for explicit disabling of syncing with the originLibravatar Simon Hausmann1-0/+2
2007-06-11Fix depot-paths encoding for multi-path imports (don't split up //depot/path/...Libravatar Simon Hausmann1-1/+1
2007-06-11Fix project name guessingLibravatar Simon Hausmann1-1/+6
2007-06-10Fix updating/creating remotes/p4/* heads from origin/p4/*Libravatar Simon Hausmann1-4/+6
2007-06-10Fixed the check to make sure to exclude the HEAD symbolic refs when updatingLibravatar Simon Hausmann1-1/+1
2007-06-08also strip p4/ from local imports.Libravatar Han-Wen Nienhuys1-3/+3
2007-06-08Merge branch 'master' of git://repo.or.cz/fast-exportLibravatar Han-Wen Nienhuys1-32/+57
2007-06-08print error message when p4 print fails (eg. due to permission problems)Libravatar Han-Wen Nienhuys1-0/+5
2007-06-08gitview: Define __slots__ for CommitLibravatar Michael Ellerman1-0/+3
2007-06-08gitview: Use new-style classesLibravatar Michael Ellerman1-4/+4
2007-06-08Only get the expensive branch mapping from the p4 server when notLibravatar Simon Hausmann1-5/+5
2007-06-07Make git-p4 submit detect the correct reference (origin) branch whenLibravatar Simon Hausmann1-14/+24
2007-06-07Make clone behave like git clone by default again.Libravatar Simon Hausmann1-0/+5
2007-06-07Exclude the HEAD symbolic ref from the list of known branchesLibravatar Marius Storm-Olsen1-1/+1
2007-06-07Fix single branch import into remotesLibravatar Marius Storm-Olsen1-2/+2
2007-06-07Fix git-p4 clone (defaultDestination)Libravatar Marius Storm-Olsen1-1/+1
2007-06-07Ensure that the commit message is Windows formated (CRLF) before invoking the...Libravatar Marius Storm-Olsen1-0/+5
2007-06-07Fix depot-path determination for git-p4 submitLibravatar Simon Hausmann1-1/+1
2007-06-07Fix git-p4 submitLibravatar Simon Hausmann1-3/+1
2007-06-07Fix git-p4 rebaseLibravatar Simon Hausmann1-0/+1
2007-06-07Hack to make the multi-branch import work again with self.depotPaths now thatLibravatar Simon Hausmann1-3/+4
2007-06-07Don't attempt to set the initialParent on multi-branch imports (useless).Libravatar Simon Hausmann1-1/+2
2007-06-07Fix common path "calculation" from logs of multiple branches.Libravatar Simon Hausmann1-2/+3
2007-06-07Fix support for "depot-path" in older git-p4 importsLibravatar Simon Hausmann1-1/+4
2007-06-07War on whitespaceLibravatar Junio C Hamano5-7/+1
2007-06-05look for 'text' and 'binary' files.Libravatar Han-Wen Nienhuys1-2/+3
2007-05-31thinko: really ignore deleted files.Libravatar Han-Wen Nienhuys1-10/+18
2007-05-31remove debug printLibravatar Han-Wen Nienhuys1-1/+0