index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
fast-export.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ab/unused-annotation'
Junio C Hamano
2022-09-14
1
-1
/
+1
|
\
|
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-1
/
+1
*
|
Merge branch 'jk/unused-annotation'
Junio C Hamano
2022-09-14
1
-1
/
+1
|
\
|
|
*
hashmap: mark unused callback parameters
Jeff King
2022-08-19
1
-1
/
+1
*
|
parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options
SZEDER Gábor
2022-08-19
1
-1
/
+1
|
/
*
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
2022-06-07
1
-0
/
+1
|
\
|
*
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-0
/
+1
*
|
Merge branch 'rs/fast-export-pathspec-fix'
Junio C Hamano
2022-05-04
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
2.36 fast-export regression fix
René Scharfe
2022-04-30
1
-0
/
+1
*
|
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
2022-03-17
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
2022-02-26
1
-1
/
+1
|
*
object-file API: split up and simplify check_object_signature()
Ævar Arnfjörð Bjarmason
2022-02-26
1
-1
/
+1
*
|
i18n: fix some misformated placeholders in command synopsis
Jean-Noël Avila
2022-02-04
1
-1
/
+1
|
/
*
Merge branch 'ja/i18n-similar-messages'
Junio C Hamano
2022-01-10
1
-2
/
+2
|
\
|
*
i18n: factorize "--foo requires --bar" and the like
Jean-Noël Avila
2022-01-05
1
-1
/
+1
|
*
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
2022-01-05
1
-1
/
+1
*
|
fast-export: fix surprising behavior with --first-parent
William Sprent
2021-12-21
1
-36
/
+4
|
/
*
Merge branch 'ab/fsck-unexpected-type'
Junio C Hamano
2021-10-26
1
-1
/
+1
|
\
|
*
fsck: report invalid object type-path combinations
Ævar Arnfjörð Bjarmason
2021-10-02
1
-1
/
+1
*
|
Merge branch 'tk/fast-export-anonymized-tag-fix'
Junio C Hamano
2021-09-10
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
fast-export: fix anonymized tag using original length
Tal Kelrich
2021-08-31
1
-0
/
+1
*
|
hash: provide per-algorithm null OIDs
brian m. carlson
2021-04-27
1
-5
/
+5
|
/
*
builtin/*: update usage format
ZheNing Hu
2021-01-07
1
-11
/
+11
*
style: do not "break" in switch() after "return"
Ævar Arnfjörð Bjarmason
2020-12-16
1
-1
/
+0
*
Merge branch 'js/default-branch-name-part-2'
Junio C Hamano
2020-10-05
1
-1
/
+1
|
\
|
*
fast-export: avoid using unnecessary language in a code comment
Johannes Schindelin
2020-09-22
1
-1
/
+1
*
|
Merge branch 'jk/drop-unaligned-loads'
Junio C Hamano
2020-10-04
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Revert "fast-export: use local array to store anonymized oid"
Jeff King
2020-09-24
1
-4
/
+4
*
|
wt-status: tolerate dangling marks
Jonathan Tan
2020-09-02
1
-1
/
+1
|
/
*
fast-export: use local array to store anonymized oid
Jeff King
2020-06-25
1
-4
/
+4
*
fast-export: anonymize "master" refname
Jeff King
2020-06-25
1
-7
/
+0
*
fast-export: allow seeding the anonymized mapping
Jeff King
2020-06-25
1
-1
/
+49
*
fast-export: add a "data" callback parameter to anonymize_str()
Jeff King
2020-06-24
1
-13
/
+14
*
fast-export: move global "idents" anonymize hashmap into function
Jeff King
2020-06-24
1
-1
/
+1
*
fast-export: use a flex array to store anonymized entries
Jeff King
2020-06-24
1
-3
/
+2
*
fast-export: stop storing lengths in anonymized hashmaps
Jeff King
2020-06-24
1
-10
/
+18
*
fast-export: tighten anonymize_mem() interface to handle only strings
Jeff King
2020-06-24
1
-27
/
+26
*
fast-export: store anonymized oids as hex strings
Jeff King
2020-06-24
1
-12
/
+16
*
fast-export: use xmemdupz() for anonymizing oids
Jeff King
2020-06-24
1
-1
/
+1
*
Merge branch 'mt/use-passed-repo-more-in-funcs'
Junio C Hamano
2020-02-14
1
-1
/
+2
|
\
|
*
sha1-file: allow check_object_signature() to handle any repo
Matheus Tavares
2020-01-31
1
-1
/
+2
*
|
C: use skip_prefix() to avoid hardcoded string length
Junio C Hamano
2020-01-31
1
-2
/
+1
|
/
*
Merge branch 'ew/hashmap'
Junio C Hamano
2019-10-15
1
-5
/
+10
|
\
|
*
hashmap: remove type arg from hashmap_{get,put,remove}_entry
Eric Wong
2019-10-07
1
-1
/
+1
|
*
hashmap_cmp_fn takes hashmap_entry params
Eric Wong
2019-10-07
1
-2
/
+7
|
*
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
|
*
hashmap_put takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
|
*
hashmap_get takes "const struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
|
*
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
*
|
fast-export: handle nested tags
Elijah Newren
2019-10-04
1
-12
/
+18
[next]