Make read_patch_file work on a strbuf.
[gitweb.git] / contrib / fast-import /
2007-05-20 Added support for git-p4 submit --direct (experimental)
2007-05-20 Use git format-patch and git apply --apply when extract...
2007-05-20 Oops, not only /set/ gitdir on clone, also set it ...
2007-05-20 Fix gitdir not being set when cloning. Needed for writi...
2007-05-20 Merge branch 'dh/pack'
2007-05-20 Merge branch 'sv/checkout'
2007-05-20 Merge branch 'np/pack'
2007-05-20 Merge branch 'tt/gc'
2007-05-20 Merge branch 'jb/statcolor'
2007-05-20 Cache the output of "p4 users" for faster syncs on...
2007-05-20 Merge branch 'maint' to synchronize with 1.5.1.6
2007-05-19 Removed unused variable, more cleanups
2007-05-19 More cleanups and speedups for labels and branches
2007-05-19 Cleanup/speed up the branch<> file split and removed...
2007-05-19 More work on the incremental importing of multiple...
2007-05-19 Merge branch 'maint'
2007-05-19 Merge branch 'sp/cvsexport'
2007-05-19 Merge 1.5.1.5 in
2007-05-18 Give branches a nice project prefix and don't bail...
2007-05-18 Started rewriting the branch detection, based on "p4...
2007-05-18 Removed unused cache variables.
2007-05-18 Fix branch setup after initial clone.
2007-05-18 Merge branch 'maint'
2007-05-17 Merge branch 'master' of git://repo.or.cz/git-gui
2007-05-17 Removed todo item that is implemented :)
2007-05-17 Added support for git-p4 sync/rebase --with-origin...
2007-05-17 Bite the bullet and automatically convert old style...
2007-05-17 Changed the default p4 import branch to be refs/remotes...
2007-05-17 Create the origin based import branch using git update...
2007-05-17 Removed ancient and unused code to find the last import...
2007-05-17 Removed cleantags command. It doesn't have any meaning...
2007-05-17 Clean up code duplication for revision parsing and...
2007-05-17 Always pass a sha1 for the initial parent so that git...
2007-05-17 Fixing syncing (gitdir discovery / cd) for bare reposit...
2007-05-16 Merge branch 'maint'
2007-05-16 Merge branch 'maint' of git://repo.or.cz/git/fastimport...
2007-05-16 import-tars: Use the "Link indicator" to identify direc...
2007-05-16 A little todo note before I forget it :), based on...
2007-05-16 Fix calling git-p4 rebase from within a subdirectory...
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...
next