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-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
2023-02-27t5563: add tests for basic and anoymous HTTP accessMatthew John Cheetham
2023-02-27Merge branch 'jc/countermand-format-attach'Junio C Hamano
2023-02-27Merge branch 'jk/shorten-unambiguous-ref-wo-sscanf'Junio C Hamano
2023-02-27Merge branch 'mh/credential-password-expiry'Junio C Hamano
2023-02-27Merge branch 'rs/archive-mtime'Junio C Hamano
2023-02-27Merge branch 'tb/drop-dir-iterator-follow-symlink-bit'Junio C Hamano
2023-02-27Merge branch 'tl/range-diff-custom-abbrev'Junio C Hamano
2023-02-27Merge branch 'ap/t2015-style-update'Junio C Hamano
2023-02-27Merge branch 'jc/diff-algo-attribute'Junio C Hamano
2023-02-27Merge branch 'pw/rebase-i-validate-labels-early'Junio C Hamano
2023-02-27restore: fault --staged --worktree with merge optsAndy Koppe
2023-02-27fetch: support hideRefs to speed up connectivity checksEric Wong
2023-02-27test-lib: drop comment about test_descriptionAndrei Rybak
2023-02-27unpack-trees: heed requests to overwrite ignored filesElijah Newren
2023-02-27t2021: fix platform-specific leftover cruftElijah Newren
2023-02-26switch: reject if the branch is already checked out elsewhere (test)Rubén Justo
2023-02-26rebase: refuse to switch to a branch already checked out elsewhere (test)Rubén Justo