git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-07-26 01:06:47 to 2022-07-28 20:40:41 UTC [more...]

[PATCH v5 0/9] docs: create & use "(user|developer) interfaces" categories
 2022-07-28 20:40 UTC  (12+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/9] help.c: BUG() out if "help --guides" can't remove "git" prefixes
  ` [PATCH v6 2/9] git help doc: use "<doc>" instead of "<guide>"
  ` [PATCH v6 3/9] git docs: add a category for user-facing file, repo and command UX
  ` [PATCH v6 4/9] git docs: add a category for file formats, protocols and interfaces
  ` [PATCH v6 5/9] docs: move commit-graph format docs to man section 5
  ` [PATCH v6 6/9] docs: move protocol-related "
  ` [PATCH v6 7/9] docs: move pack format "
  ` [PATCH v6 8/9] docs: move http-protocol "
  ` [PATCH v6 9/9] docs: move multi-pack-index "

[PATCH 0/2] t0021: convert perl script to C test-tool helper
 2022-07-28 19:50 UTC  (5+ messages)
` [PATCH v2] t/t0021: convert the rot13-filter.pl script to C

--creation-factor=100 does not show code
 2022-07-28 19:54 UTC  (8+ messages)
  ` Re* "
    ` [PATCH] format-patch: clarify --creation-factor=<factor>

[PATCH v5 0/4] Add support for mailmap in cat-file
 2022-07-28 19:32 UTC  (5+ messages)
` [PATCH v6 "

[PATCH v4 0/6] [GSoC] bitmap: integrate a lookup table extension to the bitmap format
 2022-07-28 19:22 UTC  (17+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/6] pack-bitmap-write.c: write lookup table extension
  ` [PATCH v5 3/6] pack-bitmap-write: learn pack.writeBitmapLookupTable and add tests
  ` [PATCH v5 4/6] pack-bitmap: prepare to read lookup table extension
  ` [PATCH v5 5/6] p5310-pack-bitmaps.sh: enable `pack.writeReverseIndex`

[PATCH v5] submodule merge: update conflict error message
 2022-07-28 19:06 UTC  (7+ messages)
` [PATCH v6] "

Feature request: better error messages when UTF-8 bites
 2022-07-28 18:01 UTC  (4+ messages)

[PATCH] git-prompt: show 'CONFLICT' indicator at command prompt
 2022-07-28 17:44 UTC  (4+ messages)

[PATCH] CI: add SANITIZE=[address|undefined] jobs
 2022-07-28 17:41 UTC  (9+ messages)

[PATCH] refs: work around network caching on Windows
 2022-07-28 17:37 UTC  (3+ messages)
` [PATCH v2] lstat(mingw): correctly detect ENOTDIR scenarios

[PATCH] mingw: include the Python parts in the build
 2022-07-28 17:29 UTC  (2+ messages)

Lost file after git merge
 2022-07-28 17:11 UTC  (3+ messages)

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

[PATCH 00/20] submodule--helper: add tests, rm dead code, refactor & leak prep
 2022-07-28 16:17 UTC  (21+ messages)
` [PATCH 01/20] submodule tests: test usage behavior
` [PATCH 02/20] submodule tests: test for "add <repository> <abs-path>"
` [PATCH 03/20] submodule--helper: remove unused "name" helper
` [PATCH 04/20] submodule--helper: remove unused "list" helper
` [PATCH 05/20] test-tool submodule-config: remove unused "--url" handling
` [PATCH 06/20] submodule--helper: move "is-active" to a test-tool
` [PATCH 07/20] submodule--helper: move "check-name" "
` [PATCH 08/20] submodule--helper: move "resolve-relative-url-test" "
` [PATCH 09/20] submodule--helper style: don't separate declared variables with \n\n
` [PATCH 10/20] submodule--helper style: add \n\n after variable declarations
` [PATCH 11/20] submodule--helper: replace memset() with { 0 }-initialization
` [PATCH 12/20] submodule--helper: convert a strbuf_detach() to xstrfmt()
` [PATCH 13/20] submodule--helper: stop conflating "sb" in clone_submodule()
` [PATCH 14/20] submodule--helper: pass a "const struct module_clone_data" to clone_submodule()
` [PATCH 15/20] submodule--helper: add "const" to copy of "update_data"
` [PATCH 16/20] submodule--helper: refactor "errmsg_str" to be a "struct strbuf"
` [PATCH 17/20] submodule--helper: rename "int res" to "int ret"
` [PATCH 18/20] submodule--helper: add skeleton "goto cleanup" to update_submodule()
` [PATCH 19/20] submodule--helper: don't exit() on failure, return
` [PATCH 20/20] submodule--helper: fix bad config API usage

Question: What's the best way to implement directory permission control in git?
 2022-07-28 15:50 UTC  (5+ messages)

[PATCH] Use 'Everything up to date.' instead of 'Everything up-to-date'
 2022-07-28 14:27 UTC  (4+ messages)

fsmonitor: perpetual trivial response
 2022-07-28 13:48 UTC  (2+ messages)

[RFC PATCH] gitweb: improve title shortening heuristics
 2022-07-28  1:30 UTC  (7+ messages)

[PATCH v3 1/2] docs: document bundle URI standard
 2022-07-28  1:23 UTC  (2+ messages)

[PATCH v2 00/14] leak test: add "check" test mode, mark leak-free tests
 2022-07-27 23:13 UTC  (17+ messages)
` [PATCH v3 00/15] "
  ` [PATCH v3 01/15] test-lib: use $1, not $@ in test_known_broken_{ok,failure}_
  ` [PATCH v3 02/15] test-lib: don't set GIT_EXIT_OK before calling test_atexit_handler
  ` [PATCH v3 03/15] test-lib: fix GIT_EXIT_OK logic errors, use BAIL_OUT
  ` [PATCH v3 04/15] test-lib: add a --invert-exit-code switch
  ` [PATCH v3 05/15] t/README: reword the "GIT_TEST_PASSING_SANITIZE_LEAK" description
  ` [PATCH v3 06/15] test-lib: add a SANITIZE=leak logging mode
  ` [PATCH v3 07/15] t/Makefile: don't remove test-results in "clean-except-prove-cache"
  ` [PATCH v3 08/15] tests: move copy/pasted PERL + Test::More checks to a lib-perl.sh
  ` [PATCH v3 09/15] test-lib: simplify by removing test_external
  ` [PATCH v3 10/15] test-lib: add a GIT_TEST_PASSING_SANITIZE_LEAK=check mode
  ` [PATCH v3 11/15] test-lib: have the "check" mode for SANITIZE=leak consider leak logs
  ` [PATCH v3 12/15] leak tests: don't skip some tests under SANITIZE=leak
  ` [PATCH v3 13/15] leak tests: mark passing SANITIZE=leak tests as leak-free
  ` [PATCH v3 14/15] upload-pack: fix a memory leak in create_pack_file()
  ` [PATCH v3 15/15] CI: use "GIT_TEST_SANITIZE_LEAK_LOG=true" in linux-leaks

[PATCH 0/5] Bundle URIs II: git clone --bundle-uri
 2022-07-27 23:00 UTC  (9+ messages)
` [PATCH 1/5] remote-curl: add 'get' capability
` [PATCH 2/5] bundle-uri: create basic file-copy logic
` [PATCH 4/5] bundle-uri: add support for http(s):// and file://

[PATCH 0/3] log: create tighter default decoration filter
 2022-07-27 20:40 UTC  (16+ messages)
` [PATCH 1/3] refs: allow "HEAD" as "
` [PATCH 2/3] log: add default "
` [PATCH 3/3] maintenance: stop writing log.excludeDecoration

What's cooking in git.git (Jul 2022, #07; Fri, 22)
 2022-07-27 19:12 UTC  (7+ messages)
` tb/commit-graph-genv2-upgrade-fix
` ds/midx-with-less-memory

[PATCH] config.c: NULL check when reading protected config
 2022-07-27 17:07 UTC  (14+ messages)
` [PATCH v2] "
  ` nonnull v.s. BUG() if !x (was: [PATCH v2] config.c: NULL check when reading protected config)

[PATCH 0/2] cat-file: support NUL-delimited input with `-z`
 2022-07-27 14:20 UTC  (9+ messages)
` [PATCH 2/2] builtin/cat-file.c: "

[PATCH] cmake: support local installations of git
 2022-07-27  9:05 UTC 

[GSoC] Status update
 2022-07-27  7:52 UTC  (2+ messages)
` [GSoC] Week 5 and week 6 status update

git not compiling under MSYS2
 2022-07-26 21:59 UTC  (2+ messages)

[PATCH 00/20] parse-options: handle subcommands
 2022-07-26 19:55 UTC  (6+ messages)
` [PATCH 01/20] git.c: update NO_PARSEOPT markings

Race condition between repack and loose-objects maintenance task
 2022-07-26 18:11 UTC  (11+ messages)

[PATCH v2] fetch-pack: write effective filter to trace2
 2022-07-26 16:28 UTC  (2+ messages)

[PATCH] fetch-pack: write effective filter to trace2
 2022-07-26 16:27 UTC  (2+ messages)
` [PATCH v3] "

Feature request: provide a persistent IDs on a commit
 2022-07-26  8:43 UTC  (12+ messages)

Pre-computed similarity indexes
 2022-07-26  7:27 UTC  (2+ messages)

[PATCH v2 0/6] Fix merge restore state
 2022-07-26  6:54 UTC  (17+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 3/7] merge: do not abort early if one strategy fails to handle the merge
  ` [PATCH v4 0/7] Fix merge restore state
    ` [PATCH v4 2/7] merge-resolve: abort if index does not match HEAD
    ` [PATCH v5 0/8] Fix merge restore state

[PATCH v2 0/3] Fix dual rename into each other plus conflicting adds
 2022-07-26  4:48 UTC  (7+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 4/5] merge-ort: shuffle the computation and cleanup of potential collisions
      ` C99 "for (int ..." form on "master" (was: [PATCH v3 4/5] merge-ort: shuffle the computation and cleanup of potential collisions)
          ` C99 "for (int ..." form on "master"

Dropbox and "Your local changes to the following files would be overwritten by merge"
 2022-07-26  2:38 UTC  (5+ messages)


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