summaryrefslogtreecommitdiff
path: root/fast-import.c
AgeCommit message (Expand)Author
2009-01-26Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska
2009-01-14Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-01-14fast-import: Cleanup mode setting.Felipe Contreras
2008-12-21fast-import.c: stricter strtoul check, silence compiler warningRené Scharfe
2008-12-20Merge branch 'maint' to sync with GIT 1.6.0.6Junio C Hamano
2008-12-20fast-import: make tagger information optionalJunio C Hamano
2008-12-16Merge branch 'maint'Junio C Hamano
2008-12-16fast-import: close pack before unlinking itJohannes Schindelin
2008-12-15git-fast-import possible memory corruption problemYONETANI Tomokazu
2008-10-03fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre
2008-09-23Merge branch 'maint'Junio C Hamano
2008-09-22Do not perform cross-directory renames when creating packsPetr Baudis
2008-09-03Merge branch 'np/maint-safer-pack'Junio C Hamano
2008-08-31cast pid_t's to uintmax_t to improve portabilityDavid Soria Parra
2008-08-30improve reliability of fixup_pack_header_footer()Nicolas Pitre
2008-07-19Support gitlinks in fast-import.Alexander Gavrilov
2008-07-13Make usage strings dash-lessStephan Beyer
2008-05-31Make pack creation always fsync() the resultLinus Torvalds
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano
2008-05-16git-fast-import: rename cmd_*() functions to parse_*()Miklos Vajna
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-03-16fast-import: Allow "reset" to delete a new branch without errorEyvind Bernhardsen
2008-03-09Merge branch 'maint' to sync with 1.5.4.4Junio C Hamano
2008-03-08Really make the LF after reset in fast-import optionalAdeodato Simó
2008-03-03fast-import: exit with proper message if not a git dirJean-Luc Herren
2008-02-16Finish current packfile during fast-import crash handlerShawn O. Pearce
2008-02-16Include the fast-import marks table in crash reportsShawn O. Pearce
2008-02-16Include annotated tags in fast-import crash reportsShawn O. Pearce
2008-02-16fast-import: check return value from unpack_entry()Shawn O. Pearce
2008-01-21Document the hairy gfi_unpack_entry part of fast-importShawn O. Pearce
2008-01-21Teach fast-import to honor pack.compression and pack.depthShawn O. Pearce
2008-01-18fast-import: Don't use a maybe-clobbered errno valueJim Meyering
2008-01-18Fix random fast-import errors when compiled with NO_MMAPShawn O. Pearce
2008-01-18fast-import.c: don't try to commit marks file if write failedBrandon Casey
2008-01-16Improve use of lockfile APIBrandon Casey
2008-01-10bundle, fast-import: detect write failureJim Meyering
2008-01-02Update callers of check_ref_format()Junio C Hamano
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