Make git_dir a path relative to work_tree in setup_work_tree()
[gitweb.git] / contrib / fast-import /
2007-05-16 Give a better hint if git-p4 submit fails
2007-05-16 Added the possibility of skipping patches during git...
2007-05-15 Make git-p4 work with bare repositories.
2007-05-15 Fix git-p4 clone //depot/project (head import)
2007-05-15 Make the command call silent
2007-05-15 Converted to unix newlines
2007-05-15 Make submitting work on Windows.
2007-05-15 Make sure all popen calls use binary mode (for Windows...
2007-05-15 Added a little .bat wrapper from Marius
2007-05-15 Use the subprocess module instead of popen2 to make...
2007-05-15 Merge branch 'maint'
2007-05-13 Merge branch 'maint'
2007-05-12 Merge branch 'maint'
2007-05-10 Merge branch 'master' of git://repo.or.cz/git-gui
2007-05-10 Merge branch 'maint'
2007-05-10 Merge branch 'maint' of git://repo.or.cz/git/fastimport...
2007-05-10 Merge branch 'gfi-maint' into maint
2007-05-10 Merge branch 'maint'
2007-05-09 Merge branch 'maint'
2007-05-08 Merge branch 'master' of git://repo.or.cz/git-gui
2007-05-08 Properly handle '0' filenames in import-tars
2007-05-07 Merge branch 'master' of git://repo.or.cz/git-gui
2007-05-07 Merge branch 'maint'
2007-05-07 Merge branch 'maint' of git://repo.or.cz/git-gui into...
2007-05-07 Merge git://git2./pub/scm/gitk/gitk into maint
2007-05-07 Document some implementation details, for the curious...
2007-05-06 Merge branch 'maint'
2007-05-04 Merge branch 'maint'
2007-05-02 Merge branch 'maint'
2007-05-02 Merge branch 'maint' of git://repo.or.cz/git/fastimport...
2007-05-02 Merge branch 'gfi-maint' into gfi-master
2007-05-02 Teach import-tars about GNU tar's @LongLink extension.
2007-05-01 Cleanup, removed the old tagging code
2007-05-01 cleanup, renamed self.globalPrefix to self.depotPath
2007-05-01 Micro cleanup
2007-05-01 Doc cleanups.
2007-05-01 Merge branch 'maint'
2007-04-29 Merge branch 'jc/attr'
2007-04-29 Merge commit 'gfi/master'
2007-04-29 Merge branch 'maint'
2007-04-29 Fix import-tars fix.
2007-04-29 Merge branch 'maint' of git://repo.or.cz/git/fastimport...
2007-04-29 Merge branch 'gfi-maint' into gfi-master
2007-04-29 Merge commit 'jc/maint' into gfi-maint
2007-04-29 import-tars: be nice to wrong directory modes
2007-04-27 Merge branch 'maint'
2007-04-26 Merge branch 'maint'
2007-04-25 Merge branch 'jc/the-index'
2007-04-25 Merge branch 'mk/diff'
2007-04-25 Merge branch 'maint'
2007-04-25 Merge branch 'master' of git://repo.or.cz/git/fastimport
2007-04-24 fix importing of subversion tars
2007-04-18 Merge branch 'master' of git://repo.or.cz/git-gui
2007-04-18 Merge branch 'maint' of git://repo.or.cz/git-gui into...
2007-04-15 Handle patch errors in git-p4 submit better.
2007-04-15 A new attempt at fixing the child-fast-import-process...
2007-04-15 Merge git://git2./pub/scm/gitk/gitk into maint
2007-04-14 Slightly improved formatting of the raw_input questions.
2007-04-14 Removed the old patch apply code from git-p4 submit.
2007-04-14 Fix the timezone formatting. Now qgit also displays...
2007-04-13 Print an error message of some sort if git fast-import...
2007-04-09 Allow for convenient rebasing after git-p4 submit
2007-04-08 Added a simple example of usage to the "documentation" :)
2007-04-08 fix variable usage (oops)
2007-04-08 Fix file determination for #head imports
2007-04-08 Added git-p4 clone convenience command
2007-04-08 Honor --silent for labels
2007-04-07 Turn off potentially slow label detection by default
2007-04-07 Provide a tree summary after git-p4 rebase
2007-04-07 Added git-p4 rebase convenience
2007-04-01 Clean up python class names.
2007-04-01 Fix "compilation" :)
2007-03-29 Fix the docs for git-p4 submit and turn git-p4 submit...
2007-03-28 Fix variable usage in tag import
2007-03-26 Added support for mapping p4 labels to git tags
2007-03-26 git-p4 debug doesn't need a git repository
2007-03-25 Don't try to parse any options with git-p4 debug but...
2007-03-24 Prefer git command over git-command.
2007-03-24 Minor cosmetic fixlet for the git-p4 submit sync question.
2007-03-24 Different versions of p4 have different output for...
2007-03-23 Use the new incremental import style by default
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...
next