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