git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-06-15 00:10:51 to 2022-06-16 23:21:07 UTC [more...]

[RFC PATCH 0/1] dir: consider worktree config in path recursion
 2022-06-16 23:19 UTC  (2+ messages)
  ` [PATCH v4 1/2] dir: traverse into repository

[PATCH] git-prompt: use builtin test
 2022-06-16 22:37 UTC  (2+ messages)

[PATCH] remote: handle negative refspecs in git remote show
 2022-06-16 22:33 UTC  (10+ messages)

[PATCH v2 0/5] support negative refspecs in git remote show
 2022-06-16 22:08 UTC  (14+ messages)
` [PATCH v2 1/5] t5505: remove sub shell use in favor of git -C
` [PATCH v2 2/5] tests: handle --global directly in test_config/test_unconfig
` [PATCH v2 3/5] tests: only automatically unset matching values from test_config
` [PATCH v2 4/5] t5505: use test_config where appropriate
` [PATCH v2 5/5] remote: handle negative refspecs in git remote show

What's cooking in git.git (Jun 2022, #04; Mon, 13)
 2022-06-16 21:58 UTC  (4+ messages)
` gc/bare-repo-discovery (was Re: What's cooking in git.git (Jun 2022, #04; Mon, 13))
` gc/submodule-update "

[PATCH v2 0/3] bitmap-format.txt: fix some formatting issues and include checksum info
 2022-06-16 21:18 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] bitmap-format.txt: fix some formatting issues
  ` [PATCH v4 0/3] bitmap-format.txt: fix some formatting issues and include checksum info
    ` [PATCH v4 1/3] bitmap-format.txt: feed the file to asciidoc to generate html
    ` [PATCH v4 2/3] bitmap-format.txt: fix some formatting issues
    ` [PATCH v4 3/3] bitmap-format.txt: add information for trailing checksum

[PATCH] send-pack.c: add config push.useBitmaps
 2022-06-16 21:17 UTC  (13+ messages)
    ` [Internet]Re: "
` [PATCH v2] "
    ` [Internet]Re: "

[PATCH 00/11] Coverity fixes
 2022-06-16 20:43 UTC  (37+ messages)
` [PATCH 01/11] mingw: avoid accessing uninitialized memory in `is_executable()`
` [PATCH 02/11] fsmonitor: avoid memory leak in `fsm_settings__get_incompatible_msg()`
` [PATCH 03/11] submodule--helper: avoid memory leak in `update_submodule()`
` [PATCH 04/11] get_oid_with_context_1(): avoid use-after-free
` [PATCH 05/11] submodule-config: avoid memory leak
` [PATCH 06/11] pack-redundant: avoid using uninitialized memory
` [PATCH 07/11] submodule--helper: avoid memory leak when fetching submodules
` [PATCH 08/11] read_index_from(): avoid memory leak
` [PATCH 09/11] pack-mtimes: avoid closing a bogus file descriptor
` [PATCH 10/11] relative_url(): fix incorrect condition
` [PATCH 11/11] bug_fl(): add missing `va_end()` call
            ` [PATCH] bug_fl(): correctly initialize trace2 va_list

[PATCH] perf-lib: fix missing test titles in output
 2022-06-16 19:51 UTC  (3+ messages)

[PATCH 0/4] Reactions to v2.37.0-rc0 test coverage report
 2022-06-16 19:13 UTC  (13+ messages)
` [PATCH 1/4] t2107: test 'git update-index --verbose'
` [PATCH 2/4] t5329: test 'git gc --cruft' without '--prune=now'
` [PATCH v2 0/4] Reactions to v2.37.0-rc0 test coverage report
  ` [PATCH v2 1/4] t2107: test 'git update-index --verbose'
  ` [PATCH v2 2/4] t5329: test 'git gc --cruft' without '--prune=now'
  ` [PATCH v2 3/4] pack-write: drop always-NULL parameter
  ` [PATCH v2 4/4] cache-tree: remove cache_tree_find_path()

[PATCH 0/2] Avoid spawning gzip in git archive
 2022-06-16 18:55 UTC  (18+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 5/5] archive-tar: use internal gzip by default
` [PATCH v4 0/6] Avoid spawning gzip in git archive
  ` [PATCH v4 1/6] archive: update format documentation
  ` [PATCH v4 2/6] archive: rename archiver data field to filter_command
  ` [PATCH v4 3/6] archive-tar: factor out write_block()
  ` [PATCH v4 4/6] archive-tar: add internal gzip implementation
  ` [PATCH v4 5/6] archive-tar: use OS_CODE 3 (Unix) for internal gzip
  ` [PATCH v4 6/6] archive-tar: use internal gzip by default

[PATCH] builtin/rebase: remove a redundant space in l10n string
 2022-06-16 18:15 UTC  (2+ messages)

[ANNOUNCE] Git v2.37.0-rc0
 2022-06-16 18:13 UTC  (3+ messages)

[PATCH] mktree: learn about promised objects
 2022-06-16 17:44 UTC  (16+ messages)
                ` [PATCH] is_promisor_object(): walk promisor packs in pack-order
              ` [PATCH] mktree: Make '--missing' behave as documented

[PATCH] t3701: two subtests are fixed
 2022-06-16 16:50 UTC  (10+ messages)
` [PATCH v2] add -i tests: mark "TODO" depending on GIT_TEST_ADD_I_USE_BUILTIN

