summaryrefslogtreecommitdiff
path: root/fast-import.c
AgeCommit message (Expand)Author
2016-05-31Merge branch 'fc/fast-import-broken-marks-file'Junio C Hamano
2016-05-23Merge branch 'nd/worktree-various-heads'Junio C Hamano
2016-05-17fast-import: do not truncate exported marks fileFelipe Contreras
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
2015-07-01fast-import: add a get-mark commandMichael Haggerty
2015-06-29convert "enum date_mode" into a structJeff King
2015-06-22update_ref(): don't read old reference value before deleteMichael Haggerty
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-03-17Merge branch 'rs/deflate-init-cleanup'Junio C Hamano
2015-03-05zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe
2015-03-05Merge branch 'mh/refs-have-new'Junio C Hamano
2015-02-25Merge branch 'jk/fast-import-die-nicely-fix'Junio C Hamano
2015-02-17ref_transaction_update(): remove "have_old" parameterMichael Haggerty
2015-02-10fast-import: avoid running end_packfile recursivelyJeff King
2014-12-01fast-import: use git_path() for accessing .git dir instead of get_git_dir()Nguyễn Thái Ngọc Duy
2014-12-01path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy
2014-10-15refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg
2014-10-01dump_marks(): reimplement using fdopen_lock_file()Michael Haggerty
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-10-01dump_marks(): remove a redundant call to rollback_lock_file()Michael Haggerty
2014-09-30Merge branch 'mb/fast-import-delete-root' into maintJunio C Hamano
2014-09-26Merge branch 'rs/realloc-array'Junio C Hamano
2014-09-19Merge branch 'jk/fast-import-fixes' into maintJunio C Hamano
2014-09-19Merge branch 'mb/fast-import-delete-root'Junio C Hamano
2014-09-19Merge branch 'jk/commit-author-parsing'Junio C Hamano
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe
2014-09-11Merge branch 'jk/fast-import-fixes'Junio C Hamano