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
2022-03-16
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
1
-1
/
+1
2022-02-25
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-02-25
object-file API: split up and simplify check_object_signature()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-02-04
i18n: fix some misformated placeholders in command synopsis
Jean-Noël Avila
1
-1
/
+1
2022-01-10
Merge branch 'ja/i18n-similar-messages'
Junio C Hamano
1
-2
/
+2
2022-01-05
i18n: factorize "--foo requires --bar" and the like
Jean-Noël Avila
1
-1
/
+1
2022-01-05
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
1
-1
/
+1
2021-12-21
fast-export: fix surprising behavior with --first-parent
William Sprent
1
-36
/
+4
2021-10-25
Merge branch 'ab/fsck-unexpected-type'
Junio C Hamano
1
-1
/
+1
2021-10-01
fsck: report invalid object type-path combinations
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-09-10
Merge branch 'tk/fast-export-anonymized-tag-fix'
Junio C Hamano
1
-0
/
+1
2021-08-31
fast-export: fix anonymized tag using original length
Tal Kelrich
1
-0
/
+1
2021-04-27
hash: provide per-algorithm null OIDs
brian m. carlson
1
-5
/
+5
2021-01-06
builtin/*: update usage format
ZheNing Hu
1
-11
/
+11
2020-12-15
style: do not "break" in switch() after "return"
Ævar Arnfjörð Bjarmason
1
-1
/
+0
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
[next]