git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-08-01 16:46:39 to 2022-08-03 16:25:22 UTC [more...]

[PATCH v5 0/9] docs: create & use "(user|developer) interfaces" categories
 2022-08-03 16:25 UTC  (22+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/9] help.c: BUG() out if "help --guides" can't remove "git" prefixes
  ` [PATCH v7 00/10] docs: create & use "(user|developer) interfaces" categories
    ` [PATCH v7 01/10] help.c: refactor drop_prefix() to use a "switch" statement"
    ` [PATCH v7 02/10] help.c: remove common category behavior from drop_prefix() behavior
    ` [PATCH v7 03/10] git help doc: use "<doc>" instead of "<guide>"
    ` [PATCH v7 04/10] git docs: add a category for user-facing file, repo and command UX
    ` [PATCH v7 05/10] git docs: add a category for file formats, protocols and interfaces
    ` [PATCH v7 06/10] docs: move commit-graph format docs to man section 5
    ` [PATCH v7 07/10] docs: move protocol-related "
    ` [PATCH v7 08/10] docs: move pack format "
    ` [PATCH v7 09/10] docs: move http-protocol "
    ` [PATCH v7 10/10] docs: move multi-pack-index "

[PATCH 0/3] refs-advertise: add hook to filter advertised refs
 2022-08-03 16:17 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] t1419: add test cases for refs-advertise hook
` [PATCH 3/3] doc: add documentation for the "

[PATCH v1 0/4] rm: integrate with sparse-index
 2022-08-03 14:40 UTC  (8+ messages)
` [PATCH v1 1/4] t1092: add tests for `git-rm`
` [PATCH v1 2/4] pathspec.h: move pathspec_needs_expanded_index() from reset.c to here
` [PATCH v1 3/4] rm: expand the index only when necessary
` [PATCH v1 4/4] rm: integrate with sparse-index

[PATCH v1 0/7] mv: from in-cone to out-of-cone
 2022-08-03 14:30 UTC  (5+ messages)
` [PATCH v1 6/7] "

[PATCH] rebase: introduce allow-inline-reword option
 2022-08-03 14:16 UTC  (6+ messages)

[PATCH 00/20] parse-options: handle subcommands
 2022-08-03 13:11 UTC  (6+ messages)
` [PATCH 01/20] git.c: update NO_PARSEOPT markings

[PATCH 00/20] submodule--helper: add tests, rm dead code, refactor & leak prep
 2022-08-03 13:06 UTC  (37+ messages)
