summaryrefslogtreecommitdiff
path: root/fast-import.c
AgeCommit message (Expand)Author
2007-12-15fast-import: fix unalinged allocation and accessDavid S. Miller
2007-11-14Merge branch 'maint'Junio C Hamano
2007-11-14Don't allow fast-import tree delta chains to exceed maximum depthShawn O. Pearce
2007-10-26fast-import.c: fix regression due to strbuf conversionPierre Habouzit
2007-10-21Merge branch 'maint'Shawn O. Pearce
2007-10-21fast-import: Fix argument order to die in file_change_mJulian Phillips
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit
2007-09-21Rework unquote_c_style to work on a strbuf.Pierre Habouzit
2007-09-21strbuf API additions and enhancements.Pierre Habouzit
2007-09-19Use xmemdupz() in many places.Pierre Habouzit
2007-09-18fast-import optimization:Pierre Habouzit
2007-09-18fast-import was using dbuf's, replace them with strbuf's.Pierre Habouzit
2007-09-18Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit
2007-09-17Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit
2007-09-07fast-import: Use strbuf API, and simplify cmd_data()Pierre Habouzit
2007-09-07Rework strbuf API and semantics.Pierre Habouzit
2007-08-21Avoid using va_copy in fast-import: it seems to be unportable.Alex Riesen
2007-08-19fast-import pull requestJunio C Hamano
2007-08-19Include recent command history in fast-import crash reportsShawn O. Pearce
2007-08-19Generate crash reports on die in fast-importShawn O. Pearce
2007-08-19Allow frontends to bidirectionally communicate with fast-importShawn O. Pearce
2007-08-19Make trailing LF optional for all fast-import commandsShawn O. Pearce
2007-08-19Make trailing LF following fast-import `data` commands optionalShawn O. Pearce
2007-08-19Teach fast-import to ignore lines starting with '#'Shawn O. Pearce
2007-08-19Use handy ALLOC_GROW macro in fast-import when possibleShawn O. Pearce
2007-08-19Actually allow TAG_FIXUP branches in fast-importShawn O. Pearce
2007-08-19Fix whitespace in "Format of STDIN stream" of fast-importAlex Riesen
2007-08-15Use xmkstemp() instead of mkstemp()Luiz Fernando N. Capitulino
2007-07-15Teach fast-import to recursively copy files/directoriesShawn O. Pearce
2007-07-10Support wholesale directory renames in fast-importShawn O. Pearce
2007-05-24Merge branch 'maint'Junio C Hamano
2007-05-24Fix possible coredump with fast-import --import-marksShawn O. Pearce
2007-05-24Refactor fast-import branch creation from existing commitShawn O. Pearce
2007-05-24fast-import: Fix crash when referencing already existing objectsSimon Hausmann
2007-05-24fast-import: Fix uninitialized variableSimon Hausmann
2007-05-10git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege
2007-05-02Create pack-write.c for common pack writing codeDana L. How
2007-04-29Merge branch 'maint'Junio C Hamano
2007-04-29Don't allow empty pathnames in fast-importShawn O. Pearce
2007-04-24fast-import: size_t vs ssize_tSami Farin
2007-04-20Don't repack existing objects in fast-importShawn O. Pearce
2007-03-31Rename warn() to warning() to fix symbol conflicts on BSD and Mac OSTheodore Ts'o
2007-03-25make it more obvious that temporary files are temporary filesNicolas Pitre
2007-03-12Remove unnecessary casts from fast-importShawn O. Pearce
2007-03-12Merge branch 'maint'Shawn O. Pearce
2007-03-12fast-import: grow tree storage more aggressivelyJeff King
2007-03-08Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano
2007-03-07Allow fast-import frontends to reload the marks tableShawn O. Pearce
2007-03-07Use atomic updates to the fast-import mark fileShawn O. Pearce