messages from 2023-02-08 13:50:48 to 2023-02-11 02:04:23 UTC [more...]
[PATCH 0/2] Teach diff to honor diff algorithms set through git attributes
2023-02-11 2:04 UTC (22+ messages)
` [PATCH 2/2] diff: teach diff to read gitattribute diff-algorithm
` "bad" diffs (was: [PATCH 2/2] diff: teach diff to read gitattribute diff-algorithm)
BUG: git config --global --get ITEM ignores ~/.config/git/config when ~/.gitconfig is present
2023-02-11 1:56 UTC (4+ messages)
[RFC] fetch: support hideRefs to speed up connectivity checks
2023-02-10 22:56 UTC (4+ messages)
[PATCH 0/5] Clean up wildmatch.c
2023-02-10 22:03 UTC (14+ messages)
` [PATCH 1/5] git-compat-util: add isblank() and isgraph()
` [PATCH 2/5] wildmatch: remove IS*() macros
` [PATCH 3/5] wildmatch: remove NEGATE_CLASS and NEGATE_CLASS2 macros
` [PATCH 4/5] wildmatch: use char instead of uchar
` [PATCH 5/5] wildmatch: more cleanups after killing uchar
[PATCH v2 0/3] {apply,alias}: convert pre-processor macros to enums
2023-02-10 22:01 UTC (5+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] "
` [PATCH v2 3/3] "
[PATCH] dir: remove unneeded local variables from match_pathname()
2023-02-10 21:51 UTC (2+ messages)
Subject: [RFC PATCH] upload_pack.c: make deepen-not more tree-ish
2023-02-10 21:31 UTC
[PATCH] cache-tree: fix strbuf growth in prime_cache_tree_rec()
2023-02-10 20:33 UTC (8+ messages)
` [PATCH v2] "
[PATCH] test: make SYMLINKS prerequisite more robust
2023-02-10 19:39 UTC (7+ messages)
[PATCH 0/6] remove USE_THE_INDEX_COMPATIBILITY_MACROS
2023-02-10 19:42 UTC (12+ messages)
` [PATCH v2 "
` [PATCH v2 1/6] builtin/rm.c: use narrower "USE_THE_INDEX_VARIABLE"
` [PATCH v2 2/6] cocci & cache.h: fully apply "active_nr" part of index-compatibility
` [PATCH v2 3/6] cocci & cache.h: apply pending "index_cache_pos" rule
` [PATCH v2 4/6] cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*"
` [PATCH v2 5/6] cache-tree API: remove redundant update_main_cache_tree()
` [PATCH v2 6/6] cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"
[PATCH] signature-format.txt: Note SSH and X.509 signature delimiters
2023-02-10 19:25 UTC (7+ messages)
` [PATCH v2] signature-format.txt: note "
[PATCH 0/2] gpg-interface: cleanup + convert low hanging fruit to configset API
2023-02-10 19:02 UTC (6+ messages)
` [PATCH 1/2] {am,commit-tree,verify-{commit,tag}}: refactor away config wrapper
` [PATCH 2/2] gpg-interface.c: lazily get GPG config variables on demand
[PATCH v7 0/7] submodule: parallelize diff
2023-02-10 17:42 UTC (16+ messages)
` [PATCH v8 0/6] "
` [PATCH v8 1/6] run-command: add duplicate_output_fn to run_processes_parallel_opts
` [PATCH v8 2/6] submodule: strbuf variable rename
` [PATCH v8 3/6] submodule: move status parsing into function
` [PATCH v8 4/6] submodule: refactor is_submodule_modified()
` [PATCH v8 5/6] diff-lib: refactor out diff_change logic
` [PATCH v8 6/6] diff-lib: parallelize run_diff_files for submodules
[PATCH] blame-tree: add library and tests via "test-tool blame-tree"
2023-02-10 15:42 UTC (2+ messages)
[PATCH v3 0/3] modernize style
2023-02-10 15:29 UTC (13+ messages)
` [PATCH v4 0/3] t4113: "
` [PATCH v4 3/3] t4113: put executable lines to test_expect_success
` [PATCH v5 0/3] t4113: modernize style
` [PATCH v5 1/3] t4113: modernize test script
` [PATCH v5 2/3] t4113: indent with tab
` [PATCH v5 3/3] t4113: put executable lines to test_expect_success
[PATCH v5] win32: fix thread usage for win32
2023-02-10 15:06 UTC (3+ messages)
` [PATCH v6] "
` [PATCH v7] win32: prefer beginthreadex over CreateThread
Markdown release notes
2023-02-10 13:20 UTC (5+ messages)
[RFC][GSoC][PATCH] t9160: Change test -(d | f) to test_path_is_*
2023-02-10 11:32 UTC (3+ messages)
[GSoC][PATCH] {apply,alias}: convert pre-processor macros to enums
2023-02-10 11:20 UTC (3+ messages)
What's cooking in git.git (Feb 2023, #02; Thu, 9)
2023-02-10 5:52 UTC
[PATCH v2] gitweb: fix base url set if PATH_INFO is used, add a / at the end
2023-02-09 23:05 UTC
The sad state of git.wiki.kernel.org
2023-02-09 21:46 UTC (7+ messages)
t5559 breaks with apache 2.4.55
2023-02-09 21:45 UTC (5+ messages)
[PATCH v6 0/6] submodule: parallelize diff
2023-02-09 20:53 UTC (19+ messages)
` [PATCH v7 1/7] run-command: add duplicate_output_fn to run_processes_parallel_opts
` [PATCH v7 2/7] submodule: strbuf variable rename
` [PATCH v7 5/7] diff-lib: refactor out diff_change logic
` [PATCH v7 6/7] diff-lib: refactor match_stat_with_submodule
git rev-list fails to verify ssh-signed commits (but git log works)
2023-02-09 20:24 UTC (14+ messages)
` [PATCH] gpg-interface: lazily initialize and read the configuration
` [PATCH v2] "
Unexpected (bug-like) behavior in `git ls-remote` matching
2023-02-09 19:43 UTC (11+ messages)
[PATCH v2] name-rev: fix names by dropping taggerdate workaround
2023-02-09 17:10 UTC (3+ messages)
` [PATCH v3] "
[PATCH v4 0/9] config API: make "multi" safe, fix numerous segfaults
2023-02-09 16:53 UTC (9+ messages)
` [PATCH v5 00/10] config API: make "multi" safe, fix segfaults, propagate "ret"
` [PATCH v5 02/10] config tests: add "NULL" tests for *_get_value_multi()
` [PATCH v5 03/10] config API: add and use a "git_config_get()" family of functions
[PATCH v6 00/12] Enhance credential helper protocol to include auth headers
2023-02-09 13:12 UTC (18+ messages)
` [PATCH v7 "
` [PATCH v7 11/12] http: read HTTP WWW-Authenticate response headers
` [PATCH v7 12/12] credential: add WWW-Authenticate header to cred requests
` [PATCH v8 0/3] Enhance credential helper protocol to include auth headers
` [PATCH v8 1/3] t5563: add tests for basic and anoymous HTTP access
` [PATCH v8 2/3] http: read HTTP WWW-Authenticate response headers
Doubt about skipped commits
2023-02-09 11:23 UTC (3+ messages)
[git v2.39.1] Strange behavior with fsmonitor on MacOS
2023-02-09 3:26 UTC
[PATCH 0/5] hook API: support stdin, convert post-rewrite
2023-02-09 1:56 UTC (14+ messages)
` [PATCH v2 "
` [PATCH v2 1/5] run-command.c: remove dead assignment in while-loop
` [PATCH v2 2/5] run-command: allow stdin for run_processes_parallel
` [PATCH v2 3/5] hook API: support passing stdin to hooks, convert am's 'post-rewrite'
` [PATCH v2 4/5] sequencer: use the new hook API for the simpler "post-rewrite" call
` [PATCH v2 5/5] hook: support a --to-stdin=<path> option
[RFC PATCH 0/1] Canonical tar format for Git
2023-02-09 0:35 UTC (7+ messages)
` [RFC PATCH 1/1] Document a fixed tar format for interoperability
[PATCH] remote: align columns on -v
2023-02-09 1:12 UTC (7+ messages)
[PATCH] worktree: teach find_shared_symref to ignore current worktree
2023-02-08 22:09 UTC (10+ messages)
` [PATCH v2 0/3] fix die_if_checked_out() when ignore_current_worktree
` [PATCH v3 0/4] "
` [PATCH v3 3/4] rebase: refuse to switch to a branch already checked out elsewhere (test)
[PATCH] bisect: fix "reset" when branch is checked out elsewhere
2023-02-08 21:54 UTC (6+ messages)
` [PATCH v2] "
[PATCH v2 0/3] userdiff: Java updates
2023-02-08 20:55 UTC (4+ messages)
` [PATCH v3 "
[PATCH 0/2] branch: operations on orphan branches
2023-02-08 18:37 UTC (5+ messages)
` [PATCH v2 0/3] "
` [PATCH v3 "
What's cooking in git.git (Feb 2023, #01; Thu, 2)
2023-02-08 17:22 UTC (2+ messages)
` ds/bundle-uri-5 (was: Re: What's cooking in git.git (Feb 2023, #01; Thu, 2))
CMakeLists.txt from contrib/buildsystems fails to build on Mac
2023-02-08 16:53 UTC (5+ messages)
Bug Report git worktree
2023-02-08 16:40 UTC
[GSoC][PATCH] commit: warn the usage of reverse_commit_list() helper
2023-02-08 16:00 UTC (2+ messages)
[GSoC][PATCH] commit: warn the usage of reverse_commit_list() helper
2023-02-08 15:53 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
Code repositories for project(s) associated with this public inbox
https://80x24.org/mirrors/git.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).