668 Commits (8a2f87332b847edc7f8fc5f305889c863651ecb5)

Author SHA1 Message Date
Simon Hausmann 86506fe54c git-p4: Fix upstream branch detection for submit/rebase with multiple branches. 18 years ago
Simon Hausmann 062410bb9d git-p4: Cleanup, make listExistingP4Branches a global function for later use. 18 years ago
Scott Lamb 788001908c git-p4: input to "p4 files" by stdin instead of arguments 18 years ago
Scott Lamb 9f90c7335e git-p4: use subprocess in p4CmdList 18 years ago
David Kastrup 99c01de402 contrib/emacs/Makefile: Also install .el files. 18 years ago
Sean e3b4968f9c Demote git-p4import to contrib status. 18 years ago
Emil Medve 4cb08df553 Use $(RM) in Makefiles instead of 'rm -f' 18 years ago
Marius Storm-Olsen 48b4c3d5ab Fix git-p4 on Windows to not use the Posix sysconf function. 18 years ago
Junio C Hamano af6861b144 Add contrib/stats/mailmap.pl script 18 years ago
David Kastrup 248c648a0d Add missing functions to contrib/emacs/vc-git.el 18 years ago
Brian Downing b492bbd836 Correct shebang line for contrib/stats/packinfo.pl 18 years ago
Nicolas Pitre 750bd6ac35 script to display a distribution of longest common hash prefixes 18 years ago
Brian Downing 73f8936050 Pack information tool 18 years ago
Johannes Schindelin b4372ef136 Enable "git rerere" by the config variable rerere.enabled 18 years ago
Junio C Hamano 5be60078c9 Rewrite "git-frotz" to "git frotz" 18 years ago
Simon Hausmann b658d50325 git-new-workdir: Fix shell warning about operator == used with test. 18 years ago
Shawn O. Pearce 161fea832a Teach bash how to complete +refspec on git-push 18 years ago
Julian Phillips 09381b458f new-workdir: handle rev-parse --git-dir not always giving full path 18 years ago
Shawn O. Pearce 92d7c8e37b Avoid src:dst syntax as default bash completion for git push 18 years ago
Simon Hausmann 9ceab36375 Make it possible to specify the HEAD for the internal findUpstreamBranchPoint function. 18 years ago
Simon Hausmann 09d89de2e3 Added git-p4 branches command that shows the mapping of perforce depot paths to imported git branches. 18 years ago
Simon Hausmann 1a2edf4e8d Warn about conflicting p4 branch mappings and use the first one found. 18 years ago
Simon Hausmann 6555b2ccfe Fix the branch mapping detection to be independent from the order of the "p4 branches" output. 18 years ago
Benjamin Sergeant da4a660161 git-p4 fails when cloning a p4 depo. 18 years ago
Simon Hausmann 3c699645f5 Fix initial multi-branch import. 18 years ago
Aneesh Kumar K.V 1be846f6e4 gitview: run blame with -C -C 18 years ago
Aneesh Kumar K.V 30a844874d gitview: Fix the blame interface. 18 years ago
Marius Storm-Olsen cbae7080a7 Only use double quotes on Windows 18 years ago
Simon Hausmann d7e3868cdf Fix git-p4 rebase to detect the correct upstream branch instead of unconditionally 18 years ago
Simon Hausmann 27d2d8119b Moved the code from git-p4 submit to figure out the upstream branch point 18 years ago
Simon Hausmann e6b711f00e git-p4 submit: Fix missing quotes around p4 commands to make them work with spaces in filenames 18 years ago
Simon Hausmann 81b462a629 Mention remotes/p4/master also in the documentation. 18 years ago
Simon Hausmann a9d1a27af1 Provide some information for single branch imports where the commits go 18 years ago
Kevin Green c3bf3f1301 git-p4: check for existence of repo dir before trying to create 18 years ago
Simon Hausmann 6581de096e Write out the options tag in the log message of imports only if we actually have 18 years ago
Simon Hausmann a43ff00c7c Fix support for explicit disabling of syncing with the origin 18 years ago
Simon Hausmann 86fda6a327 Fix depot-paths encoding for multi-path imports (don't split up //depot/path/foo) 18 years ago
Simon Hausmann 6e5295c4d3 Fix project name guessing 18 years ago
Simon Hausmann cae7b732d8 Fix updating/creating remotes/p4/* heads from origin/p4/* 18 years ago
Simon Hausmann 7aded26ce8 Fixed the check to make sure to exclude the HEAD symbolic refs when updating 18 years ago
Han-Wen Nienhuys 5265bfcb06 also strip p4/ from local imports. 18 years ago
Han-Wen Nienhuys 1b9a46849a print error message when p4 print fails (eg. due to permission problems) 18 years ago
Michael Ellerman 225696af2c gitview: Define __slots__ for Commit 18 years ago
Michael Ellerman 709b148a90 gitview: Use new-style classes 18 years ago
Simon Hausmann df450923a2 Only get the expensive branch mapping from the p4 server when not 18 years ago
Simon Hausmann a3fdd57901 Make git-p4 submit detect the correct reference (origin) branch when 18 years ago
Simon Hausmann 5e100b5cd7 Make clone behave like git clone by default again. 18 years ago
Marius Storm-Olsen c4b33253c2 Exclude the HEAD symbolic ref from the list of known branches 18 years ago
Marius Storm-Olsen db775559c2 Fix single branch import into remotes 18 years ago
Marius Storm-Olsen 98ad4faf95 Fix git-p4 clone (defaultDestination) 18 years ago