summaryrefslogtreecommitdiff
path: root/fast-import.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| |\ \
| | * | Clear the delta base cache during fast-import checkpointShawn O. Pearce2009-02-101-0/+1
* | | | Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska2009-01-261-0/+3
|/ / /
* | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-01-131-3/+4
|\ \ \ | |/ /
| * | fast-import: Cleanup mode setting.Felipe Contreras2009-01-131-3/+4
| |/
* | fast-import.c: stricter strtoul check, silence compiler warningRené Scharfe2008-12-211-4/+7
* | Merge branch 'maint' to sync with GIT 1.6.0.6Junio C Hamano2008-12-191-11/+15
|\ \ | |/
| * fast-import: make tagger information optionalJunio C Hamano2008-12-191-11/+15
* | Merge branch 'maint'Junio C Hamano2008-12-151-1/+3
|\ \ | |/
| * fast-import: close pack before unlinking itJohannes Schindelin2008-12-151-1/+3
* | git-fast-import possible memory corruption problemYONETANI Tomokazu2008-12-141-3/+4