2007-05-20 |
Another (potentially life-saving) idea for submit ... |
tree | diff |
2007-05-20 |
Had an idea for debugging, record it :) |
tree | diff |
2007-05-20 |
Specifying --detect-branches is now only needed for... |
tree | diff |
2007-05-20 |
Added support for git-p4 submit --direct (experimental) |
tree | diff |
2007-05-20 |
Use git format-patch and git apply --apply when extract... |
tree | diff |
2007-05-20 |
Oops, not only /set/ gitdir on clone, also set it ... |
tree | diff |
2007-05-20 |
Fix gitdir not being set when cloning. Needed for writi... |
tree | diff |
2007-05-20 |
Cache the output of "p4 users" for faster syncs on... |
tree | diff |
2007-05-19 |
Removed unused variable, more cleanups |
tree | diff |
2007-05-19 |
More cleanups and speedups for labels and branches |
tree | diff |
2007-05-19 |
Cleanup/speed up the branch<> file split and removed... |
tree | diff |
2007-05-19 |
More work on the incremental importing of multiple... |
tree | diff |
2007-05-18 |
Give branches a nice project prefix and don't bail... |
tree | diff |
2007-05-18 |
Started rewriting the branch detection, based on "p4... |
tree | diff |
2007-05-18 |
Removed unused cache variables. |
tree | diff |
2007-05-18 |
Fix branch setup after initial clone. |
tree | diff |
2007-05-17 |
Removed todo item that is implemented :) |
tree | diff |
2007-05-17 |
Added support for git-p4 sync/rebase --with-origin... |
tree | diff |
2007-05-17 |
Bite the bullet and automatically convert old style... |
tree | diff |
2007-05-17 |
Changed the default p4 import branch to be refs/remotes... |
tree | diff |
2007-05-17 |
Create the origin based import branch using git update... |
tree | diff |
2007-05-17 |
Removed ancient and unused code to find the last import... |
tree | diff |
2007-05-17 |
Removed cleantags command. It doesn't have any meaning... |
tree | diff |
2007-05-17 |
Clean up code duplication for revision parsing and... |
tree | diff |
2007-05-17 |
Always pass a sha1 for the initial parent so that git... |
tree | diff |
2007-05-17 |
Fixing syncing (gitdir discovery / cd) for bare reposit... |
tree | diff |
2007-05-16 |
A little todo note before I forget it :), based on... |
tree | diff |
2007-05-16 |
Fix calling git-p4 rebase from within a subdirectory... |
tree | diff |
2007-05-16 |
Give a better hint if git-p4 submit fails |
tree | diff |
2007-05-16 |
Added the possibility of skipping patches during git... |
tree | diff |
2007-05-15 |
Make git-p4 work with bare repositories. |
tree | diff |
2007-05-15 |
Fix git-p4 clone //depot/project (head import) |
tree | diff |
2007-05-15 |
Make the command call silent |
tree | diff |
2007-05-15 |
Converted to unix newlines |
tree | diff |
2007-05-15 |
Make submitting work on Windows. |
tree | diff |
2007-05-15 |
Make sure all popen calls use binary mode (for Windows... |
tree | diff |
2007-05-15 |
Added a little .bat wrapper from Marius |
tree | diff |
2007-05-15 |
Use the subprocess module instead of popen2 to make... |
tree | diff |
2007-05-07 |
Document some implementation details, for the curious... |
tree | diff |
2007-05-01 |
Cleanup, removed the old tagging code |
tree | diff |
2007-05-01 |
cleanup, renamed self.globalPrefix to self.depotPath |
tree | diff |
2007-05-01 |
Micro cleanup |
tree | diff |
2007-05-01 |
Doc cleanups. |
tree | diff |
2007-04-15 |
Handle patch errors in git-p4 submit better. |
tree | diff |
2007-04-15 |
A new attempt at fixing the child-fast-import-process... |
tree | diff |
2007-04-14 |
Slightly improved formatting of the raw_input questions. |
tree | diff |
2007-04-14 |
Removed the old patch apply code from git-p4 submit. |
tree | diff |
2007-04-14 |
Fix the timezone formatting. Now qgit also displays... |
tree | diff |
2007-04-13 |
Print an error message of some sort if git fast-import... |
tree | diff |
2007-04-09 |
Allow for convenient rebasing after git-p4 submit |
tree | diff |
2007-04-08 |
Added a simple example of usage to the "documentation" :) |
tree | diff |
2007-04-08 |
fix variable usage (oops) |
tree | diff |
2007-04-08 |
Fix file determination for #head imports |
tree | diff |
2007-04-08 |
Added git-p4 clone convenience command |
tree | diff |
2007-04-08 |
Honor --silent for labels |
tree | diff |
2007-04-07 |
Turn off potentially slow label detection by default |
tree | diff |
2007-04-07 |
Provide a tree summary after git-p4 rebase |
tree | diff |
2007-04-07 |
Added git-p4 rebase convenience |
tree | diff |
2007-04-01 |
Clean up python class names. |
tree | diff |
2007-04-01 |
Fix "compilation" :) |
tree | diff |
2007-03-29 |
Fix the docs for git-p4 submit and turn git-p4 submit... |
tree | diff |
2007-03-28 |
Fix variable usage in tag import |
tree | diff |
2007-03-26 |
Added support for mapping p4 labels to git tags |
tree | diff |
2007-03-26 |
git-p4 debug doesn't need a git repository |
tree | diff |
2007-03-25 |
Don't try to parse any options with git-p4 debug but... |
tree | diff |
2007-03-24 |
Prefer git command over git-command. |
tree | diff |
2007-03-24 |
Minor cosmetic fixlet for the git-p4 submit sync question. |
tree | diff |
2007-03-24 |
Different versions of p4 have different output for... |
tree | diff |
2007-03-23 |
Use the new incremental import style by default |
tree | diff |
2007-03-23 |
Make it possible to run git-p4 submit from within the... |
tree | diff |
2007-03-22 |
Brand new smart incremental import that doesn't need... |
tree | diff |
2007-03-22 |
Set the default branch in run, not in the constructor |
tree | diff |
2007-03-22 |
Helper function to check the existance of a revision |
tree | diff |
2007-03-22 |
Added some helper function(s) to parse the depot path... |
tree | diff |
2007-03-22 |
Changed the default branch for imports from "master... |
tree | diff |
2007-03-22 |
Changed the format of the imported log message slightly... |
tree | diff |
2007-03-22 |
Removed the .py extension from git-p4 as it's annoying... |
tree | diff |
2007-03-21 |
Don't show the submit template and the diff first in... |
tree | diff |
2007-03-21 |
Make it possible to invoke git-p4 from within subdirect... |
tree | diff |
2007-03-21 |
Made --apply-as-patch the default for git-p4 submit... |
tree | diff |
2007-03-21 |
Fix support for deletions in git-p4 submit when using... |
tree | diff |
2007-03-21 |
Added experimental but super-fast --apply-as-patch... |
tree | diff |
2007-03-21 |
Documentation enhancements. |
tree | diff |
2007-03-20 |
Start of the git-p4 documentation. |
tree | diff |
2007-03-20 |
Removed p4-fast-export and p4-git-sync as they've been... |
tree | diff |
2007-03-20 |
Fixed the initial version import by getting the file... |
tree | diff |
2007-03-20 |
Added missing "self"s to make the script evaluate corre... |
tree | diff |
2007-03-20 |
Completely untested "merge" of p4-fast-export.py into... |
tree | diff |
2007-03-20 |
sync-to-perforce is now called submit and fixed the... |
tree | diff |
2007-03-19 |
Part of the code is copyright by Trolltech ASA. |
tree | diff |
2007-03-19 |
First (untested) attempt at migrating p4-git-sync into... |
tree | diff |
2007-03-19 |
Provide a little bit of help description for the git... |
tree | diff |
2007-03-19 |
Start moving the git-p4 tools into one single script. |
tree | diff |
2007-03-19 |
Pass the right number of arguments to commit, fixes... |
tree | diff |
2007-03-19 |
Improved the git dir detection. |
tree | diff |
2007-03-16 |
Default to interactive syncing |
tree | diff |
2007-03-15 |
Use p4 revert ... instead of revert -a ... after submit... |
tree | diff |
2007-03-14 |
Auto-detect the current git branch before submitting... |
tree | diff |
2007-03-14 |
Ignore Apple resource files when importing from perforc... |
tree | diff |
2007-03-14 |
Be nice and use /usr/bin/env python for the git-p4... |
tree | diff |
next |