Age | Commit message (Expand) | Author | Files | Lines |
2017-05-26 | use xfopen() in more places | Nguyễn Thái Ngọc Duy | 1 | -3/+1 |
2017-05-08 | pack: convert struct pack_idx_entry to struct object_id | brian m. carlson | 1 | -15/+15 |
2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -2/+2 |
2017-05-08 | fast-import: convert to struct object_id | brian m. carlson | 1 | -158/+159 |
2017-05-02 | fast-import: convert internal structs to struct object_id | brian m. carlson | 1 | -86/+96 |
2017-04-26 | Merge branch 'jk/war-on-git-path' | Junio C Hamano | 1 | -1/+1 |
2017-04-20 | replace xstrdup(git_path(...)) with git_pathdup(...) | Jeff King | 1 | -1/+1 |
2017-03-28 | odb_mkstemp: write filename into strbuf | Jeff King | 1 | -4/+5 |
2017-03-28 | Merge branch 'jk/fast-import-cleanup' | Junio C Hamano | 1 | -9/+7 |
2017-03-24 | encode_in_pack_object_header: respect output buffer length | Jeff King | 1 | -5/+5 |
2017-03-24 | fast-import: use xsnprintf for formatting headers | Jeff King | 1 | -3/+1 |
2017-03-24 | fast-import: use xsnprintf for writing sha1s | Jeff King | 1 | -1/+1 |
2017-03-21 | Merge branch 'jk/pack-name-cleanups' | Junio C Hamano | 1 | -13/+13 |
2017-03-16 | replace snprintf with odb_pack_name() | Jeff King | 1 | -15/+13 |
2017-03-16 | odb_pack_keep(): stop generating keepfile name | Jeff King | 1 | -1/+3 |
2017-02-20 | delete_ref: accept a reflog message argument | Kyle Meyer | 1 | -1/+1 |
2017-01-10 | Merge branch 'mh/fast-import-notes-fix-new' | Junio C Hamano | 1 | -3/+5 |
2016-12-20 | fast-import: properly fanout notes when tree is imported | Mike Hommey | 1 | -3/+5 |
2016-11-15 | compression: unify pack.compression configuration parsing | Junio C Hamano | 1 | -13/+0 |
2016-09-29 | use QSORT | René Scharfe | 1 | -2/+2 |
2016-07-19 | Merge branch 'jk/common-main' | Junio C Hamano | 1 | -7/+2 |
2016-07-06 | Merge branch 'jk/common-main-2.8' into jk/common-main | Junio C Hamano | 1 | -7/+2 |
2016-07-01 | common-main: call git_setup_gettext() | Jeff King | 1 | -2/+0 |
2016-07-01 | common-main: call git_extract_argv0_path() | Jeff King | 1 | -3/+0 |
2016-07-01 | add an extra level of indirection to main() | Jeff King | 1 | -2/+2 |
2016-06-20 | Merge branch 'ew/fast-import-unpack-limit' | Junio C Hamano | 1 | -0/+61 |
2016-05-31 | Merge branch 'fc/fast-import-broken-marks-file' | Junio C Hamano | 1 | -2/+5 |
2016-05-29 | fast-import: invalidate pack_id references after loosening | Eric Wong | 1 | -1/+30 |
2016-05-23 | Merge branch 'nd/worktree-various-heads' | Junio C Hamano | 1 | -3/+3 |
2016-05-17 | fast-import: do not truncate exported marks file | Felipe Contreras | 1 | -2/+5 |
2016-05-11 | fast-import: implement unpack limit | Eric Wong | 1 | -0/+32 |
2016-05-09 | fast-import.c: use error_errno() | Nguyễn Thái Ngọc Duy | 1 | -5/+5 |
2016-04-22 | dir.c: rename str(n)cmp_icase to fspath(n)cmp | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -7/+5 |
2016-02-22 | fast-import: simplify allocation in start_packfile | Jeff King | 1 | -4/+1 |
2016-02-22 | use st_add and st_mult for allocation size computation | Jeff King | 1 | -1/+1 |
2016-02-22 | convert trivial cases to ALLOC_ARRAY | Jeff King | 1 | -2/+3 |
2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -2/+2 |
2015-12-11 | Merge branch 'sg/lock-file-commit-error' | Junio C Hamano | 1 | -1/+1 |
2015-12-01 | Make error message after failing commit_lock_file() less confusing | SZEDER Gábor | 1 | -1/+1 |
2015-10-20 | Merge branch 'jk/war-on-sprintf' | Junio C Hamano | 1 | -7/+10 |
2015-10-05 | Merge branch 'jk/date-local' | Junio C Hamano | 1 | -1/+1 |
2015-10-05 | convert strncpy to memcpy | Jeff King | 1 | -1/+1 |
2015-10-05 | prefer memcpy to strcpy | Jeff King | 1 | -2/+3 |
2015-10-05 | avoid sprintf and strcpy with flex arrays | Jeff King | 1 | -2/+4 |
2015-09-25 | use xsnprintf for generating git object headers | Jeff King | 1 | -2/+2 |
2015-09-03 | fast-import: switch crash-report date to iso8601 | Jeff King | 1 | -1/+1 |
2015-08-19 | Merge branch 'jk/git-path' | Junio C Hamano | 1 | -1/+3 |
2015-08-19 | Merge branch 'jc/finalize-temp-file' | Junio C Hamano | 1 | -2/+2 |
2015-08-10 | prefer git_pathdup to git_path in some possibly-dangerous cases | Jeff King | 1 | -1/+3 |