messages from 2022-08-21 13:59:13 to 2022-08-24 14:40:34 UTC [more...]
[PATCH] ci: update 'static-analysis' to Ubuntu 22.04
2022-08-24 14:40 UTC (2+ messages)
[PATCH 0/3] built-in add -p: support diff-so-fancy better
2022-08-24 13:21 UTC (7+ messages)
` [PATCH 1/3] t3701: redefine what is "bogus" output of a diff filter
` [PATCH 2/3] add -p: gracefully ignore unparseable hunk headers in colored diffs
` [PATCH 3/3] add -p: handle `diff-so-fancy`'s hunk headers better
[PATCH] promisor-remote: fix xcalloc() argument order
2022-08-24 11:39 UTC (9+ messages)
` [PATCH v2] "
bugreport: "git config --global" fails if an invalid .git file present
2022-08-24 11:34 UTC (4+ messages)
curiosities with tempfile.active
2022-08-24 9:35 UTC
Bug in 'git log --remerge-diff' when used with '--find-object' and '--submodule=log|diff'
2022-08-24 7:36 UTC (2+ messages)
[PATCH] grep: fix multibyte regex handling under macOS
2022-08-24 5:13 UTC (4+ messages)
` [PATCH v2] "
[PATCH 00/20] submodule--helper: add tests, rm dead code, refactor & leak prep
2022-08-24 0:12 UTC (31+ messages)
` [PATCH v3 00/32] "
` [PATCH v3 01/32] submodule tests: test usage behavior
` [PATCH v3 11/32] submodule--helper: replace memset() with { 0 }-initialization
` [PATCH v3 12/32] submodule--helper: use xstrfmt() in clone_submodule()
` [PATCH v3 13/32] submodule--helper: move "sb" in clone_submodule() to its own scope
` [PATCH v3 14/32] submodule--helper: add "const" to passed "module_clone_data"
` [PATCH v3 15/32] submodule--helper: add "const" to copy of "update_data"
` [PATCH v3 16/32] submodule--helper: refactor "errmsg_str" to be a "struct strbuf"
` [PATCH v3 17/32] submodule--helper: don't redundantly check "else if (res)"
` [PATCH v3 18/32] submodule--helper: rename "int res" to "int ret"
` [PATCH v3 19/32] submodule--helper: return "ret", not "1" from update_submodule()
` [PATCH v3 20/32] submodule--helper: add missing braces to "else" arm
` [PATCH v3 21/32] submodule--helper: don't call submodule_strategy_to_string() in BUG()
` [PATCH v3 22/32] submodule API: don't handle SM_..{UNSPECIFIED,COMMAND} in to_string()
` [PATCH v3 23/32] submodule--helper: use "code" in run_update_command()
` [PATCH v3 24/32] submodule--helper: don't exit() on failure, return
` [PATCH v3 25/32] submodule--helper: libify determine_submodule_update_strategy()
` [PATCH v3 26/32] submodule--helper: libify "must_die_on_failure" code paths
` [PATCH v3 27/32] submodule--helper update: don't override 'checkout' exit code
` [PATCH v3 28/32] submodule--helper: libify "must_die_on_failure" code paths (for die)
` [PATCH v3 29/32] submodule--helper: check repo{_submodule,}_init() return values
` [PATCH v3 30/32] submodule--helper: libify more "die" paths for module_update()
` [PATCH v3 31/32] submodule--helper: libify even "
` [PATCH v3 32/32] submodule--helper: fix bad config API usage
git maintenance broken on FreeBSD
2022-08-23 21:15 UTC (5+ messages)
` [PATCH] gc: use temporary file for editing crontab
git clone with basic auth in url directly returns authentication failure after 401 received under some git versions
2022-08-23 20:16 UTC (8+ messages)
git diff prints long usage help if not run in git repo
2022-08-23 20:03 UTC (3+ messages)
[PATCH] fsmonitor: option to allow fsmonitor to run against network-mounted repos
2022-08-23 18:55 UTC (13+ messages)
` [PATCH v2 0/4] "
` [PATCH v2 1/4] "
` [PATCH v2 2/4] fsmonitor: macOS: "
` [PATCH v2 3/4] Check working directory and Unix domain socket file for compatability
` [PATCH v2 4/4] Minor refactoring and simplification of Windows settings checks
` [PATCH v3 0/2] fsmonitor: option to allow fsmonitor to run against network-mounted repos
` [PATCH v3 1/2] fsmonitor: macOS: "
` [PATCH v3 2/2] Check working directory and Unix domain socket file for compatability
Regression in 'git add -p' with 'interactive.diffFilter' since builtin version is default
2022-08-23 18:38 UTC (3+ messages)
rev-parse: -- is sometimes a flag and sometimes an arg?
2022-08-23 17:45 UTC (8+ messages)
[Question] How to fix 'static-analysis' build on Ubuntu 20.04
2022-08-23 17:30 UTC (3+ messages)
[PATCH 0/7] Bundle URIs III: Parse and download from bundle lists
2022-08-23 16:43 UTC (15+ messages)
` [PATCH 1/7] bundle-uri: create bundle_list struct and helpers
` [PATCH 2/7] bundle-uri: create base key-value pair parsing
` [PATCH 3/7] bundle-uri: create "key=value" line parsing
` [PATCH 4/7] bundle-uri: unit test "key=value" parsing
` [PATCH 5/7] bundle-uri: parse bundle list in config format
` [PATCH 6/7] bundle-uri: limit recursion depth for bundle lists
` [PATCH 7/7] bundle-uri: fetch a list of bundles
[PATCH 0/6] midx: permit changing the preferred pack when reusing the MIDX
2022-08-23 16:23 UTC (26+ messages)
` [PATCH 1/6] t5326: demonstrate potential bitmap corruption
` [PATCH 2/6] t/lib-bitmap.sh: avoid silencing stderr
` [PATCH 6/6] midx.c: include preferred pack correctly with existing MIDX
` [PATCH v2 0/7] midx: permit changing the preferred pack when reusing the MIDX
` [PATCH v2 1/7] t5326: demonstrate potential bitmap corruption
` [PATCH v2 2/7] t/lib-bitmap.sh: avoid silencing stderr
` [PATCH v2 3/7] midx.c: extract `struct midx_fanout`
` [PATCH v2 4/7] midx.c: extract `midx_fanout_add_midx_fanout()`
` [PATCH v2 5/7] midx.c: extract `midx_fanout_add_pack_fanout()`
` [PATCH v2 6/7] midx.c: include preferred pack correctly with existing MIDX
` [PATCH v2 7/7] midx.c: avoid adding preferred objects twice
[PATCH] trailer: allow spaces in tokens
2022-08-23 14:06 UTC (10+ messages)
` [PATCH v2] "
` [PATCH] Documentation: clarify whitespace rules for trailers
[PATCH v2 0/5] Bundle URIs II: git clone --bundle-uri
2022-08-23 14:05 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v3 3/5] clone: add --bundle-uri option
[PATCH 0/2] Allow passing pathspecs to git range-diff
2022-08-23 12:35 UTC (3+ messages)
` [PATCH 1/2] range-diff: reorder argument handling
` [PATCH 2/2] range-diff: optionally accept a pathspec
[PATCH 0/5] Some fixes and an improvement for using CTest on Windows
2022-08-23 8:31 UTC (11+ messages)
` [PATCH 3/5] tests: explicitly skip `chmod` calls "
` [PATCH v2 0/5] Some fixes and an improvement for using CTest "
` [PATCH v2 1/5] cmake: make it easier to diagnose regressions in CTest runs
` [PATCH v2 2/5] cmake: copy the merge tools for testing
` [PATCH v2 3/5] add -p: avoid ambiguous signed/unsigned comparison
` [PATCH v2 4/5] cmake: avoid editing t/test-lib.sh
` [PATCH v2 5/5] cmake: increase time-out for a long-running test
[PATCH] t4301: add more interesting merge-tree testcases
2022-08-23 6:48 UTC
[PATCH 0/3] tests: fix broken &&-chains & abort loops on error
2022-08-23 6:30 UTC (9+ messages)
` [PATCH 1/3] t2407: fix broken &&-chains in compound statement
` [PATCH 2/3] t1092: fix buggy sparse "blame" test
` [PATCH 3/3] t: detect and signal failure within loop
[PATCH 0/3] Show original filenames in merge tree
2022-08-23 6:24 UTC (5+ messages)
` [PATCH 1/3] merge-tree -z: always show the original file name first
BUG: fsmonitor.c:21: fsmonitor_dirty has more entries than the index
2022-08-23 4:53 UTC (4+ messages)
[PATCH 0/2] Miscellaneous merge fixes
2022-08-23 3:03 UTC (11+ messages)
` [PATCH 2/2] merge: avoid searching for strategies with fewer than 0 conflicts
` [PATCH v2 0/3] Miscellaneous merge fixes
` [PATCH v2 1/3] merge: only apply autostash when appropriate
` [PATCH v2 2/3] merge: cleanup confusing logic for handling successful merges
` [PATCH v2 3/3] merge: small code readability improvement
[PATCH v2 0/1] pathspec: fix memleak
2022-08-22 21:41 UTC (3+ messages)
` [PATCH v2 1/1] "
`git range-diff` lists chunks with uninteresting changes
2022-08-22 18:47 UTC (3+ messages)
`git patch-id --stable' vs quoted-printable
2022-08-22 18:25 UTC (8+ messages)
[RFC/PATCH] sequencer: do not translate reflog messages
2022-08-22 16:12 UTC (8+ messages)
` [PATCH 0/4] sequencer: clarify translations
` [PATCH 2/4] sequencer: do not translate parameters to error_resolve_conflict()
git diff --functional-changes ?
2022-08-22 15:53 UTC (2+ messages)
[PATCH v5 0/6] [GSoC] bitmap: integrate a lookup table extension to the bitmap format
2022-08-22 14:48 UTC (5+ messages)
` [PATCH v6 "
[PATCH 0/11] annotating unused function parameters
2022-08-22 14:14 UTC (6+ messages)
[PATCH] t64??: convert 'test_create_repo' to 'git init'
2022-08-22 12:46 UTC (2+ messages)
What's cooking in git.git (Aug 2022, #07; Fri, 19)
2022-08-22 11:16 UTC (3+ messages)
` pw/rebase-keep-base-fixes, was "
` en/ort-unused-code-removal, "
[PATCH 0/6] unused function parameter potpourri
2022-08-22 7:46 UTC (4+ messages)
` [PATCH 5/6] reftable: drop unused parameter from reader_seek_linear()
Hello
2022-08-22 0:49 UTC
[PATCH 00/20] parse-options: handle subcommands
2022-08-21 17:56 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 15/20] builtin/notes.c: let parse-options parse subcommands
[PATCH v5 00/17] submodule--helper: fix memory leaks
2022-08-21 13:59 UTC (19+ messages)
` [PATCH v6 "
` [PATCH v6 01/17] submodule--helper: fix a leak in "clone_submodule"
` [PATCH v6 02/17] submodule--helper: fix trivial get_default_remote_submodule() leak
` [PATCH v6 03/17] submodule--helper: fix most "struct pathspec" memory leaks
` [PATCH v6 04/17] submodule--helper: "struct pathspec" memory leak in module_update()
` [PATCH v6 05/17] submodule--helper: don't leak {run,capture}_command() cp.dir argument
` [PATCH v6 06/17] submodule--helper: add and use *_release() functions
` [PATCH v6 07/17] submodule--helper: fix "errmsg_str" memory leak
` [PATCH v6 08/17] submodule--helper: fix "sm_path" and other "module_cb_list" leaks
` [PATCH v6 09/17] submodule--helper: fix a leak with repo_clear()
` [PATCH v6 10/17] submodule--helper: fix a memory leak in get_default_remote_submodule()
` [PATCH v6 11/17] submodule--helper: fix "reference" leak
` [PATCH v6 12/17] submodule--helper: fix obscure leak in module_add()
` [PATCH v6 13/17] submodule--helper: fix a "
` [PATCH v6 14/17] submodule--helper: fix a memory leak in print_status()
` [PATCH v6 15/17] submodule--helper: free some "displaypath" in "struct update_data"
` [PATCH v6 16/17] submodule--helper: free rest of "
` [PATCH v6 17/17] submodule--helper: fix a configure_added_submodule() leak
page: next (older) | prev (newer) | latest
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).