summaryrefslogtreecommitdiff
path: root/fast-import.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jn/fast-import-subtree'Junio C Hamano2010-08-181-9/+15
|\
| * Teach fast-import to import subtrees named by tree idJonathan Nieder2010-07-051-9/+15
* | fast-import: export correctly marks larger than 2^20-1Raja R Harinath2010-08-111-1/+1
|/
* Merge branch 'gv/portable'Junio C Hamano2010-06-211-1/+1
|\
| * enums: omit trailing comma for portabilityGary V. Vaughan2010-05-311-1/+1
* | fast-import: always create marks_file directoriesSverre Rabbelier2010-03-311-0/+2
|/
* refactor duplicated encode_header in pack-objects and fast-importMichael Lukashov2010-02-171-26/+3
* fast-import: use the diff_delta() max_delta_size argumentNicolas Pitre2010-02-171-6/+2
* fast-import: honor pack.indexversion and pack.packsizelimit config varsNicolas Pitre2010-02-171-0/+11
* fast-import: make default pack size unlimitedNicolas Pitre2010-02-171-6/+6
* fast-import: use write_idx_file() instead of custom codeNicolas Pitre2010-02-171-46/+17
* fast-import: use sha1write() for pack dataNicolas Pitre2010-02-171-10/+25
* fast-import: start using struct pack_idx_entryNicolas Pitre2010-02-171-29/+28
* fast-import: count --max-pack-size in bytesJunio C Hamano2010-02-041-6/+11
* fast-import.c: Fix big-file-threshold parsing bugJunio C Hamano2010-02-041-1/+4
* Merge branch 'sp/maint-fast-import-large-blob' into sp/fast-import-large-blobJunio C Hamano2010-02-011-18/+156
|\
| * fast-import: Stream very large blobs directly to packShawn O. Pearce2010-02-011-19/+160
* | Merge branch 'jh/notes' (early part)Junio C Hamano2010-01-201-5/+129
|\ \
| * | fast-import: Proper notes tree manipulationJohan Herland2009-12-071-5/+129
* | | Merge branch 'maint'Junio C Hamano2010-01-181-5/+5
|\ \ \ | | |/ | |/|
| * | Merge branch 'dp/maint-1.6.5-fast-import-non-commit-tag' into maintJunio C Hamano2010-01-181-5/+5
| |\ \
| | * | fast-import: tag may point to any object typeDmitry Potapov2010-01-141-5/+5
* | | | Merge branch 'sr/gfi-options'Junio C Hamano2010-01-171-86/+231
|\ \ \ \ | |/ / / |/| | |
| * | | fast-import: add (non-)relative-marks featureSverre Rabbelier2009-12-051-2/+17
| * | | fast-import: allow for multiple --import-marks= argumentsSverre Rabbelier2009-12-041-5/+16
| * | | fast-import: add option commandSverre Rabbelier2009-12-041-25/+62
| * | | fast-import: add feature commandSverre Rabbelier2009-12-041-0/+38
| * | | fast-import: put marks reading in its own functionSverre Rabbelier2009-12-041-42/+51
| * | | fast-import: put option parsing code in separate functionsSverre Rabbelier2009-12-041-40/+75
| | |/ | |/|
* | | fast-import: Document author/committer/tagger name is optionalShawn O. Pearce2009-12-311-3/+3
|/ /
* | Merge branch 'jh/notes' (early part)Junio C Hamano2009-11-201-4/+84
|\ \
| * | fast-import: Add support for importing commit notesJohan Herland2009-10-191-4/+84
| |/
* | Show usage string for 'git fast-import -h'Jonathan Nieder2009-11-101-0/+3
|/
* fast-import.c::validate_raw_date(): really validate the valueJunio C Hamano2009-10-071-3/+6
* Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-271-2/+2
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-2/+2
* Merge branch 'ar/unlink-err'Junio C Hamano2009-05-181-2/+2
|\
| * replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-291-2/+2
* | Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-011-7/+7
|/
* Fix more typos/spelling in commentsMichael J Gruber2009-04-221-1/+1
* Fix typos / spelling in commentsMike Ralphson2009-04-221-3/+3
* Merge branch 'jc/shared-literally'Junio C Hamano2009-04-061-3/+0
|\
| * Move chmod(foo, 0444) into move_temp_to_file()Johan Herland2009-03-271-3/+0
* | Correct missing SP characters in grammar comment at top of fast-import.cElijah Newren2009-03-251-3/+4
* | Remove unused function scope local variablesBenjamin Kramer2009-03-071-5/+3
|/
* Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano2009-02-251-9/+5
|\
| * Make sure objects/pack exists before creating a new packJunio C Hamano2009-02-251-9/+5
* | Drop double-semicolon in CJunio C Hamano2009-02-101-1/+1
* | Merge branch 'maint'Junio C Hamano2009-02-101-0/+1
|\ \
| * \ Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-101-0/+1
| |\ \