Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-06-11 | git-p4 submit: Fix missing quotes around p4 commands to make them work with ↵ | Simon Hausmann | 1 | -3/+3 | |
spaces in filenames Noticed by Alex Riesen Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-06-11 | Provide some information for single branch imports where the commits go | Simon Hausmann | 1 | -1/+4 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-06-11 | git-p4: check for existence of repo dir before trying to create | Kevin Green | 1 | -1/+2 | |
When using git-p4 in this manner: git-p4 clone //depot/path/project myproject If "myproject" already exists as a dir, but not a valid git repo, it fails to create the directory. Signed-off-by: Kevin Green <Kevin.Green@morganstanley.com> | |||||
2007-06-11 | Write out the options tag in the log message of imports only if we actually have | Simon Hausmann | 1 | -6/+5 | |
options Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-06-11 | Fix support for explicit disabling of syncing with the origin | Simon Hausmann | 1 | -0/+2 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-06-11 | Fix depot-paths encoding for multi-path imports (don't split up ↵ | Simon Hausmann | 1 | -1/+1 | |
//depot/path/foo) Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-06-11 | Fix project name guessing | Simon Hausmann | 1 | -1/+6 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-06-10 | Fix updating/creating remotes/p4/* heads from origin/p4/* | Simon Hausmann | 1 | -4/+6 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-06-10 | Fixed the check to make sure to exclude the HEAD symbolic refs when updating | Simon Hausmann | 1 | -1/+1 | |
the remotes/p4 branches from origin. Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-06-08 | also strip p4/ from local imports. | Han-Wen Nienhuys | 1 | -3/+3 | |
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> | |||||
2007-06-08 | Merge branch 'master' of git://repo.or.cz/fast-export | Han-Wen Nienhuys | 1 | -32/+57 | |
2007-06-08 | print error message when p4 print fails (eg. due to permission problems) | Han-Wen Nienhuys | 1 | -0/+5 | |
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> | |||||
2007-06-08 | Only get the expensive branch mapping from the p4 server when not | Simon Hausmann | 1 | -5/+5 | |
syncing with the help of an origin remote (which we instead then use to get new branches from). Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-06-07 | Make git-p4 submit detect the correct reference (origin) branch when | Simon Hausmann | 1 | -14/+24 | |
working with multi-branch imports. Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-06-07 | Make clone behave like git clone by default again. | Simon Hausmann | 1 | -0/+5 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-06-07 | Exclude the HEAD symbolic ref from the list of known branches | Marius Storm-Olsen | 1 | -1/+1 | |
Signed-off-by: Marius Storm-Olsen <mstormo_git@storm-olsen.com> | |||||
2007-06-07 | Fix single branch import into remotes | Marius Storm-Olsen | 1 | -2/+2 | |
Signed-off-by: Marius Storm-Olsen <mstormo_git@storm-olsen.com> | |||||
2007-06-07 | Fix git-p4 clone (defaultDestination) | Marius Storm-Olsen | 1 | -1/+1 | |
Signed-off-by: Marius Storm-Olsen <mstormo_git@storm-olsen.com> | |||||
2007-06-07 | Ensure that the commit message is Windows formated (CRLF) before invoking ↵ | Marius Storm-Olsen | 1 | -0/+5 | |
the editor. (The default editor on Windows (Notepad) doesn't handle Unix line endings) Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> | |||||
2007-06-07 | Fix depot-path determination for git-p4 submit | Simon Hausmann | 1 | -1/+1 | |
Signed-off-by: Simon Hausmann <shausman@trolltech.com> | |||||
2007-06-07 | Fix git-p4 submit | Simon Hausmann | 1 | -3/+1 | |
Signed-off-by: Simon Hausmann <shausman@trolltech.com> | |||||
2007-06-07 | Fix git-p4 rebase | Simon Hausmann | 1 | -0/+1 | |
Signed-off-by: Simon Hausmann <shausman@trolltech.com> | |||||
2007-06-07 | Hack to make the multi-branch import work again with self.depotPaths now that | Simon Hausmann | 1 | -3/+4 | |
self.depotPath is gone Signed-off-by: Simon Hausmann <shausman@trolltech.com> | |||||
2007-06-07 | Don't attempt to set the initialParent on multi-branch imports (useless). | Simon Hausmann | 1 | -1/+2 | |
At some point the code paths should be unified, but for now I need a working git-p4 :) Signed-off-by: Simon Hausmann <shausman@trolltech.com> | |||||
2007-06-07 | Fix common path "calculation" from logs of multiple branches. | Simon Hausmann | 1 | -2/+3 | |
Need to use min instead of max for prev/cur to avoid out-of-bounds string access. Also treat "i" as index of the last match instead of a length because in case of a complete match of the two strings i was off by one. Signed-off-by: Simon Hausmann <shausman@trolltech.com> | |||||
2007-06-07 | Fix support for "depot-path" in older git-p4 imports | Simon Hausmann | 1 | -1/+4 | |
Signed-off-by: Simon Hausmann <shausman@trolltech.com> | |||||
2007-06-05 | look for 'text' and 'binary' files. | Han-Wen Nienhuys | 1 | -2/+3 | |
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> | |||||
2007-05-31 | thinko: really ignore deleted files. | Han-Wen Nienhuys | 1 | -10/+18 | |
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> | |||||
2007-05-31 | remove debug print | Han-Wen Nienhuys | 1 | -1/+0 | |
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> | |||||
2007-05-31 | Cleanups & import into p4/master for local import | Han-Wen Nienhuys | 1 | -22/+32 | |
- import into master/local if --import-local is set - use Die() for exiting - if --verbose is set, raise Exception() - use joined strings iso. `list` for progress printing Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> | |||||
2007-05-31 | use p4CmdList() to get file contents in Python dicts. This is more robust. | Han-Wen Nienhuys | 1 | -35/+21 | |
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> | |||||
2007-05-30 | only run p4 print if necessary | Han-Wen Nienhuys | 1 | -0/+3 | |
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> | |||||
2007-05-30 | don't p4 print deleted files. | Han-Wen Nienhuys | 1 | -8/+13 | |
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> | |||||
2007-05-30 | read files before creating the commit. | Han-Wen Nienhuys | 1 | -14/+21 | |
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> | |||||
2007-05-30 | thinko. | Han-Wen Nienhuys | 1 | -1/+1 | |
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> | |||||
2007-05-30 | store p4 user cache in home directory. | Han-Wen Nienhuys | 1 | -5/+10 | |
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> | |||||
2007-05-30 | Thinko, fix buglet. | Han-Wen Nienhuys | 1 | -2/+2 | |
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> | |||||
2007-05-30 | Read p4 files in one batch. | Han-Wen Nienhuys | 1 | -26/+63 | |
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> | |||||
2007-05-30 | remove global .gitdir | Han-Wen Nienhuys | 1 | -29/+24 | |
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> | |||||
2007-05-30 | Merge origin. | Han-Wen Nienhuys | 1 | -5/+5 | |
2007-05-30 | Diverse cleanups | Han-Wen Nienhuys | 1 | -90/+134 | |
- print commands with \n - extractDepotPathsAndChangeFromGitLog -> extractSettings, returning dict. - store keepRepoPath in [git-p4: ] line - create a main() function, so git-p4 can be pychecked - use --destination for clone destination. This simplifies logic for --keep-path Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> | |||||
2007-05-28 | Fix typo in listExistingP4Branches that broke sync. | Simon Hausmann | 1 | -2/+2 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-05-28 | In *_pipe print the command that failed if it fails. | Simon Hausmann | 1 | -5/+5 | |
Fixed old calls to mypopen. Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-05-28 | Extract multiple paths concurrently. | Han-Wen Nienhuys | 1 | -109/+153 | |
This enables importing just the interesting bits of large repositories. Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> | |||||
2007-05-28 | add --verbose to all commands. | Han-Wen Nienhuys | 1 | -14/+18 | |
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> | |||||
2007-05-28 | use strip() iso. slicing for removing \n | Han-Wen Nienhuys | 1 | -14/+16 | |
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> | |||||
2007-05-28 | use string.strip() iso. slicing. | Han-Wen Nienhuys | 1 | -4/+4 | |
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> | |||||
2007-05-28 | clone and sync --keep-path to keep perforce path to module. | Han-Wen Nienhuys | 1 | -9/+12 | |
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> | |||||
2007-05-28 | minor cleanups | Han-Wen Nienhuys | 1 | -10/+20 | |
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> | |||||
2007-05-28 | cleanup | Han-Wen Nienhuys | 1 | -21/+19 | |
- use re.sub() iso. if for stripping ... - spacing nits Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> |