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