Age | Commit message (Expand) | Author | Files | Lines |
2015-05-11 | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 1 | -5/+2 |
2015-03-17 | Merge branch 'rs/deflate-init-cleanup' | Junio C Hamano | 1 | -3/+0 |
2015-03-05 | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw} | René Scharfe | 1 | -3/+0 |
2015-03-05 | Merge branch 'mh/refs-have-new' | Junio C Hamano | 1 | -3/+3 |
2015-02-25 | Merge branch 'jk/fast-import-die-nicely-fix' | Junio C Hamano | 1 | -1/+5 |
2015-02-17 | ref_transaction_update(): remove "have_old" parameter | Michael Haggerty | 1 | -3/+3 |
2015-02-10 | fast-import: avoid running end_packfile recursively | Jeff King | 1 | -1/+5 |
2014-12-01 | fast-import: use git_path() for accessing .git dir instead of get_git_dir() | Nguyễn Thái Ngọc Duy | 1 | -4/+1 |
2014-12-01 | path.c: make get_pathname() call sites return const char * | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2014-10-15 | refs.c: pass the ref log message to _create/delete/update instead of _commit | Ronnie Sahlberg | 1 | -4/+4 |
2014-10-01 | dump_marks(): reimplement using fdopen_lock_file() | Michael Haggerty | 1 | -19/+2 |
2014-10-01 | lockfile.h: extract new header file for the functions in lockfile.c | Michael Haggerty | 1 | -0/+1 |
2014-10-01 | dump_marks(): remove a redundant call to rollback_lock_file() | Michael Haggerty | 1 | -3/+1 |
2014-09-29 | Merge branch 'mb/fast-import-delete-root' into maint | Junio C Hamano | 1 | -1/+5 |
2014-09-26 | Merge branch 'rs/realloc-array' | Junio C Hamano | 1 | -1/+1 |
2014-09-19 | Merge branch 'jk/fast-import-fixes' into maint | Junio C Hamano | 1 | -8/+13 |
2014-09-19 | Merge branch 'mb/fast-import-delete-root' | Junio C Hamano | 1 | -1/+5 |
2014-09-19 | Merge branch 'jk/commit-author-parsing' | Junio C Hamano | 1 | -11/+9 |
2014-09-18 | use REALLOC_ARRAY for changing the allocation size of arrays | René Scharfe | 1 | -1/+1 |
2014-09-11 | Merge branch 'jk/fast-import-fixes' | Junio C Hamano | 1 | -4/+7 |
2014-09-11 | Merge branch 'rs/ref-transaction-1' | Junio C Hamano | 1 | -16/+38 |
2014-09-03 | fast-import.c: use a ref transaction when dumping tags | Ronnie Sahlberg | 1 | -6/+23 |
2014-09-03 | fast-import.c: change update_branch to use ref transactions | Ronnie Sahlberg | 1 | -10/+15 |
2014-08-29 | fast-import: fix segfault in store_tree() | Maxim Bublis | 1 | -1/+5 |
2014-08-27 | date: use strbufs in date-formatting functions | Jeff King | 1 | -11/+9 |
2014-08-25 | fast-import: fix buffer overflow in dump_tags | Jeff King | 1 | -4/+6 |
2014-08-25 | fast-import: clean up pack_data pointer in end_packfile | Jeff King | 1 | -4/+7 |
2014-08-13 | fast-import.c: replace `git_config()` with `git_config_get_*()` family | Tanay Abhra | 1 | -23/+21 |
2014-07-18 | fast-import: use hashcmp() for SHA1 hash comparison | René Scharfe | 1 | -1/+1 |
2014-06-20 | fast-import: refactor parsing of spaces | Jeff King | 1 | -13/+7 |
2014-06-20 | fast-import: use skip_prefix for parsing input | Jeff King | 1 | -72/+51 |
2014-06-20 | use skip_prefix to avoid magic numbers | Jeff King | 1 | -32/+37 |
2014-06-20 | fast-import: fix read of uninitialized argv memory | Jeff King | 1 | -5/+8 |
2014-04-21 | fast-import: add support to delete refs | Felipe Contreras | 1 | -3/+10 |
2014-03-10 | use strchrnul() in place of strchr() and strlen() | Rohit Mani | 1 | -21/+12 |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -40/+40 |
2013-09-20 | Merge branch 'bk/refs-multi-update' | Junio C Hamano | 1 | -1/+1 |
2013-09-17 | Merge branch 'rh/ishes-doc' | Junio C Hamano | 1 | -10/+10 |
2013-09-04 | use 'commit-ish' instead of 'committish' | Richard Hansen | 1 | -8/+8 |
2013-09-04 | use 'tree-ish' instead of 'treeish' | Richard Hansen | 1 | -2/+2 |
2013-09-04 | Merge branch 'jk/fast-import-empty-ls' | Junio C Hamano | 1 | -20/+38 |
2013-08-30 | refs: report ref type from lock_any_ref_for_update | Brad King | 1 | -1/+1 |
2013-06-23 | fast-import: allow moving the root tree | John Keeping | 1 | -7/+14 |
2013-06-23 | fast-import: allow ls or filecopy of the root tree | John Keeping | 1 | -13/+22 |
2013-06-23 | fast-import: set valid mode on root tree in "ls" | John Keeping | 1 | -0/+2 |
2013-06-02 | Merge branch 'fc/fast-export-persistent-marks' | Junio C Hamano | 1 | -1/+1 |
2013-05-07 | fast-{import,export}: use get_sha1_hex() to read from marks file | Felipe Contreras | 1 | -1/+1 |
2013-04-28 | sparse: Fix mingw_main() argument number/type errors | Ramsay Jones | 1 | -2/+2 |
2013-03-29 | fast-import: Fix an gcc -Wuninitialized warning | Ramsay Jones | 1 | -0/+1 |
2013-03-21 | fast-import: clarify "inline" logic in file_change_m | Jeff King | 1 | -1/+2 |