git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-12-01 08:17:59 to 2023-12-09 13:36:03 UTC [more...]

[ANNOUNCE] Sharness v1.2.0
 2023-12-09 13:35 UTC  (2+ messages)
` New attempt to export test-lib from Git, maybe Sharness2?

[BUG] git-bisect man page description of terms command doesn't mention old/new support
 2023-12-09 11:58 UTC 

[PATCH 00/24] pack-objects: multi-pack verbatim reuse
 2023-12-09  2:30 UTC  (34+ messages)
` [PATCH 05/24] midx: implement `DISP` chunk
` [PATCH 08/24] pack-objects: implement `--ignore-disjoint` mode
` [PATCH 09/24] repack: implement `--extend-disjoint` mode
` [PATCH 10/24] pack-bitmap: pass `bitmapped_pack` struct to pack-reuse functions
` [PATCH 11/24] pack-bitmap: simplify `reuse_partial_packfile_from_bitmap()` signature
` [PATCH 14/24] pack-objects: keep track of `pack_start` for each reuse pack
` [PATCH 16/24] pack-objects: prepare `write_reused_pack()` for multi-pack reuse

What's cooking in git.git (Dec 2023, #01; Sat, 9)
 2023-12-09  2:02 UTC 

[PATCH 0/8] reftable: small set of fixes
 2023-12-08 23:46 UTC  (20+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 01/11] reftable: wrap EXPECT macros in do/while
  ` [PATCH v2 02/11] reftable: handle interrupted reads
  ` [PATCH v2 03/11] reftable: handle interrupted writes
  ` [PATCH v2 04/11] reftable/stack: verify that `reftable_stack_add()` uses auto-compaction
  ` [PATCH v2 05/11] reftable/stack: perform auto-compaction with transactional interface
  ` [PATCH v2 06/11] reftable/stack: reuse buffers when reloading stack
  ` [PATCH v2 07/11] reftable/stack: fix stale lock when dying
  ` [PATCH v2 08/11] reftable/stack: fix use of unseeded randomness
  ` [PATCH v2 09/11] reftable/merged: reuse buffer to compute record keys
  ` [PATCH v2 10/11] reftable/block: introduce macro to initialize `struct block_iter`
  ` [PATCH v2 11/11] reftable/block: reuse buffer to compute record keys

What's the recommendation for forgetting all rerere's records?
 2023-12-08 23:19 UTC  (2+ messages)

[PATCH 0/7] clone: fix init of refdb with wrong object format
 2023-12-08 23:11 UTC  (16+ messages)
` [PATCH 1/7] setup: extract function to create the refdb
` [PATCH 2/7] setup: allow skipping creation of "
` [PATCH 3/7] remote-curl: rediscover repository when fetching refs
` [PATCH 4/7] builtin/clone: fix bundle URIs with mismatching object formats
` [PATCH 5/7] builtin/clone: set up sparse checkout later
` [PATCH 6/7] builtin/clone: skip reading HEAD when retrieving remote
` [PATCH 7/7] builtin/clone: create the refdb with the correct object format

[PATCH 0/9] bonus config cleanups
 2023-12-08 22:58 UTC  (14+ messages)
` [PATCH 1/9] config: reject bogus values for core.checkstat
` [PATCH 2/9] git_xmerge_config(): prefer error() to die()
` [PATCH 3/9] imap-send: don't use git_die_config() inside callback
` [PATCH 4/9] config: use config_error_nonbool() instead of custom messages
` [PATCH 5/9] diff: give more detailed messages for bogus diff.* config
` [PATCH 6/9] config: use git_config_string() for core.checkRoundTripEncoding
` [PATCH 7/9] push: drop confusing configset/callback redundancy
` [PATCH 8/9] gpg-interface: drop pointless config_error_nonbool() checks
` [PATCH 9/9] sequencer: simplify away extra git_config_string() call

[BUG] rev-list doesn't validate arguments to -n option
 2023-12-08 22:35 UTC  (3+ messages)
  ` [PATCH] revision: parse integer arguments to --max-count, --skip, etc., more carefully

Minor UX annoyance w/`git add --patch untracked/file`
 2023-12-08 22:29 UTC  (4+ messages)

[PATCH] gitk: add setting to hide unknown refs
 2023-12-08 21:13 UTC  (2+ messages)

[PATCH] setup: recognize bare repositories with packed-refs
 2023-12-08 21:09 UTC  (13+ messages)

[PATCH v2 1/1] t2400: avoid using pipes
 2023-12-08 21:00 UTC  (3+ messages)
` [Outreachy][PATCH v3] "

getting git send-email patches from someone who is behind
 2023-12-08 18:57 UTC  (3+ messages)

[PATCH 1/1] MyFirstContribution: configure shallow threads for git format-patch
 2023-12-08 18:06 UTC  (2+ messages)

git checkout -B <branch> lets you checkout a branch that is already checked out in another worktree Inbox
 2023-12-08 17:13 UTC  (10+ messages)
    ` [PATCH 2/2] checkout: forbid "-B <branch>" from touching a branch used elsewhere

[PATCH 0/2] completion: refactor and support reftables backend
 2023-12-08  8:24 UTC  (7+ messages)
` [PATCH 1/2] completion: refactor existence checks for special refs
` [PATCH v2 0/2] completion: refactor and support reftables backend
  ` [PATCH v2 1/2] completion: refactor existence checks for pseudorefs
  ` [PATCH v2 2/2] completion: support pseudoref existence checks for reftables

[PATCH 0/7] fix segfaults with implicit-bool config
 2023-12-07  8:15 UTC  (13+ messages)
` [PATCH 1/7] config: handle NULL value when parsing non-bools
` [PATCH 2/7] setup: handle NULL value when parsing extensions
` [PATCH 3/7] trace2: handle NULL values in tr2_sysenv config callback
` [PATCH 4/7] help: handle NULL value for alias.* config
` [PATCH 5/7] submodule: handle NULL value when parsing submodule.*.branch
` [PATCH 6/7] trailer: handle NULL value when parsing trailer-specific config
` [PATCH 7/7] fsck: handle NULL value when parsing message config

