aboutsummaryrefslogtreecommitdiff
path: root/fast-import.c
Commit message (Expand)AuthorAge
...
* | | Merge branch 'mh/fast-import-get-mark'Junio C Hamano2015-08-03
|\ \ \
| * | | fast-import: add a get-mark commandMichael Haggerty2015-07-01
* | | | update_ref(): don't read old reference value before deleteMichael Haggerty2015-06-22
| |/ / |/| |
* | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-11
|\ \ \ | |/ / |/| |
| * | fast-import: use git_path() for accessing .git dir instead of get_git_dir()Nguyễn Thái Ngọc Duy2014-12-01
| * | path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy2014-12-01
* | | Merge branch 'rs/deflate-init-cleanup'Junio C Hamano2015-03-17
|\ \ \
| * | | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe2015-03-05
| | |/ | |/|
* | | Merge branch 'mh/refs-have-new'Junio C Hamano2015-03-05
|\ \ \
| * | | ref_transaction_update(): remove "have_old" parameterMichael Haggerty2015-02-17
| | |/ | |/|
* | | Merge branch 'jk/fast-import-die-nicely-fix'Junio C Hamano2015-02-25
|\ \ \ | |/ / |/| |
| * | fast-import: avoid running end_packfile recursivelyJeff King2015-02-10
| * | Merge branch 'mb/fast-import-delete-root' into maintJunio C Hamano2014-09-29
| |\ \
| * \ \ Merge branch 'jk/fast-import-fixes' into maintJunio C Hamano2014-09-19
| |\ \ \
* | | | | refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg2014-10-15
* | | | | dump_marks(): reimplement using fdopen_lock_file()Michael Haggerty2014-10-01
* | | | | lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty2014-10-01
* | | | | dump_marks(): remove a redundant call to rollback_lock_file()Michael Haggerty2014-10-01
* | | | | Merge branch 'rs/realloc-array'Junio C Hamano2014-09-26
|\ \ \ \ \
| * | | | | use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-18
* | | | | | Merge branch 'mb/fast-import-delete-root'Junio C Hamano2014-09-19
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | fast-import: fix segfault in store_tree()Maxim Bublis2014-08-29
| | |/ / / | |/| | |
* | | | | Merge branch 'jk/commit-author-parsing'Junio C Hamano2014-09-19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | date: use strbufs in date-formatting functionsJeff King2014-08-27
| |/ / /
* | | | Merge branch 'jk/fast-import-fixes'Junio C Hamano2014-09-11
|\ \ \ \ | | |/ / | |/| |
| * | | fast-import: fix buffer overflow in dump_tagsJeff King2014-08-25
| * | | fast-import: clean up pack_data pointer in end_packfileJeff King2014-08-25
| | |/ | |/|
* | | Merge branch 'rs/ref-transaction-1'Junio C Hamano2014-09-11
|\ \ \
| * | | fast-import.c: use a ref transaction when dumping tagsRonnie Sahlberg2014-09-03
| * | | fast-import.c: change update_branch to use ref transactionsRonnie Sahlberg2014-09-03
* | | | fast-import.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra2014-08-13
| |_|/ |/| |
* | | fast-import: use hashcmp() for SHA1 hash comparisonRené Scharfe2014-07-18
* | | fast-import: refactor parsing of spacesJeff King2014-06-20
* | | fast-import: use skip_prefix for parsing inputJeff King2014-06-20
* | | use skip_prefix to avoid magic numbersJeff King2014-06-20
* | | fast-import: fix read of uninitialized argv memoryJeff King2014-06-20
|/ /
* | fast-import: add support to delete refsFelipe Contreras2014-04-21
|/
* use strchrnul() in place of strchr() and strlen()Rohit Mani2014-03-10
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
* Merge branch 'bk/refs-multi-update'Junio C Hamano2013-09-20
|\
| * refs: report ref type from lock_any_ref_for_updateBrad King2013-08-30
* | Merge branch 'rh/ishes-doc'Junio C Hamano2013-09-17
|\ \
| * | use 'commit-ish' instead of 'committish'Richard Hansen2013-09-04
| * | use 'tree-ish' instead of 'treeish'Richard Hansen2013-09-04
| |/
* | Merge branch 'jk/fast-import-empty-ls'Junio C Hamano2013-09-04
|\ \ | |/ |/|
| * fast-import: allow moving the root treeJohn Keeping2013-06-23
| * fast-import: allow ls or filecopy of the root treeJohn Keeping2013-06-23
| * fast-import: set valid mode on root tree in "ls"John Keeping2013-06-23
* | Merge branch 'fc/fast-export-persistent-marks'Junio C Hamano2013-06-02
|\ \
| * | fast-{import,export}: use get_sha1_hex() to read from marks fileFelipe Contreras2013-05-07
| |/