aboutsummaryrefslogtreecommitdiff
path: root/fast-import.c
Commit message (Expand)AuthorAge
* refactor duplicated encode_header in pack-objects and fast-importMichael Lukashov2010-02-17
* fast-import: use the diff_delta() max_delta_size argumentNicolas Pitre2010-02-17
* fast-import: honor pack.indexversion and pack.packsizelimit config varsNicolas Pitre2010-02-17
* fast-import: make default pack size unlimitedNicolas Pitre2010-02-17
* fast-import: use write_idx_file() instead of custom codeNicolas Pitre2010-02-17
* fast-import: use sha1write() for pack dataNicolas Pitre2010-02-17
* fast-import: start using struct pack_idx_entryNicolas Pitre2010-02-17
* fast-import: count --max-pack-size in bytesJunio C Hamano2010-02-04
* fast-import.c: Fix big-file-threshold parsing bugJunio C Hamano2010-02-04
* Merge branch 'sp/maint-fast-import-large-blob' into sp/fast-import-large-blobJunio C Hamano2010-02-01
|\
| * fast-import: Stream very large blobs directly to packShawn O. Pearce2010-02-01
* | Merge branch 'jh/notes' (early part)Junio C Hamano2010-01-20
|\ \
| * | fast-import: Proper notes tree manipulationJohan Herland2009-12-07
* | | Merge branch 'maint'Junio C Hamano2010-01-18
|\ \ \ | | |/ | |/|
| * | Merge branch 'dp/maint-1.6.5-fast-import-non-commit-tag' into maintJunio C Hamano2010-01-18
| |\ \
| | * | fast-import: tag may point to any object typeDmitry Potapov2010-01-14
* | | | Merge branch 'sr/gfi-options'Junio C Hamano2010-01-17
|\ \ \ \ | |/ / / |/| | |
| * | | fast-import: add (non-)relative-marks featureSverre Rabbelier2009-12-05
| * | | fast-import: allow for multiple --import-marks= argumentsSverre Rabbelier2009-12-04
| * | | fast-import: add option commandSverre Rabbelier2009-12-04
| * | | fast-import: add feature commandSverre Rabbelier2009-12-04
| * | | fast-import: put marks reading in its own functionSverre Rabbelier2009-12-04
| * | | fast-import: put option parsing code in separate functionsSverre Rabbelier2009-12-04
| | |/ | |/|
* | | fast-import: Document author/committer/tagger name is optionalShawn O. Pearce2009-12-31
|/ /
* | Merge branch 'jh/notes' (early part)Junio C Hamano2009-11-20
|\ \
| * | fast-import: Add support for importing commit notesJohan Herland2009-10-19
| |/
* | Show usage string for 'git fast-import -h'Jonathan Nieder2009-11-10
|/
* fast-import.c::validate_raw_date(): really validate the valueJunio C Hamano2009-10-07
* Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-27
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-27
* Merge branch 'ar/unlink-err'Junio C Hamano2009-05-18
|\
| * replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-29
* | Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-01
|/
* Fix more typos/spelling in commentsMichael J Gruber2009-04-22
* Fix typos / spelling in commentsMike Ralphson2009-04-22
* Merge branch 'jc/shared-literally'Junio C Hamano2009-04-06
|\
| * Move chmod(foo, 0444) into move_temp_to_file()Johan Herland2009-03-27
* | Correct missing SP characters in grammar comment at top of fast-import.cElijah Newren2009-03-25
* | Remove unused function scope local variablesBenjamin Kramer2009-03-07
|/
* Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano2009-02-25
|\
| * Make sure objects/pack exists before creating a new packJunio C Hamano2009-02-25
* | Drop double-semicolon in CJunio C Hamano2009-02-10
* | Merge branch 'maint'Junio C Hamano2009-02-10
|\ \
| * \ Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-10
| |\ \
| | * | Clear the delta base cache during fast-import checkpointShawn O. Pearce2009-02-10
* | | | Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska2009-01-26
|/ / /
* | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-01-13
|\ \ \ | |/ /
| * | fast-import: Cleanup mode setting.Felipe Contreras2009-01-13
| |/
* | fast-import.c: stricter strtoul check, silence compiler warningRené Scharfe2008-12-21
* | Merge branch 'maint' to sync with GIT 1.6.0.6Junio C Hamano2008-12-19
|\ \ | |/