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
2022-12-14Merge branch 'ab/various-leak-fixes'Junio C Hamano
2022-11-28Merge branch 'ab/fewer-the-index-macros'Junio C Hamano
2022-11-21built-ins & libs & helpers: add/move destructors, fix leaksÆvar Arnfjörð Bjarmason
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-11-18rev-parse: add `--exclude-hidden=` optionPatrick Steinhardt
2022-11-18revision: introduce struct to handle exclusionsPatrick Steinhardt
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano
2022-09-09rev-parse --parseopt: detect missing opt-specØystein Walle
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19refs: mark unused each_ref_fn parametersJeff King
2022-05-21Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-04-26rev-parse: integrate with sparse indexDerrick Stolee
2021-09-27refs: drop "broken" flag from for_each_fullref_in()Jeff King
2021-05-17rev-parse: mark die() messages for translationWolfgang Müller
2021-05-17rev-parse: fix segfault with missing --path-format argumentWolfgang Müller
2020-12-13rev-parse: add option for absolute or relative path formattingbrian m. carlson
2020-11-11rev-parse: handle --end-of-optionsJeff King
2020-11-11rev-parse: put all options under the "-" checkJeff King
2020-11-11rev-parse: don't accept options after dashdashJeff King
2020-09-03wt-status: tolerate dangling marksJonathan Tan
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano
2020-05-01shallow: extract a header file for shallow-related functionsTaylor Blau
2020-03-10get_superproject_working_tree(): return strbufAlexandr Miloslavskiy
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy
2019-11-20rev-parse: make --show-toplevel without a worktree an errorJeff King
2019-11-10Merge branch 'bc/hash-independent-tests-part-6'Junio C Hamano
2019-10-28rev-parse: add a --show-object-format optionbrian m. carlson
2019-08-20builtin/rev-parse: switch to use the_hash_algobrian m. carlson
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2019-01-14sha1-name.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-11-13Merge branch 'ag/rev-parse-all-exclude-fix'Junio C Hamano
2018-11-01rev-parse: clear --exclude list after 'git rev-parse --all'Andreas Gruenbacher
2018-07-21commit.h: remove method declarationsDerrick Stolee
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-06-01Merge branch 'en/rev-parse-invalid-range'Junio C Hamano
2018-05-25rev-parse: check lookup'ed commit references for NULLElijah Newren
2018-05-18shallow: add repository argument to is_repository_shallowStefan Beller
2018-05-02split-index: convert struct split_index to object_idbrian m. carlson
2018-03-14Convert find_unique_abbrev* to struct object_idbrian m. carlson
2018-03-07Merge branch 'bw/c-plus-plus'Junio C Hamano
2018-02-15rev-parse: rename 'this' variableBrandon Williams
2018-01-16sq_quote_argv: drop maxlen parameterJeff King
2017-10-16refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson
2017-10-03Merge branch 'bc/rev-parse-parseopt-fix'Junio C Hamano
2017-09-25Merge branch 'ow/rev-parse-is-shallow-repo'Junio C Hamano
2017-09-19rev-parse: rev-parse: add --is-shallow-repositoryØystein Walle
2017-09-19rev-parse parseopt: interpret any whitespace as start of help textBrandon Casey