536 Commits (09ff69bb39b386e24a39723d9e20263a915bc6d6)

Author SHA1 Message Date
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
Marius Storm-Olsen f7baba8b09 Ensure that the commit message is Windows formated (CRLF) before invoking the editor. 18 years ago
Simon Hausmann a52d5c7bc0 Fix depot-path determination for git-p4 submit 18 years ago
Simon Hausmann b0d10df77a Fix git-p4 submit 18 years ago
Simon Hausmann 68c4215306 Fix git-p4 rebase 18 years ago
Simon Hausmann 6509e19cd1 Hack to make the multi-branch import work again with self.depotPaths now that 18 years ago
Simon Hausmann 330f53b8d6 Don't attempt to set the initialParent on multi-branch imports (useless). 18 years ago
Simon Hausmann 583e170706 Fix common path "calculation" from logs of multiple branches. 18 years ago
Simon Hausmann 845b42cb6c Fix support for "depot-path" in older git-p4 imports 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Han-Wen Nienhuys 7530a40ce2 look for 'text' and 'binary' files. 18 years ago
Han-Wen Nienhuys b1ce944726 thinko: really ignore deleted files. 18 years ago
Han-Wen Nienhuys b17f88b544 remove debug print 18 years ago
Han-Wen Nienhuys 86dff6b676 Cleanups & import into p4/master for local import 18 years ago
Han-Wen Nienhuys d2c6dd30ef use p4CmdList() to get file contents in Python dicts. This is more robust. 18 years ago