Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-16 02:53:47 to 2023-05-18 19:14:56 UTC [more...]

[BUG 2.41.0] t/lib-httpd/apache.conf incompatible with RHEL/CentOS 7
 2023-05-18 19:14 UTC  (3+ 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

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

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 RFC v2 0/4] Add an external testing library for unit tests
 2023-05-18 17:17 UTC  (9+ 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 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  (30+ messages)
` [PATCH v3 00/28] "
  ` [PATCH v3 01/28] init-db: document existing bug with core.bare in template config
  ` [PATCH v3 02/28] init-db: remove unnecessary global variable
  ` [PATCH v3 03/28] init-db, clone: change unnecessary global into passed parameter
  ` [PATCH v3 04/28] setup: adopt shared init-db & clone code
  ` [PATCH v3 05/28] read-cache: move shared commit and ls-files code
  ` [PATCH v3 06/28] add: modify add_files_to_cache() to avoid globals
  ` [PATCH v3 07/28] read-cache: move shared add/checkout/commit code
  ` [PATCH v3 08/28] statinfo: move stat_{data,validity} functions from cache/read-cache
  ` [PATCH v3 09/28] run-command.h: move declarations for run-command.c from cache.h
  ` [PATCH v3 10/28] name-hash.h: move declarations for name-hash.c "
  ` [PATCH v3 11/28] sparse-index.h: move declarations for sparse-index.c "
  ` [PATCH v3 12/28] preload-index.h: move declarations for preload-index.c from elsewhere
  ` [PATCH v3 13/28] diff.h: move declaration for global in diff.c from cache.h
  ` [PATCH v3 14/28] merge.h: move declarations for merge.c "
  ` [PATCH v3 15/28] repository.h: move declaration of the_index "
  ` [PATCH v3 16/28] read-cache*.h: move declarations for read-cache.c functions "
  ` [PATCH v3 17/28] cache.h: remove this no-longer-used header
  ` [PATCH v3 18/28] log-tree: replace include of revision.h with simple forward declaration
  ` [PATCH v3 19/28] repository: remove unnecessary include of path.h
  ` [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 22/28] builtin.h: remove unneccessary includes
  ` [PATCH v3 23/28] git-compat-util.h: remove unneccessary include of wildmatch.h
  ` [PATCH v3 24/28] merge-ll: rename from ll-merge
  ` [PATCH v3 25/28] khash: name the structs that khash declares
  ` [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

[PATCH 00/14] Introduce new `git replay` command
 2023-05-16  4:42 UTC  (9+ messages)
` [PATCH v2 00/15] "
  ` [PATCH v2 12/15] replay: disallow revision specific options and pathspecs
  ` [PATCH v2 14/15] replay: add --contained to rebase contained branches
  ` [PATCH v2 15/15] replay: stop assuming replayed branches do not diverge

[ANNOUNCE] Git v2.41.0-rc0
 2023-05-16  3:42 UTC 

[PATCH v2 01/27] init-db: document existing bug with core.bare in template config
 2023-05-16  3:08 UTC  (3+ messages)

[PATCH v2 27/27] fsmonitor-ll.h: split this header out of fsmonitor.h
 2023-05-16  3:07 UTC  (3+ messages)

[PATCH v2 26/27] hash-ll, hashmap: move oidhash() to hash-ll
 2023-05-16  3:06 UTC  (3+ messages)

[PATCH v2 17/27] cache.h: remove this no-longer-used header
 2023-05-16  3:02 UTC  (3+ messages)

[PATCH v2 03/27] init-db, clone: change unnecessary global into passed parameter
 2023-05-16  2:57 UTC  (3+ messages)


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