index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
fast-export.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-05
Merge branch 'js/default-branch-name-part-2'
Junio C Hamano
1
-1
/
+1
2020-10-04
Merge branch 'jk/drop-unaligned-loads'
Junio C Hamano
1
-4
/
+4
2020-09-24
Revert "fast-export: use local array to store anonymized oid"
Jeff King
1
-4
/
+4
2020-09-21
fast-export: avoid using unnecessary language in a code comment
Johannes Schindelin
1
-1
/
+1
2020-09-02
wt-status: tolerate dangling marks
Jonathan Tan
1
-1
/
+1
2020-06-25
fast-export: use local array to store anonymized oid
Jeff King
1
-4
/
+4
2020-06-25
fast-export: anonymize "master" refname
Jeff King
1
-7
/
+0
2020-06-25
fast-export: allow seeding the anonymized mapping
Jeff King
1
-1
/
+49
2020-06-23
fast-export: add a "data" callback parameter to anonymize_str()
Jeff King
1
-13
/
+14
2020-06-23
fast-export: move global "idents" anonymize hashmap into function
Jeff King
1
-1
/
+1
2020-06-23
fast-export: use a flex array to store anonymized entries
Jeff King
1
-3
/
+2
2020-06-23
fast-export: stop storing lengths in anonymized hashmaps
Jeff King
1
-10
/
+18
2020-06-23
fast-export: tighten anonymize_mem() interface to handle only strings
Jeff King
1
-27
/
+26
2020-06-23
fast-export: store anonymized oids as hex strings
Jeff King
1
-12
/
+16
2020-06-23
fast-export: use xmemdupz() for anonymizing oids
Jeff King
1
-1
/
+1
2020-02-14
Merge branch 'mt/use-passed-repo-more-in-funcs'
Junio C Hamano
1
-1
/
+2
2020-01-31
C: use skip_prefix() to avoid hardcoded string length
Junio C Hamano
1
-2
/
+1
2020-01-31
sha1-file: allow check_object_signature() to handle any repo
Matheus Tavares
1
-1
/
+2
2019-10-15
Merge branch 'ew/hashmap'
Junio C Hamano
1
-5
/
+10
2019-10-07
hashmap: remove type arg from hashmap_{get,put,remove}_entry
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_cmp_fn takes hashmap_entry params
Eric Wong
1
-2
/
+7
2019-10-07
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_put takes "struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_get takes "const struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-04
fast-export: handle nested tags
Elijah Newren
1
-12
/
+18
2019-10-04
fast-export: allow user to request tags be marked with --mark-tags
Elijah Newren
1
-0
/
+7
2019-10-04
fast-export: add support for --import-marks-if-exists
Elijah Newren
1
-4
/
+19
2019-09-28
fast-export: fix exporting a tag and nothing else
Elijah Newren
1
-1
/
+6
2019-06-20
object: convert lookup_object() to use object_id
Jeff King
1
-2
/
+2
2019-05-14
fast-export: do automatic reencoding of commit messages only if requested
Elijah Newren
1
-3
/
+43
2019-05-14
fast-export: differentiate between explicitly UTF-8 and implicitly UTF-8
Elijah Newren
1
-1
/
+1
2019-05-14
fast-export: avoid stripping encoding header if we cannot reencode
Elijah Newren
1
-2
/
+5
2019-01-04
Merge branch 'en/fast-export-import'
Junio C Hamano
1
-53
/
+137
2018-11-17
fast-export: add a --show-original-ids option to show original names
Elijah Newren
1
-5
/
+15
2018-11-17
fast-export: add --reference-excluded-parents option
Elijah Newren
1
-10
/
+32
2018-11-17
fast-export: ensure we export requested refs
Elijah Newren
1
-12
/
+42
2018-11-17
fast-export: when using paths, avoid corrupt stream with non-existent mark
Elijah Newren
1
-1
/
+12
2018-11-17
fast-export: move commit rewriting logic into a function for reuse
Elijah Newren
1
-15
/
+22
2018-11-17
fast-export: avoid dying when filtering by paths and old tags exist
Elijah Newren
1
-3
/
+6
2018-11-17
fast-export: use value from correct enum
Elijah Newren
1
-6
/
+6
2018-11-17
fast-export: convert sha1 to oid
Elijah Newren
1
-12
/
+13
2018-11-12
Upcast size_t variables to uintmax_t when printing
Torsten Bögershausen
1
-1
/
+1
2018-10-19
Merge branch 'nd/the-index'
Junio C Hamano
1
-1
/
+1
2018-09-21
revision.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
1
-1
/
+1
2018-08-15
Merge branch 'nd/i18n'
Junio C Hamano
1
-21
/
+21
2018-07-23
Update messages in preparation for i18n
Nguyễn Thái Ngọc Duy
1
-21
/
+21
2018-06-29
commit: add repository argument to lookup_commit
Stefan Beller
1
-1
/
+1
2018-06-29
blob: add repository argument to lookup_blob
Stefan Beller
1
-1
/
+1
[next]