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
path: root/t
AgeCommit message (Expand)Author
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-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit-reach.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-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-21treewide: remove cache.h inclusion due to setup.h changesElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21treewide: remove cache.h inclusion due to environment.h changesElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: remove unnecessary includes of 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: remove unnecessary cache.h inclusion from several sourcesElijah Newren
2023-03-21treewide: remove unnecessary inclusion of gettext.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren
2023-03-20Merge branch 'jk/add-p-unmerged-fix'Junio C Hamano
2023-03-20Merge branch 'ew/fetch-no-write-fetch-head-fix'Junio C Hamano
2023-03-20Merge branch 'ab/fix-strategy-opts-parsing'Junio C Hamano
2023-03-20Merge branch 'jk/format-patch-change-format-for-empty-commits'Junio C Hamano
2023-03-20Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano
2023-03-20Merge branch 'jk/bundle-progress'Junio C Hamano
2023-03-20Merge branch 'rj/avoid-switching-to-already-used-branch'Junio C Hamano
2023-03-20Merge branch 'rj/bisect-already-used-branch'Junio C Hamano
2023-03-20Merge branch 'zh/push-to-delete-onelevel-ref'Junio C Hamano
2023-03-20Merge branch 'ak/restore-both-incompatible-with-conflicts'Junio C Hamano
2023-03-20Merge branch 'ab/avoid-losing-exit-codes-in-tests'Junio C Hamano
2023-03-18Merge branch 'ew/fetch-hiderefs'Junio C Hamano
2023-03-18Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano
2023-03-18Merge branch 'jc/gpg-lazy-init'Junio C Hamano
2023-03-18Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano
2023-03-18Merge branch 'en/header-cleanup'Junio C Hamano
2023-03-18Merge branch 'en/dir-api-cleanup'Junio C Hamano
2023-03-18Merge branch 'jk/fsck-indices-in-worktrees'Junio C Hamano
2023-03-09fetch: pass --no-write-fetch-head to subprocessesEric Wong
2023-03-09add-patch: handle "* Unmerged path" linesJeff King
2023-03-09sequencer.c: fix overflow & segfault in parse_strategy_opts()Ævar Arnfjörð Bjarmason
2023-03-07parse-options: consistently allocate memory in fix_filename()Jeff King
2023-03-07bundle: don't blindly apply prefix_filename() to "-"Junio C Hamano
2023-03-07bundle: let "-" mean stdin for reading operationsJeff King
2023-03-06bundle: turn on --all-progress-implied by defaultJeff King
2023-03-03format-patch: output header for empty commitsJohn Keeping
2023-03-01push: allow delete single-level refZheNing Hu
2023-03-01Merge branch 'ar/test-lib-remove-stale-comment'Junio C Hamano
2023-03-01Merge branch 'zy/t9700-style'Junio C Hamano
2023-03-01Merge branch 'pw/rebase-i-parse-fix'Junio C Hamano
2023-03-01Merge branch 'jk/http-test-fixes'Junio C Hamano
2023-02-27credential: add WWW-Authenticate header to cred requestsMatthew John Cheetham