git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-06-01 16:56:54 to 2022-06-04 02:02:14 UTC [more...]

[FR] supporting submodules with alternate version control systems (new contributor)
 2022-06-04  2:01 UTC  (7+ messages)

[RFC PATCH 00/15] Fix GCC -fanalyzer warnings & add -fanalyzer DEVOPTS mode
 2022-06-04  0:54 UTC  (24+ messages)
` [RFC PATCH 01/15] remote.c: don't dereference NULL in freeing loop
` [RFC PATCH 02/15] pull.c: don't feed NULL to strcmp() on get_rebase_fork_point() path
` [RFC PATCH 03/15] reftable: don't memset() a NULL from failed malloc()
` [RFC PATCH 04/15] diff-lib.c: don't dereference NULL in oneway_diff()
` [RFC PATCH 05/15] refs/packed-backend.c: add a BUG() if iter is NULL
` [RFC PATCH 06/15] ref-filter.c: BUG() out on show_ref() with NULL refname
` [RFC PATCH 07/15] strbuf.c: placate -fanalyzer in strbuf_grow()
` [RFC PATCH 08/15] strbuf.c: use st_add3(), not unsigned_add_overflows()
` [RFC PATCH 09/15] add-patch: assert parse_diff() expectations with BUG()
` [RFC PATCH 10/15] reftable: don't have reader_get_block() confuse -fanalyzer
` [RFC PATCH 11/15] blame.c: clarify the state of "final_commit" for -fanalyzer
` [RFC PATCH 12/15] pack.h: wrap write_*file*() functions
` [RFC PATCH 13/15] pack-write API: pass down "verify" not arbitrary flags
` [RFC PATCH 14/15] config.mak.dev: add a DEVOPTS=analyzer mode to use GCC's -fanalyzer
` [RFC PATCH 15/15] config.mak.dev: add and use ASSERT_FOR_FANALYZER() macro

BUG: git log on bare repository fails if the default branch is not called master
 2022-06-04  0:50 UTC  (5+ messages)
` AW: "

[PATCH 00/13] tests + init: don't rely on templates & add --no-template + config
 2022-06-04  0:41 UTC  (11+ messages)
` [PATCH v2 0/7] tests: don't depend on "git init" using the template
  ` [PATCH v2 1/7] t0008: don't rely on default ".git/info/exclude"
  ` [PATCH v2 2/7] tests: don't depend on template-created .git/branches
  ` [PATCH v2 3/7] tests: don't assume a .git/info for .git/info/grafts
  ` [PATCH v2 4/7] tests: don't assume a .git/info for .git/info/attributes
  ` [PATCH v2 5/7] tests: don't assume a .git/info for .git/info/refs
  ` [PATCH v2 6/7] tests: don't assume a .git/info for .git/info/exclude
  ` [PATCH v2 7/7] tests: don't assume a .git/info for .git/info/sparse-checkout

[PATCH v2] ls-tree: fix --long implying -r regression in 9c4d58ff2c3
 2022-06-03 23:13 UTC  (8+ messages)
` [PATCH] ls-tree: test for the "
    ` js/ci-github-workflow-markup output regression (was: [PATCH] ls-tree: test for the regression in 9c4d58ff2c3)
      ` js/ci-github-workflow-markup output regression
  ` [PATCH v2] ls-tree: test for the regression in 9c4d58ff2c3

[RFC PATCH 0/3] trace2: log "signal" end events if we invoke BUG()
 2022-06-03 23:05 UTC  (6+ messages)
` [RFC PATCH 1/3] test-tool: don't fake up BUG() exits as code 99

[PATCH 00/12] RFC: In-core git merge-tree ("Server side merges")
 2022-06-03 22:11 UTC  (16+ messages)
` [PATCH 08/12] merge-ort: provide a merge_get_conflicted_files() helper function

[PATCH] builtin/show-ref.c: avoid over-iterating with --heads, --tags
 2022-06-03 21:55 UTC 

[PATCH 0/4] rebase: update branches in multi-part topic
 2022-06-03 21:23 UTC  (15+ messages)
