git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-19 16:33:16 to 2022-08-22 15:54:10 UTC [more...]

git diff --functional-changes ?
 2022-08-22 15:53 UTC  (2+ messages)

[Question] How to fix 'static-analysis' build on Ubuntu 20.04
 2022-08-22 15:19 UTC 

[PATCH 0/7] Bundle URIs III: Parse and download from bundle lists
 2022-08-22 15:12 UTC  (8+ 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/2] Miscellaneous merge fixes
 2022-08-22 15:00 UTC  (7+ messages)
` [PATCH 1/2] merge: only apply autostash when appropriate
` [PATCH 2/2] merge: avoid searching for strategies with fewer than 0 conflicts

[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  (7+ messages)

[PATCH] trailer: allow spaces in tokens
 2022-08-22 13:58 UTC  (9+ messages)
` [PATCH v2] "

[RFC/PATCH] sequencer: do not translate reflog messages
 2022-08-22 13:53 UTC  (17+ messages)
` [PATCH 0/4] sequencer: clarify translations
  ` [PATCH 1/4] sequencer: do not translate reflog messages
  ` [PATCH 2/4] sequencer: do not translate parameters to error_resolve_conflict()

[PATCH] fsmonitor: option to allow fsmonitor to run against network-mounted repos
 2022-08-22 13:22 UTC  (8+ 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  (5+ messages)
` sg/parse-options-subcommand (was: What's cooking in git.git (Aug 2022, #07; Fri, 19))
` tl/trace2-config-scope "
` pw/rebase-keep-base-fixes, was Re: What's cooking in git.git (Aug 2022, #07; Fri, 19)
` en/ort-unused-code-removal, "

[PATCH 0/5] Some fixes and an improvement for using CTest on Windows
 2022-08-22 10:19 UTC  (4+ messages)
` [PATCH 3/5] tests: explicitly skip `chmod` calls "

git clone with basic auth in url directly returns authentication failure after 401 received under some git versions
 2022-08-22  9:07 UTC  (7+ messages)

[PATCH 0/6] unused function parameter potpourri
 2022-08-22  7:46 UTC  (18+ messages)
` [PATCH 1/6] xdiff: drop unused mmfile parameters from xdl_do_histogram_diff()
      ` [PATCH 7/6] xdiff: drop unused mmfile parameters from xdl_do_patience_diff()
` [PATCH 2/6] log-tree: drop unused commit param in remerge_diff()
` [PATCH 4/6] verify_one_sparse(): drop unused repository parameter
    ` [PATCH v2 "
` [PATCH 5/6] reftable: drop unused parameter from reader_seek_linear()

`git patch-id --stable' vs quoted-printable
 2022-08-22  4:57 UTC  (4+ messages)

Hello
 2022-08-22  0:49 UTC 

[PATCH 00/20] parse-options: handle subcommands
 2022-08-21 17:56 UTC  (37+ messages)
` [PATCH v2 "
  ` [PATCH v2 03/20] t5505-remote.sh: check the behavior without a subcommand
  ` [PATCH v2 04/20] t0040-parse-options: test parse_options() with various 'parse_opt_flags'
  ` [PATCH v2 05/20] api-parse-options.txt: fix description of OPT_CMDMODE
  ` [PATCH v2 06/20] parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options
  ` [PATCH v2 07/20] parse-options: clarify the limitations of PARSE_OPT_NODASH
  ` [PATCH v2 08/20] parse-options: drop leading space from '--git-completion-helper' output
  ` [PATCH v2 09/20] parse-options: add support for parsing subcommands
  ` [PATCH v2 10/20] builtin/bundle.c: let parse-options parse subcommands
  ` [PATCH v2 11/20] builtin/commit-graph.c: "
  ` [PATCH v2 12/20] builtin/gc.c: let parse-options parse 'git maintenance's subcommands
  ` [PATCH v2 14/20] builtin/multi-pack-index.c: let parse-options parse subcommands
  ` [PATCH v2 15/20] builtin/notes.c: "
  ` [PATCH v2 16/20] builtin/reflog.c: "
  ` [PATCH v2 19/20] builtin/stash.c: "
  ` [PATCH v2 20/20] builtin/worktree.c: "

[PATCH 00/20] submodule--helper: add tests, rm dead code, refactor & leak prep
 2022-08-21 16:12 UTC  (35+ messages)
` [PATCH v3 00/32] "
  ` [PATCH v3 01/32] submodule tests: test usage behavior
  ` [PATCH v3 02/32] submodule tests: test for "add <repository> <abs-path>"
  ` [PATCH v3 03/32] submodule--helper: remove unused "name" helper
  ` [PATCH v3 04/32] submodule--helper: remove unused "list" helper
  ` [PATCH v3 05/32] test-tool submodule-config: remove unused "--url" handling
  ` [PATCH v3 06/32] submodule--helper: move "is-active" to a test-tool
  ` [PATCH v3 07/32] submodule--helper: move "check-name" "
  ` [PATCH v3 08/32] submodule--helper: move "resolve-relative-url-test" "
  ` [PATCH v3 09/32] submodule--helper style: don't separate declared variables with \n\n
  ` [PATCH v3 10/32] submodule--helper style: add \n\n after variable declarations
  ` [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

[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

[PATCH 0/3] Show original filenames in merge tree
 2022-08-21  2:00 UTC  (6+ messages)
` [PATCH 1/3] merge-tree -z: always show the original file name first

rev-parse: -- is sometimes a flag and sometimes an arg?
 2022-08-21  0:54 UTC  (6+ messages)

[PATCH] merge-ort: remove code obsoleted by other changes
 2022-08-20 23:01 UTC  (3+ messages)

[BUG] "git am" gets confused when commit message contains text looking like a diff
 2022-08-20 21:35 UTC  (2+ messages)

[PATCH 0/6] midx: permit changing the preferred pack when reusing the MIDX
 2022-08-20 18:40 UTC  (9+ messages)
` [PATCH 1/6] t5326: demonstrate potential bitmap corruption
` [PATCH 2/6] t/lib-bitmap.sh: avoid silencing stderr
` [PATCH 3/6] midx.c: extract `struct midx_fanout`
` [PATCH 4/6] midx.c: extract `midx_fanout_add_midx_fanout()`
` [PATCH 5/6] midx.c: extract `midx_fanout_add_pack_fanout()`
` [PATCH 6/6] midx.c: include preferred pack correctly with existing MIDX

`git range-diff` lists chunks with uninteresting changes
 2022-08-20 14:51 UTC 

[PATCH v2] pipe_command(): mark stdin descriptor as non-blocking
 2022-08-20  7:04 UTC  (13+ messages)
  ` [PATCH] mingw: handle writes to non-blocking pipe
                  ` [PATCH v2 0/6] fix pipe_command() deadlock

[ANNOUNCE] git-remote-hg 0.6
 2022-08-20  0:41 UTC 

What's cooking in git.git (Aug 2022, #02; Fri, 5)
 2022-08-20  0:18 UTC  (6+ messages)

[PATCH v2 0/2] Allow --ancestry-path to take an argument
 2022-08-20  0:13 UTC  (8+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 3/3] revision: allow "

[PATCH v3 0/3] t0021: convert perl script to C test-tool helper
 2022-08-19 22:17 UTC  (4+ messages)
` [PATCH v4 "

[PATCH v5 3/6] pack-bitmap-write: learn pack.writeBitmapLookupTable and add tests
 2022-08-19 21:49 UTC  (11+ messages)

[PATCH 0/2] t/perf: fix broken tests
 2022-08-19 21:33 UTC  (4+ messages)
` [PATCH 1/2] p0004: fix prereq declaration
` [PATCH 2/2] p0006: fix 'read-tree' argument ordering

[PATCH v1 0/2] tr2: shows the scope unconditionally with config
 2022-08-19 21:18 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v2 0/5] scalar: enable built-in FSMonitor
 2022-08-19 21:06 UTC  (8+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 1/8] scalar: constrain enlistment search
  ` [PATCH v3 6/8] scalar: enable built-in FSMonitor on `register`

[PATCH] branch: allow "-" as a short-hand for "previous branch"
 2022-08-19 18:11 UTC  (6+ messages)

[PATCH v2] git-prompt: show presence of unresolved conflicts at command prompt
 2022-08-19 17:57 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v2 2/2] revision: allow --ancestry-path to take an argument
 2022-08-19 17:25 UTC  (2+ messages)

Bug in rebase --autosquash
 2022-08-19 16:53 UTC  (3+ messages)


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).