summaryrefslogtreecommitdiff
path: root/fast-import.c
AgeCommit message (Expand)Author
2017-04-26Merge branch 'jk/war-on-git-path'Junio C Hamano
2017-04-21replace xstrdup(git_path(...)) with git_pathdup(...)Jeff King
2017-03-28odb_mkstemp: write filename into strbufJeff King
2017-03-28Merge branch 'jk/fast-import-cleanup'Junio C Hamano
2017-03-24encode_in_pack_object_header: respect output buffer lengthJeff King
2017-03-24fast-import: use xsnprintf for formatting headersJeff King
2017-03-24fast-import: use xsnprintf for writing sha1sJeff King
2017-03-21Merge branch 'jk/pack-name-cleanups'Junio C Hamano
2017-03-16replace snprintf with odb_pack_name()Jeff King
2017-03-16odb_pack_keep(): stop generating keepfile nameJeff King
2017-02-21delete_ref: accept a reflog message argumentKyle Meyer
2017-01-10Merge branch 'mh/fast-import-notes-fix-new'Junio C Hamano
2016-12-20fast-import: properly fanout notes when tree is importedMike Hommey
2016-11-16compression: unify pack.compression configuration parsingJunio C Hamano
2016-09-29use QSORTRené Scharfe
2016-07-19Merge branch 'jk/common-main'Junio C Hamano
2016-07-06Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano
2016-07-01common-main: call git_setup_gettext()Jeff King
2016-07-01common-main: call git_extract_argv0_path()Jeff King
2016-07-01add an extra level of indirection to main()Jeff King
2016-06-20Merge branch 'ew/fast-import-unpack-limit'Junio C Hamano
2016-05-31Merge branch 'fc/fast-import-broken-marks-file'Junio C Hamano
2016-05-30fast-import: invalidate pack_id references after looseningEric Wong
2016-05-23Merge branch 'nd/worktree-various-heads'Junio C Hamano
2016-05-17fast-import: do not truncate exported marks fileFelipe Contreras
2016-05-11fast-import: implement unpack limitEric Wong
2016-05-09fast-import.c: use error_errno()Nguyễn Thái Ngọc Duy
2016-04-22dir.c: rename str(n)cmp_icase to fspath(n)cmpNguyễn Thái Ngọc Duy
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-22fast-import: simplify allocation in start_packfileJeff King
2016-02-22use st_add and st_mult for allocation size computationJeff King
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2015-12-11Merge branch 'sg/lock-file-commit-error'Junio C Hamano
2015-12-01Make error message after failing commit_lock_file() less confusingSZEDER Gábor
2015-10-20Merge branch 'jk/war-on-sprintf'Junio C Hamano
2015-10-05Merge branch 'jk/date-local'Junio C Hamano
2015-10-05convert strncpy to memcpyJeff King
2015-10-05prefer memcpy to strcpyJeff King
2015-10-05avoid sprintf and strcpy with flex arraysJeff King
2015-09-25use xsnprintf for generating git object headersJeff King
2015-09-03fast-import: switch crash-report date to iso8601Jeff King
2015-08-19Merge branch 'jk/git-path'Junio C Hamano
2015-08-19Merge branch 'jc/finalize-temp-file'Junio C Hamano
2015-08-10prefer git_pathdup to git_path in some possibly-dangerous casesJeff King
2015-08-10sha1_file.c: rename move_temp_to_file() to finalize_object_file()Junio C Hamano
2015-08-03Merge branch 'jk/date-mode-format'Junio C Hamano
2015-08-03Merge branch 'mh/fast-import-optimize-current-from'Junio C Hamano
2015-08-03Merge branch 'mh/fast-import-get-mark'Junio C Hamano
2015-07-13fast-import: do less work when given "from" matches current branch headMike Hommey