summaryrefslogtreecommitdiff
path: root/fast-import.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-06Sync with 2.23.1Libravatar Johannes Schindelin1-4/+35
2019-12-06Sync with 2.22.2Libravatar Johannes Schindelin1-4/+35
2019-12-06Sync with 2.21.1Libravatar Johannes Schindelin1-4/+35
2019-12-06Sync with 2.20.2Libravatar Johannes Schindelin1-4/+35
2019-12-06Sync with 2.19.3Libravatar Johannes Schindelin1-4/+35
2019-12-06Sync with 2.18.2Libravatar Johannes Schindelin1-4/+35
2019-12-06Sync with 2.17.3Libravatar Johannes Schindelin1-4/+35
2019-12-06Sync with 2.16.6Libravatar Johannes Schindelin1-4/+35
2019-12-06Sync with 2.15.4Libravatar Johannes Schindelin1-4/+35
2019-12-06Sync with 2.14.6Libravatar Johannes Schindelin1-4/+35
2019-12-04fast-import: disallow "feature import-marks" by defaultLibravatar Jeff King1-0/+2
2019-12-04fast-import: disallow "feature export-marks" by defaultLibravatar Jeff King1-0/+25
2019-12-04fast-import: delay creating leading directories for export-marksLibravatar Jeff King1-1/+6
2019-12-04fast-import: stop creating leading directories for import-marksLibravatar Jeff King1-1/+0
2019-12-04fast-import: tighten parsing of boolean command line optionsLibravatar Jeff King1-2/+2
2019-10-15Merge branch 'en/fast-imexport-nested-tags'Libravatar Junio C Hamano1-11/+81
2019-10-04fast-import: add support for new 'alias' commandLibravatar Elijah Newren1-10/+52
2019-10-04fast-import: allow tags to be identified by mark labelsLibravatar Elijah Newren1-1/+2
2019-10-04fast-import: fix handling of deleted tagsLibravatar Elijah Newren1-0/+27
2019-08-27fast-import: duplicate into history rather than passing ownershipLibravatar Jeff King1-3/+1
2019-08-27fast-import: duplicate parsed encoding stringLibravatar Jeff King1-2/+5
2019-07-19Merge branch 'nd/tree-walk-with-repo'Libravatar Junio C Hamano1-3/+6
2019-07-09Merge branch 'rs/copy-array'Libravatar Junio C Hamano1-1/+1
2019-06-27sha1-file.c: remove the_repo from read_object_with_reference()Libravatar Nguyễn Thái Ngọc Duy1-3/+6
2019-06-17use COPY_ARRAY for copying arraysLibravatar René Scharfe1-1/+1
2019-05-14fast-import: support 'encoding' commit headerLibravatar Elijah Newren1-2/+9
2019-04-25Merge branch 'bc/hash-transition-16'Libravatar Junio C Hamano1-26/+40
2019-04-01fast-import: fix erroneous handling of get-mark with empty orphan commitsLibravatar Elijah Newren1-6/+2
2019-04-01fast-import: only allow cat-blob requests where it makes senseLibravatar Elijah Newren1-6/+13
2019-04-01fast-import: check most prominent commands firstLibravatar Elijah Newren1-2/+2
2019-04-01fast-import: replace sha1_to_hexLibravatar brian m. carlson1-2/+2
2019-04-01fast-import: make hash-size independentLibravatar brian m. carlson1-16/+29
2019-04-01object-store: rename and expand packed_git's sha1 memberLibravatar brian m. carlson1-8/+9
2019-01-04Merge branch 'en/fast-export-import'Libravatar Junio C Hamano1-154/+12
2018-11-17fast-export: add a --show-original-ids option to show original namesLibravatar Elijah Newren1-0/+12
2018-11-17fast-import: remove unmaintained duplicate documentationLibravatar Elijah Newren1-154/+0
2018-11-12Upcast size_t variables to uintmax_t when printingLibravatar Torsten Bögershausen1-2/+2
2018-09-17Merge branch 'jk/cocci'Libravatar Junio C Hamano1-5/+5
2018-09-17Merge branch 'ds/reachable'Libravatar Junio C Hamano1-0/+1
2018-08-29convert "oidcmp() != 0" to "!oideq()"Libravatar Jeff King1-2/+2
2018-08-29convert "oidcmp() == 0" to oideq()Libravatar Jeff King1-3/+3
2018-08-20treewide: use get_all_packsLibravatar Derrick Stolee1-2/+2
2018-08-02Merge branch 'sb/object-store-lookup'Libravatar Junio C Hamano1-2/+4
2018-07-20commit.h: remove method declarationsLibravatar Derrick Stolee1-0/+1
2018-07-06fast-import: do not call diff_delta() with empty bufferLibravatar Mike Hommey1-1/+1
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyLibravatar Stefan Beller1-2/+4
2018-05-30Merge branch 'ma/lockfile-cleanup'Libravatar Junio C Hamano1-1/+1
2018-05-23Merge branch 'sb/oid-object-info'Libravatar Junio C Hamano1-6/+10
2018-05-10lock_file: make function-local locks non-staticLibravatar Martin Ågren1-1/+1
2018-05-08Merge branch 'ds/commit-graph'Libravatar Junio C Hamano1-1/+1