summaryrefslogtreecommitdiff
path: root/fast-import.c
Commit message (Expand)AuthorAgeFilesLines
* use xfopen() in more placesNguyễn Thái Ngọc Duy2017-05-261-3/+1
* Merge branch 'jk/war-on-git-path'Junio C Hamano2017-04-261-1/+1
|\
| * replace xstrdup(git_path(...)) with git_pathdup(...)Jeff King2017-04-201-1/+1
* | odb_mkstemp: write filename into strbufJeff King2017-03-281-4/+5
* | Merge branch 'jk/fast-import-cleanup'Junio C Hamano2017-03-281-9/+7
|\ \
| * | encode_in_pack_object_header: respect output buffer lengthJeff King2017-03-241-5/+5
| * | fast-import: use xsnprintf for formatting headersJeff King2017-03-241-3/+1
| * | fast-import: use xsnprintf for writing sha1sJeff King2017-03-241-1/+1
* | | Merge branch 'jk/pack-name-cleanups'Junio C Hamano2017-03-211-13/+13
|\ \ \ | | |/ | |/|
| * | replace snprintf with odb_pack_name()Jeff King2017-03-161-15/+13
| * | odb_pack_keep(): stop generating keepfile nameJeff King2017-03-161-1/+3
| |/
* | delete_ref: accept a reflog message argumentKyle Meyer2017-02-201-1/+1
|/
* Merge branch 'mh/fast-import-notes-fix-new'Junio C Hamano2017-01-101-3/+5
|\
| * fast-import: properly fanout notes when tree is importedmh/fast-import-notes-fix-newMike Hommey2016-12-201-3/+5
* | compression: unify pack.compression configuration parsingjc/compression-configJunio C Hamano2016-11-151-13/+0
|/
* use QSORTRené Scharfe2016-09-291-2/+2
* Merge branch 'jk/common-main'Junio C Hamano2016-07-191-7/+2
|\
| * Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano2016-07-061-7/+2
| |\
| | * common-main: call git_setup_gettext()Jeff King2016-07-011-2/+0
| | * common-main: call git_extract_argv0_path()Jeff King2016-07-011-3/+0
| | * add an extra level of indirection to main()Jeff King2016-07-011-2/+2
* | | Merge branch 'ew/fast-import-unpack-limit'Junio C Hamano2016-06-201-0/+61
|\ \ \ | |/ / |/| |
| * | fast-import: invalidate pack_id references after looseningew/fast-import-unpack-limitEric Wong2016-05-291-1/+30
| * | fast-import: implement unpack limitEric Wong2016-05-111-0/+32
| |/
* | Merge branch 'fc/fast-import-broken-marks-file'Junio C Hamano2016-05-311-2/+5
|\ \
| * | fast-import: do not truncate exported marks filefc/fast-import-broken-marks-fileFelipe Contreras2016-05-171-2/+5
| |/
* | Merge branch 'nd/worktree-various-heads'Junio C Hamano2016-05-231-3/+3
|\ \
| * | dir.c: rename str(n)cmp_icase to fspath(n)cmpNguyễn Thái Ngọc Duy2016-04-221-3/+3
| |/
* | fast-import.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-091-5/+5
|/
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-7/+5
|\
| * fast-import: simplify allocation in start_packfileJeff King2016-02-221-4/+1
| * use st_add and st_mult for allocation size computationJeff King2016-02-221-1/+1
| * convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-2/+3
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-2/+2
|/
* Merge branch 'sg/lock-file-commit-error'Junio C Hamano2015-12-111-1/+1
|\
| * Make error message after failing commit_lock_file() less confusingSZEDER Gábor2015-12-011-1/+1
* | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-201-7/+10
|\ \
| * | convert strncpy to memcpyJeff King2015-10-051-1/+1
| * | prefer memcpy to strcpyJeff King2015-10-051-2/+3
| * | avoid sprintf and strcpy with flex arraysJeff King2015-10-051-2/+4
| * | use xsnprintf for generating git object headersJeff King2015-09-251-2/+2
| |/
* | Merge branch 'jk/date-local'Junio C Hamano2015-10-051-1/+1
|\ \ | |/ |/|
| * fast-import: switch crash-report date to iso8601Jeff King2015-09-031-1/+1
* | Merge branch 'jk/git-path'Junio C Hamano2015-08-191-1/+3
|\ \
| * | prefer git_pathdup to git_path in some possibly-dangerous casesJeff King2015-08-101-1/+3
* | | Merge branch 'jc/finalize-temp-file'Junio C Hamano2015-08-191-2/+2
|\ \ \ | |/ / |/| |
| * | sha1_file.c: rename move_temp_to_file() to finalize_object_file()jc/finalize-temp-fileJunio C Hamano2015-08-101-2/+2
* | | Merge branch 'jk/date-mode-format'Junio C Hamano2015-08-031-1/+1
|\ \ \ | | |/ | |/|
| * | convert "enum date_mode" into a structJeff King2015-06-291-1/+1
* | | Merge branch 'mh/fast-import-optimize-current-from'Junio C Hamano2015-08-031-12/+17
|\ \ \