Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-16 06:35:39 to 2023-05-18 23:23:38 UTC [more...]

[BUG 2.41.0] t/lib-httpd/apache.conf incompatible with RHEL/CentOS 7
 2023-05-18 23:23 UTC  (11+ messages)

[not even design notes yet] teaching rerere to remember removal?
 2023-05-18 22:18 UTC 

[PATCH 00/20] tests: modernize test format
 2023-05-18 21:20 UTC  (22+ messages)
` [PATCH 01/20] t1000-basic: "
` [PATCH 02/20] t0030-stripspace: "
` [PATCH 03/20] t3210-pack-refs: "
` [PATCH 04/20] t1001-read-tree-m-2way: "
` [PATCH 05/20] t1002-read-tree-m-u-2way: "
` [PATCH 06/20] t1006-cat-file: "
` [PATCH 07/20] t3500-cherry: "
` [PATCH 08/20] t3700-add: "
` [PATCH 09/20] t3903-stash: "
` [PATCH 10/20] t4002-diff-basic: "
` [PATCH 11/20] t4003-diff-rename-1: "
` [PATCH 12/20] t4004-diff-rename-symlink: "
` [PATCH 13/20] t4202-log: "
` [PATCH 14/20] t4206-log-follow-harder-copies: "
` [PATCH 15/20] t5300-pack-object: "
` [PATCH 16/20] t5301-sliding-window: "
` [PATCH 17/20] t5303-pack-corruption-resilience: "
` [PATCH 18/20] t5306-pack-nobase: "
` [PATCH 19/20] t6050-replace: "
` [PATCH 20/20] t7101-reset-empty-subdirs: "

[PATCH RFC v2 0/4] Add an external testing library for unit tests
 2023-05-18 20:50 UTC  (11+ messages)
` [PATCH RFC v2 1/4] common-main: split common_exit() into a new file
` [PATCH RFC v2 2/4] unit tests: Add a project plan document
` [PATCH RFC v2 3/4] Add C TAP harness
` [PATCH RFC v2 4/4] unit test: add basic example and build rules

[PATCH 1/1] imap-send: include strbuf.h
 2023-05-18 20:49 UTC  (20+ messages)

git clone of empty repositories doesn't preserve hash
 2023-05-18 18:28 UTC  (6+ messages)
` [PATCH v3 0/1] Fix empty SHA-256 clones with v0 and v1
  ` [PATCH v3 1/1] upload-pack: advertise capabilities when cloning empty repos

Video conference libification eng discussion, today at 16:30 UTC
 2023-05-18 17:35 UTC  (2+ messages)

[ANNOUNCE] Git Bundle Server for bundle URIs
 2023-05-18 17:31 UTC 

[PATCH v2] sequencer: beautify subject of reverts of reverts
 2023-05-18 16:28 UTC  (7+ messages)

[RFC][PATCH V1] diff-tree: integrate with sparse index
 2023-05-18 15:44 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v9 0/6] notes.c: introduce "--separator" option
 2023-05-18 15:17 UTC  (11+ messages)
` [PATCH v10 "
  ` [PATCH v10 1/6] notes.c: cleanup 'strbuf_grow' call in 'append_edit'
  ` [PATCH v10 2/6] notes.c: use designated initializers for clarity
  ` [PATCH v10 3/6] t3321: add test cases about the notes stripspace behavior
  ` [PATCH v10 4/6] notes.c: introduce '[--[no-]separator|--separator=<paragraph-break>]' option
  ` [PATCH v10 5/6] notes.c: append separator instead of insert by pos
  ` [PATCH v10 6/6] notes.c: introduce "--[no-]stripspace" option

[ANNOUNCE] git-assembler 1.4 released
 2023-05-18 11:05 UTC 

[RFC PATCH 0/2] add an external testing library for unit tests
 2023-05-18 10:04 UTC  (7+ messages)
` [RFC PATCH 1/2] Add C TAP harness

[PATCH 0/2] ls-files: align format atoms with git ls-tree
 2023-05-18 10:02 UTC  (4+ messages)
` [PATCH 1/2] ls-files: add %(objecttype) atom to format option

[BUG] Git 2.41.0-rc0 - Compile Error ALLOC_GROW
 2023-05-18  4:16 UTC  (15+ messages)
    ` [PATCH] run-command.c: need alloc.h for our own at-exit handler emulation
  ` [PATCH] run-command.c: fix missing include under `NO_PTHREADS`

[PATCH] send-email: clear the $message_id after validation
 2023-05-18  1:11 UTC  (2+ messages)

bug report: cover letter is inheriting last patch's message ID with send-email
 2023-05-18  1:06 UTC  (10+ messages)

[PATCH v9 0/8] worktree: Support `--orphan` when creating new worktrees
 2023-05-17 21:49 UTC  (10+ messages)
` [RESEND PATCH v10 "
  ` [RESEND PATCH v10 1/8] worktree add: include -B in usage docs
  ` [RESEND PATCH v10 2/8] t2400: cleanup created worktree in test
  ` [RESEND PATCH v10 3/8] t2400: refactor "worktree add" opt exclusion tests
  ` [RESEND PATCH v10 4/8] t2400: add tests to verify --quiet
  ` [RESEND PATCH v10 5/8] worktree add: add --orphan flag
  ` [RESEND PATCH v10 6/8] worktree add: introduce "try --orphan" hint
  ` [RESEND PATCH v10 7/8] worktree add: extend DWIM to infer --orphan
  ` [RESEND PATCH v10 8/8] worktree add: emit warn when there is a bad HEAD

[PATCH 0/3] tag: keep the message file in case ref transaction fails
 2023-05-17 19:58 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] doc: tag: document `TAG_EDITMSG`
  ` [PATCH v3 2/3] t/t7004-tag: add regression test for successful tag creation
  ` [PATCH v3 3/3] tag: keep the message file in case ref transaction fails

