summaryrefslogtreecommitdiffstats
path: root/builtin/fast-export.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-14Merge branch 'mt/use-passed-repo-more-in-funcs'Junio C Hamano1-1/+2
2020-01-31C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano1-2/+1
2020-01-31sha1-file: allow check_object_signature() to handle any repoMatheus Tavares1-1/+2
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano1-5/+10
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong1-1/+1
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong1-2/+7
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_put takes "struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_get takes "const struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong1-1/+1
2019-10-04fast-export: handle nested tagsElijah Newren1-12/+18
2019-10-04fast-export: allow user to request tags be marked with --mark-tagsElijah Newren1-0/+7
2019-10-04fast-export: add support for --import-marks-if-existsElijah Newren1-4/+19
2019-09-28fast-export: fix exporting a tag and nothing elseElijah Newren1-1/+6
2019-06-20object: convert lookup_object() to use object_idJeff King1-2/+2
2019-05-14fast-export: do automatic reencoding of commit messages only if requestedElijah Newren1-3/+43
2019-05-14fast-export: differentiate between explicitly UTF-8 and implicitly UTF-8Elijah Newren1-1/+1
2019-05-14fast-export: avoid stripping encoding header if we cannot reencodeElijah Newren1-2/+5
2019-01-04Merge branch 'en/fast-export-import'Junio C Hamano1-53/+137
2018-11-17fast-export: add a --show-original-ids option to show original namesElijah Newren1-5/+15
2018-11-17fast-export: add --reference-excluded-parents optionElijah Newren1-10/+32
2018-11-17fast-export: ensure we export requested refsElijah Newren1-12/+42
2018-11-17fast-export: when using paths, avoid corrupt stream with non-existent markElijah Newren1-1/+12
2018-11-17fast-export: move commit rewriting logic into a function for reuseElijah Newren1-15/+22
2018-11-17fast-export: avoid dying when filtering by paths and old tags existElijah Newren1-3/+6
2018-11-17fast-export: use value from correct enumElijah Newren1-6/+6
2018-11-17fast-export: convert sha1 to oidElijah Newren1-12/+13
2018-11-12Upcast size_t variables to uintmax_t when printingTorsten Bögershausen1-1/+1
2018-10-19Merge branch 'nd/the-index'Junio C Hamano1-1/+1
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King1-1/+1
2018-08-15Merge branch 'nd/i18n'Junio C Hamano1-21/+21
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy1-21/+21
2018-06-29commit: add repository argument to lookup_commitStefan Beller1-1/+1
2018-06-29blob: add repository argument to lookup_blobStefan Beller1-1/+1
2018-06-29object: add repository argument to parse_object_bufferStefan Beller1-1/+2
2018-06-29object: add repository argument to lookup_objectStefan Beller1-2/+3
2018-06-29object: add repository argument to parse_objectStefan Beller1-1/+1
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano1-0/+1
2018-06-25Merge branch 'nd/commit-util-to-slab'Junio C Hamano1-5/+9
2018-05-30Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano1-14/+8
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano1-1/+1
2018-05-30Merge branch 'rs/no-null-ptr-arith-in-fast-export'Junio C Hamano1-4/+3
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano1-1/+1
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano1-3/+3
2018-05-21revision.c: use commit-slab for show_sourceNguyễn Thái Ngọc Duy1-5/+9
2018-05-18remote: convert apply_refspecs to take a struct refspecBrandon Williams1-1/+1
2018-05-18fast-export: convert to use struct refspecBrandon Williams1-14/+7
2018-05-18refspec: rename struct refspec to struct refspec_itemBrandon Williams1-2/+2
2018-05-18refspec: move refspec parsing logic into its own fileBrandon Williams1-0/+1