summaryrefslogtreecommitdiff
path: root/fast-import.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fast-import: fix unalinged allocation and accessDavid S. Miller2007-12-141-5/+5
* Merge branch 'maint'Junio C Hamano2007-11-141-7/+13
|\
| * Don't allow fast-import tree delta chains to exceed maximum depthShawn O. Pearce2007-11-131-7/+13
* | fast-import.c: fix regression due to strbuf conversionPierre Habouzit2007-10-261-0/+1
* | Merge branch 'maint'Shawn O. Pearce2007-10-211-1/+1
|\ \ | |/
| * fast-import: Fix argument order to die in file_change_mJulian Phillips2007-10-201-1/+1
* | strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-291-1/+1
* | Rework unquote_c_style to work on a strbuf.Pierre Habouzit2007-09-201-25/+22
* | strbuf API additions and enhancements.Pierre Habouzit2007-09-201-3/+1
* | Use xmemdupz() in many places.Pierre Habouzit2007-09-181-3/+1
* | fast-import optimization:Pierre Habouzit2007-09-181-32/+20
* | fast-import was using dbuf's, replace them with strbuf's.Pierre Habouzit2007-09-181-109/+68
* | Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit2007-09-181-15/+19
* | Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-161-1/+0
* | Strbuf API extensions and fixes.Pierre Habouzit2007-09-101-2/+2
* | fast-import: Use strbuf API, and simplify cmd_data()Pierre Habouzit2007-09-061-17/+13
* | Rework strbuf API and semantics.Pierre Habouzit2007-09-061-8/+7
|/
* Avoid using va_copy in fast-import: it seems to be unportable.Alex Riesen2007-08-201-7/+6
* fast-import pull requestJunio C Hamano2007-08-191-3/+5
* Include recent command history in fast-import crash reportsShawn O. Pearce2007-08-191-4/+58
* Generate crash reports on die in fast-importShawn O. Pearce2007-08-191-0/+93
* Allow frontends to bidirectionally communicate with fast-importShawn O. Pearce2007-08-191-0/+14
* Make trailing LF optional for all fast-import commandsShawn O. Pearce2007-08-191-14/+20
* Make trailing LF following fast-import `data` commands optionalShawn O. Pearce2007-08-191-4/+9
* Teach fast-import to ignore lines starting with '#'Shawn O. Pearce2007-08-191-2/+15