summaryrefslogtreecommitdiff
path: root/fast-import.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-18Merge branch 'dp/maint-1.6.5-fast-import-non-commit-tag' into maintJunio C Hamano1-5/+5
2010-01-17Merge branch 'sr/gfi-options'Junio C Hamano1-86/+231
2010-01-14fast-import: tag may point to any object typeDmitry Potapov1-5/+5
2009-12-31fast-import: Document author/committer/tagger name is optionalShawn O. Pearce1-3/+3
2009-12-07fast-import: Proper notes tree manipulationJohan Herland1-5/+129
2009-12-05fast-import: add (non-)relative-marks featureSverre Rabbelier1-2/+17
2009-12-04fast-import: allow for multiple --import-marks= argumentsSverre Rabbelier1-5/+16
2009-12-04fast-import: add option commandSverre Rabbelier1-25/+62
2009-12-04fast-import: add feature commandSverre Rabbelier1-0/+38
2009-12-04fast-import: put marks reading in its own functionSverre Rabbelier1-42/+51
2009-12-04fast-import: put option parsing code in separate functionsSverre Rabbelier1-40/+75
2009-11-20Merge branch 'jh/notes' (early part)Junio C Hamano1-4/+84
2009-11-10Show usage string for 'git fast-import -h'Jonathan Nieder1-0/+3
2009-10-19fast-import: Add support for importing commit notesJohan Herland1-4/+84
2009-10-07fast-import.c::validate_raw_date(): really validate the valueJunio C Hamano1-3/+6
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast1-2/+2
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast1-2/+2
2009-05-18Merge branch 'ar/unlink-err'Junio C Hamano1-2/+2
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras1-7/+7
2009-04-29replace direct calls to unlink(2) with unlink_or_warnAlex Riesen1-2/+2
2009-04-22Fix more typos/spelling in commentsMichael J Gruber1-1/+1
2009-04-22Fix typos / spelling in commentsMike Ralphson1-3/+3
2009-04-06Merge branch 'jc/shared-literally'Junio C Hamano1-3/+0
2009-03-27Move chmod(foo, 0444) into move_temp_to_file()Johan Herland1-3/+0
2009-03-25Correct missing SP characters in grammar comment at top of fast-import.cElijah Newren1-3/+4
2009-03-07Remove unused function scope local variablesBenjamin Kramer1-5/+3
2009-02-25Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano1-9/+5
2009-02-25Make sure objects/pack exists before creating a new packJunio C Hamano1-9/+5
2009-02-10Drop double-semicolon in CJunio C Hamano1-1/+1
2009-02-10Merge branch 'maint'Junio C Hamano1-0/+1
2009-02-10Merge branch 'maint-1.6.0' into maintJunio C Hamano1-0/+1
2009-02-10Clear the delta base cache during fast-import checkpointShawn O. Pearce1-0/+1
2009-01-26Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska1-0/+3
2009-01-13Merge branch 'maint-1.6.0' into maintJunio C Hamano1-3/+4
2009-01-13fast-import: Cleanup mode setting.Felipe Contreras1-3/+4
2008-12-21fast-import.c: stricter strtoul check, silence compiler warningRené Scharfe1-4/+7
2008-12-19Merge branch 'maint' to sync with GIT 1.6.0.6Junio C Hamano1-11/+15
2008-12-19fast-import: make tagger information optionalJunio C Hamano1-11/+15
2008-12-15Merge branch 'maint'Junio C Hamano1-1/+3
2008-12-15fast-import: close pack before unlinking itJohannes Schindelin1-1/+3
2008-12-14git-fast-import possible memory corruption problemYONETANI Tomokazu1-3/+4
2008-10-02fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre1-9/+9
2008-09-23Merge branch 'maint'Junio C Hamano1-2/+2
2008-09-22Do not perform cross-directory renames when creating packsPetr Baudis1-2/+2
2008-09-02Merge branch 'np/maint-safer-pack'Junio C Hamano1-1/+2
2008-08-31cast pid_t's to uintmax_t to improve portabilityDavid Soria Parra1-3/+3
2008-08-29improve reliability of fixup_pack_header_footer()Nicolas Pitre1-1/+2
2008-07-19Support gitlinks in fast-import.Alexander Gavrilov1-1/+15
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-05-31Make pack creation always fsync() the resultLinus Torvalds1-1/+1