[PATCH 0/6] git-compat-util cleanups
 2023-05-17 17:26 UTC  (13+ messages)
` [PATCH 1/6] strbuf.h: move declarations for strbuf.c functions from git-compat-util.h
` [PATCH 2/6] wrapper.h: move declarations for wrapper.c "
` [PATCH 3/6] common.h: move non-compat specific macros and "
` [PATCH 4/6] usage.h: move declarations for usage.c "
` [PATCH 5/6] treewide: remove unnecessary includes for wrapper.h
` [PATCH 6/6] common: move alloc macros to common.h

The new
 2023-05-17 16:27 UTC 

git hangs with --separate-git-dir
 2023-05-17 16:31 UTC  (6+ messages)

[PATCH] RelNotes/2.41.0: trivial case change in WWW-Authenticate
 2023-05-17 15:38 UTC  (2+ messages)

[PATCH v9 4/6] notes.c: introduce '--separator=<paragraph-break>' option
 2023-05-17 15:32 UTC  (5+ messages)

[ANNOUNCE] Git for Windows 2.41.0-rc0
 2023-05-17 14:13 UTC  (2+ messages)

[PATCH 0/8] sequencer refactoring
 2023-05-17 13:10 UTC  (6+ messages)
` [PATCH 8/8] rebase: improve resumption from incorrect initial todo list

[PATCH 0/9] fetch: smallish cleanups
 2023-05-17 11:49 UTC  (10+ messages)
` [PATCH 1/9] fetch: drop unused DISPLAY_FORMAT_UNKNOWN enum value
` [PATCH 2/9] fetch: drop unneeded NULL-check for `remote_ref`
` [PATCH 3/9] fetch: pass through `fetch_config` directly
` [PATCH 4/9] fetch: use `fetch_config` to store "fetch.prune" value
` [PATCH 5/9] fetch: use `fetch_config` to store "fetch.pruneTags" value
` [PATCH 6/9] fetch: use `fetch_config` to store "fetch.showForcedUpdates" value
` [PATCH 7/9] fetch: use `fetch_config` to store "fetch.recurseSubmodules" value
` [PATCH 8/9] fetch: use `fetch_config` to store "fetch.parallel" value
` [PATCH 9/9] fetch: use `fetch_config` to store "submodule.fetchJobs" value

[PATCH] t/lib-rebase: (mostly) cosmetic improvements to set_fake_editor()
 2023-05-17  9:23 UTC  (2+ messages)

[PATCH v2] credential/libsecret: support password_expiry_utc
 2023-05-17  6:55 UTC  (7+ messages)
` [PATCH v3] "
  ` [PATCH v4] credential/libsecret: store new attributes

What's cooking in git.git (May 2023, #05; Tue, 16)
 2023-05-17  0:30 UTC 

[PATCH 00/11] docs: interpret-trailers: reword and add examples
 2023-05-16 23:18 UTC  (5+ messages)
` [PATCH v2 0/9] "

[PATCH 0/3] fix use of "! test_path_is_foo" in tests
 2023-05-16 16:10 UTC  (4+ messages)
` [PATCH 1/3] tests: do not negate test_path_exists

[PATCH] i18n: Enable percentage l10n for more strings
 2023-05-16 10:19 UTC 

[L10N] Kickoff for Git 2.41.0 round #1
 2023-05-16 10:09 UTC 

[BUG_REPORT] `git submodule update` segfaults
 2023-05-16  8:23 UTC 

[POLL] Git Merge 2023 dates
 2023-05-16  7:20 UTC  (2+ messages)

[PATCH v2 00/27] Header cleanups (final splitting of cache.h, and some splitting of other headers)
 2023-05-16  6:34 UTC  (8+ messages)
` [PATCH v3 00/28] "
  ` [PATCH v3 20/28] diff.h: remove unnecessary include of oidset.h
  ` [PATCH v3 21/28] list-objects-filter-options.h: remove unneccessary include
  ` [PATCH v3 24/28] merge-ll: rename from ll-merge
  ` [PATCH v3 26/28] object-store-ll.h: split this header out of object-store.h
  ` [PATCH v3 27/28] hash-ll, hashmap: move oidhash() to hash-ll
  ` [PATCH v3 28/28] fsmonitor-ll.h: split this header out of fsmonitor.h


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