]> git.ipfire.org Git - thirdparty/git.git/history - fast-import.c
convert object type handling from a string to a number
[thirdparty/git.git] / fast-import.c
2007-02-27  Nicolas Pitreconvert object type handling from a string to a number
2007-02-27  Nicolas Pitreformalize typename(), and add its reverse type_from_str...
2007-02-27  Junio C HamanoMerge branch 'maint'
2007-02-26  Junio C HamanoMerge branch 'maint'
2007-02-26  Junio C HamanoMerge branch 'maint'
2007-02-26  Junio C HamanoMerge branch 'jc/merge-symlink' into maint
2007-02-25  Junio C HamanoMerge branch 'maint'
2007-02-25  Junio C HamanoMerge git://repo.or.cz/git-gui into maint
2007-02-24  Junio C HamanoMerge branch 'js/apply'
2007-02-24  Junio C HamanoMerge branch 'js/no-limit-boundary'
2007-02-24  Junio C HamanoMerge branch 'js/etc-config'
2007-02-24  Junio C HamanoMerge branch 'maint'
2007-02-23  Junio C HamanoMerge branches 'lt/crlf' and 'jc/apply-config'
2007-02-23  Junio C HamanoMerge branch 'maint'
2007-02-21  Junio C HamanoMerge branch 'maint'
2007-02-21  Junio C HamanoMerge branch 'master' of git://repo.or.cz/git-gui into...
2007-02-21  Junio C HamanoMerge branch 'fk/autoconf'
2007-02-21  Junio C HamanoMerge branch 'js/name-rev-fix'
2007-02-21  Junio C Hamanoprefixcmp(): fix-up mechanical conversion.
2007-02-21  Junio C HamanoMechanical conversion to use prefixcmp()
2007-02-21  Junio C HamanoMerge branch 'maint'
2007-02-21  Jason RiedyCheck for PRIuMAX rather than NO_C99_FORMAT in fast...
2007-02-20  Junio C HamanoMerge branch 'js/diff-color-check'
2007-02-20  Junio C HamanoMerge branch 'jc/fetch-notags'
2007-02-20  Junio C HamanoMerge branch 'maint'
2007-02-20  Jason RiedyObey NO_C99_FORMAT in fast-import.c.
2007-02-19  Junio C HamanoMerge branch 'ap/cvsserver'
2007-02-19  Junio C HamanoMerge branch 'maint'
2007-02-18  Junio C HamanoMerge branch 'maint'
2007-02-18  Junio C HamanoMerge git://git.kernel.org/pub/scm/gitk/gitk into maint
2007-02-16  Junio C HamanoMerge branch 'maint'
2007-02-16  Junio C HamanoMerge branch 'maint'
2007-02-14  Junio C HamanoMerge branch 'maint'
2007-02-14  Junio C HamanoMerge branch 'maint'
2007-02-14  Junio C HamanoMerge branch 'js/reverse'
2007-02-14  Junio C HamanoMerge branch 'jc/diff-apply-patch'
2007-02-14  Junio C HamanoMerge branch 'jc/merge-base' (early part)
2007-02-13  Junio C HamanoMerge branch 'master' of git://repo.or.cz/git-gui
2007-02-13  Junio C HamanoMerge branch 'master' of git://repo.or.cz/git-gui
2007-02-12  Shawn O. Pearcefast-import: Support reusing 'from' and brown paper...
2007-02-12  Junio C HamanoMerge git-gui
2007-02-12  Junio C HamanoMerge branch 'master' of git://repo.or.cz/git/fastimport
2007-02-12  Shawn O. Pearcefast-import: Hide the pack boundary commits by default.
2007-02-08  Junio C HamanoMerge branch 'master' of git://repo.or.cz/git/fastimport
2007-02-07  Junio C HamanoMerge branch 'ml/gitk' (early part)
2007-02-07  Johannes Schindelinfast-import: Fix compile warnings
2007-02-07  Junio C HamanoMerge branch 'master' of git://repo.or.cz/git/fastimport
2007-02-07  Shawn O. PearceDon't crash fast-import if the marks cannot be exported.
2007-02-07  Shawn O. PearceDump all refs and marks during a checkpoint in fast...
2007-02-07  Shawn O. PearceTeach fast-import how to sit quietly in the corner.
2007-02-07  Shawn O. PearceTeach fast-import how to clear the internal branch...
2007-02-07  Junio C HamanoMerge branch 'master' of git://repo.or.cz/git/fastimport
2007-02-06  Junio C HamanoS_IFLNK != 0140000
2007-02-06  Shawn O. PearceDon't do non-fastforward updates in fast-import.
2007-02-06  Shawn O. PearceSupport RFC 2822 date parsing in fast-import.
2007-02-06  Shawn O. PearceRemove unnecessary null pointer checks in fast-import.
2007-02-06  Shawn O. PearceCorrect minor style issue in fast-import.
2007-02-06  Shawn O. PearceCorrect compiler warnings in fast-import.
2007-02-06  Shawn O. PearceRemove --branch-log from fast-import.
2007-02-06  Shawn O. PearceDon't support shell-quoted refnames in fast-import.
2007-02-05  Shawn O. PearceReduce memory usage of fast-import.
2007-02-05  Shawn O. PearceInclude checkpoint command in the BNF.
2007-01-30  Shawn O. PearceMerge branch 'master' into sp/gfi
2007-01-18  Shawn O. PearceAccept 'inline' file data in fast-import commit structure.
2007-01-18  Shawn O. PearceSupport delimited data regions in fast-import.
2007-01-18  Shawn O. PearceRemove unnecessary options from fast-import.
2007-01-18  Shawn O. PearceUse fixed-size integers when writing out the index...
2007-01-18  Shawn O. PearceAlways use struct pack_header for pack header in fast...
2007-01-17  Shawn O. PearceCorrect packfile edge output in fast-import.
2007-01-17  Shawn O. PearceDeclare no-arg functions as (void) in fast-import.
2007-01-17  Shawn O. PearceCorrect a few types to be unsigned in fast-import.
2007-01-17  Shawn O. PearceCorrected BNF input documentation for fast-import.
2007-01-16  Shawn O. PearcePrint out the edge commits for each packfile in fast...
2007-01-16  Shawn O. PearceCorrect object_count type and stat output in fast-import.
2007-01-16  Shawn O. PearceCorrect max_packsize default in fast-import.
2007-01-16  Shawn O. PearceRemove unnecessary pack_fd global in fast-import.
2007-01-16  Shawn O. PearceEnsure we close the packfile after creating it in fast...
2007-01-16  Shawn O. PearceUse .keep files in fast-import during processing.
2007-01-16  Shawn O. PearceReuse sha1 in packed_git in fast-import.
2007-01-16  Shawn O. PearceReplace redundant yread() with read_in_full() in fast...
2007-01-16  Shawn O. PearceUse uintmax_t for marks in fast-import.
2007-01-16  Shawn O. PearceCorrected buffer overflow during automatic checkpoint...
2007-01-15  Shawn O. PearcePrint the packfile names to stdout from fast-import.
2007-01-15  Shawn O. PearceImplemented automatic checkpoints within fast-import.
2007-01-15  Shawn O. PearceOptimize index creation on large object sets in fast...
2007-01-15  Shawn O. PearceDon't create a final empty packfile in fast-import.
2007-01-15  Shawn O. PearceImplemented manual packfile switching in fast-import.
2007-01-15  Shawn O. PearceRemove unnecessary duplicate_count in fast-import.
2007-01-15  Shawn O. PearceRestructure fast-import to support creating multiple...
2007-01-15  Shawn O. PearceMisc. type cleanups within fast-import.
2007-01-15  Shawn O. PearceImprove reuse of sha1_file library within fast-import.
2007-01-14  Shawn O. PearceMerge branch 'master' into sp/fast-import
2007-01-14  Shawn O. PearceAllow creating branches without committing in fast...
2007-01-14  Shawn O. PearceSupport creation of merge commits in fast-import.
2007-01-14  Shawn O. PearceFix repository corruption when using marks for modified...
2007-01-14  Shawn O. PearceAdditional fast-import tree delta corruption cleanups.
2007-01-14  Shawn O. PearceCorrect tree corruption problems in fast-import.
2007-01-14  Shawn O. PearceReplace ywrite in fast-import with the standard write_o...
2007-01-14  Shawn O. PearceReuse the same buffer for all commits/tags in fast...
2007-01-14  Shawn O. PearceRecycle data buffers for tree generation in fast-import.
next