git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-04-05 17:47:14 to 2024-04-08 11:07:45 UTC [more...]

[RFD] Libification proposal: separate internal and external interfaces
 2024-04-08 11:07 UTC  (5+ messages)

Makefiles are broken as of GNU Make commit 07fcee35f058a876447c8a021f9eb1943f902534
 2024-04-08 10:44 UTC 

[PATCH 0/6] fast-import: tighten parsing of paths
 2024-04-08  9:07 UTC  (7+ messages)
` [PATCH v2 0/8] "

[PATCH 00/12] t: exercise Git/JGit reftable compatibility
 2024-04-08  8:56 UTC  (33+ messages)
` [PATCH 08/12] ci: make Perforce binaries executable for all users
` [PATCH 11/12] t0610: fix non-portable variable assignment
    ` [PATCH] CodingGuidelines: quote assigned value with "local" and "export"
` [PATCH 12/12] t0612: add tests to exercise Git/JGit reftable compatibility
` [PATCH v2 00/12] t: "
  ` [PATCH v2 02/12] ci: expose distro name in dockerized GitHub jobs
  ` [PATCH v2 03/12] ci: allow skipping sudo on dockerized jobs
  ` [PATCH v2 04/12] ci: drop duplicate package installation for "linux-gcc-default"
  ` [PATCH v2 05/12] ci: convert "install-dependencies.sh" to use "/bin/sh"
  ` [PATCH v2 06/12] ci: merge custom PATH directories
  ` [PATCH v2 07/12] ci: merge scripts which install dependencies
  ` [PATCH v2 08/12] ci: make Perforce binaries executable for all users
  ` [PATCH v2 09/12] ci: install JGit dependency
  ` [PATCH v2 10/12] t06xx: always execute backend-specific tests
  ` [PATCH v2 11/12] t0610: fix non-portable variable assignment
  ` [PATCH v2 12/12] t0612: add tests to exercise Git/JGit reftable compatibility
  ` [PATCH v2 01/12] ci: rename "runs_on_pool" to "distro"

[PATCH v4 0/2] reftable/stack: use geometric table compaction
 2024-04-08  6:12 UTC  (7+ messages)
` [PATCH v5 0/3] "
  ` [PATCH v5 1/3] reftable/stack: allow disabling of auto-compaction
  ` [PATCH v5 2/3] reftable/stack: add env to disable autocompaction

[PATCH] midx: disable replace objects
 2024-04-08  5:45 UTC  (6+ messages)
    ` [External] "
` [PATCH v2] "

[PATCH] reftable: use xmalloc() and xrealloc()
 2024-04-08  5:44 UTC  (2+ messages)

[PATCH] typo: Replace 'commitish' with 'committish'
 2024-04-07 21:21 UTC 

[PATCH] MyFirstContribution: use switch for changing branches
 2024-04-07 21:21 UTC 

[RFC] bisect: Introduce skip-when to automatically skip commits
 2024-04-07 21:11 UTC  (13+ messages)

[PATCH v2] rerere: fix crash during clear
 2024-04-07 20:12 UTC  (2+ messages)

[PATCH] config: do not leak excludes_file
 2024-04-07 17:58 UTC  (21+ messages)
` [WIP] git_config_pathname() leakfix
` [PATCH 0/12] git_config_string() considered harmful
  ` [PATCH 01/11] config: make sequencer.c's git_config_string_dup() public
  ` [PATCH 02/11] config: add git_config_pathname_dup()
  ` [PATCH 03/11] config: prefer git_config_string_dup() for temp variables
  ` [PATCH 04/11] config: use git_config_string_dup() for open-coded equivalents
  ` [PATCH 05/11] config: use git_config_string_dup() to fix leaky open coding
  ` [PATCH 06/11] config: use git_config_string() in easy cases
  ` [PATCH 07/11] config: use git_config_pathname_dup() "
  ` [PATCH 08/11] http: use git_config_string_dup()
  ` [PATCH 09/11] merge: use git_config_string_dup() for pull strategies
  ` [PATCH 10/11] userdiff: use git_config_string_dup() when we can
  ` [PATCH 11/11] blame: use "dup" string_list for ignore-revs files

[PATCH 0/4] fix a leak with excludes_file
 2024-04-07 17:48 UTC  (7+ messages)
` [PATCH 1/4] path.c: introduce strbuf_interpolate_path
` [PATCH 2/4] config.c: introduce git_config_strbuf_pathname
` [PATCH 3/4] environment.c: convert excludes_file to struct strbuf
` [PATCH 4/4] t7300: mark as leak-free

What are good reasons to use trunk-based dev, as opposed to release branch to release branch?
 2024-04-07 17:39 UTC  (2+ messages)

