summaryrefslogtreecommitdiffstats
path: root/fast-import.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King1-2/+2
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King1-3/+3
2018-08-20treewide: use get_all_packsDerrick Stolee1-2/+2
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano1-2/+4
2018-07-20commit.h: remove method declarationsDerrick Stolee1-0/+1
2018-07-06fast-import: do not call diff_delta() with empty bufferMike Hommey1-1/+1
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller1-2/+4
2018-05-30Merge branch 'ma/lockfile-cleanup'Junio C Hamano1-1/+1
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano1-6/+10
2018-05-10lock_file: make function-local locks non-staticMartin Ågren1-1/+1
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano1-1/+1