summaryrefslogtreecommitdiff
path: root/fast-import.c
Commit message (Expand)AuthorAgeFilesLines
* Sync with 2.23.1Johannes Schindelin2019-12-061-4/+35
|\
| * Sync with 2.22.2Johannes Schindelin2019-12-061-4/+35
| |\
| | * Sync with 2.21.1Johannes Schindelin2019-12-061-4/+35
| | |\
| | | * Sync with 2.20.2Johannes Schindelin2019-12-061-4/+35
| | | |\
| | | | * Sync with 2.19.3Johannes Schindelin2019-12-061-4/+35
| | | | |\
| | | | | * Sync with 2.18.2Johannes Schindelin2019-12-061-4/+35
| | | | | |\
| | | | | | * Sync with 2.17.3Johannes Schindelin2019-12-061-4/+35
| | | | | | |\
| | | | | | | * Sync with 2.16.6Johannes Schindelin2019-12-061-4/+35
| | | | | | | |\
| | | | | | | | * Sync with 2.15.4Johannes Schindelin2019-12-061-4/+35
| | | | | | | | |\
| | | | | | | | | * Sync with 2.14.6Johannes Schindelin2019-12-061-4/+35
| | | | | | | | | |\
| | | | | | | | | | * fast-import: disallow "feature import-marks" by defaultJeff King2019-12-041-0/+2
| | | | | | | | | | * fast-import: disallow "feature export-marks" by defaultJeff King2019-12-041-0/+25
| | | | | | | | | | * fast-import: delay creating leading directories for export-marksJeff King2019-12-041-1/+6
| | | | | | | | | | * fast-import: stop creating leading directories for import-marksJeff King2019-12-041-1/+0
| | | | | | | | | | * fast-import: tighten parsing of boolean command line optionsJeff King2019-12-041-2/+2
| | | | | | | | | | * Merge branch 'jk/write-in-full-fix' into maintJunio C Hamano2017-10-231-1/+1
| | | | | | | | | | |\
* | | | | | | | | | | \ Merge branch 'en/fast-imexport-nested-tags'Junio C Hamano2019-10-151-11/+81
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fast-import: add support for new 'alias' commandElijah Newren2019-10-041-10/+52
| * | | | | | | | | | | | fast-import: allow tags to be identified by mark labelsElijah Newren2019-10-041-1/+2
| * | | | | | | | | | | | fast-import: fix handling of deleted tagsElijah Newren2019-10-041-0/+27
| |/ / / / / / / / / / /
* | | | | | | | | | | | fast-import: duplicate into history rather than passing ownershipJeff King2019-08-271-3/+1
* | | | | | | | | | | | fast-import: duplicate parsed encoding stringJeff King2019-08-271-2/+5
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'nd/tree-walk-with-repo'Junio C Hamano2019-07-191-3/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sha1-file.c: remove the_repo from read_object_with_reference()Nguyễn Thái Ngọc Duy2019-06-271-3/+6
* | | | | | | | | | | | Merge branch 'rs/copy-array'Junio C Hamano2019-07-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| / / / / / / / / / / | |/ / / / / / / / / /
| * | | | | | | | | | use COPY_ARRAY for copying arraysRené Scharfe2019-06-171-1/+1
* | | | | | | | | | | fast-import: support 'encoding' commit headerElijah Newren2019-05-141-2/+9
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'bc/hash-transition-16'Junio C Hamano2019-04-251-26/+40
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fast-import: replace sha1_to_hexbrian m. carlson2019-04-011-2/+2
| * | | | | | | | | | fast-import: make hash-size independentbrian m. carlson2019-04-011-16/+29
| * | | | | | | | | | object-store: rename and expand packed_git's sha1 memberbrian m. carlson2019-04-011-8/+9
| |/ / / / / / / / /
* | | | | | | | | | fast-import: fix erroneous handling of get-mark with empty orphan commitsElijah Newren2019-04-011-6/+2
* | | | | | | | | | fast-import: only allow cat-blob requests where it makes senseElijah Newren2019-04-011-6/+13
* | | | | | | | | | fast-import: check most prominent commands firstElijah Newren2019-04-011-2/+2
|/ / / / / / / / /
* | | | | | | | | Merge branch 'en/fast-export-import'Junio C Hamano2019-01-041-154/+12
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | fast-export: add a --show-original-ids option to show original namesElijah Newren2018-11-171-0/+12
| * | | | | | | | fast-import: remove unmaintained duplicate documentationElijah Newren2018-11-171-154/+0
* | | | | | | | | Upcast size_t variables to uintmax_t when printingTorsten Bögershausen2018-11-121-2/+2
|/ / / / / / / /
* | | | | | | | Merge branch 'jk/cocci'Junio C Hamano2018-09-171-5/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-291-2/+2
| * | | | | | | | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-3/+3
| |/ / / / / / /
* | | | | | | | Merge branch 'ds/reachable'Junio C Hamano2018-09-171-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | commit.h: remove method declarationsDerrick Stolee2018-07-201-0/+1
* | | | | | | | | treewide: use get_all_packsDerrick Stolee2018-08-201-2/+2
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-2/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-291-2/+4
| |/ / / / / /
* | | | | | | fast-import: do not call diff_delta() with empty bufferMike Hommey2018-07-061-1/+1
|/ / / / / /
* | | | | | Merge branch 'ma/lockfile-cleanup'Junio C Hamano2018-05-301-1/+1
|\ \ \ \ \ \
| * | | | | | lock_file: make function-local locks non-staticMartin Ågren2018-05-101-1/+1
| |/ / / / /
* | | | | | Merge branch 'sb/oid-object-info'Junio C Hamano2018-05-231-6/+10
|\ \ \ \ \ \