summaryrefslogtreecommitdiffstats
path: root/fast-import.c
Commit message (Expand)AuthorAgeFilesLines
* refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg2014-10-151-4/+4
* dump_marks(): reimplement using fdopen_lock_file()Michael Haggerty2014-10-011-19/+2
* lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty2014-10-011-0/+1
* dump_marks(): remove a redundant call to rollback_lock_file()Michael Haggerty2014-10-011-3/+1
* Merge branch 'rs/realloc-array'Junio C Hamano2014-09-261-1/+1
|\
| * use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-181-1/+1
* | Merge branch 'mb/fast-import-delete-root'Junio C Hamano2014-09-191-1/+5
|\ \
| * | fast-import: fix segfault in store_tree()Maxim Bublis2014-08-291-1/+5
* | | Merge branch 'jk/commit-author-parsing'Junio C Hamano2014-09-191-11/+9
|\ \ \ | |_|/ |/| |
| * | date: use strbufs in date-formatting functionsJeff King2014-08-271-11/+9
| |/
* | Merge branch 'jk/fast-import-fixes'Junio C Hamano2014-09-111-4/+7
|\ \
| * | fast-import: fix buffer overflow in dump_tagsJeff King2014-08-251-4/+6
| * | fast-import: clean up pack_data pointer in end_packfileJeff King2014-08-251-4/+7
* | | Merge branch 'rs/ref-transaction-1'Junio C Hamano2014-09-111-16/+38
|\ \ \
| * | | fast-import.c: use a ref transaction when dumping tagsRonnie Sahlberg2014-09-031-6/+23
| * | | fast-import.c: change update_branch to use ref transactionsRonnie Sahlberg2014-09-031-10/+15
* | | | fast-import.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra2014-08-131-23/+21
| |_|/ |/| |
* | | fast-import: use hashcmp() for SHA1 hash comparisonRené Scharfe2014-07-181-1/+1
* | | fast-import: refactor parsing of spacesJeff King2014-06-201-13/+7
* | | fast-import: use skip_prefix for parsing inputJeff King2014-06-201-72/+51
* | | use skip_prefix to avoid magic numbersJeff King2014-06-201-32/+37
* | | fast-import: fix read of uninitialized argv memoryJeff King2014-06-201-5/+8
|/ /
* / fast-import: add support to delete refsFelipe Contreras2014-04-211-3/+10
|/
* use strchrnul() in place of strchr() and strlen()Rohit Mani2014-03-101-21/+12
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-40/+40
* Merge branch 'bk/refs-multi-update'Junio C Hamano2013-09-201-1/+1
|\
| * refs: report ref type from lock_any_ref_for_updateBrad King2013-08-301-1/+1
* | Merge branch 'rh/ishes-doc'Junio C Hamano2013-09-171-10/+10
|\ \
| * | use 'commit-ish' instead of 'committish'Richard Hansen2013-09-041-8/+8
| * | use 'tree-ish' instead of 'treeish'Richard Hansen2013-09-041-2/+2
| |/
* | Merge branch 'jk/fast-import-empty-ls'Junio C Hamano2013-09-041-20/+38
|\ \ | |/ |/|
| * fast-import: allow moving the root treeJohn Keeping2013-06-231-7/+14
| * fast-import: allow ls or filecopy of the root treeJohn Keeping2013-06-231-13/+22
| * fast-import: set valid mode on root tree in "ls"John Keeping2013-06-231-0/+2
* | Merge branch 'fc/fast-export-persistent-marks'Junio C Hamano2013-06-021-1/+1
|\ \
| * | fast-{import,export}: use get_sha1_hex() to read from marks fileFelipe Contreras2013-05-071-1/+1
| |/
* / sparse: Fix mingw_main() argument number/type errorsRamsay Jones2013-04-281-2/+2
|/
* fast-import: Fix an gcc -Wuninitialized warningRamsay Jones2013-03-291-0/+1
* fast-import: clarify "inline" logic in file_change_mJeff King2013-03-211-1/+2
* drop some obsolete "x = x" compiler warning hacksJeff King2013-03-211-1/+1
* fast-import: use pointer-to-pointer to keep list tailJeff King2013-03-211-6/+4
* Merge branch 'jc/merge-bases'Junio C Hamano2012-09-111-1/+1
|\
| * in_merge_bases(): support only one "other" commitJunio C Hamano2012-08-271-1/+1
* | fast-import: tighten parsing of datarefsPete Wyckoff2012-04-101-33/+77
|/
* Merge branch 'jn/maint-fast-import-empty-ls' into maintJunio C Hamano2012-03-261-0/+4
|\
| * fast-import: don't allow 'ls' of path with empty componentsJonathan Nieder2012-03-091-0/+2
| * fast-import: leakfix for 'ls' of dirty treesJonathan Nieder2012-03-091-0/+2
* | fast-import: zero all of 'struct tag' to silence valgrindThomas Rast2012-03-051-1/+1
* | Appease Sun Studio by renaming "tmpfile"Ævar Arnfjörð Bjarmason2011-12-211-4/+4
* | Merge branch 'ab/enable-i18n'Junio C Hamano2011-12-191-0/+2
|\ \