` [PATCH 1/4] log-tree: create for_each_decoration()
` [PATCH 2/4] branch: add branch_checked_out() helper
` [PATCH 3/4] rebase: add --update-refs option
` [PATCH 4/4] rebase: add rebase.updateRefs config option

[RFC PATCH] git-prompt: make colourization consistent
 2022-06-03 21:16 UTC  (17+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

protocol: add Accept-Language header if possible
 2022-06-03 19:09 UTC  (3+ messages)

BUG report: git-gui does not show commit message templates
 2022-06-03 18:02 UTC  (3+ messages)
` AW: "

[PATCH v4 0/3] fix `sudo make install` regression in maint
 2022-06-03 17:34 UTC  (8+ messages)
` [PATCH v5 0/4] "
  ` [PATCH v5 1/4] t: regression git needs safe.directory when using sudo
  ` [PATCH v5 2/4] git-compat-util: avoid failing dir ownership checks if running privileged

About GIT Internals
 2022-06-03 17:15 UTC  (11+ messages)

[PATCH v2 0/2] setup.c: make bare repo discovery optional
 2022-06-03 15:57 UTC  (16+ 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] commit-reach: do not parse and iterate minima
 2022-06-03 15:27 UTC  (6+ messages)
` [PATCH v2] commit,shallow: unparse commits if grafts changed

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

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-03 13:14 UTC  (4+ messages)

[PATCH v2] urlmatch: create fetch.credentialsInUrl config
 2022-06-03 12:54 UTC  (17+ messages)
` [PATCH v3 0/2] fetch: "
  ` [PATCH v3 1/2] remote: "
  ` [PATCH v3 2/2] usage: add warn_once() helper for repeated warnings
  ` [PATCH v4] remote: create fetch.credentialsInUrl config

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

Introduce "git stash --continue" and "git stash --abort"?
 2022-06-03  8:29 UTC  (3+ messages)

Cherry-Pick without affecting working tree / index?
 2022-06-03  7:46 UTC  (3+ messages)

[PATCH 0/5] usage API: add and use a bug() + BUG_if_bug()
 2022-06-03  1:19 UTC  (21+ messages)
` [PATCH v2 0/6] "
  ` [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 4/6] parse-options.c: use optbug() instead of BUG() "opts" check
  ` [PATCH v2 6/6] cache-tree.c: use bug() and BUG_if_bug()
  ` [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: "

[PATCH v2 0/4] run-command.h: rename "env_array" to "env"
 2022-06-03  0:37 UTC  (5+ 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

[PATCH] gitweb: switch to a modern DOCTYPE
 2022-06-02 22:09 UTC  (9+ messages)
` [PATCH v2] gitweb: switch to an XHTML5 DOCTYPE

[PATCH] range-diff: show submodule changes irrespective of diff.submodule
 2022-06-02 17:36 UTC  (3+ messages)

Investigating Cirrus CI FreeBSD failures
 2022-06-02 15:22 UTC  (5+ messages)

What's cooking in git.git (Jun 2022, #01; Wed, 1)
 2022-06-02 14:47 UTC  (8+ messages)
` gc/zero-length-branch-config-fix (was Re: What's cooking in git.git (Jun 2022, #01; Wed, 1))
` ab/env-array (was: "
` ab/bug-if-bug "
` ab/hooks-regression-fix "

[PATCH 0/2] bitmap-format.txt: fix some formatting issues and include checksum info
 2022-06-02 13:52 UTC  (3+ messages)
` [PATCH 1/2] bitmap-format.txt: fix some formatting issues
` [PATCH 2/2] bitmap-format.txt: add information for trailing checksum

Bug: fsmonitor--daemon doesn't pick up submodule changes
 2022-06-02 13:28 UTC  (2+ messages)

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

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

[PATCH] revert: optionally refer to commit in the "reference" format
 2022-06-01 21:52 UTC  (6+ messages)
    ` [PATCH v3] "

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  (5+ messages)
` [PATCH 2/2] "


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