1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #2 from catesandrew/master More... almost 13 years ago
Need to remove old "break" when in non-interactive mode for submit More... almost 13 years ago
Make interactive mode work correctly for submit. Added option "auto" that turns interactive mode off and auto commits the changelist without user interaction More... almost 13 years ago
Fix bug with labels that contain parens More... almost 13 years ago
When syncing, it is often desirable to sync mid point. I was unable to git-p4 clone my company's massive perforce db because it kept timing out and crashing the script. so i wanted to initially git-p4 clone a small amount of changes More... almost 13 years ago
Add verbose option to P4Rebase More... almost 13 years ago
Fix bug on Windows More... almost 13 years ago
Use notes to store p4 info More... about 13 years ago
git-p4: support clone --bare More... about 13 years ago
git-p4: reinterpret confusing p4 message More... about 13 years ago
git-p4: accommodate new move/delete type in p4 More... about 13 years ago
git-p4: fix key error for p4 problem More... about 13 years ago
Sync to last imported revision when shelving, not to latest version. More... over 13 years ago
Fixed problem with shelving when putting multiple commits into one shelve More... over 13 years ago
Removed unused variable More... over 13 years ago
Added support for p4 shelve More... over 13 years ago
Corrected errors when submitting file deletions More... over 13 years ago
Added .gitignore file More... over 13 years ago
Added support for renames/moves in Perforce More... over 13 years ago
Deal with utf-16 files that are stored in a corrupt state in Perforce. If we get an error when trying encode the file as utf-16 we just store it as whatever (probably utf-8). This file will be different from what is stored in Perforce, but it's not a legal utf-16 file in Perforce anyways. More... over 13 years ago
Bugfix: save files with Perforce file type utf16 as UTF-16, not UTF-8 when importing from Perforce. More... over 13 years ago
Added support for copy detection More... over 13 years ago
Another fix for files containing parenthesis in filename More... over 13 years ago
Still escape problem with parenthesis - use subprocess.Popen() since that can handle parenthesis. system() escapes automatically, so I undid my previous change. More... over 13 years ago
Escape parenthesis and backslash characters in path names More... over 13 years ago
Documented possible options in config file; renamed old git-p4 to reflect that it's for Python 2.5 More... almost 14 years ago
Option to track renames can now be put in config file: [git-p4] detectRename = true More... almost 14 years ago
Re-applied large memory hack that somehow got lost. This fixes the problem that importing large repos doesn't work. More... almost 14 years ago
Renamed git-p4.old to git-p4-2.5 More... almost 14 years ago
Merge commit 'sannies/master' into new More... about 14 years ago