` [PATCH v2 00/28] "
  ` [PATCH v2 01/28] submodule tests: test usage behavior
  ` [PATCH v2 02/28] submodule tests: test for "add <repository> <abs-path>"
  ` [PATCH v2 03/28] submodule--helper: remove unused "name" helper
  ` [PATCH v2 04/28] submodule--helper: remove unused "list" helper
  ` [PATCH v2 05/28] test-tool submodule-config: remove unused "--url" handling
  ` [PATCH v2 06/28] submodule--helper: move "is-active" to a test-tool
  ` [PATCH v2 07/28] submodule--helper: move "check-name" "
  ` [PATCH v2 08/28] submodule--helper: move "resolve-relative-url-test" "
  ` [PATCH v2 09/28] submodule--helper style: don't separate declared variables with \n\n
  ` [PATCH v2 10/28] submodule--helper style: add \n\n after variable declarations
  ` [PATCH v2 11/28] submodule--helper: replace memset() with { 0 }-initialization
  ` [PATCH v2 12/28] submodule--helper: use xstrfmt() in clone_submodule()
  ` [PATCH v2 13/28] submodule--helper: move "sb" in clone_submodule() to its own scope
  ` [PATCH v2 14/28] submodule--helper: pass a "const struct module_clone_data" to clone_submodule()
  ` [PATCH v2 15/28] submodule--helper: add "const" to copy of "update_data"
  ` [PATCH v2 16/28] submodule--helper: refactor "errmsg_str" to be a "struct strbuf"
  ` [PATCH v2 17/28] submodule--helper: don't redundantly check "else if (res)"
  ` [PATCH v2 18/28] submodule--helper: rename "int res" to "int ret"
  ` [PATCH v2 19/28] submodule--helper: return "ret", not "1" from update_submodule()
  ` [PATCH v2 20/28] submodule--helper: add missing braces to "else" arm
  ` [PATCH v2 21/28] submodule--helper: don't call submodule_strategy_to_string() in BUG()
  ` [PATCH v2 22/28] submodule--helper: move submodule_strategy_to_string() to only user
  ` [PATCH v2 23/28] submodule--helper: use "code" in run_update_command()
  ` [PATCH v2 24/28] submodule--helper: don't exit() on failure, return
  ` [PATCH v2 25/28] submodule--helper: libify determine_submodule_update_strategy()
  ` [PATCH v2 26/28] submodule--helper: libify "must_die_on_failure" code paths
  ` [PATCH v2 27/28] submodule--helper: libify "must_die_on_failure" code paths (for die)
  ` [PATCH v2 28/28] submodule--helper: fix bad config API usage

[PATCH 0/3] log: create tighter default decoration filter
 2022-08-03 13:03 UTC  (14+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] refs: allow "HEAD" as "
  ` [PATCH v2 02/10] t4207: test coloring of grafted decorations
  ` [PATCH v2 03/10] refs: add array of ref namespaces
  ` [PATCH v2 05/10] log-tree: use ref_namespaces instead of if/else-if
  ` [PATCH v2 09/10] maintenance: stop writing log.excludeDecoration

[PATCH 0/7] Generalize 'scalar diagnose' into 'git bugreport --diagnose'
 2022-08-03 12:34 UTC  (26+ messages)
` [PATCH 1/7] scalar: use "$GIT_UNZIP" in 'scalar diagnose' test
` [PATCH 2/7] builtin/bugreport.c: create '--diagnose' option
` [PATCH 3/7] builtin/bugreport.c: avoid size_t overflow
` [PATCH 4/7] builtin/bugreport.c: add directory to archiver more gently
` [PATCH 5/7] builtin/bugreport.c: add '--no-report' option
` [PATCH 6/7] scalar: use 'git bugreport --diagnose' in 'scalar diagnose'
` [PATCH 7/7] scalar: update technical doc roadmap

[RFC PATCH 1/2] notes: support fetching notes from an external repo
 2022-08-03  8:09 UTC  (4+ messages)
` [RFC PATCH 2/2] notes: create interface to iterate over notes for a given oid

[RFC/PATCH] pipe_command(): mark stdin descriptor as non-blocking
 2022-08-03  3:53 UTC  (5+ messages)
    ` [PATCH v2] "

pack-objects: won't show the "Writing objects" progress if bitmap exists
 2022-08-03  3:43 UTC 

[PATCH v6] submodule merge: update conflict error message
 2022-08-02 22:22 UTC  (9+ messages)
