summaryrefslogtreecommitdiff
path: root/fast-import.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-08Really make the LF after reset in fast-import optionalLibravatar Adeodato Simó1-1/+2
2008-03-02fast-import: exit with proper message if not a git dirLibravatar Jean-Luc Herren1-0/+1
2008-02-16Finish current packfile during fast-import crash handlerLibravatar Shawn O. Pearce1-0/+7
2008-02-16Include the fast-import marks table in crash reportsLibravatar Shawn O. Pearce1-0/+10
2008-02-16Include annotated tags in fast-import crash reportsLibravatar Shawn O. Pearce1-0/+13
2008-02-15fast-import: check return value from unpack_entry()Libravatar Shawn O. Pearce1-0/+2
2008-01-21Document the hairy gfi_unpack_entry part of fast-importLibravatar Shawn O. Pearce1-0/+33
2008-01-21Teach fast-import to honor pack.compression and pack.depthLibravatar Shawn O. Pearce1-3/+29
2008-01-18fast-import: Don't use a maybe-clobbered errno valueLibravatar Jim Meyering1-3/+6
2008-01-17Fix random fast-import errors when compiled with NO_MMAPLibravatar Shawn O. Pearce1-2/+4
2008-01-17fast-import.c: don't try to commit marks file if write failedLibravatar Brandon Casey1-8/+16
2008-01-16Improve use of lockfile APILibravatar Brandon Casey1-2/+10
2008-01-10bundle, fast-import: detect write failureLibravatar Jim Meyering1-2/+3
2008-01-02Update callers of check_ref_format()Libravatar Junio C Hamano1-2/+3
2007-12-14fast-import: fix unalinged allocation and accessLibravatar David S. Miller1-5/+5
2007-11-14Merge branch 'maint'Libravatar Junio C Hamano1-7/+13
2007-11-13Don't allow fast-import tree delta chains to exceed maximum depthLibravatar Shawn O. Pearce1-7/+13
2007-10-26fast-import.c: fix regression due to strbuf conversionLibravatar Pierre Habouzit1-0/+1
2007-10-21Merge branch 'maint'Libravatar Shawn O. Pearce1-1/+1
2007-10-20fast-import: Fix argument order to die in file_change_mLibravatar Julian Phillips1-1/+1
2007-09-29strbuf change: be sure ->buf is never ever NULL.Libravatar Pierre Habouzit1-1/+1
2007-09-20Rework unquote_c_style to work on a strbuf.Libravatar Pierre Habouzit1-25/+22
2007-09-20strbuf API additions and enhancements.Libravatar Pierre Habouzit1-3/+1
2007-09-18Use xmemdupz() in many places.Libravatar Pierre Habouzit1-3/+1
2007-09-18fast-import optimization:Libravatar Pierre Habouzit1-32/+20
2007-09-18fast-import was using dbuf's, replace them with strbuf's.Libravatar Pierre Habouzit1-109/+68
2007-09-18Drop strbuf's 'eof' marker, and make read_line a first class citizen.Libravatar Pierre Habouzit1-15/+19
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Libravatar Pierre Habouzit1-1/+0
2007-09-10Strbuf API extensions and fixes.Libravatar Pierre Habouzit1-2/+2
2007-09-06fast-import: Use strbuf API, and simplify cmd_data()Libravatar Pierre Habouzit1-17/+13
2007-09-06Rework strbuf API and semantics.Libravatar Pierre Habouzit1-8/+7
2007-08-20Avoid using va_copy in fast-import: it seems to be unportable.Libravatar Alex Riesen1-7/+6
2007-08-19fast-import pull requestLibravatar Junio C Hamano1-3/+5
2007-08-19Include recent command history in fast-import crash reportsLibravatar Shawn O. Pearce1-4/+58
2007-08-19Generate crash reports on die in fast-importLibravatar Shawn O. Pearce1-0/+93
2007-08-19Allow frontends to bidirectionally communicate with fast-importLibravatar Shawn O. Pearce1-0/+14
2007-08-19Make trailing LF optional for all fast-import commandsLibravatar Shawn O. Pearce1-14/+20
2007-08-19Make trailing LF following fast-import `data` commands optionalLibravatar Shawn O. Pearce1-4/+9
2007-08-19Teach fast-import to ignore lines starting with '#'Libravatar Shawn O. Pearce1-2/+15
2007-08-19Use handy ALLOC_GROW macro in fast-import when possibleLibravatar Shawn O. Pearce1-6/+1
2007-08-19Actually allow TAG_FIXUP branches in fast-importLibravatar Shawn O. Pearce1-1/+5
2007-08-19Fix whitespace in "Format of STDIN stream" of fast-importLibravatar Alex Riesen1-11/+11
2007-08-14Use xmkstemp() instead of mkstemp()Libravatar Luiz Fernando N. Capitulino1-6/+2
2007-07-15Teach fast-import to recursively copy files/directoriesLibravatar Shawn O. Pearce1-4/+77
2007-07-09Support wholesale directory renames in fast-importLibravatar Shawn O. Pearce1-16/+75
2007-05-23Merge branch 'maint'Libravatar Junio C Hamano1-30/+37
2007-05-24Fix possible coredump with fast-import --import-marksLibravatar Shawn O. Pearce1-5/+7
2007-05-24Refactor fast-import branch creation from existing commitLibravatar Shawn O. Pearce1-27/+31
2007-05-23fast-import: Fix crash when referencing already existing objectsLibravatar Simon Hausmann1-1/+1
2007-05-23fast-import: Fix uninitialized variableLibravatar Simon Hausmann1-0/+1