summaryrefslogtreecommitdiff
path: root/fast-import.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-021-9/+9
* | Merge branch 'maint'Junio C Hamano2008-09-231-2/+2
|\ \ | |/
| * Do not perform cross-directory renames when creating packsPetr Baudis2008-09-221-2/+2
* | Merge branch 'np/maint-safer-pack'Junio C Hamano2008-09-021-1/+2
|\ \ | |/
| * improve reliability of fixup_pack_header_footer()Nicolas Pitre2008-08-291-1/+2
* | cast pid_t's to uintmax_t to improve portabilityDavid Soria Parra2008-08-311-3/+3
|/
* Support gitlinks in fast-import.Alexander Gavrilov2008-07-191-1/+15
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* Make pack creation always fsync() the resultLinus Torvalds2008-05-311-1/+1
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-251-3/+3
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-3/+3
* | git-fast-import: rename cmd_*() functions to parse_*()Miklos Vajna2008-05-161-31/+31
|/
* fast-import: Allow "reset" to delete a new branch without errorEyvind Bernhardsen2008-03-161-0/+2
* Merge branch 'maint' to sync with 1.5.4.4Junio C Hamano2008-03-081-1/+2
|\
| * Really make the LF after reset in fast-import optionalAdeodato Simó2008-03-081-1/+2
* | fast-import: exit with proper message if not a git dirJean-Luc Herren2008-03-021-0/+1
* | Finish current packfile during fast-import crash handlerShawn O. Pearce2008-02-161-0/+7
* | Include the fast-import marks table in crash reportsShawn O. Pearce2008-02-161-0/+10
* | Include annotated tags in fast-import crash reportsShawn O. Pearce2008-02-161-0/+13
|/
* fast-import: check return value from unpack_entry()Shawn O. Pearce2008-02-151-0/+2
* Document the hairy gfi_unpack_entry part of fast-importShawn O. Pearce2008-01-211-0/+33
* Teach fast-import to honor pack.compression and pack.depthShawn O. Pearce2008-01-211-3/+29
* fast-import: Don't use a maybe-clobbered errno valueJim Meyering2008-01-181-3/+6
* Fix random fast-import errors when compiled with NO_MMAPShawn O. Pearce2008-01-171-2/+4
* fast-import.c: don't try to commit marks file if write failedBrandon Casey2008-01-171-8/+16
* Improve use of lockfile APIBrandon Casey2008-01-161-2/+10
* bundle, fast-import: detect write failureJim Meyering2008-01-101-2/+3
* Update callers of check_ref_format()Junio C Hamano2008-01-021-2/+3