Use atomic updates to the fast-import mark file
[gitweb.git] / fast-import.c
2007-03-07 Use atomic updates to the fast-import mark file
2007-03-07 Preallocate memory earlier in fast-import
2007-03-06 Merge branch 'maint'
2007-03-06 Merge branch 'master' of git://repo.or.cz/git-gui into...
2007-03-06 Merge branch 'maint'
2007-03-06 Merge branch 'master-for-junio' of git://repo.or.cz...
2007-03-06 Merge branch 'maint-for-junio' of git://repo.or.cz...
2007-03-05 Merge branch 'maint'
2007-03-05 fast-import: Fail if a non-existant commit is used...
2007-03-05 fast-import: Avoid infinite loop after reset
2007-03-05 Merge branch 'js/fetch-progress' (early part)
2007-03-05 Merge branch 'maint'
2007-03-04 Merge branch 'maint'
2007-03-03 Merge branch 'maint'
2007-03-02 Merge branch 'js/commit-format'
2007-03-02 Merge branch 'maint'
2007-02-28 Merge branch 'js/commit-by-name'
2007-02-28 Merge branch 'js/bundle'
2007-02-28 Merge branch 'maint'
2007-02-28 Merge branch 'np/types'
2007-02-28 Merge branch 'mc/sendmail'
2007-02-28 Merge branch 'maint'
2007-02-27 convert object type handling from a string to a number
2007-02-27 formalize typename(), and add its reverse type_from_str...
2007-02-27 Merge branch 'maint'
2007-02-26 Merge branch 'master' into js/diff-ni
2007-02-26 Merge branch 'maint'
2007-02-26 Merge branch 'maint'
2007-02-26 Merge branch 'jc/merge-symlink' into maint
2007-02-25 Merge branch 'maint'
2007-02-25 Merge git://repo.or.cz/git-gui into maint
2007-02-24 Evil Merge branch 'jc/status' (early part) into js...
2007-02-24 Merge branch 'js/apply'
2007-02-24 Merge branch 'js/no-limit-boundary'
2007-02-24 Merge branch 'js/etc-config'
2007-02-24 Merge branch 'maint'
2007-02-23 Merge branches 'lt/crlf' and 'jc/apply-config'
2007-02-23 Merge branch 'maint'
2007-02-21 Merge branch 'maint'
2007-02-21 Merge branch 'master' of git://repo.or.cz/git-gui into...
2007-02-21 Merge branch 'fk/autoconf'
2007-02-21 Merge branch 'js/name-rev-fix'
2007-02-21 prefixcmp(): fix-up mechanical conversion.
2007-02-21 Mechanical conversion to use prefixcmp()
2007-02-21 Merge branch 'maint'
2007-02-21 Check for PRIuMAX rather than NO_C99_FORMAT in fast...
2007-02-20 Merge branch 'js/diff-color-check'
2007-02-20 Merge branch 'jc/fetch-notags'
2007-02-20 Merge branch 'maint'
2007-02-20 Obey NO_C99_FORMAT in fast-import.c.
2007-02-19 Merge branch 'ap/cvsserver'
2007-02-19 Merge branch 'maint'
2007-02-18 Merge branch 'maint'
2007-02-18 Merge git://git./pub/scm/gitk/gitk into maint
2007-02-16 Merge branch 'maint'
2007-02-16 Merge branch 'maint'
2007-02-14 Merge branch 'maint'
2007-02-14 Merge branch 'maint'
2007-02-14 Merge branch 'js/reverse'
2007-02-14 Merge branch 'jc/diff-apply-patch'
2007-02-14 Merge branch 'jc/merge-base' (early part)
2007-02-13 Merge branch 'master' of git://repo.or.cz/git-gui
2007-02-13 Merge branch 'master' of git://repo.or.cz/git-gui
2007-02-12 fast-import: Support reusing 'from' and brown paper...
2007-02-12 Merge git-gui
2007-02-12 Merge branch 'master' of git://repo.or.cz/git/fastimport
2007-02-12 fast-import: Hide the pack boundary commits by default.
2007-02-08 Merge branch 'master' of git://repo.or.cz/git/fastimport
2007-02-07 Merge branch 'ml/gitk' (early part)
2007-02-07 fast-import: Fix compile warnings
2007-02-07 Merge branch 'master' of git://repo.or.cz/git/fastimport
2007-02-07 Don't crash fast-import if the marks cannot be exported.
2007-02-07 Dump all refs and marks during a checkpoint in fast...
2007-02-07 Teach fast-import how to sit quietly in the corner.
2007-02-07 Teach fast-import how to clear the internal branch...
2007-02-07 Merge branch 'master' of git://repo.or.cz/git/fastimport
2007-02-06 S_IFLNK != 0140000
2007-02-06 Don't do non-fastforward updates in fast-import.
2007-02-06 Support RFC 2822 date parsing in fast-import.
2007-02-06 Remove unnecessary null pointer checks in fast-import.
2007-02-06 Correct minor style issue in fast-import.
2007-02-06 Correct compiler warnings in fast-import.
2007-02-06 Remove --branch-log from fast-import.
2007-02-06 Don't support shell-quoted refnames in fast-import.
2007-02-05 Reduce memory usage of fast-import.
2007-02-05 Include checkpoint command in the BNF.
2007-01-30 Merge branch 'master' into sp/gfi
2007-01-18 Accept 'inline' file data in fast-import commit structure.
2007-01-18 Support delimited data regions in fast-import.
2007-01-18 Remove unnecessary options from fast-import.
2007-01-18 Use fixed-size integers when writing out the index...
2007-01-18 Always use struct pack_header for pack header in fast...
2007-01-17 Correct packfile edge output in fast-import.
2007-01-17 Declare no-arg functions as (void) in fast-import.
2007-01-17 Correct a few types to be unsigned in fast-import.
2007-01-17 Corrected BNF input documentation for fast-import.
2007-01-16 Print out the edge commits for each packfile in fast...
2007-01-16 Correct object_count type and stat output in fast-import.
2007-01-16 Correct max_packsize default in fast-import.
2007-01-16 Remove unnecessary pack_fd global in fast-import.
next