Code

Documentation: quote {non-attributes} for asciidoc
[git.git] / contrib / fast-import /
2007-05-24 Junio C HamanoMerge branch 'maint-1.5.1' into maint
2007-05-23 Simon HausmannLoad the user map from p4 only once at run-time.
2007-05-23 Simon HausmannFix multi-branch import with --silent.
2007-05-23 Simon HausmannFix p4 execution in git-p4 rollback.
2007-05-23 Simon HausmannCatch p4 errors in rollback early enough (before deleti...
2007-05-23 Simon HausmannOops, fill the /list/ correct with the p4 exit code.
2007-05-23 Simon HausmannDon't make len(p4Cmd("p4 changes -m 1 //foo/..."))...
2007-05-23 Simon HausmannMake rollback work with locally imported branches
2007-05-23 Simon HausmannAvoid calling git symbolic-ref refs/heads/p4//HEAD...
2007-05-23 Junio C HamanoMerge branch 'maint-1.5.1' into maint
2007-05-22 Simon HausmannDoc updates
2007-05-22 Simon HausmannUse refs/heads/* instead of refs/heads/p4/* for local...
2007-05-22 Simon HausmannAdded support for --max-changes=<count> to ease import...
2007-05-22 Simon HausmannAdded support for importing multiple branches into...
2007-05-22 Junio C HamanoMerge branch 'maint-1.5.1' into maint
2007-05-21 Simon HausmannFixes for rollback, delete branches that did not exist...
2007-05-21 Simon HausmannFix branch detection in multi-branch imports
2007-05-21 Simon HausmannAdded a rollback command for debugging. It sets back...
2007-05-21 Simon HausmannMake git-p4 submit --direct safer by also creating...
2007-05-21 Simon HausmannDetect with git-p4 submit --direct when there are no...
2007-05-21 Simon HausmannFix git symbolic-ref warning on initial clone
2007-05-21 Simon HausmannFix error detection with git-p4 submit when the request...
2007-05-21 Simon HausmannFix conversion from old style heads/p4 to remotes/p4...
2007-05-21 Junio C HamanoMerge branch 'maint-1.5.1' into maint
2007-05-20 Simon HausmannImproved output for multi branch imports and noted...
2007-05-20 Simon HausmannAnother (potentially life-saving) idea for submit ...
2007-05-20 Simon HausmannHad an idea for debugging, record it :)
2007-05-20 Simon HausmannSpecifying --detect-branches is now only needed for...
2007-05-20 Simon HausmannAdded support for git-p4 submit --direct (experimental)
2007-05-20 Simon HausmannUse git format-patch and git apply --apply when extract...
2007-05-20 Simon HausmannOops, not only /set/ gitdir on clone, also set it ...
2007-05-20 Simon HausmannFix gitdir not being set when cloning. Needed for writi...
2007-05-20 Junio C HamanoMerge branch 'dh/pack'
2007-05-20 Junio C HamanoMerge branch 'sv/checkout'
2007-05-20 Junio C HamanoMerge branch 'np/pack'
2007-05-20 Junio C HamanoMerge branch 'tt/gc'
2007-05-20 Junio C HamanoMerge branch 'jb/statcolor'
2007-05-20 Simon HausmannCache the output of "p4 users" for faster syncs on...
2007-05-20 Junio C HamanoMerge branch 'maint' to synchronize with 1.5.1.6
2007-05-19 Simon HausmannRemoved unused variable, more cleanups
2007-05-19 Simon HausmannMore cleanups and speedups for labels and branches
2007-05-19 Simon HausmannCleanup/speed up the branch<> file split and removed...
2007-05-19 Simon HausmannMore work on the incremental importing of multiple...
2007-05-19 Junio C HamanoMerge branch 'maint'
2007-05-19 Junio C HamanoMerge branch 'sp/cvsexport'
2007-05-19 Junio C HamanoMerge 1.5.1.5 in
2007-05-18 Simon HausmannGive branches a nice project prefix and don't bail...
2007-05-18 Simon HausmannStarted rewriting the branch detection, based on "p4...
2007-05-18 Simon HausmannRemoved unused cache variables.
2007-05-18 Simon HausmannFix branch setup after initial clone.
2007-05-18 Junio C HamanoMerge branch 'maint'
2007-05-17 Junio C HamanoMerge branch 'master' of git://repo.or.cz/git-gui
2007-05-17 Simon HausmannRemoved todo item that is implemented :)
2007-05-17 Simon HausmannAdded support for git-p4 sync/rebase --with-origin...
2007-05-17 Simon HausmannBite the bullet and automatically convert old style...
2007-05-17 Simon HausmannChanged the default p4 import branch to be refs/remotes...
2007-05-17 Simon HausmannCreate the origin based import branch using git update...
2007-05-17 Simon HausmannRemoved ancient and unused code to find the last import...
2007-05-17 Simon HausmannRemoved cleantags command. It doesn't have any meaning...
2007-05-17 Simon HausmannClean up code duplication for revision parsing and...
2007-05-17 Simon HausmannAlways pass a sha1 for the initial parent so that git...
2007-05-17 Simon HausmannFixing syncing (gitdir discovery / cd) for bare reposit...
2007-05-16 Junio C HamanoMerge branch 'maint'
2007-05-16 Junio C HamanoMerge branch 'maint' of git://repo.or.cz/git/fastimport...
2007-05-16 Johannes Schindelinimport-tars: Use the "Link indicator" to identify direc...
2007-05-16 Simon HausmannA little todo note before I forget it :), based on...
2007-05-16 Simon HausmannFix calling git-p4 rebase from within a subdirectory...
2007-05-16 Simon HausmannGive a better hint if git-p4 submit fails
2007-05-16 Simon HausmannAdded the possibility of skipping patches during git...
2007-05-15 Simon HausmannMake git-p4 work with bare repositories.
2007-05-15 Simon HausmannFix git-p4 clone //depot/project (head import)
2007-05-15 Marius Storm-OlsenMake the command call silent
2007-05-15 Simon HausmannConverted to unix newlines
2007-05-15 Simon HausmannMake submitting work on Windows.
2007-05-15 Simon HausmannMake sure all popen calls use binary mode (for Windows...
2007-05-15 Simon HausmannAdded a little .bat wrapper from Marius
2007-05-15 Simon HausmannUse the subprocess module instead of popen2 to make...
2007-05-15 Junio C HamanoMerge branch 'maint'
2007-05-13 Junio C HamanoMerge branch 'maint'
2007-05-12 Junio C HamanoMerge branch 'maint'
2007-05-10 Junio C HamanoMerge branch 'master' of git://repo.or.cz/git-gui
2007-05-10 Junio C HamanoMerge branch 'maint'
2007-05-10 Junio C HamanoMerge branch 'maint' of git://repo.or.cz/git/fastimport...
2007-05-10 Shawn O. PearceMerge branch 'gfi-maint' into maint
2007-05-10 Junio C HamanoMerge branch 'maint'
2007-05-09 Junio C HamanoMerge branch 'maint'
2007-05-08 Shawn O. PearceMerge branch 'master' of git://repo.or.cz/git-gui
2007-05-08 Shawn O. PearceProperly handle '0' filenames in import-tars
2007-05-07 Junio C HamanoMerge branch 'master' of git://repo.or.cz/git-gui
2007-05-07 Junio C HamanoMerge branch 'maint'
2007-05-07 Junio C HamanoMerge branch 'maint' of git://repo.or.cz/git-gui into...
2007-05-07 Junio C HamanoMerge git://git2./pub/scm/gitk/gitk into maint
2007-05-07 Simon HausmannDocument some implementation details, for the curious...
2007-05-06 Junio C HamanoMerge branch 'maint'
2007-05-04 Junio C HamanoMerge branch 'maint'
2007-05-02 Junio C HamanoMerge branch 'maint'
2007-05-02 Junio C HamanoMerge branch 'maint' of git://repo.or.cz/git/fastimport...
2007-05-02 Shawn O. PearceMerge branch 'gfi-maint' into gfi-master
2007-05-02 Johannes SchindelinTeach import-tars about GNU tar's @LongLink extension.
2007-05-01 Simon HausmannCleanup, removed the old tagging code
next