Warning message in remote.c when compiling
 2024-04-07 16:47 UTC  (6+ messages)

[PATCH] feat(log): add option to search for header or body to `git log`
 2024-04-07 14:00 UTC  (5+ messages)
` [PATCH v2] log: add option to search for header or body

[PATCH] rebase -i: improve error message when picking merge
 2024-04-07 13:55 UTC  (5+ messages)

[PATCH v5 0/3] send-email: make produced outputs more readable
 2024-04-07 10:48 UTC  (4+ messages)
` [PATCH v5 1/3] send-email: move newline character out of a translatable string
` [PATCH v5 2/3] send-email: make it easy to discern the messages for each patch
` [PATCH v5 3/3] send-email: separate the confirmation prompts from the messages

public-inbox.org/git/*/s/ endpoints struggling
 2024-04-07  9:29 UTC 

[RFC PATCH 0/1] Add lines to `git log --graph` to separate connected regions
 2024-04-07  9:13 UTC  (14+ messages)
` [RFC PATCH 1/1] Add separator lines into `git log --graph`

Hello
 2024-04-07  8:56 UTC 

[PATCH] t9604: Fix test for musl libc and new Debian
 2024-04-07  1:50 UTC  (6+ messages)

[PATCH 0/6] local VAR="VAL"
 2024-04-07  1:43 UTC  (19+ messages)
` [PATCH 1/6] CodingGuidelines: describe "export VAR=VAL" rule
` [PATCH 2/6] CodingGuidelines: quote assigned value in 'local var=$val'
` [PATCH 3/6] t: local VAR="VAL" (quote positional parameters)
` [PATCH 4/6] t: local VAR="VAL" (quote command substitution)
` [PATCH 5/6] t: local VAR="VAL" (quote ${magic-reference})
` [PATCH 6/6] t: teach lint that RHS of 'local VAR=VAL' needs to be quoted
` [PATCH 7/6] t0610: local VAR="VAL" fix
` [PATCH 8/6] t1016: "

[RFC][PATCH] t-prio-queue: simplify using compound literals
 2024-04-07  1:28 UTC  (7+ messages)

[PATCH] apply: replace mksnpath() with a mkpathdup() call
 2024-04-07  1:18 UTC  (6+ messages)
` free and errno, was "

segfault with git rebase --abort
 2024-04-06 20:21 UTC  (5+ messages)

[PATCH v4] send-email: make it easy to discern the messages for each patch
 2024-04-06 17:08 UTC  (6+ messages)

What's cooking in git.git (Apr 2024, #03; Fri, 5)
 2024-04-06 17:01 UTC  (7+ messages)

[PATCH] docs: recommend using contrib/contacts/git-contacts
 2024-04-06  2:28 UTC  (14+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] MyFirstContribution: mention contrib/contacts/git-contacts
  ` [PATCH v2 2/8] SubmittingPatches: make 'git contacts' grep-friendly
  ` [PATCH v2 3/8] SubmittingPatches: mention GitGitGadget
  ` [PATCH v2 4/8] SubmittingPatches: quote commands
  ` [PATCH v2 5/8] SubmittingPatches: discuss reviewers first
  ` [PATCH v2 6/8] SubmittingPatches: dedupe discussion of security patches
  ` [PATCH v2 7/8] SubmittingPatches: add heading for format-patch and send-email
  ` [PATCH v2 8/8] SubmittingPatches: demonstrate using git-contacts with git-send-email

[PATCH v3 0/3] Assorted improvements salvaged from an earlier series
 2024-04-06  1:49 UTC  (7+ messages)

[PATCH] wt-status: Don't find scissors line beyond buf len
 2024-04-06  1:37 UTC  (3+ messages)

[PATCH v3] send-email: make it easy to discern the messages for each patch
 2024-04-06  1:34 UTC  (5+ messages)

Add Commit Summary in blame?
 2024-04-06  0:19 UTC  (2+ messages)

[PATCH v4] userdiff: better method/property matching for C#
 2024-04-05 22:10 UTC  (4+ messages)
` [PATCH v5] "

tests broken with curl-8.7.0
 2024-04-05 21:49 UTC  (6+ messages)
  ` [PATCH 0/2] git+curl 8.7.0 workaround
    ` [PATCH 3/2] remote-curl: add Transfer-Encoding header only for older curl

Unexpected git merge exit code when killing merge driver during ancestor merge
 2024-04-05 20:04 UTC  (2+ messages)

[PATCH] usage: report vsnprintf(3) failure
 2024-04-05 19:20 UTC  (2+ messages)

[PATCH] userdiff: add builtin driver for typescript language
 2024-04-05 17:47 UTC  (3+ messages)
` [PATCH v2] "


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