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-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-29config: pass kvi to die_bad_number()Glen Choo
2023-06-29config.c: pass ctx with CLI configGlen Choo
2023-06-29config: add ctx arg to config_fn_tGlen Choo
2023-06-21builtin.h: remove unneccessary includesElijah Newren
2023-05-26repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye
2023-05-26config: pass 'repo' directly to 'config_with_options()'Victoria Dye
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24ident.h: move ident-related declarations out of cache.hElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-11-21built-ins: use free() not UNLEAK() if trivial, rm dead codeÆvar Arnfjörð Bjarmason
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19config: mark unused callback parametersJeff King
2022-03-17Merge branch 'mf/fix-type-in-config-h'Junio C Hamano
2022-03-05urlmatch.c: add and use a *_release() functionÆvar Arnfjörð Bjarmason
2022-03-04config: correct "--type" option in "git config -h" outputMatheus Felipe
2021-10-02urlmatch.[ch]: add and use URLMATCH_CONFIG_INITÆvar Arnfjörð Bjarmason
2021-04-20config: unify code paths to get global config pathsPatrick Steinhardt
2021-04-20config: rename `git_etc_config()`Patrick Steinhardt
2020-11-26config: implement --fixed-value with --get*Derrick Stolee
2020-11-26config: plumb --fixed-value into config APIDerrick Stolee
2020-11-26config: add --fixed-value option, un-implementedDerrick Stolee
2020-11-26config: replace 'value_regex' with 'value_pattern'Derrick Stolee
2020-11-26config: convert multi_replace to flagsDerrick Stolee
2020-09-22Merge branch 'ls/mergetool-meld-auto-merge'Junio C Hamano
2020-09-17mergetool: allow auto-merge for meld to follow the vim-diff behaviorLin Sun
2020-09-09config: complain about --worktree outside of a git repoMatheus Tavares
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine
2020-02-10config: add '--show-scope' to print the scope of a config valueMatthew Rogers
2020-02-10config: teach git_config_source to remember its scopeMatthew Rogers
2020-01-24config: fix typo in variable nameMatthew Rogers
2019-01-29Merge branch 'jk/save-getenv-result'Junio C Hamano
2019-01-12config: make a copy of $GIT_CONFIG stringJeff King
2018-12-10style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy
2018-10-22worktree: add per-worktree config filesNguyễn Thái Ngọc Duy
2018-08-16Merge branch 'nd/i18n'Junio C Hamano
2018-07-25Merge branch 'tb/config-default'Junio C Hamano
2018-07-23builtin/config.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy
2018-07-06builtin/config: work around an unsized array forward declarationBeat Bolli
2018-05-30Merge branch 'jk/config-blob-sans-repo'Junio C Hamano