path.c: refactor relative_path(), not only strip prefix
[gitweb.git] / contrib / fast-import /
2007-03-23 Make it possible to run git-p4 submit from within the...
2007-03-22 Brand new smart incremental import that doesn't need...
2007-03-22 Set the default branch in run, not in the constructor
2007-03-22 Helper function to check the existance of a revision
2007-03-22 Added some helper function(s) to parse the depot path...
2007-03-22 Changed the default branch for imports from "master...
2007-03-22 Changed the format of the imported log message slightly...
2007-03-22 Merge git://git2.kernel.org/pub/scm/gitk/gitk
2007-03-22 Removed the .py extension from git-p4 as it's annoying...
2007-03-21 Don't show the submit template and the diff first in...
2007-03-21 Make it possible to invoke git-p4 from within subdirect...
2007-03-21 Made --apply-as-patch the default for git-p4 submit...
2007-03-21 Fix support for deletions in git-p4 submit when using...
2007-03-21 Added experimental but super-fast --apply-as-patch...
2007-03-21 Documentation enhancements.
2007-03-20 Start of the git-p4 documentation.
2007-03-20 Removed p4-fast-export and p4-git-sync as they've been...
2007-03-20 Fixed the initial version import by getting the file...
2007-03-20 Added missing "self"s to make the script evaluate corre...
2007-03-20 Completely untested "merge" of p4-fast-export.py into...
2007-03-20 sync-to-perforce is now called submit and fixed the...
2007-03-20 Merge git://git2.kernel.org/pub/scm/gitk/gitk
2007-03-19 Part of the code is copyright by Trolltech ASA.
2007-03-19 First (untested) attempt at migrating p4-git-sync into...
2007-03-19 Provide a little bit of help description for the git...
2007-03-19 Start moving the git-p4 tools into one single script.
2007-03-19 Pass the right number of arguments to commit, fixes...
2007-03-19 Improved the git dir detection.
2007-03-16 Default to interactive syncing
2007-03-15 Use p4 revert ... instead of revert -a ... after submit...
2007-03-14 Auto-detect the current git branch before submitting...
2007-03-14 Ignore Apple resource files when importing from perforc...
2007-03-14 Be nice and use /usr/bin/env python for the git-p4...
2007-03-14 Automatically operate on a temporary branch, needed...
2007-03-13 Lots of bugfixes to p4-git-sync.
2007-03-13 Fix git-dir option and allow reading log substitutions...
2007-03-13 Merge branch 'master' of git://repo.or.cz/git-gui
2007-03-12 First version of a new script to submit changes back...
2007-03-12 Merge branch 'maint' of git://repo.or.cz/git-gui into...
2007-03-10 Split up the cache commandline options into (command...
2007-03-10 Reduce the number of false "merges" by skipping "branch...
2007-03-10 More work on branch detection by implementing changeIsB...
2007-03-10 More code cleanups and preparations for more branch...
2007-03-10 Minor code cleanups.
2007-03-10 Make the p4 data/command cache configurable through...
2007-03-10 Fixed p4-debug file extension.
2007-03-08 Changed --known-branches to take a file as argument...
2007-03-08 Work in progress on detecting branches.
2007-03-07 Adjust the output parsing of git name-rev to handle...
2007-03-06 Merge branch 'master' of git://repo.or.cz/git-gui into...
2007-03-05 Merge branch 'js/fetch-progress' (early part)
2007-03-02 Merge branch 'js/commit-format'
2007-02-28 Merge branch 'js/bundle'
2007-02-28 Merge branch 'mc/sendmail'
2007-02-27 Merge branch 'np/types' into jc/fetch
2007-02-26 Merge branch 'master' into js/diff-ni
2007-02-26 Merge branch 'jc/merge-symlink' into maint
2007-02-25 Merge git://repo.or.cz/git-gui into maint
2007-02-24 Merge branch 'js/apply'
2007-02-24 Merge branch 'js/no-limit-boundary'
2007-02-24 Merge branch 'js/etc-config'
2007-02-23 Merge branches 'lt/crlf' and 'jc/apply-config'
2007-02-22 Don't print a plain newline at the end of the execution...
2007-02-22 More work in --silent support.
2007-02-22 Added support for --silent so that p4-fast-export can...
2007-02-21 Merge branch 'maint'
2007-02-21 Merge branch 'master' of git://repo.or.cz/git-gui into...
2007-02-21 Added p4 delete behavioural emulation as todo item.
2007-02-21 Use gunzip -c over gzcat in import-tars example.
2007-02-18 Merge git://git./pub/scm/gitk/gitk into maint
2007-02-17 Fix single-branch imports by skipping the branch/merge...
2007-02-14 Use sets.Set() instead of set() to run also with older...
2007-02-14 Make it possible to specify the p4 changes to import...
2007-02-14 Merge branch 'js/reverse'
2007-02-14 Merge branch 'jc/diff-apply-patch'
2007-02-14 Merge branch 'jc/merge-base' (early part)
2007-02-13 Merge branch 'master' of git://repo.or.cz/git-gui
2007-02-13 Merge branch 'master' of git://repo.or.cz/git-gui
2007-02-12 When trying to map p4 integrations to git merges just...
2007-02-12 Set git fast-import marks for every imported change...
2007-02-12 After marking a p4 branch as merged don't ever merge...
2007-02-12 More fixes in heuristic p4 branch detection based on...
2007-02-12 Started work on p4 branch detection (experimental!).
2007-02-12 Code cleanups.
2007-02-12 import-tars: brown paper bag fix for file mode.
2007-02-12 Merge git-gui
2007-02-11 Cleanups, remove unused variable.
2007-02-11 Create lightweight git tags (using the "reset" trick...
2007-02-10 Added a little helper script to remove unused tags...
2007-02-10 Changed the default git import branch from "p4" to...
2007-02-10 Avoid the excessive use of git tags for every perforce...
2007-02-10 Minor code cleanups.
2007-02-08 Merge branch 'master' of git://repo.or.cz/git/fastimport
2007-02-08 Added a little helper script to debug the output of...
2007-02-08 tar archive frontend for fast-import.
2007-02-08 Made the name of the git branch used for the perforce...
2007-02-08 Catch io exceptions from git fast-import again and...
2007-02-07 Fix calculation of the newest imported revision for...
2007-02-07 Make specifying the revision ranges more convenient.
2007-02-07 Make incremental imports easier to use by storing the...
next