aboutsummaryrefslogtreecommitdiff
path: root/fast-import.c
Commit message (Expand)AuthorAge
* Document the hairy gfi_unpack_entry part of fast-importShawn O. Pearce2008-01-21
* Teach fast-import to honor pack.compression and pack.depthShawn O. Pearce2008-01-21
* fast-import: Don't use a maybe-clobbered errno valueJim Meyering2008-01-18
* Fix random fast-import errors when compiled with NO_MMAPShawn O. Pearce2008-01-17
* fast-import.c: don't try to commit marks file if write failedBrandon Casey2008-01-17
* Improve use of lockfile APIBrandon Casey2008-01-16
* bundle, fast-import: detect write failureJim Meyering2008-01-10
* Update callers of check_ref_format()Junio C Hamano2008-01-02
* fast-import: fix unalinged allocation and accessDavid S. Miller2007-12-14
* Merge branch 'maint'Junio C Hamano2007-11-14
|\
| * Don't allow fast-import tree delta chains to exceed maximum depthShawn O. Pearce2007-11-13
* | fast-import.c: fix regression due to strbuf conversionPierre Habouzit2007-10-26
* | Merge branch 'maint'Shawn O. Pearce2007-10-21
|\ \ | |/
| * fast-import: Fix argument order to die in file_change_mJulian Phillips2007-10-20
* | strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-29
* | Rework unquote_c_style to work on a strbuf.Pierre Habouzit2007-09-20
* | strbuf API additions and enhancements.Pierre Habouzit2007-09-20
* | Use xmemdupz() in many places.Pierre Habouzit2007-09-18
* | fast-import optimization:Pierre Habouzit2007-09-18
* | fast-import was using dbuf's, replace them with strbuf's.Pierre Habouzit2007-09-18
* | Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit2007-09-18
* | Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-16
* | Strbuf API extensions and fixes.Pierre Habouzit2007-09-10
* | fast-import: Use strbuf API, and simplify cmd_data()Pierre Habouzit2007-09-06
* | Rework strbuf API and semantics.Pierre Habouzit2007-09-06
|/
* Avoid using va_copy in fast-import: it seems to be unportable.Alex Riesen2007-08-20
* fast-import pull requestJunio C Hamano2007-08-19
* Include recent command history in fast-import crash reportsShawn O. Pearce2007-08-19
* Generate crash reports on die in fast-importShawn O. Pearce2007-08-19
* Allow frontends to bidirectionally communicate with fast-importShawn O. Pearce2007-08-19
* Make trailing LF optional for all fast-import commandsShawn O. Pearce2007-08-19
* Make trailing LF following fast-import `data` commands optionalShawn O. Pearce2007-08-19
* Teach fast-import to ignore lines starting with '#'Shawn O. Pearce2007-08-19
* Use handy ALLOC_GROW macro in fast-import when possibleShawn O. Pearce2007-08-19
* Actually allow TAG_FIXUP branches in fast-importShawn O. Pearce2007-08-19
* Fix whitespace in "Format of STDIN stream" of fast-importAlex Riesen2007-08-19
* Use xmkstemp() instead of mkstemp()Luiz Fernando N. Capitulino2007-08-14
* Teach fast-import to recursively copy files/directoriesShawn O. Pearce2007-07-15
* Support wholesale directory renames in fast-importShawn O. Pearce2007-07-09
* Merge branch 'maint'Junio C Hamano2007-05-23
|\
| * Fix possible coredump with fast-import --import-marksShawn O. Pearce2007-05-24
| * Refactor fast-import branch creation from existing commitShawn O. Pearce2007-05-24
| * fast-import: Fix crash when referencing already existing objectsSimon Hausmann2007-05-23
| * fast-import: Fix uninitialized variableSimon Hausmann2007-05-23
* | git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege2007-05-10
|/
* Create pack-write.c for common pack writing codeDana L. How2007-05-02
* Merge branch 'maint'Junio C Hamano2007-04-29
|\
| * Don't allow empty pathnames in fast-importShawn O. Pearce2007-04-28
* | fast-import: size_t vs ssize_tSami Farin2007-04-24
* | Don't repack existing objects in fast-importShawn O. Pearce2007-04-20
|/