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
2024-01-03Merge branch 'ps/pseudo-refs'Junio C Hamano
2024-01-03Merge branch 'rj/status-bisect-while-rebase'Junio C Hamano
2023-12-14wt-status: read HEAD and ORIG_HEAD via the refdbPatrick Steinhardt
2023-10-17status: fix branch shown when not only bisectingRubén Justo
2023-09-14Merge branch 'jk/tree-name-and-depth-limit'Junio C Hamano
2023-09-01Merge branch 'jk/diff-result-code-cleanup'Junio C Hamano
2023-09-01read_tree(): respect max_allowed_tree_depthJeff King
2023-09-01Merge branch 'ob/sequencer-empty-hint-fix'Junio C Hamano
2023-08-24sequencer: rectify empty hint in call of require_clean_work_tree()Oswald Buddenhagen
2023-08-22diff: drop useless "status" parameter from diff_result_code()Jeff King
2023-08-22diff: drop useless return from run_diff_{files,index} functionsJeff King
2023-08-22diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()Junio C Hamano
2023-07-25Merge branch 'ah/advise-force-pushing'Junio C Hamano
2023-07-13wt-status: don't show divergence advice when committingAlex Henrie
2023-07-06Merge branch 'jk/cherry-pick-revert-status'Junio C Hamano
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano
2023-06-28fix cherry-pick/revert status when doing multiple commitsJacob Keller
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren
2023-06-21repository: remove unnecessary include of path.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-24commit.h: reduce unnecessary includesElijah 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-11treewide: be explicit about dependence on trace.h & trace2.hElijah 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 "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.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: move comment_line_char 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
2022-12-26Merge branch 'jk/unused-post-2.39'Junio C Hamano
2022-12-13diff: mark unused parameters in callbacksJeff King
2022-12-01status: modernize git-status "slow untracked files" adviceRudy Rigot
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19refs: mark unused reflog callback parametersJeff King
2022-06-11Merge branch 'ab/env-array'Junio C Hamano
2022-06-03run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason
2022-04-14revisions API: add a TODO for diff_free(&revs->diffopt)Ævar Arnfjörð Bjarmason
2022-04-14revisions API: have release_revisions() release "prune_data"Ævar Arnfjörð Bjarmason
2022-04-14revisions API users: use release_revisions() for "prune_data" usersÆvar Arnfjörð Bjarmason
2022-04-14revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-04-14revision.[ch]: provide and start using a release_revisions()Ævar Arnfjörð Bjarmason
2022-03-17Merge branch 'ab/string-list-count-in-size-t'Junio C Hamano
2022-03-07string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason
2022-03-01status: fix nested sparse directory diff in sparse indexVictoria Dye
2022-01-06Merge branch 'xw/am-empty'Junio C Hamano