summaryrefslogtreecommitdiff
path: root/fast-import.c
AgeCommit message (Expand)Author
2015-03-17Merge branch 'rs/deflate-init-cleanup'Junio C Hamano
2015-03-05zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe
2015-03-05Merge branch 'mh/refs-have-new'Junio C Hamano
2015-02-25Merge branch 'jk/fast-import-die-nicely-fix'Junio C Hamano
2015-02-17ref_transaction_update(): remove "have_old" parameterMichael Haggerty
2015-02-10fast-import: avoid running end_packfile recursivelyJeff King
2014-10-15refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg
2014-10-01dump_marks(): reimplement using fdopen_lock_file()Michael Haggerty
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-10-01dump_marks(): remove a redundant call to rollback_lock_file()Michael Haggerty
2014-09-30Merge branch 'mb/fast-import-delete-root' into maintJunio C Hamano
2014-09-26Merge branch 'rs/realloc-array'Junio C Hamano
2014-09-19Merge branch 'jk/fast-import-fixes' into maintJunio C Hamano
2014-09-19Merge branch 'mb/fast-import-delete-root'Junio C Hamano
2014-09-19Merge branch 'jk/commit-author-parsing'Junio C Hamano
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe
2014-09-11Merge branch 'jk/fast-import-fixes'Junio C Hamano
2014-09-11Merge branch 'rs/ref-transaction-1'Junio C Hamano
2014-09-03fast-import.c: use a ref transaction when dumping tagsRonnie Sahlberg
2014-09-03fast-import.c: change update_branch to use ref transactionsRonnie Sahlberg
2014-08-29fast-import: fix segfault in store_tree()Maxim Bublis
2014-08-27date: use strbufs in date-formatting functionsJeff King
2014-08-25fast-import: fix buffer overflow in dump_tagsJeff King
2014-08-25fast-import: clean up pack_data pointer in end_packfileJeff King
2014-08-13fast-import.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra
2014-07-18fast-import: use hashcmp() for SHA1 hash comparisonRené Scharfe
2014-06-20fast-import: refactor parsing of spacesJeff King
2014-06-20fast-import: use skip_prefix for parsing inputJeff King
2014-06-20use skip_prefix to avoid magic numbersJeff King
2014-06-20fast-import: fix read of uninitialized argv memoryJeff King
2014-04-21fast-import: add support to delete refsFelipe Contreras
2014-03-10use strchrnul() in place of strchr() and strlen()Rohit Mani
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-09-20Merge branch 'bk/refs-multi-update'Junio C Hamano
2013-09-17Merge branch 'rh/ishes-doc'Junio C Hamano
2013-09-04use 'commit-ish' instead of 'committish'Richard Hansen
2013-09-04use 'tree-ish' instead of 'treeish'Richard Hansen
2013-09-04Merge branch 'jk/fast-import-empty-ls'Junio C Hamano
2013-08-30refs: report ref type from lock_any_ref_for_updateBrad King
2013-06-23fast-import: allow moving the root treeJohn Keeping
2013-06-23fast-import: allow ls or filecopy of the root treeJohn Keeping
2013-06-23fast-import: set valid mode on root tree in "ls"John Keeping
2013-06-02Merge branch 'fc/fast-export-persistent-marks'Junio C Hamano
2013-05-07fast-{import,export}: use get_sha1_hex() to read from marks fileFelipe Contreras
2013-04-28sparse: Fix mingw_main() argument number/type errorsRamsay Jones
2013-03-30fast-import: Fix an gcc -Wuninitialized warningRamsay Jones
2013-03-21fast-import: clarify "inline" logic in file_change_mJeff King
2013-03-21drop some obsolete "x = x" compiler warning hacksJeff King
2013-03-21fast-import: use pointer-to-pointer to keep list tailJeff King
2012-09-11Merge branch 'jc/merge-bases'Junio C Hamano