summaryrefslogtreecommitdiff
path: root/fast-import.c
AgeCommit message (Expand)Author
2010-01-21Merge branch 'jh/notes' (early part)Junio C Hamano
2010-01-19Merge branch 'maint'Junio C Hamano
2010-01-19Merge branch 'dp/maint-1.6.5-fast-import-non-commit-tag' into maintJunio C Hamano
2010-01-17Merge branch 'sr/gfi-options'Junio C Hamano
2010-01-15fast-import: tag may point to any object typeDmitry Potapov
2009-12-31fast-import: Document author/committer/tagger name is optionalShawn O. Pearce
2009-12-07fast-import: Proper notes tree manipulationJohan Herland
2009-12-05fast-import: add (non-)relative-marks featureSverre Rabbelier
2009-12-05fast-import: allow for multiple --import-marks= argumentsSverre Rabbelier
2009-12-05fast-import: add option commandSverre Rabbelier
2009-12-05fast-import: add feature commandSverre Rabbelier
2009-12-05fast-import: put marks reading in its own functionSverre Rabbelier
2009-12-05fast-import: put option parsing code in separate functionsSverre Rabbelier
2009-11-21Merge branch 'jh/notes' (early part)Junio C Hamano
2009-11-10Show usage string for 'git fast-import -h'Jonathan Nieder
2009-10-20fast-import: Add support for importing commit notesJohan Herland
2009-10-07fast-import.c::validate_raw_date(): really validate the valueJunio C Hamano
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-05-18Merge branch 'ar/unlink-err'Junio C Hamano
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras
2009-04-30replace direct calls to unlink(2) with unlink_or_warnAlex Riesen
2009-04-23Fix more typos/spelling in commentsMichael J Gruber
2009-04-23Fix typos / spelling in commentsMike Ralphson
2009-04-06Merge branch 'jc/shared-literally'Junio C Hamano
2009-03-28Move chmod(foo, 0444) into move_temp_to_file()Johan Herland
2009-03-25Correct missing SP characters in grammar comment at top of fast-import.cElijah Newren
2009-03-08Remove unused function scope local variablesBenjamin Kramer
2009-02-25Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano
2009-02-25Make sure objects/pack exists before creating a new packJunio C Hamano
2009-02-11Drop double-semicolon in CJunio C Hamano
2009-02-11Merge branch 'maint'Junio C Hamano
2009-02-10Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-02-10Clear the delta base cache during fast-import checkpointShawn O. Pearce
2009-01-26Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska
2009-01-14Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-01-14fast-import: Cleanup mode setting.Felipe Contreras
2008-12-21fast-import.c: stricter strtoul check, silence compiler warningRené Scharfe
2008-12-20Merge branch 'maint' to sync with GIT 1.6.0.6Junio C Hamano
2008-12-20fast-import: make tagger information optionalJunio C Hamano
2008-12-16Merge branch 'maint'Junio C Hamano
2008-12-16fast-import: close pack before unlinking itJohannes Schindelin
2008-12-15git-fast-import possible memory corruption problemYONETANI Tomokazu
2008-10-03fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre
2008-09-23Merge branch 'maint'Junio C Hamano
2008-09-22Do not perform cross-directory renames when creating packsPetr Baudis
2008-09-03Merge branch 'np/maint-safer-pack'Junio C Hamano
2008-08-31cast pid_t's to uintmax_t to improve portabilityDavid Soria Parra
2008-08-30improve reliability of fixup_pack_header_footer()Nicolas Pitre
2008-07-19Support gitlinks in fast-import.Alexander Gavrilov