[PATCH 0/7] standardize incompatibility messages
 2023-12-07  7:10 UTC  (20+ messages)
` [PATCH 1/7] push: use die_for_incompatible_opt4() for --delete/--tags/--all/--mirror
` [PATCH 2/7] repack: use die_for_incompatible_opt3() for -A/-k/--cruft
` [PATCH 3/7] revision: use die_for_incompatible_opt3() for --graph/--reverse/--walk-reflogs
` [PATCH 4/7] revision, rev-parse: factorize incompatibility messages about --exclude-hidden
` [PATCH 5/7] clean: factorize incompatibility message
` [PATCH 6/7] worktree: standardize incompatibility messages
` [PATCH 7/7] worktree: simplify incompatibility message for --orphan and commit-ish

git-bisect reset not deleting .git/BISECT_LOG
 2023-12-07  6:53 UTC  (3+ messages)
  ` [PATCH] bisect: always clean on reset

[PATCH] object-name: reject too-deep recursive ancestor queries
 2023-12-07  6:52 UTC  (6+ messages)

t7900 fails with recent debian systemd?
 2023-12-07  6:27 UTC  (4+ messages)

[PATCH 0/1] MyFirstContribution: configure shallow threads for git format-patch
 2023-12-07  5:46 UTC 

git switch has fatal dependency on default fetch config
 2023-12-07  2:20 UTC  (3+ messages)

--end-of-options inconsistently available?!
 2023-12-06 22:21 UTC  (5+ messages)
  ` [PATCH] parse-options: decouple "--end-of-options" and "--"

[PATCH] commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by default
 2023-12-06 19:49 UTC  (7+ messages)

git checkout --recurse-submodules deletes local modifications
 2023-12-06  7:16 UTC 

[PATCH 00/13] Enabling z/OS workflow for git
 2023-12-05 20:58 UTC  (4+ messages)
` [PATCH v2] This PR enables a successful git build on z/OS

git:// warn as connection not secure
 2023-12-05 20:42 UTC  (3+ messages)

git status --porcelain=v2 -z returns paths relative to root
 2023-12-04 19:04 UTC 

[Patch] test-lib-functions.sh : change test_i18ngrep to test_grep
 2023-12-04 18:43 UTC  (5+ messages)
` [PATCH v2] test-lib-functions.sh: fix test_grep fail message wording

[PATCH 0/4] refs: improve handling of special refs
 2023-12-04 14:18 UTC  (5+ messages)
` [PATCH 3/4] refs: complete list "

[PATCH v5] subtree: fix split processing with multiple subtrees present
 2023-12-04 11:08 UTC  (3+ messages)
` [PATCH v6] "

(no subject)
 2023-12-03 16:51 UTC 

[RFC PATCH 0/4] add parallel unlink
 2023-12-03 13:39 UTC  (5+ messages)
` [RFC PATCH 1/4] symlinks: add and export threaded rmdir variants
` [RFC PATCH 2/4] entry: add threaded_unlink_entry function
` [RFC PATCH 3/4] parallel-checkout: add parallel_unlink
` [RFC PATCH 4/4] unpack-trees: introduce parallel_unlink

[PATCH] doc: make the gitfile syntax easier to discover
 2023-12-03 13:15 UTC  (3+ messages)

[PATCH] hooks--pre-commit: detect non-ASCII when renaming
 2023-12-03 13:15 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/4] Sparse checkout completion fixes
 2023-12-03 13:15 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] completion: squelch stray errors in sparse-checkout completion
  ` [PATCH v3 2/4] completion: fix logic for determining whether cone mode is active
  ` [PATCH v3 3/4] completion: avoid misleading completions in cone mode
  ` [PATCH v3 4/4] completion: avoid user confusion in non-cone mode

[PATCH 00/12] Additional header cleanups (removing unnecessary includes)
 2023-12-03 13:15 UTC  (14+ messages)
` [PATCH 01/12] treewide: remove unnecessary includes from header files
` [PATCH 02/12] treewide: remove unnecessary includes in source files
` [PATCH 03/12] archive.h: remove unnecessary include
` [PATCH 04/12] blame.h: remove unnecessary includes
` [PATCH 05/12] fsmonitor--daemon.h: "
` [PATCH 06/12] http.h: remove unnecessary include
` [PATCH 07/12] line-log.h: "
` [PATCH 08/12] pkt-line.h: "
` [PATCH 09/12] submodule-config.h: "
` [PATCH 10/12] trace2/tr2_tls.h: "
` [PATCH 11/12] treewide: add direct includes currently only pulled in transitively
` [PATCH 12/12] treewide: remove unnecessary includes in source files

[PATCH 0/4] Sparse checkout completion fixes
 2023-12-03  5:57 UTC  (6+ messages)
` [PATCH 4/4] completion: avoid user confusion in non-cone mode

[ANNOUNCE] Git Rev News edition 105
 2023-12-01 22:44 UTC 


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