[WIP v1 0/4] mv: fix out-of-cone file/directory move logic
 2022-06-16 16:42 UTC  (8+ messages)
` [WIP v2 0/5] "
  ` [WIP v2 5/5] mv: use update_sparsity() after touching sparse contents

[PATCH] revision: mark blobs needed for resolve-undo as reachable
 2022-06-16 14:10 UTC  (9+ messages)

Feature Request: Custom split location for `git add --patch`
 2022-06-16 10:19 UTC 

An endless loop fetching issue with partial clone, alternates and commit graph
 2022-06-16  3:38 UTC  (5+ messages)
  ` [RFC PATCH 0/2] "
    ` [RFC PATCH 1/2] commit-graph.c: add "flags" to lookup_commit_in_graph()
    ` [RFC PATCH 2/2] fetch-pack.c: pass "oi_flags" "

[PATCH] pack-write.c: remove unused `mtimes_name` parameter
 2022-06-15 22:55 UTC  (3+ messages)

[PATCH v6 0/7] scalar: implement the subcommand "diagnose"
 2022-06-15 21:36 UTC  (6+ messages)
` [PATCH v6+ 0/7] js/scalar-diagnose rebased
  ` [PATCH v6+ 2/7] archive --add-virtual-file: allow paths containing colons

[PATCH 0/1] For v2.37.0: fix tests breaking with NO_CURL=Y
 2022-06-15 21:08 UTC  (5+ messages)
` [PATCH 1/1] tests: add LIBCURL prerequisite to tests needing libcurl

[PATCH 0/2] ls-files: introduce "--format" and "--object-only" options
 2022-06-15 20:15 UTC  (5+ messages)
` [PATCH 1/2] ls-files: introduce "--format" option
` [PATCH 2/2] ls-files: introduce "--object-only" option

Plumbing for mapping from a remote tracking ref to the remote ref?
 2022-06-15 20:18 UTC  (2+ messages)

[PATCH] push: fix capitalisation of the option name autoSetupMerge
 2022-06-15 18:47 UTC  (2+ messages)

[RFC PATCH 00/20] submodule: remove git-submodule.sh, create bare builtin/submodule.c
 2022-06-15 18:42 UTC  (17+ messages)
` [PATCH v2 00/12] submodule: make "git submodule--helper" behave like "git submodule"
  ` [PATCH v2 04/12] git-submodule.sh: remove unused top-level "--branch" argument
  ` [PATCH v2 05/12] submodule--helper: have --require-init imply --init
  ` [PATCH v2 06/12] submodule update: remove "-v" option
  ` [PATCH v2 08/12] submodule--helper: report "submodule" as our name in "-h" output
  ` [PATCH v2 10/12] submodule--helper: eliminate internal "--update" option
  ` [PATCH v2 12/12] git-sh-setup.sh: remove "say" function, change last users

[PATCH 0/2] For v2.37.0: rename fetch.credentialsInUrl to transfer.credentialsInUrl
 2022-06-15 18:35 UTC  (5+ messages)
` [PATCH 1/2] fetch doc: note "pushurl" caveat about "credentialsInUrl", elaborate
` [PATCH 2/2] transfer doc: move fetch.credentialsInUrl to "transfer" config namespace

[PATCH v4 0/3] fix `sudo make install` regression in maint
 2022-06-15 14:02 UTC  (4+ messages)
` [PATCH v5 0/4] "
  ` [PATCH v5 4/4] git-compat-util: allow root to access both SUDO_UID and root owned

Git Test Coverage Report for v2.37.0-rc0
 2022-06-15 13:21 UTC  (4+ messages)

[RFC PATCH 0/5] fix issues in transfer.credentialsInUrl
 2022-06-15 12:52 UTC  (9+ messages)
` [RFC PATCH 1/5] push tests: add a missing "test_line_count"
` [RFC PATCH 2/5] fetch+push tests: add missing coverage for 6dcbdc0d661
` [RFC PATCH 3/5] CI: add a linux-BUILD-vars job
` [RFC PATCH 4/5] fetch: stop emitting duplicate transfer.credentialsInUrl=warn warnings
` [RFC PATCH 5/5] transport: check remote.<name>pushurl with transfer.credentialsInUrl

Windows long file paths bug(s) with "-c core.longpaths=true" whilst cloning
 2022-06-15 12:45 UTC 

[PATCH] apply: support case-only renames in case-insensitive filesystems
 2022-06-15 11:24 UTC  (5+ messages)

[ANNOUNCE] Git for Windows 2.37.0-rc0
 2022-06-15 11:26 UTC 

Test Failure t5516.113 RE: [ANNOUNCE] Git v2.37.0-rc0
 2022-06-15 10:46 UTC  (2+ messages)

Not every patch displayed
 2022-06-15  9:40 UTC 

[PATCH] git-diff: Introduce --index and deprecate --cached
 2022-06-15  7:58 UTC 

[GSoC] Status update
 2022-06-15  7:39 UTC 

Best way to update `HEAD` in mirrored repos
 2022-06-15  4:18 UTC  (7+ messages)

[PATCH] config: correct log.showRoot description
 2022-06-15  1:50 UTC  (2+ 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).