summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2007-07-12Add missing functions to contrib/emacs/vc-git.elDavid Kastrup
2007-07-12Correct shebang line for contrib/stats/packinfo.plBrian Downing
2007-07-12script to display a distribution of longest common hash prefixesNicolas Pitre
2007-07-12Pack information toolBrian Downing
2007-07-07Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-06-27Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano
2007-06-27git-new-workdir: Fix shell warning about operator == used with test.Simon Hausmann
2007-06-24Teach bash how to complete +refspec on git-pushShawn O. Pearce
2007-06-24new-workdir: handle rev-parse --git-dir not always giving full pathJulian Phillips
2007-06-22Import branch 'git-p4' of git://repo.or.cz/fast-exportShawn O. Pearce
2007-06-22Avoid src:dst syntax as default bash completion for git pushShawn O. Pearce
2007-06-21Make it possible to specify the HEAD for the internal findUpstreamBranchPoint...Simon Hausmann
2007-06-20Added git-p4 branches command that shows the mapping of perforce depot paths ...Simon Hausmann
2007-06-17Warn about conflicting p4 branch mappings and use the first one found.Simon Hausmann
2007-06-17Fix the branch mapping detection to be independent from the order of the "p4 ...Simon Hausmann
2007-06-16git-p4 fails when cloning a p4 depo.Benjamin Sergeant
2007-06-16Fix initial multi-branch import.Simon Hausmann
2007-06-13gitview: run blame with -C -CAneesh Kumar K.V
2007-06-13gitview: Fix the blame interface.Aneesh Kumar K.V
2007-06-12Only use double quotes on WindowsMarius Storm-Olsen
2007-06-12Fix git-p4 rebase to detect the correct upstream branch instead of unconditio...Simon Hausmann
2007-06-12Moved the code from git-p4 submit to figure out the upstream branch pointSimon Hausmann
2007-06-11git-p4 submit: Fix missing quotes around p4 commands to make them work with s...Simon Hausmann
2007-06-11Mention remotes/p4/master also in the documentation.Simon Hausmann
2007-06-11Provide some information for single branch imports where the commits goSimon Hausmann
2007-06-11git-p4: check for existence of repo dir before trying to createKevin Green
2007-06-11Write out the options tag in the log message of imports only if we actually haveSimon Hausmann
2007-06-11Fix support for explicit disabling of syncing with the originSimon Hausmann
2007-06-11Fix depot-paths encoding for multi-path imports (don't split up //depot/path/...Simon Hausmann
2007-06-11Fix project name guessingSimon Hausmann
2007-06-10Fix updating/creating remotes/p4/* heads from origin/p4/*Simon Hausmann
2007-06-09Fixed the check to make sure to exclude the HEAD symbolic refs when updatingSimon Hausmann
2007-06-08also strip p4/ from local imports.Han-Wen Nienhuys
2007-06-08Merge branch 'master' of git://repo.or.cz/fast-exportHan-Wen Nienhuys
2007-06-08print error message when p4 print fails (eg. due to permission problems)Han-Wen Nienhuys
2007-06-08gitview: Define __slots__ for CommitMichael Ellerman
2007-06-08gitview: Use new-style classesMichael Ellerman
2007-06-08Only get the expensive branch mapping from the p4 server when notSimon Hausmann
2007-06-07Make git-p4 submit detect the correct reference (origin) branch whenSimon Hausmann
2007-06-07Make clone behave like git clone by default again.Simon Hausmann
2007-06-07Exclude the HEAD symbolic ref from the list of known branchesMarius Storm-Olsen
2007-06-07Fix single branch import into remotesMarius Storm-Olsen
2007-06-07Fix git-p4 clone (defaultDestination)Marius Storm-Olsen
2007-06-07Ensure that the commit message is Windows formated (CRLF) before invoking the...Marius Storm-Olsen
2007-06-07Fix depot-path determination for git-p4 submitSimon Hausmann
2007-06-07Fix git-p4 submitSimon Hausmann
2007-06-07Fix git-p4 rebaseSimon Hausmann
2007-06-07Hack to make the multi-branch import work again with self.depotPaths now thatSimon Hausmann
2007-06-07Don't attempt to set the initialParent on multi-branch imports (useless).Simon Hausmann