401 Commits (3672c971483020ba5255576aec0be670c76d019b)

Author SHA1 Message Date
Anand Kumria b87a659635 Put some documentation in about the parameters that have been added 17 years ago
Anand Kumria bc02acfc76 Move git-p4.syncFromOrigin into a configuration parameters section 17 years ago
Anand Kumria 3cafb7d8ce Consistently use 'git-p4' for the configuration entries 17 years ago
Anand Kumria abcaf07360 If the user has configured various parameters, use them. 17 years ago
Anand Kumria 155af83491 Switch to using 'p4_build_cmd' 17 years ago
Anand Kumria ee06427aa6 If we are in verbose mode, output what we are about to run (or return) 17 years ago
Anand Kumria 21a5075385 Add a single command that will be used to construct the 'p4' command 17 years ago
Anand Kumria 87b611d5fd Utilise the new 'p4_system' function. 17 years ago
Anand Kumria bf9320f151 Have a command that specifically invokes 'p4' (via system) 17 years ago
Anand Kumria b340fa4301 Utilise the new 'p4_read_pipe_lines' command 17 years ago
Anand Kumria 2318121bab Create a specific version of the read_pipe_lines command for p4 invocations 17 years ago
Daniel Barkalow 2d71bde2d1 In perforce, RCS keywords are case-sensitive 17 years ago
Johannes Schindelin be612c2318 Add another fast-import example, this time for .zip files 17 years ago
Jing Xue 4c2d5d722c Add 'git-p4.allowSubmit' to git-p4 17 years ago
Marius Storm-Olsen f3e5ae4f06 git-p4: Handle Windows EOLs properly after removal of p4 submit template handling. 17 years ago
Shawn Bohrer 82cea9ffb1 git-p4: Use P4EDITOR environment variable when set 17 years ago
Shawn Bohrer 67abd41716 git-p4: Unset P4DIFF environment variable when using 'p4 -du diff' 17 years ago
Marius Storm-Olsen 8ff45f2af5 git-p4: Optimize the fetching of data from perforce. 17 years ago
Simon Hausmann 30b5940bcd git-p4: Fix import of changesets with file deletions 17 years ago
Tor Arvid Lund 3a70cdfa42 git-p4: Support usage of perforce client spec 17 years ago
Simon Hausmann 4c750c0d8b git-p4: git-p4 submit cleanups. 17 years ago
Simon Hausmann 0e36f2d726 git-p4: Removed git-p4 submit --direct. 17 years ago
Simon Hausmann edae1e2f40 git-p4: Clean up git-p4 submit's log message handling. 17 years ago
Simon Hausmann 4b61b5c963 git-p4: Remove --log-substitutions feature. 17 years ago
Tommy Thorn 354081d5a0 git-p4: support exclude paths 17 years ago
Toby Allsopp 053d9e432b git-p4: Fix indentation from tab to spaces 17 years ago
Tommy Thorn 147402a2e9 git-p4: Fix an obvious typo 17 years ago
Simon Hausmann 36ee4ee40e git-p4: Ensure the working directory and the index are clean before "git-p4 rebase" 17 years ago
Simon Hausmann e96e400f67 git-p4: Fix submit user-interface. 17 years ago
Jason McMullan f3e9512be1 Remove $Id: ..$ $Header: ..$ etc from +ko and +k files during import 17 years ago
Shun Kei Leung 183f84365d git-p4: Fix typo in --detect-labels 17 years ago
Simon Hausmann 38f9f5ec41 git-p4: Fix direct import from perforce after fetching changes through git from origin 17 years ago
Chris Pettitt c65b670e85 git-p4: Detect changes to executable bit and include them in p4 submit. 17 years ago
Chris Pettitt b43b0a3c5c git-p4: Add a helper function to parse the full git diff-tree output. 17 years ago
Chris Pettitt d9a5f25b67 git-p4 support for perforce renames. 17 years ago
Simon Hausmann 209471493a git-p4: When skipping a patch as part of "git-p4 submit" make sure we correctly revert to the previous state of the files using "p4 revert". 17 years ago
Marius Storm-Olsen a9834f5833 Add 'git-p4 commit' as an alias for 'git-p4 submit' 17 years ago
David Brown b9fc6ea9ef Detect exec bit in more cases. 18 years ago
Jeff King e349026812 contrib/fast-import: add perl version of simple example 18 years ago
Nguyen Thai Ngoc Duy 7f8cfadf21 contrib/fast-import: add simple shell example 18 years ago
Simon Hausmann 1ca3d71069 git-p4: Added support for automatically importing newly appearing perforce branches. 18 years ago
Simon Hausmann 8134f69c21 git-p4: Cleanup; moved the (duplicated) code for turning a branch into a git ref (for example foo -> refs/remotes/p4/<project>/foo) into a separate method. 18 years ago
Simon Hausmann c208a24310 git-p4: Cleanup; moved the code for the initial #head or revision import into a separate function, out of P4Sync.run. 18 years ago
Simon Hausmann 1c49fc197b git-p4: Cleanup; Turn self.revision into a function local variable (it's not used anywhere outside the function). 18 years ago
Simon Hausmann e87f37ae42 git-p4: Cleanup; moved the code to import a list of p4 changes using fast-import into a separate member function of P4Sync. 18 years ago
Simon Hausmann 4f6432d8cc git-p4: Cleanup; moved the code for getting a sorted list of p4 changes for a list of given depot paths into a standalone method. 18 years ago
Simon Hausmann 14594f4b57 git-p4: After submission to p4 always synchronize from p4 again (into refs/remotes). Whether to rebase HEAD or not is still left as question to the end-user. 18 years ago
Simon Hausmann 31f9ec129e git-p4: Always call 'p4 sync ...' before submitting to Perforce. 18 years ago
Simon Hausmann 0058a33a8e git-p4: Fix warnings about non-existant refs/remotes/p4/HEAD ref when running git-p4 sync the first time after a git clone. 18 years ago
Simon Hausmann 5ca4461728 git-p4: Make 'git-p4 branches' work after an initial clone with git clone from an origin-updated repository. 18 years ago