index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
fast-export.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-13
diff: mark unused parameters in callbacks
Jeff King
1
-1
/
+1
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
1
-1
/
+1
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
1
-1
/
+1
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-08-19
hashmap: mark unused callback parameters
Jeff King
1
-1
/
+1
2022-08-19
parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options
SZEDER Gábor
1
-1
/
+1
2022-06-07
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
1
-0
/
+1
2022-05-04
Merge branch 'rs/fast-export-pathspec-fix'
Junio C Hamano
1
-0
/
+1
2022-04-30
2.36 fast-export regression fix
René Scharfe
1
-0
/
+1
2022-04-13
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
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
[prev]
[next]