git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-05-27 17:17:15 to 2022-06-02 13:18:25 UTC [more...]

[PATCH v2 0/2] setup.c: make bare repo discovery optional
 2022-06-02 13:18 UTC  (17+ messages)
` [PATCH v3 0/5] config: introduce discovery.bare and protected config
  ` [PATCH v3 1/5] Documentation: define protected configuration
  ` [PATCH v3 2/5] config: read protected config with `git_protected_config()`
  ` [PATCH v3 3/5] setup.c: create `discovery.bare`
  ` [PATCH v3 4/5] config: include "-c" in protected config
  ` [PATCH v3 5/5] upload-pack: make uploadpack.packObjectsHook protected

[PATCH 0/5] usage API: add and use a bug() + BUG_if_bug()
 2022-06-02 12:25 UTC  (34+ messages)
` [PATCH 1/5] usage.c: add a non-fatal bug() function to go with BUG()
` [PATCH 4/5] receive-pack: use bug() and BUG_if_bug()
` [PATCH 5/5] cache-tree.c: "
` [PATCH v2 0/6] usage API: add and use a bug() + BUG_if_bug()
  ` [PATCH v2 1/6] common-main.o: move non-trace2 exit() behavior out of trace2.c
  ` [PATCH v2 2/6] usage.c: add a non-fatal bug() function to go with BUG()
  ` [PATCH v2 3/6] parse-options.c: use new bug() API for optbug()
  ` [PATCH v2 4/6] parse-options.c: use optbug() instead of BUG() "opts" check
  ` [PATCH v2 5/6] receive-pack: use bug() and BUG_if_bug()
  ` [PATCH v2 6/6] cache-tree.c: "
  ` [PATCH v3 0/6] usage API: add and use a bug() + BUG_if_bug()
    ` [PATCH v3 1/6] common-main.o: move non-trace2 exit() behavior out of trace2.c
    ` [PATCH v3 2/6] usage.c: add a non-fatal bug() function to go with BUG()
    ` [PATCH v3 3/6] parse-options.c: use new bug() API for optbug()
    ` [PATCH v3 4/6] parse-options.c: use optbug() instead of BUG() "opts" check
    ` [PATCH v3 5/6] receive-pack: use bug() and BUG_if_bug()
    ` [PATCH v3 6/6] cache-tree.c: "

BUG? git stash and immediate git apply results in conflict
 2022-06-02 12:24 UTC  (4+ messages)

What's cooking in git.git (Jun 2022, #01; Wed, 1)
 2022-06-02 12:25 UTC  (5+ messages)
` gc/zero-length-branch-config-fix (was Re: What's cooking in git.git (Jun 2022, #01; Wed, 1))
` ab/env-array (was: "

[PATCH] gitweb: switch to a modern DOCTYPE
 2022-06-02 11:43 UTC  (5+ messages)
` [PATCH v2] gitweb: switch to an XHTML5 DOCTYPE

[PATCH 0/2] Integrate Scalar into the CI builds
 2022-06-02 10:24 UTC  (5+ messages)
` [PATCH 1/2] cmake: optionally build `scalar`, too
` [PATCH 2/2] ci: also run the `scalar` tests

[PATCH v8 00/30] Builtin FSMonitor Part 3
 2022-06-02  9:56 UTC  (3+ messages)
` [PATCH v9 "

[PATCH v2 0/4] run-command.h: rename "env_array" to "env"
 2022-06-02  9:09 UTC  (4+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] run-command API: "
  ` [PATCH v3 2/2] run-command API users: use "env" not "env_array" in comments & names

protocol: add Accept-Language header if possible
 2022-06-02  3:18 UTC 

[PATCH] revert: optionally refer to commit in the "reference" format
 2022-06-01 21:52 UTC  (12+ messages)
    ` [PATCH v3] "
    ` Side effects in Git's test suite, was Re: [PATCH] "

CVE-2022-24975
 2022-06-01 21:40 UTC  (3+ messages)

[PATCH 0/2] remote.c: reject 0-length branch names
 2022-06-01 21:21 UTC  (6+ messages)
` [PATCH 1/2] remote.c: don't BUG() on "
` [PATCH 2/2] remote.c: reject "

[RFC PATCH] git-prompt: make colourization consistent
 2022-06-01 20:45 UTC  (6+ messages)

[PATCH] urlmatch: create fetch.credentialsInUrl config
 2022-06-01 20:40 UTC  (15+ messages)
` [PATCH v2] "
  ` [PATCH v3 0/2] fetch: "
    ` [PATCH v3 1/2] remote: "
    ` [PATCH v3 2/2] usage: add warn_once() helper for repeated warnings

[PATCH v2 0/8] hook API: connect hooks to the TTY again, fixes a v2.36.0 regression
 2022-06-01 17:09 UTC  (10+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v4 "
    ` [PATCH v4 1/2] run-command: add an "ungroup" option to run_process_parallel()
    ` [PATCH v4 2/2] hook API: fix v2.36.0 regression: hooks should be connected to a TTY

What's cooking in git.git (May 2022, #07; Wed, 25)
 2022-06-01 15:48 UTC  (7+ messages)
` jc/http-clear-finished-pointer (was: What's cooking in git.git (May 2022, #07; Wed, 25))
  ` Re* jc/http-clear-finished-pointer

[bug] docs claim git fetch --deepen doesn't fetch tags, but it does
 2022-06-01 12:39 UTC 

[FR] supporting submodules with alternate version control systems (new contributor)
 2022-06-01 12:44 UTC  (5+ messages)

[PATCH 0/2] Fix a couple small leaks in merge-ort
 2022-06-01 10:09 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] merge-ort: fix small memory leak in detect_and_process_renames()
    ` Flaky SANITIZE=leak test "regression" in v2.36.0 (was: [PATCH v2 1/2] merge-ort: fix small memory leak in detect_and_process_renames())

Files with \r\n\n line endings can result in needing to renormalize twice, after deleting checked out file and restoring from repo
 2022-06-01 10:07 UTC  (3+ messages)

[PATCH] ssh signing: Support ECDSA as literal SSH keys
 2022-06-01  7:05 UTC  (5+ messages)

git pull --recurse-submodules wipes uncommitted submodule changes without warning
 2022-06-01  0:13 UTC  (2+ messages)

Bug: fsmonitor--daemon doesn't pick up submodule changes
 2022-05-31 19:08 UTC 

[RFC PATCH 0/3] trace2: log "signal" end events if we invoke BUG()
 2022-05-31 18:16 UTC  (5+ messages)
` [RFC PATCH 3/3] trace2: emit "signal" events after calling BUG()

[PATCH] Makefile: build 'gitweb' in the default target
 2022-05-31 17:46 UTC  (9+ messages)
` [PATCH v2 0/7] gitweb: fix "make" not including "gitweb" without NOOP run slowdowns
  ` [PATCH v2 1/7] gitweb/Makefile: define all .PHONY prerequisites inline
  ` [PATCH v2 2/7] gitweb/Makefile: add a $(GITWEB_ALL) variable
  ` [PATCH v2 3/7] gitweb/Makefile: clear up and de-duplicate the gitweb.{css,js} vars
  ` [PATCH v2 4/7] gitweb/Makefile: prepare to merge into top-level Makefile
  ` [PATCH v2 5/7] gitweb: remove "test" and "test-installed" targets
  ` [PATCH v2 6/7] gitweb/Makefile: include in top-level Makefile
  ` [PATCH v2 7/7] Makefile: build 'gitweb' in the default target

[PATCH v2] ls-tree: fix --long implying -r regression in 9c4d58ff2c3
 2022-05-31 17:21 UTC  (2+ messages)
` [PATCH] ls-tree: test for the "

Unify ref-filter formats with other pretty formats: GSoC'22
 2022-05-31 16:24 UTC  (7+ messages)

[WIP v1 0/4] mv: fix out-of-cone file/directory move logic
 2022-05-31 15:49 UTC  (16+ messages)
` [WIP v2 0/5] "
  ` [WIP v2 2/5] mv: check if out-of-cone file exists in index with SKIP_WORKTREE bit
  ` [WIP v2 3/5] mv: check if <destination> exists in index to handle overwriting
  ` [WIP v2 4/5] mv: add check_dir_in_index() and solve general dir check issue
  ` [WIP v2 5/5] mv: use update_sparsity() after touching sparse contents

Investigating Cirrus CI FreeBSD failures
 2022-05-31 14:05 UTC  (4+ messages)

[PATCH] range-diff: show submodule changes irrespective of diff.submodule
 2022-05-31  2:22 UTC  (3+ messages)

[PATCH] hook: provide GIT_HOOK for all hooks
 2022-05-31  1:31 UTC  (7+ messages)

request for development/build workflow suggestion/fix
 2022-05-30 21:59 UTC  (4+ messages)

[RFC PATCH 0/1] dir: consider worktree config in path recursion
 2022-05-30 18:48 UTC  (5+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "

[PATCH v5 0/7] scalar: implement the subcommand "diagnose"
 2022-05-30 17:37 UTC  (21+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/7] archive: optionally add "virtual" files
  ` [PATCH v6+ 0/7] js/scalar-diagnose rebased
    ` [PATCH v6+ 1/7] archive: optionally add "virtual" files
    ` [PATCH v6+ 2/7] archive --add-virtual-file: allow paths containing colons
    ` [PATCH v6+ 3/7] scalar: validate the optional enlistment argument
    ` [PATCH v6+ 4/7] scalar: implement `scalar diagnose`
    ` [PATCH v6+ 5/7] scalar diagnose: include disk space information
    ` [PATCH v6+ 6/7] scalar: teach `diagnose` to gather packfile info
    ` [PATCH v6+ 7/7] scalar: teach `diagnose` to gather loose objects information

Excluding paths with wildcard not working with add -p
 2022-05-30 17:20 UTC  (7+ messages)
    ` [PATCH] pathspec: correct an empty string used as a pathspec element

About GIT Internals
 2022-05-30 13:50 UTC  (7+ messages)

[PATCH] setup: don't die if realpath(3) fails on getcwd(3)
 2022-05-28  1:27 UTC  (7+ messages)
` [PATCH v2] "

Bug - remote.c:236: hashmap_put overwrote entry after hashmap_get returned NULL
 2022-05-28  0:13 UTC  (4+ messages)

[PATCH] transport: free local and remote refs in transport_push()
 2022-05-27 20:22 UTC  (3+ messages)
` [PATCH v3 0/3] fix memory leaks "

[PATCH v1 0/2] Be nicer to the user on tracked/untracked merge conflicts
 2022-05-27 19:55 UTC  (6+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] t6436: tests how merge behave when there is untracked file with the same content
  ` [PATCH v2 2/4] merge with untracked file that are the same without failure
  ` [PATCH v2 3/4] add configuration variable corresponding to --overwrite-same-content
  ` [PATCH v2 4/4] error message now advice to use the new option

How to properly use git-subtree (and prevent it from adding merge commits)?
 2022-05-27 17:55 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).