aboutsummaryrefslogtreecommitdiff
path: root/fast-import.c
Commit message (Expand)AuthorAge
* Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-01-13
|\
| * fast-import: Cleanup mode setting.Felipe Contreras2009-01-13
* | fast-import.c: stricter strtoul check, silence compiler warningRené Scharfe2008-12-21
* | Merge branch 'maint' to sync with GIT 1.6.0.6Junio C Hamano2008-12-19
|\ \ | |/
| * fast-import: make tagger information optionalJunio C Hamano2008-12-19
* | Merge branch 'maint'Junio C Hamano2008-12-15
|\ \ | |/
| * fast-import: close pack before unlinking itJohannes Schindelin2008-12-15
* | git-fast-import possible memory corruption problemYONETANI Tomokazu2008-12-14
* | fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-02
* | Merge branch 'maint'Junio C Hamano2008-09-23
|\ \ | |/
| * Do not perform cross-directory renames when creating packsPetr Baudis2008-09-22
* | Merge branch 'np/maint-safer-pack'Junio C Hamano2008-09-02
|\ \ | |/
| * improve reliability of fixup_pack_header_footer()Nicolas Pitre2008-08-29
* | cast pid_t's to uintmax_t to improve portabilityDavid Soria Parra2008-08-31
|/
* Support gitlinks in fast-import.Alexander Gavrilov2008-07-19
* Make usage strings dash-lessStephan Beyer2008-07-13
* Make pack creation always fsync() the resultLinus Torvalds2008-05-31
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-25
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* | git-fast-import: rename cmd_*() functions to parse_*()Miklos Vajna2008-05-16
|/
* fast-import: Allow "reset" to delete a new branch without errorEyvind Bernhardsen2008-03-16
* Merge branch 'maint' to sync with 1.5.4.4Junio C Hamano2008-03-08
|\
| * Really make the LF after reset in fast-import optionalAdeodato Simó2008-03-08
* | fast-import: exit with proper message if not a git dirJean-Luc Herren2008-03-02
* | Finish current packfile during fast-import crash handlerShawn O. Pearce2008-02-16
* | Include the fast-import marks table in crash reportsShawn O. Pearce2008-02-16
* | Include annotated tags in fast-import crash reportsShawn O. Pearce2008-02-16
|/
* fast-import: check return value from unpack_entry()Shawn O. Pearce2008-02-15
* 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