git-svn: add tests for command-line usage of init and clone commands
[gitweb.git] / fast-import.c
2007-11-14 Merge branch 'sp/fetch-fix'
2007-11-14 Merge branch 'bs/maint-commit-options'
2007-11-14 Merge branch 'rv/maint-index-commit'
2007-11-14 Merge branch 'bs/maint-t7005'
2007-11-14 Merge branch 'jc/maint-add-sync-stat'
2007-11-14 Merge branch 'mh/retag'
2007-11-14 Merge branch 'jc/stash-create'
2007-11-14 Merge branch 'bg/format-patch-N'
2007-11-14 Merge branch 'np/progress'
2007-11-14 Merge branch 'js/rebase-detached'
2007-11-14 Merge branch 'rs/pretty'
2007-11-14 Merge branch 'rr/cvsexportcommit-w'
2007-11-14 Merge branch 'gh/cvsimport-user'
2007-11-14 Merge branch 'maint'
2007-11-14 Don't allow fast-import tree delta chains to exceed...
2007-11-12 Merge branch 'maint'
2007-11-12 Merge branch 'sp/maint-plug-traverse-commit-list-leak...
2007-11-11 Merge branch 'maint'
2007-11-10 Merge branch 'maint'
2007-11-09 Merge branch 'maint'
2007-11-08 Merge branch 'jc/clean-config'
2007-11-08 Merge branch 'ds/maint-deflatebound'
2007-11-08 Merge branch 'maint'
2007-11-06 Merge branch 'maint'
2007-11-04 Merge branch 'maint'
2007-11-02 Merge branch 'maint'
2007-11-02 Merge branch 'np/progress'
2007-11-02 Merge branch 'gp/maint-diffdoc'
2007-11-02 Merge branch 'maint'
2007-11-01 Merge branch 'bk/maint-cvsexportcommit'
2007-11-01 Merge branch 'js/forkexec'
2007-11-01 Merge branch 'sp/mergetool'
2007-11-01 Merge branch 'kh/commit'
2007-10-31 Merge branch 'maint' to catch up with 1.5.3.5
2007-10-31 Merge branch 'maint' into HEAD
2007-10-31 Merge branch 'jk/send-pack' into HEAD
2007-10-31 Merge branch 'ds/gitweb' into HEAD
2007-10-31 Merge branch 'js/rebase' into HEAD
2007-10-29 Merge branch 'maint'
2007-10-28 Merge branch 'master' of git://git./gitk/gitk
2007-10-27 Merge branch 'ja/shorthelp'
2007-10-27 Merge branch 'maint'
2007-10-27 Merge branch 'ph/color-test'
2007-10-26 fast-import.c: fix regression due to strbuf conversion
2007-10-25 Merge branch 'db/fetch-pack'
2007-10-21 Merge branch 'maint'
2007-10-21 Merge git://git.kernel.org/pub/scm/gitk/gitk
2007-10-21 Merge branch 'maint' of git://repo.or.cz/git-gui into...
2007-10-21 fast-import: Fix argument order to die in file_change_m
2007-10-19 Merge branch 'maint'
2007-10-19 Merge branch 'maint'
2007-10-18 Merge branch 'jc/am-quiet'
2007-10-18 Merge branch 'maint'
2007-10-18 Merge branch 'lt/diff-rename'
2007-10-17 Merge branch 'maint'
2007-10-16 Merge branch 'master' into db/fetch-pack
2007-10-16 Merge branch 'maint'
2007-10-03 Merge branch 'mv/unknown'
2007-10-03 Merge branch 'ph/strbuf'
2007-09-29 strbuf change: be sure ->buf is never ever NULL.
2007-09-27 Merge branch 'ph/strbuf' into kh/commit
2007-09-21 Rework unquote_c_style to work on a strbuf.
2007-09-21 strbuf API additions and enhancements.
2007-09-19 Use xmemdupz() in many places.
2007-09-19 Merge branch 'master' into ph/strbuf
2007-09-18 fast-import optimization:
2007-09-18 fast-import was using dbuf's, replace them with strbuf's.
2007-09-18 Drop strbuf's 'eof' marker, and make read_line a first...
2007-09-18 Merge branch 'maint' of git://repo.or.cz/git-gui into...
2007-09-17 Now that cache.h needs strbuf.h, remove useless includes.
2007-09-10 Strbuf API extensions and fixes.
2007-09-10 Merge branch 'master' into ph/strbuf
2007-09-07 fast-import: Use strbuf API, and simplify cmd_data()
2007-09-07 Rework strbuf API and semantics.
2007-09-01 Merge branch 'jp/send-email-cc'
2007-08-29 Merge branch 'master' of git://git./gitk/gitk
2007-08-27 Merge branch 'master' of git://repo.or.cz/git-gui
2007-08-26 Merge branch 'maint'
2007-08-21 Merge branch 'master' of git://git./gitk/gitk
2007-08-21 Avoid using va_copy in fast-import: it seems to be...
2007-08-19 Merge branch 'master' of git://repo.or.cz/git-gui
2007-08-19 Merge branch 'master' of git://git./gitk/gitk
2007-08-19 fast-import pull request
2007-08-19 Include recent command history in fast-import crash...
2007-08-19 Generate crash reports on die in fast-import
2007-08-19 Allow frontends to bidirectionally communicate with...
2007-08-19 Make trailing LF optional for all fast-import commands
2007-08-19 Make trailing LF following fast-import `data` commands...
2007-08-19 Teach fast-import to ignore lines starting with '#'
2007-08-19 Use handy ALLOC_GROW macro in fast-import when possible
2007-08-19 Actually allow TAG_FIXUP branches in fast-import
2007-08-19 Fix whitespace in "Format of STDIN stream" of fast...
2007-08-16 Merge branch 'maint' to sync with 1.5.2.5
2007-08-15 Use xmkstemp() instead of mkstemp()
2007-08-13 Merge branch 'master' of git://git./gitk/gitk
2007-08-06 Merge branch 'maint'
2007-08-05 Merge branch 'maint'
2007-08-01 Merge branch 'maint'
2007-07-30 Merge branch 'master' of git://repo.or.cz/git-gui
2007-07-28 Merge branch 'master' of git://git./gitk/gitk
next