aboutsummaryrefslogtreecommitdiffstats
path: root/fast-import.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-13make git-fast-import a builtinJeff King1-3649/+0
2020-07-28strvec: convert more callers away from argv_array nameJeff King1-2/+2
2020-06-02Merge branch 'en/fast-import-looser-date'Junio C Hamano1-4/+21
2020-05-31fast-import: add new --date-format=raw-permissive formatElijah Newren1-4/+21
2020-04-28Merge branch 'jk/fast-import-use-hashmap'Junio C Hamano1-25/+36
2020-04-06fast-import: replace custom hash with hashmap.cJeff King1-25/+36
2020-02-28fast-import: add options for rewriting submodulesbrian m. carlson1-5/+107
2020-02-28fast-import: add a generic function to iterate over marksbrian m. carlson1-24/+26
2020-02-28fast-import: make find_marks work on any mark setbrian m. carlson1-11/+10
2020-02-28fast-import: add helper function for inserting mark object entriesbrian m. carlson1-15/+22
2020-02-28fast-import: permit reading multiple marks filesbrian m. carlson1-14/+18
2019-12-06Sync with 2.23.1Johannes Schindelin1-4/+35
2019-12-06Sync with 2.22.2Johannes Schindelin1-4/+35
2019-12-06Sync with 2.21.1Johannes Schindelin1-4/+35
2019-12-06Sync with 2.20.2Johannes Schindelin1-4/+35
2019-12-06Sync with 2.19.3Johannes Schindelin1-4/+35
2019-12-06Sync with 2.18.2Johannes Schindelin1-4/+35
2019-12-06Sync with 2.17.3Johannes Schindelin1-4/+35
2019-12-06Sync with 2.16.6Johannes Schindelin1-4/+35
2019-12-06Sync with 2.15.4Johannes Schindelin1-4/+35
2019-12-06Sync with 2.14.6Johannes Schindelin1-4/+35
2019-12-04fast-import: disallow "feature import-marks" by defaultJeff King1-0/+2
2019-12-04fast-import: disallow "feature export-marks" by defaultJeff King1-0/+25
2019-12-04fast-import: delay creating leading directories for export-marksJeff King1-1/+6
2019-12-04fast-import: stop creating leading directories for import-marksJeff King1-1/+0
2019-12-04fast-import: tighten parsing of boolean command line optionsJeff King1-2/+2
2019-10-15Merge branch 'en/fast-imexport-nested-tags'Junio C Hamano1-11/+81
2019-10-04fast-import: add support for new 'alias' commandElijah Newren1-10/+52
2019-10-04fast-import: allow tags to be identified by mark labelsElijah Newren1-1/+2
2019-10-04fast-import: fix handling of deleted tagsElijah Newren1-0/+27
2019-08-27fast-import: duplicate into history rather than passing ownershipJeff King1-3/+1
2019-08-27fast-import: duplicate parsed encoding stringJeff King1-2/+5
2019-07-19Merge branch 'nd/tree-walk-with-repo'Junio C Hamano1-3/+6
2019-07-09Merge branch 'rs/copy-array'Junio C Hamano1-1/+1
2019-06-27sha1-file.c: remove the_repo from read_object_with_reference()Nguyễn Thái Ngọc Duy1-3/+6
2019-06-17use COPY_ARRAY for copying arraysRené Scharfe1-1/+1
2019-05-14fast-import: support 'encoding' commit headerElijah Newren1-2/+9
2019-04-25Merge branch 'bc/hash-transition-16'Junio C Hamano1-26/+40
2019-04-01fast-import: fix erroneous handling of get-mark with empty orphan commitsElijah Newren1-6/+2
2019-04-01fast-import: only allow cat-blob requests where it makes senseElijah Newren1-6/+13
2019-04-01fast-import: check most prominent commands firstElijah Newren1-2/+2
2019-04-01fast-import: replace sha1_to_hexbrian m. carlson1-2/+2
2019-04-01fast-import: make hash-size independentbrian m. carlson1-16/+29
2019-04-01object-store: rename and expand packed_git's sha1 memberbrian m. carlson1-8/+9
2019-01-04Merge branch 'en/fast-export-import'Junio C Hamano1-154/+12
2018-11-17fast-export: add a --show-original-ids option to show original namesElijah Newren1-0/+12
2018-11-17fast-import: remove unmaintained duplicate documentationElijah Newren1-154/+0
2018-11-12Upcast size_t variables to uintmax_t when printingTorsten Bögershausen1-2/+2
2018-09-17Merge branch 'jk/cocci'Junio C Hamano1-5/+5
2018-09-17Merge branch 'ds/reachable'Junio C Hamano1-0/+1