` [PATCH v7] "

[PATCH] fetch-pack: add tracing for negotiation rounds
 2022-08-02 22:04 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/2] mergetools: vimdiff3: fix regression
 2022-08-02 21:41 UTC  (3+ messages)
` [PATCH 1/2] mergetools: vimdiff3: make it work as intended
` [PATCH 2/2] mergetools: vimdiff3: fix diffopt options

[PATCH 0/5] Bundle URIs II: git clone --bundle-uri
 2022-08-02 21:32 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] remote-curl: add 'get' capability
  ` [PATCH v2 2/5] bundle-uri: create basic file-copy logic
  ` [PATCH v2 3/5] clone: add --bundle-uri option
  ` [PATCH v2 4/5] bundle-uri: add support for http(s):// and file://
  ` [PATCH v2 5/5] clone: --bundle-uri cannot be combined with --depth

[PATCH v4 0/6] [GSoC] bitmap: integrate a lookup table extension to the bitmap format
 2022-08-02 17:44 UTC  (7+ messages)
` [PATCH v5 "
  ` [PATCH v5 3/6] pack-bitmap-write: learn pack.writeBitmapLookupTable and add tests

Git v2.20.1 EOS date
 2022-08-02 16:12 UTC  (3+ messages)

[PATCH v4 00/17] submodule--helper: (only) fix memory leaks
 2022-08-02 15:54 UTC  (19+ messages)
` [PATCH v5 00/17] submodule--helper: "
  ` [PATCH v5 01/17] submodule--helper: fix a leak in "clone_submodule"
  ` [PATCH v5 02/17] submodule--helper: fix trivial get_default_remote_submodule() leak
  ` [PATCH v5 03/17] submodule--helper: fix most "struct pathspec" memory leaks
  ` [PATCH v5 04/17] submodule--helper: "struct pathspec" memory leak in module_update()
  ` [PATCH v5 05/17] submodule--helper: don't leak {run,capture}_command() cp.dir argument
  ` [PATCH v5 06/17] submodule--helper: add and use *_release() functions
  ` [PATCH v5 07/17] submodule--helper: fix "errmsg_str" memory leak
  ` [PATCH v5 08/17] submodule--helper: fix "sm_path" and other "module_cb_list" leaks
  ` [PATCH v5 09/17] submodule--helper: fix a leak with repo_clear()
  ` [PATCH v5 10/17] submodule--helper: fix a memory leak in get_default_remote_submodule()
  ` [PATCH v5 11/17] submodule--helper: fix "reference" leak
  ` [PATCH v5 12/17] submodule--helper: fix obscure leak in module_add()
  ` [PATCH v5 13/17] submodule--helper: fix a "
  ` [PATCH v5 14/17] submodule--helper: fix a memory leak in print_status()
  ` [PATCH v5 15/17] submodule--helper: free some "displaypath" in "struct update_data"
  ` [PATCH v5 16/17] submodule--helper: free rest of "
  ` [PATCH v5 17/17] submodule--helper: fix a configure_added_submodule() leak

[PATCH v2 0/6] revisions API: fix more memory leaks
 2022-08-02 15:33 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] bisect.c: add missing "goto" for release_revisions()
  ` [PATCH v3 2/6] test-fast-rebase helper: use release_revisions() (again)
  ` [PATCH v3 3/6] log: fix a memory leak in "git show <revision>..."
  ` [PATCH v3 4/6] log: refactor "rev.pending" code in cmd_show()
  ` [PATCH v3 5/6] bisect.c: partially fix bisect_rev_setup() memory leak
  ` [PATCH v3 6/6] revisions API: don't leak memory on argv elements that need free()-ing

'git clone,' build makes user non-writable files (should be option keep user-writable)
 2022-08-02 14:34 UTC  (5+ messages)

[GSoC] Abhradeep's GSoC blogs (2 Aug, 2022 IST)
 2022-08-02 14:07 UTC 

fsmonitor: perpetual trivial response
 2022-08-02 13:51 UTC  (4+ messages)

[PATCH 0/9] Fix issues of reference-transaction hook for various git commands
 2022-08-02 12:42 UTC  (5+ messages)
` [PATCH 5/9] refs: avoid duplicate running of the reference-transaction hook
` [PATCH 9/9] refs: reimplement refs_delete_refs() and run hook once

"git symbolic-ref" doesn't do a very good job
 2022-08-02  0:57 UTC  (16+ messages)

[PATCH v3 0/3] t0021: convert perl script to C test-tool helper
 2022-08-02  0:16 UTC  (8+ messages)
` [PATCH v3 1/3] t0021: avoid grepping for a Perl-specific string at filter output
` [PATCH v3 2/3] t0021: implementation the rot13-filter.pl script in C

--creation-factor=100 does not show code
 2022-08-01 23:17 UTC  (6+ messages)
  ` Re* "

What's cooking in git.git (Aug 2022, #01; Mon, 1)
 2022-08-01 22:59 UTC 

[PATCH] Documentation/git-reflog: remove unneeded \ from \{
 2022-08-01 21:33 UTC  (2+ messages)

Seeking Review Club nominations
 2022-08-01 21:27 UTC 

[PATCH v4 0/8] cat-file: add --batch-command remote-object-info command
 2022-08-01 18:58 UTC  (7+ messages)
` [PATCH v5 4/6] serve: advertise object-info feature

Option to allow fsmonitor to run against repos on network file systems
 2022-08-01 18:35 UTC  (5+ messages)

What's cooking in git.git (Jul 2022, #08; Fri, 29)
 2022-08-01 16:56 UTC  (3+ messages)
` ab/leak-check (was: What's cooking in git.git (Jul 2022, #08; Fri, 29))
  ` ab/leak-check


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