Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-12-13diff: mark unused parameters in callbacksJeff King
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19hashmap: mark unused callback parametersJeff King
2022-08-19parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor
2022-06-08Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano
2022-05-04Merge branch 'rs/fast-export-pathspec-fix'Junio C Hamano
2022-04-302.36 fast-export regression fixRené Scharfe
2022-04-14revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-03-17Merge branch 'ab/object-file-api-updates'Junio C Hamano
2022-02-26object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason
2022-02-26object-file API: split up and simplify check_object_signature()Ævar Arnfjörð Bjarmason
2022-02-05i18n: fix some misformated placeholders in command synopsisJean-Noël Avila
2022-01-10Merge branch 'ja/i18n-similar-messages'Junio C Hamano
2022-01-06i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila
2022-01-06i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila
2021-12-21fast-export: fix surprising behavior with --first-parentWilliam Sprent
2021-10-26Merge branch 'ab/fsck-unexpected-type'Junio C Hamano
2021-10-02fsck: report invalid object type-path combinationsÆvar Arnfjörð Bjarmason
2021-09-10Merge branch 'tk/fast-export-anonymized-tag-fix'Junio C Hamano
2021-08-31fast-export: fix anonymized tag using original lengthTal Kelrich
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-01-07builtin/*: update usage formatZheNing Hu
2020-12-16style: do not "break" in switch() after "return"Ævar Arnfjörð Bjarmason
2020-10-06Merge branch 'js/default-branch-name-part-2'Junio C Hamano
2020-10-04Merge branch 'jk/drop-unaligned-loads'Junio C Hamano
2020-09-24Revert "fast-export: use local array to store anonymized oid"Jeff King
2020-09-22fast-export: avoid using unnecessary language in a code commentJohannes Schindelin
2020-09-03wt-status: tolerate dangling marksJonathan Tan
2020-06-26fast-export: use local array to store anonymized oidJeff King
2020-06-26fast-export: anonymize "master" refnameJeff King
2020-06-26fast-export: allow seeding the anonymized mappingJeff King
2020-06-24fast-export: add a "data" callback parameter to anonymize_str()Jeff King
2020-06-24fast-export: move global "idents" anonymize hashmap into functionJeff King
2020-06-24fast-export: use a flex array to store anonymized entriesJeff King
2020-06-24fast-export: stop storing lengths in anonymized hashmapsJeff King
2020-06-24fast-export: tighten anonymize_mem() interface to handle only stringsJeff King
2020-06-24fast-export: store anonymized oids as hex stringsJeff King
2020-06-24fast-export: use xmemdupz() for anonymizing oidsJeff King
2020-02-14Merge branch 'mt/use-passed-repo-more-in-funcs'Junio C Hamano
2020-02-01C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano
2020-01-31sha1-file: allow check_object_signature() to handle any repoMatheus Tavares
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_put takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_get takes "const struct hashmap_entry *"Eric Wong