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-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
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-12strbuf: remove global variableCalvin Wan
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21environment: move comment_line_char from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-20Merge branch 'jk/add-p-unmerged-fix'Junio C Hamano
2023-03-09add-patch: handle "* Unmerged path" linesJeff King
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-11-21read-cache API & users: make discard_index() return voidÆvar Arnfjörð Bjarmason
2022-09-16Merge branch 'rs/add-p-worktree-mode-prompt-fix'Junio C Hamano
2022-09-14add -p: fix worktree patch mode promptsRené Scharfe
2022-09-13Merge branch 'js/builtin-add-p-portability-fix'Junio C Hamano
2022-09-01add -p: ignore dirty submodulesJohannes Schindelin
2022-09-01add -p: gracefully handle unparseable hunk headers in colored diffsJohannes Schindelin
2022-09-01add -p: detect more mismatches between plain vs colored diffsJohannes Schindelin
2022-08-30add -p: avoid ambiguous signed/unsigned comparisonJohannes Schindelin
2022-06-03run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason
2022-02-10Merge branch 'pw/add-p-hunk-split-fix'Junio C Hamano
2022-01-12builtin add -p: fix hunk splittingPhillip Wood
2021-11-26run-command API users: use strvec_pushv(), not argv assignmentÆvar Arnfjörð Bjarmason
2021-07-14*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason
2020-12-09Merge branch 'js/add-i-color-fix'Junio C Hamano
2020-11-17add -p (built-in): do not color the progress indicator separatelyJohannes Schindelin
2020-11-11add -i: use `reset_color` consistentlyJohannes Schindelin
2020-11-11add -p (built-in): imitate `xdl_format_hunk_hdr()` generating hunk headersJohannes Schindelin
2020-10-28Merge branch 'dl/checkout-p-merge-base'Junio C Hamano
2020-10-07add-patch: add NEEDSWORK about comparing commitsDenton Liu
2020-09-22Merge branch 'pw/add-p-edit-ita-path'Junio C Hamano
2020-09-19Merge branch 'jk/add-i-fixes'Junio C Hamano
2020-09-19Merge branch 'pw/add-p-leakfix'Junio C Hamano
2020-09-09add -p: fix editing of intent-to-add pathsPhillip Wood
2020-09-09add -p: fix memory leakPhillip Wood
2020-09-09add-patch: fix inverted return code of repo_read_index()Jeff King
2020-09-03Merge branch 'pw/add-p-allowed-options-fix'Junio C Hamano
2020-08-17add -p: fix checking of user inputPhillip Wood
2020-08-17add -p: use ALLOC_GROW_BY instead of ALLOW_GROWPhillip Wood
2020-08-10Merge branch 'jk/strvec'Junio C Hamano
2020-07-31strvec: rename struct fieldsJeff King
2020-07-29comment: fix spelling mistakes inside commentsSteve Kemp
2020-07-29strvec: fix indentation in renamed callsJeff King