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