messages from 2024-07-04 09:44:29 to 2024-07-08 16:17:30 UTC [more...]
[GSoC][PATCH] t: port helper/test-hashmap.c to unit-tests/t-hashmap.c
2024-07-08 16:15 UTC (2+ messages)
` [GSoC][PATCH v2] "
With big repos and slower connections, git clone can be hard to work with
2024-07-08 16:09 UTC (16+ messages)
[PATCH 0/6] unit-tests: add and use TEST_RUN to simplify tests
2024-07-08 15:39 UTC (15+ messages)
` [PATCH 2/6] unit-tests: add TEST_RUN
` [PATCH 6/6] t-strbuf: use TEST_RUN
[GSoC][PATCH v7 0/9] ref consistency check infra setup
2024-07-08 15:32 UTC (21+ messages)
` [GSoC][PATCH v7 1/9] fsck: rename "skiplist" to "oid_skiplist"
` [GSoC][PATCH v7 2/9] fsck: add a unified interface for reporting fsck messages
` [GSoC][PATCH v8 0/9] ref consistency check infra setup
` [GSoC][PATCH v8 1/9] fsck: rename "skiplist" to "oid_skiplist"
` [GSoC][PATCH v8 2/9] fsck: add a unified interface for reporting fsck messages
` [GSoC][PATCH v8 3/9] fsck: add refs-related options and error report function
` [GSoC][PATCH v8 4/9] refs: set up ref consistency check infrastructure
` [GSoC][PATCH v8 5/9] builtin/refs: add verify subcommand
` [GSoC][PATCH v8 6/9] builtin/fsck: add `git-refs verify` child process
` [GSoC][PATCH v8 7/9] files-backend: add unified interface for refs scanning
` [GSoC][PATCH v8 8/9] fsck: add ref name check for files backend
` [GSoC][PATCH v8 9/9] fsck: add ref content "
[PATCH] doc: fix the max number of git show-branches shown
2024-07-08 15:29 UTC (12+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "
[PATCH 0/6] cat-file: add remote-object-info to batch-command
2024-07-08 15:17 UTC (4+ messages)
` [PATCH 1/6] fetch-pack: refactor packet writing
[GSoC]: Implement consistency check for refs blog
2024-07-08 14:30 UTC (2+ messages)
[PATCH] advice: warn when sparse index expands
2024-07-08 14:13 UTC (4+ messages)
` [PATCH v2] "
[PATCH] builtin/push: call set_refspecs after validating remote
2024-07-08 14:03 UTC
Git Update for Windows - Cloudflare Direct IP
2024-07-08 13:20 UTC
BUG: "git var GIT_SHELL_PATH" is broken on Windows
2024-07-08 13:08 UTC (3+ messages)
[PATCH] var(win32): do report the GIT_SHELL_PATH that is actually used
2024-07-08 13:02 UTC
git diff-tree do not honor diff.orderfile config
2024-07-08 12:49 UTC (6+ messages)
[PATCH] gitweb: rss/atom change published/updated date to committed date
2024-07-08 11:11 UTC (7+ messages)
` [PATCH v2] gitweb: rss/atom change published/updated date to committer date
` [PATCH v3] "
[PATCH 0/8] clang-format: add more rules and enable on CI
2024-07-08 10:42 UTC (14+ messages)
` [PATCH 1/8] clang-format: indent preprocessor directives after hash
` [PATCH 2/8] clang-format: avoid spacing around bitfield colon
` [PATCH 3/8] clang-format: ensure files end with newlines
` [PATCH 4/8] clang-format: replace deprecated option with 'SpacesInParens'
` [PATCH 5/8] clang-format: avoid braces on simple single-statement bodies
` [PATCH 6/8] clang-format: formalize some of the spacing rules
` [PATCH 7/8] ci: run style check on GitHub and GitLab
` [PATCH 8/8] check-whitespace: detect if no base_commit is provided
[PATCH] merge-recursive: honor diff.algorithm
2024-07-08 9:34 UTC
[PATCH 0/2] here-doc test bodies
2024-07-08 9:10 UTC (35+ messages)
` [PATCH 1/2] test-lib: allow test snippets as here-docs
` [PATCH] chainlint.pl: recognize test bodies defined via heredoc
` [PATCH 1/3] chainlint.pl: fix line number reporting
` [PATCH 2/3] t/chainlint: add test_expect_success call to test snippets
` [PATCH 3/3] t/chainlint: add tests for test body in heredoc
Unbalanced closing paren in help of git commit
2024-07-08 8:54 UTC (2+ messages)
[GIT PULL] git-gui pull request
2024-07-08 5:52 UTC (2+ messages)
[PATCH v3 0/4] Additional FAQ entries
2024-07-08 0:52 UTC (14+ messages)
` [PATCH v3 2/4] gitfaq: give advice on using eol attribute in gitattributes
` [PATCH v3 3/4] gitfaq: add entry about syncing working trees
linux git init/clone on Netapp NTFS security style volumes
2024-07-07 19:54 UTC (2+ messages)
Remove your ZSH completion in favor of the completion script distributed and maintained by ZSH
2024-07-07 18:17 UTC (6+ messages)
` "
` "
[PATCH 2 1/1] parse-options: allow localized substitution hints in macros
2024-07-07 15:35 UTC (3+ messages)
` [PATCH 3 0/1] parse-options: localize mark-up of placeholder text in the short help
` [PATCH 3 1/1] "
[GSoC] Blog: move and improve reftable tests in the unit testing framework
2024-07-07 15:04 UTC (7+ messages)
[BUG REPORT] git-gui invokes prepare-commit-msg hook incorrectly
2024-07-07 13:25 UTC (7+ messages)
[PATCH] merge-ort: fix missing early return
2024-07-07 2:50 UTC (4+ messages)
[PATCH] test-lib: fix GIT_TEST_SANITIZE_LEAK_LOG
2024-07-06 23:13 UTC (7+ messages)
[PATCH] config.mak.dev: fix typo when enabling -Wpedantic
2024-07-06 23:13 UTC (6+ messages)
[PATCH] merge-ort: fix a crash in process_renames
2024-07-06 21:14 UTC
[PATCH] merge-file: warn for implicit 'myers' algorithm
2024-07-06 18:06 UTC (9+ messages)
[GSoC][PATCH 0/5] t: port reftable/merged_test.c to the unit testing framework
2024-07-06 7:13 UTC (9+ messages)
` [PATCH 1/5] t: move "
` [PATCH 2/5] t: harmonize t-reftable-merged.c with coding guidelines
` [PATCH 4/5] t-reftable-merged: use reftable_ref_record_equal to compare ref records
branch{u} not working even though upstream configured
2024-07-06 7:09 UTC (2+ messages)
Should commit-msg hook receive the washed message?
2024-07-06 6:37 UTC (3+ messages)
[PATCH 0/7] Fix and improve some error codepaths in merge-ort
2024-07-06 6:11 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 7/7] merge-ort: convert more error() cases to path_msg()
`git diff`/`git apply` can generate/apply ambiguous hunks (ie. in the wrong place) (just like gnu diff/patch)
2024-07-06 5:43 UTC (4+ messages)
Should commit-msg hook receive the washed message?
2024-07-05 22:07 UTC
[ANNOUNCE] Git Merge 2024, September 19-20, 2024, Berlin
2024-07-05 21:01 UTC (3+ messages)
[PATCH] clang-format: include kh_foreach* macros in ForEachMacros
2024-07-05 19:25 UTC
[PATCH] t-strvec: use test_msg()
2024-07-05 17:03 UTC (4+ messages)
` [PATCH v2] "
git crashes in `git commit --patch` with diff.suppressBlankEmpty = true
2024-07-05 16:39 UTC (3+ messages)
Unable to push to git server
2024-07-05 9:07 UTC (6+ messages)
Losing the file during rebase
2024-07-05 0:49 UTC (4+ messages)
[GSoC][PATCH] t: port helper/test-oid-array.c to unit-tests/t-oid-array.c
2024-07-04 16:33 UTC (2+ messages)
[GSoC] Blog: Move existing tests to a unit testing framework
2024-07-04 10:59 UTC (2+ messages)
`git diff`/`git apply` can generate/apply ambiguous hunks (ie. in the wrong place) (just like gnu diff/patch)
2024-07-04 10:24 UTC
[GSoC][PATCH v3] t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.c
2024-07-04 9:44 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).