messages from 2024-07-01 19:44:21 to 2024-07-05 20:19:31 UTC [more...]
[PATCH] merge-file: warn for implicit 'myers' algorithm
2024-07-05 20:14 UTC (6+ messages)
Should commit-msg hook receive the washed message?
2024-07-05 20:12 UTC
[BUG REPORT] git-gui invokes prepare-commit-msg hook incorrectly
2024-07-05 19:57 UTC (2+ messages)
[PATCH] clang-format: include kh_foreach* macros in ForEachMacros
2024-07-05 19:25 UTC
[PATCH] config.mak.dev: fix typo when enabling -Wpedantic
2024-07-05 18:51 UTC
[GSoC][PATCH 0/5] t: port reftable/merged_test.c to the unit testing framework
2024-07-05 18:24 UTC (10+ messages)
` [PATCH 1/5] t: move "
` [PATCH 2/5] t: harmonize t-reftable-merged.c with coding guidelines
` [PATCH 3/5] t-reftable-merged: add tests for reftable_merged_table_max_update_index
` [PATCH 4/5] t-reftable-merged: use reftable_ref_record_equal to compare ref records
` [PATCH 5/5] t-reftable-merged: add test for REFTABLE_FORMAT_ERROR
[PATCH 0/6] unit-tests: add and use TEST_RUN to simplify tests
2024-07-05 18:01 UTC (34+ messages)
` [PATCH 1/6] t0080: move expected output to a file
` [PATCH 2/6] unit-tests: add TEST_RUN
` [PATCH 3/6] t-ctype: use TEST_RUN
` [PATCH 5/6] t-strvec: "
` [PATCH 6/6] t-strbuf: "
[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)
[ANNOUNCE] Git Merge 2024, September 19-20, 2024, Berlin
2024-07-05 14:12 UTC (2+ messages)
git diff-tree do not honor diff.orderfile config
2024-07-05 10:28 UTC
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)
`git diff`/`git apply` can generate/apply ambiguous hunks (ie. in the wrong place) (just like gnu diff/patch)
2024-07-04 21:38 UTC (7+ messages)
[PATCH v3 0/4] Additional FAQ entries
2024-07-04 21:23 UTC (12+ messages)
` [PATCH v3 1/4] gitfaq: add documentation on proxies
` [PATCH v3 2/4] gitfaq: give advice on using eol attribute in gitattributes
` [PATCH v3 3/4] gitfaq: add entry about syncing working trees
` [PATCH v3 4/4] doc: mention that proxies must be completely transparent
[PATCH] merge-ort: fix missing early return
2024-07-04 20:02 UTC
[PATCH 0/6] cat-file: add remote-object-info to batch-command
2024-07-04 16:59 UTC (3+ messages)
` [PATCH 1/6] fetch-pack: refactor packet writing
[PATCH] gitweb: rss/atom change published/updated date to committed date
2024-07-04 16:45 UTC
[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 (4+ messages)
[PATCH 0/1] Proactive authentication over HTTP
2024-07-04 5:49 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v2 1/1] http: allow authenticating proactively
[PATCH] unpack-objects: Fix EACCES pushing to remote on vmhgfs
2024-07-03 22:40 UTC (2+ messages)
[PATCH] doc: fix the max number of git show-branches shown
2024-07-03 22:36 UTC
[PATCH] test-lib: fix GIT_TEST_SANITIZE_LEAK_LOG
2024-07-03 21:44 UTC (4+ messages)
[PATCH v5] describe: refresh the index when 'broken' flag is used
2024-07-03 20:41 UTC (9+ messages)
` [PATCH v7] "
[PATCH] advice: warn when sparse index expands
2024-07-03 20:36 UTC (6+ messages)
[PATCH 0/7] Fix and improve some error codepaths in merge-ort
2024-07-03 18:35 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 7/7] merge-ort: convert more error() cases to path_msg()
[PATCH 0/2] t/lib-gpg: ensure GNUPGHOME is created as needed
2024-07-03 16:29 UTC (4+ messages)
` [PATCH 1/2] t/lib-gpg: add prepare_gnupghome() to create GNUPGHOME dir
` [PATCH 2/2] t/lib-gpg: call prepare_gnupghome() in GPG2 prereq
[PATCH v4] git-send-email: Use sanitized address when reading mbox body
2024-07-03 15:44 UTC (4+ messages)
[PATCH 0/2] clone: shallow-submodules should be single-branch by default
2024-07-03 14:05 UTC (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] clone: no-shallow-submodules clone overrides option in gitmodules
[GSoC][PATCH v5 00/12] ref consistency check infra setup
2024-07-03 13:59 UTC (15+ messages)
` [GSoC][PATCH v6 00/11] "
` [GSoC][PATCH v7 0/9] "
` [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 v7 3/9] fsck: add refs-related options and error report function
` [GSoC][PATCH v7 4/9] refs: set up ref consistency check infrastructure
` [GSoC][PATCH v7 5/9] builtin/refs: add verify subcommand
` [GSoC][PATCH v7 6/9] builtin/fsck: add `git-refs verify` child process
` [GSoC][PATCH v7 7/9] files-backend: add unified interface for refs scanning
` [GSoC][PATCH v7 8/9] fsck: add ref name check for files backend
` [GSoC][PATCH v7 9/9] fsck: add ref content "
branch{u} not working even though upstream configured
2024-07-03 11:52 UTC
[PATCH 0/2] here-doc test bodies
2024-07-02 23:50 UTC (14+ messages)
` [PATCH 1/2] test-lib: allow test snippets as here-docs
` [PATCH 2/2] t: convert some here-doc test bodies
` [PATCH] chainlint.pl: recognize test bodies defined via heredoc
[PATCH] push: avoid showing false negotiation errors
2024-07-02 21:51 UTC (3+ messages)
O
2024-07-02 21:23 UTC
Git remote origin leaks user access token
2024-07-02 21:21 UTC (5+ messages)
[PATCH] checkout: special case error messages during noop switching
2024-07-02 20:51 UTC
What's cooking in git.git (Jul 2024, #01; Tue, 2)
2024-07-02 19:28 UTC
[GSoC][PATCH] t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.c
2024-07-02 18:55 UTC (11+ messages)
` [GSoC][PATCH v2] "
[GSoC][PATCH v3 0/11] t: port reftable/record_test.c to the unit testing framework
2024-07-02 15:14 UTC (15+ messages)
` [GSoC][PATCH v4 0/11] t: port reftable/record_test.c to the unit testing framework framework
` [PATCH v4 01/11] t: move reftable/record_test.c to the unit testing framework
` [PATCH v4 02/11] t-reftable-record: add reftable_record_cmp() tests for log records
` [PATCH v4 03/11] t-reftable-record: add comparison tests for ref records
` [PATCH v4 04/11] t-reftable-record: add comparison tests for index records
` [PATCH v4 05/11] t-reftable-record: add comparison tests for obj records
` [PATCH v4 06/11] t-reftable-record: add ref tests for reftable_record_is_deletion()
` [PATCH v4 07/11] t-reftable-record: add log "
` [PATCH v4 08/11] t-reftable-record: add obj "
` [PATCH v4 09/11] t-reftable-record: add index "
` [PATCH v4 10/11] t-reftable-record: add tests for reftable_ref_record_compare_name()
` [PATCH v4 11/11] t-reftable-record: add tests for reftable_log_record_compare_key()
A few usability question about git diff --cached
2024-07-02 14:13 UTC
A few usability question about git diff --cached
2024-07-02 14:13 UTC
[PATCH 0/5] Unify trailer formatting functions
2024-07-02 9:37 UTC (4+ messages)
[PATCH 0/1] support GIT_IGNORE_INSECURE_OWNER environment variable
2024-07-02 0:19 UTC (9+ messages)
` [PATCH] setup: "
Problem with multiples levels of submodules
2024-07-02 0:08 UTC (2+ messages)
Determining if a merge was produced automatically
2024-07-01 22:26 UTC (5+ messages)
Trouble with Gaia binary files
2024-07-01 20:42 UTC (3+ messages)
"git -c web.browser=w3m help -w help" still kicks firefox
2024-07-01 20:42 UTC (5+ messages)
` [PATCH 2/1] do not pass "git -c foo=bar" params to transport helpers
[PATCH] t0613: mark as leak-free
2024-07-01 19:44 UTC (4+ messages)
` [PATCH] t0612: "
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).