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-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
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-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-01-18treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason
2023-01-16cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason
2023-01-13builtin/difftool.c: { 0 }-initialize rather than using memset()Ævar Arnfjörð Bjarmason
2022-11-21{builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason
2022-10-30replace and remove run_command_v_opt()René Scharfe
2022-10-30use child_process member "args" instead of string array variableRené Scharfe
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-03run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason
2022-02-05i18n: factorize more 'incompatible options' messagesJean-Noël Avila
2022-01-06i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila
2022-01-06i18n: refactor "%s, %s and %s are mutually exclusive"Jean-Noël Avila
2021-11-26difftool: use "env_array" to simplify memory managementÆvar Arnfjörð Bjarmason
2021-10-11Merge branch 'da/difftool'Junio C Hamano
2021-10-04Merge branch 'bs/difftool-msg-tweak'Junio C Hamano
2021-10-04Merge branch 'da/difftool-dir-diff-symlink-fix'Junio C Hamano
2021-10-01difftool: add a missing space to the run_dir_diff() commentsDavid Aguilar
2021-10-01difftool: remove an unnecessary call to strbuf_release()David Aguilar
2021-10-01difftool: refactor dir-diff to write files using helper functionsDavid Aguilar
2021-10-01difftool: create a tmpdir path without repeated slashesDavid Aguilar
2021-09-23Merge branch 'da/difftool-dir-diff-symlink-fix' into da/difftoolJunio C Hamano
2021-09-23difftool: fix symlink-file writing in dir-diff modeDavid Aguilar
2021-09-23difftool: fix word spacing in the usage stringsBagas Sanjaya
2021-09-13parse-options API: remove OPTION_ARGUMENT featureÆvar Arnfjörð Bjarmason
2021-09-13difftool: use run_command() API in run_file_diff()Ævar Arnfjörð Bjarmason
2021-09-13difftool: prepare "diff" cmdline in cmd_difftool()Jeff King
2021-09-13difftool: prepare "struct child_process" in cmd_difftool()Ævar Arnfjörð Bjarmason
2021-07-08Merge branch 'ab/cmd-foo-should-return'Junio C Hamano
2021-06-09builtins + test helpers: use return instead of exit() in cmd_*Ævar Arnfjörð Bjarmason
2021-05-16Merge branch 'mt/parallel-checkout-part-3'Junio C Hamano
2021-05-05make_transient_cache_entry(): optionally alloc from mem_poolMatheus Tavares
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano
2021-04-14difftool: ensure full indexDerrick Stolee
2021-03-23entry: extract a header file for entry.c functionsMatheus Tavares
2020-11-11Use new HASHMAP_INIT macro to simplify hashmap initializationElijah Newren
2020-07-31strvec: rename struct fieldsJeff King
2020-07-29strvec: fix indentation in renamed callsJeff King
2020-07-29strvec: convert builtin/ callers away from argv_array nameJeff King
2020-07-29strvec: rename files from argv-array to strvecJeff King