summaryrefslogtreecommitdiff
path: root/fast-import.c
AgeCommit message (Expand)Author
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan
2010-03-31fast-import: always create marks_file directoriesSverre Rabbelier
2010-02-17refactor duplicated encode_header in pack-objects and fast-importMichael Lukashov
2010-02-17fast-import: use the diff_delta() max_delta_size argumentNicolas Pitre
2010-02-17fast-import: honor pack.indexversion and pack.packsizelimit config varsNicolas Pitre
2010-02-17fast-import: make default pack size unlimitedNicolas Pitre
2010-02-17fast-import: use write_idx_file() instead of custom codeNicolas Pitre
2010-02-17fast-import: use sha1write() for pack dataNicolas Pitre
2010-02-17fast-import: start using struct pack_idx_entryNicolas Pitre
2010-02-04fast-import: count --max-pack-size in bytesJunio C Hamano
2010-02-04fast-import.c: Fix big-file-threshold parsing bugJunio C Hamano
2010-02-01Merge branch 'sp/maint-fast-import-large-blob' into sp/fast-import-large-blobJunio C Hamano
2010-02-01fast-import: Stream very large blobs directly to packShawn O. Pearce
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