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