git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-11-29 22:14:05 to 2023-12-07 13:13:44 UTC [more...]

[PATCH 00/24] pack-objects: multi-pack verbatim reuse
 2023-12-07 13:13 UTC  (37+ messages)
` [PATCH 01/24] pack-objects: free packing_data in more places
` [PATCH 02/24] pack-bitmap-write: deep-clear the `bb_commit` slab
` [PATCH 04/24] midx: factor out `fill_pack_info()`
` [PATCH 05/24] midx: implement `DISP` chunk
` [PATCH 07/24] midx: implement `--retain-disjoint` mode
` [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 0/9] bonus config cleanups
 2023-12-07  8:58 UTC  (12+ 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

[PATCH] setup: recognize bare repositories with packed-refs
 2023-12-07  8:37 UTC  (11+ messages)

[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] clone: fix init of refdb with wrong object format
 2023-12-07  7:22 UTC  (13+ 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/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/2] completion: refactor and support reftables backend
 2023-12-07  6:06 UTC  (9+ messages)
` [PATCH 1/2] completion: refactor existence checks for special refs
  ` [PATCH 2/2] completion: stop checking for reference existence via `test -f`
` [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 1/1] MyFirstContribution: configure shallow threads for git format-patch
 2023-12-07  5:46 UTC 

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

What's the recommendation for forgetting all rerere's records?
 2023-12-06 22:37 UTC 

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

Minor UX annoyance w/`git add --patch untracked/file`
 2023-12-06 19:54 UTC  (2+ messages)

[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 checkout -B <branch> lets you checkout a branch that is already checked out in another worktree Inbox
 2023-12-04 21:06 UTC  (9+ messages)
    ` [PATCH 2/2] checkout: forbid "-B <branch>" from touching a branch used elsewhere

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/1] *** Avoid using Pipes ***
 2023-12-04 15:37 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] t2400: avoid using pipes
      ` [Outreachy][PATCH v3] "

[PATCH 0/4] refs: improve handling of special refs
 2023-12-04 14:18 UTC  (19+ messages)
` [PATCH 1/4] wt-status: read HEAD and ORIG_HEAD via the refdb
` [PATCH 2/4] refs: propagate errno when reading special refs fails
` [PATCH 3/4] refs: complete list of special refs
` [PATCH 4/4] bisect: consistently write BISECT_EXPECTED_REV via the refdb

[PATCH] gitk: add setting to hide unknown refs
 2023-12-04 13:18 UTC 

[PATCH v4] subtree: fix split processing with multiple subtrees present
 2023-12-04 11:08 UTC  (6+ messages)
` [PATCH v5] "
  ` [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 

[PATCH] git-prompt: stop manually parsing HEAD
 2023-12-01  7:34 UTC  (4+ messages)

[PATCH 1/1] attr: add builtin objectmode values support
 2023-12-01  4:01 UTC  (5+ messages)

[PATCH] Mention default oldbranch in git-branch doc
 2023-12-01  1:25 UTC  (2+ messages)

"git overlay" - command for overlaying branches
 2023-12-01  0:11 UTC  (5+ messages)

(no subject)
 2023-11-30 21:46 UTC 

Consider dropping the decimal places for KiB/s 52.00 KiB/s
 2023-11-30 20:19 UTC  (4+ messages)

[BUG] `git push` sends unnecessary objects
 2023-11-30 13:33 UTC  (4+ messages)
      ` [EXTERNAL] "

[PATCH 00/10] t: more compatibility fixes with reftables
 2023-11-30  7:06 UTC  (9+ messages)
` [PATCH 01/10] t0410: mark tests to require the reffiles backend
` [PATCH 08/10] t5401: speed up creation of many branches
` [PATCH 09/10] t5551: stop writing packed-refs directly


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