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-09-08Merge branch 'jk/unused-post-2.42'Junio C Hamano
2023-08-30add-interactive: mark unused callback parametersJeff King
2023-08-22diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()Junio C Hamano
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-21preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren
2023-04-24commit.h: reduce unnecessary includesElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "revision.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
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
2022-12-13diff: mark unused parameters in callbacksJeff King
2022-11-21read-cache API & users: make discard_index() return voidÆvar Arnfjörð Bjarmason
2022-10-30use child_process members "args" and "env" directlyRené Scharfe
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19hashmap: mark unused callback parametersJeff King
2022-07-03Merge branch 'js/add-i-delete'Junio C Hamano
2022-06-29add --interactive: allow `update` to stage deleted filesJohannes Schindelin
2022-04-14revisions API: have release_revisions() release "prune_data"Ævar Arnfjörð Bjarmason
2022-04-14revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-03-22Merge branch 'pw/single-key-interactive'Junio C Hamano
2022-02-24add -p: disable stdin buffering when interactive.singlekey is setPhillip Wood
2022-02-17diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)Ævar Arnfjörð Bjarmason
2021-09-28*.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason
2021-03-20Merge branch 'rs/xcalloc-takes-nelem-first'Junio C Hamano
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-03-08fix xcalloc() argument orderRené Scharfe
2020-12-09Merge branch 'js/add-i-color-fix'Junio C Hamano
2020-11-17add -p: prefer color.diff.context over color.diff.plainJohannes Schindelin
2020-11-17add -i (built-in): use the same indentation as the Perl versionJohannes Schindelin
2020-11-11add -i (built-in): use correct names to load color.diff.* configJohannes Schindelin
2020-11-11add -i (built-in): prevent the `reset` "color" from being configuredJohannes Schindelin
2020-11-11add -i (built-in): send error messages to stderrJohannes Schindelin
2020-11-11add -i (built-in): do show an error message for incorrect inputsJohannes Schindelin
2020-11-02hashmap: provide deallocation function namesElijah Newren
2020-07-31strvec: rename struct fieldsJeff King
2020-07-29strvec: fix indentation in renamed callsJeff King
2020-07-29strvec: convert more callers away from argv_array nameJeff King
2020-04-10interactive: refactor code asking the user for interactive inputJohannes Schindelin
2020-02-06Merge branch 'js/add-p-leftover-bits'Junio C Hamano
2020-02-06Merge branch 'js/patch-mode-in-others-in-c'Junio C Hamano
2020-01-31Merge branch 'js/builtin-add-i-cmds'Junio C Hamano
2020-01-17built-in add -i: accept open-ended ranges againJohannes Schindelin
2020-01-17built-in add -i: do not try to `patch`/`diff` an empty list of filesJohannes Schindelin
2020-01-15built-in add -p: respect the `interactive.singlekey` config settingJohannes Schindelin
2020-01-15built-in add -p: handle diff.algorithmJohannes Schindelin
2020-01-15built-in add -p: support interactive.diffFilterJohannes Schindelin
2019-12-22built-in add -p: prepare for patch modes other than "stage"Johannes Schindelin