summaryrefslogtreecommitdiffstats
path: root/builtin/fast-export.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mt/use-passed-repo-more-in-funcs'Junio C Hamano2020-02-141-1/+2
|\
| * sha1-file: allow check_object_signature() to handle any repoMatheus Tavares2020-01-311-1/+2
* | C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano2020-01-311-2/+1
|/
* Merge branch 'ew/hashmap'Junio C Hamano2019-10-151-5/+10
|\
| * hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong2019-10-071-1/+1
| * hashmap_cmp_fn takes hashmap_entry paramsEric Wong2019-10-071-2/+7
| * hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * hashmap_put takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * hashmap_get takes "const struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * hashmap_entry_init takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
* | fast-export: handle nested tagsElijah Newren2019-10-041-12/+18
* | fast-export: allow user to request tags be marked with --mark-tagsElijah Newren2019-10-041-0/+7
* | fast-export: add support for --import-marks-if-existsElijah Newren2019-10-041-4/+19
* | fast-export: fix exporting a tag and nothing elseElijah Newren2019-09-281-1/+6
|/
* object: convert lookup_object() to use object_idJeff King2019-06-201-2/+2
* fast-export: do automatic reencoding of commit messages only if requestedElijah Newren2019-05-141-3/+43
* fast-export: differentiate between explicitly UTF-8 and implicitly UTF-8Elijah Newren2019-05-141-1/+1
* fast-export: avoid stripping encoding header if we cannot reencodeElijah Newren2019-05-141-2/+5
* Merge branch 'en/fast-export-import'Junio C Hamano2019-01-041-53/+137
|\
| * fast-export: add a --show-original-ids option to show original namesElijah Newren2018-11-171-5/+15
| * fast-export: add --reference-excluded-parents optionElijah Newren2018-11-171-10/+32
| * fast-export: ensure we export requested refsElijah Newren2018-11-171-12/+42
| * fast-export: when using paths, avoid corrupt stream with non-existent markElijah Newren2018-11-171-1/+12
| * fast-export: move commit rewriting logic into a function for reuseElijah Newren2018-11-171-15/+22
| * fast-export: avoid dying when filtering by paths and old tags existElijah Newren2018-11-171-3/+6
| * fast-export: use value from correct enumElijah Newren2018-11-171-6/+6
| * fast-export: convert sha1 to oidElijah Newren2018-11-171-12/+13
* | Upcast size_t variables to uintmax_t when printingTorsten Bögershausen2018-11-121-1/+1
|/
* Merge branch 'nd/the-index'Junio C Hamano2018-10-191-1/+1
|\
| * revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
* | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-1/+1
|/
* Merge branch 'nd/i18n'Junio C Hamano2018-08-161-21/+21
|\
| * Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-21/+21
* | commit: add repository argument to lookup_commitStefan Beller2018-06-291-1/+1
* | blob: add repository argument to lookup_blobStefan Beller2018-06-291-1/+1
* | object: add repository argument to parse_object_bufferStefan Beller2018-06-291-1/+2
* | object: add repository argument to lookup_objectStefan Beller2018-06-291-2/+3
* | object: add repository argument to parse_objectStefan Beller2018-06-291-1/+1
* | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
|\ \ | |/ |/|
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | Merge branch 'nd/commit-util-to-slab'Junio C Hamano2018-06-251-5/+9
|\ \
| * | revision.c: use commit-slab for show_sourceNguyễn Thái Ngọc Duy2018-05-211-5/+9
* | | Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano2018-05-301-14/+8
|\ \ \
| * | | remote: convert apply_refspecs to take a struct refspecBrandon Williams2018-05-171-1/+1
| * | | fast-export: convert to use struct refspecBrandon Williams2018-05-171-14/+7
| * | | refspec: rename struct refspec to struct refspec_itemBrandon Williams2018-05-171-2/+2
| * | | refspec: move refspec parsing logic into its own fileBrandon Williams2018-05-171-0/+1
| |/ /
* | | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-1/+1
|\ \ \
| * | | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
* | | | Merge branch 'rs/no-null-ptr-arith-in-fast-export'Junio C Hamano2018-05-301-4/+3
|\ \ \ \