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