summaryrefslogtreecommitdiff
path: root/fast-import.c
Commit message (Expand)AuthorAgeFilesLines
* make git-fast-import a builtinJeff King2020-08-131-3649/+0
* strvec: convert more callers away from argv_array nameJeff King2020-07-281-2/+2
* Merge branch 'en/fast-import-looser-date'Junio C Hamano2020-06-021-4/+21
|\
| * fast-import: add new --date-format=raw-permissive formatElijah Newren2020-05-311-4/+21
* | Merge branch 'jk/fast-import-use-hashmap'Junio C Hamano2020-04-281-25/+36
|\ \
| * | fast-import: replace custom hash with hashmap.cJeff King2020-04-061-25/+36
| |/
* | fast-import: add options for rewriting submodulesbrian m. carlson2020-02-281-5/+107
* | fast-import: add a generic function to iterate over marksbrian m. carlson2020-02-281-24/+26
* | fast-import: make find_marks work on any mark setbrian m. carlson2020-02-281-11/+10
* | fast-import: add helper function for inserting mark object entriesbrian m. carlson2020-02-281-15/+22
* | fast-import: permit reading multiple marks filesbrian m. carlson2020-02-281-14/+18
|/
* Sync with 2.23.1Johannes Schindelin2019-12-061-4/+35
|\
| * Sync with 2.22.2Johannes Schindelin2019-12-061-4/+35
| |\
| | * Sync with 2.21.1Johannes Schindelin2019-12-061-4/+35
| | |\
| | | * Sync with 2.20.2Johannes Schindelin2019-12-061-4/+35
| | | |\
| | | | * Sync with 2.19.3Johannes Schindelin2019-12-061-4/+35
| | | | |\
| | | | | * Sync with 2.18.2Johannes Schindelin2019-12-061-4/+35
| | | | | |\
| | | | | | * Sync with 2.17.3Johannes Schindelin2019-12-061-4/+35
| | | | | | |\
| | | | | | | * Sync with 2.16.6Johannes Schindelin2019-12-061-4/+35
| | | | | | | |\
| | | | | | | | * Sync with 2.15.4Johannes Schindelin2019-12-061-4/+35
| | | | | | | | |\
| | | | | | | | | * Sync with 2.14.6Johannes Schindelin2019-12-061-4/+35
| | | | | | | | | |\
| | | | | | | | | | * fast-import: disallow "feature import-marks" by defaultJeff King2019-12-041-0/+2
| | | | | | | | | | * fast-import: disallow "feature export-marks" by defaultJeff King2019-12-041-0/+25
| | | | | | | | | | * fast-import: delay creating leading directories for export-marksJeff King2019-12-041-1/+6
| | | | | | | | | | * fast-import: stop creating leading directories for import-marksJeff King2019-12-041-1/+0
| | | | | | | | | | * fast-import: tighten parsing of boolean command line optionsJeff King2019-12-041-2/+2
| | | | | | | | | | * Merge branch 'jk/write-in-full-fix' into maintJunio C Hamano2017-10-231-1/+1
| | | | | | | | | | |\
* | | | | | | | | | | \ Merge branch 'en/fast-imexport-nested-tags'Junio C Hamano2019-10-151-11/+81
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fast-import: add support for new 'alias' commandElijah Newren2019-10-041-10/+52
| * | | | | | | | | | | | fast-import: allow tags to be identified by mark labelsElijah Newren2019-10-041-1/+2
| * | | | | | | | | | | | fast-import: fix handling of deleted tagsElijah Newren2019-10-041-0/+27
| |/ / / / / / / / / / /
* | | | | | | | | | | | fast-import: duplicate into history rather than passing ownershipJeff King2019-08-271-3/+1
* | | | | | | | | | | | fast-import: duplicate parsed encoding stringJeff King2019-08-271-2/+5
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'nd/tree-walk-with-repo'Junio C Hamano2019-07-191-3/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sha1-file.c: remove the_repo from read_object_with_reference()Nguyễn Thái Ngọc Duy2019-06-271-3/+6
* | | | | | | | | | | | Merge branch 'rs/copy-array'Junio C Hamano2019-07-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| / / / / / / / / / / | |/ / / / / / / / / /
| * | | | | | | | | | use COPY_ARRAY for copying arraysRené Scharfe2019-06-171-1/+1
* | | | | | | | | | | fast-import: support 'encoding' commit headerElijah Newren2019-05-141-2/+9
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'bc/hash-transition-16'Junio C Hamano2019-04-251-26/+40
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fast-import: replace sha1_to_hexbrian m. carlson2019-04-011-2/+2
| * | | | | | | | | | fast-import: make hash-size independentbrian m. carlson2019-04-011-16/+29
| * | | | | | | | | | object-store: rename and expand packed_git's sha1 memberbrian m. carlson2019-04-011-8/+9
| |/ / / / / / / / /
* | | | | | | | | | fast-import: fix erroneous handling of get-mark with empty orphan commitsElijah Newren2019-04-011-6/+2
* | | | | | | | | | fast-import: only allow cat-blob requests where it makes senseElijah Newren2019-04-011-6/+13
* | | | | | | | | | fast-import: check most prominent commands firstElijah Newren2019-04-011-2/+2
|/ / / / / / / / /
* | | | | | | | | Merge branch 'en/fast-export-import'Junio C Hamano2019-01-041-154/+12
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | fast-export: add a --show-original-ids option to show original namesElijah Newren2018-11-171-0/+12
| * | | | | | | | fast-import: remove unmaintained duplicate documentationElijah Newren2018-11-171-154/+0
* | | | | | | | | Upcast size_t variables to uintmax_t when printingTorsten Bögershausen2018-11-121-2/+2
|/ / / / / / / /
* | | | | | | | Merge branch 'jk/cocci'Junio C Hamano2018-09-171-5/+5
|\ \ \ \ \ \ \ \