Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-06 17:26:53 to 2023-06-12 21:21:02 UTC [more...]

[PATCH v3 0/2] pack-objects: introduce `pack.extraRecentObjectsHook`
 2023-06-12 21:14 UTC  (10+ messages)
` [PATCH v4 0/2] gc: introduce `gc.recentObjectsHook`
  ` [PATCH v4 2/2] "
` [PATCH v5 0/2] "
  ` [PATCH v5 1/2] reachable.c: extract `obj_is_recent()`
  ` [PATCH v5 2/2] gc: introduce `gc.recentObjectsHook`

[PATCH 00/15] refs: implement skip lists for packed backend
 2023-06-12 21:05 UTC  (19+ messages)
` [PATCH v3 00/16] refs: implement jump "
  ` [PATCH v3 01/16] refs.c: rename `ref_filter`
  ` [PATCH v3 02/16] ref-filter.h: provide `REF_FILTER_INIT`
  ` [PATCH v3 03/16] ref-filter: clear reachable list pointers after freeing
  ` [PATCH v3 04/16] ref-filter: add `ref_filter_clear()`
  ` [PATCH v3 05/16] ref-filter.c: parameterize match functions over patterns
  ` [PATCH v3 06/16] builtin/for-each-ref.c: add `--exclude` option
  ` [PATCH v3 07/16] refs: plumb `exclude_patterns` argument throughout
  ` [PATCH v3 08/16] refs/packed-backend.c: refactor `find_reference_location()`
  ` [PATCH v3 09/16] refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)
  ` [PATCH v3 10/16] refs/packed-backend.c: add trace2 counters for jump list
  ` [PATCH v3 11/16] revision.h: store hidden refs in a `strvec`
  ` [PATCH v3 12/16] refs/packed-backend.c: ignore complicated hidden refs rules
  ` [PATCH v3 13/16] refs.h: let `for_each_namespaced_ref()` take excluded patterns
  ` [PATCH v3 14/16] builtin/receive-pack.c: avoid enumerating hidden references
  ` [PATCH v3 15/16] upload-pack.c: avoid enumerating hidden refs where possible
  ` [PATCH v3 16/16] ls-refs.c: "

[PATCH] builtin/repack.c: only collect fully-formed packs
 2023-06-12 21:00 UTC  (4+ messages)

[PATCH v3 0/8] git-compat-util cleanups
 2023-06-12 20:48 UTC  (5+ messages)
` [PATCH v3 5/8] common.h: move non-compat specific macros and functions

[PATCH v2 0/3] Create stronger guard rails on replace refs
 2023-06-12 20:45 UTC  (3+ messages)
` [PATCH v3 "

[PATCH 0/5] cat-file: introduce NUL-terminated output format
 2023-06-12 20:43 UTC  (10+ messages)
` [PATCH 5/5] cat-file: Introduce new option to delimit output with NUL characters
` [PATCH v2 0/5] catfile: introduce NUL-terminated output format

Test failures with cURL-8.1.2 (when building git-2.41.0)
 2023-06-12 20:28 UTC  (2+ messages)

[PATCH 0/2] Fix behavior of worktree config in submodules
 2023-06-12 20:23 UTC  (8+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 3/3] repository: move 'repository_format_worktree_config' to repo scope

Anyone know why git ls-remote output might be corrupted?
 2023-06-12 19:59 UTC  (5+ messages)

[PATCH] Use lowercase includes for some Windows headers
 2023-06-12 19:30 UTC  (2+ messages)

[GSoC] Blog
 2023-06-12 19:00 UTC 

[BUG] Git 2.28.0-rc1 t1800 message text comparison
 2023-06-12 18:01 UTC  (12+ messages)
` [BUG] Git 2.38.0-rc1 "
                ` [PATCH 1/2] t1800: loosen matching of error message for bad shebang
                ` [PATCH 2/2] run-command: report exec error even on ENOENT

[PATCH] statinfo.h: move DTYPE defines from dir.h
 2023-06-12 18:00 UTC  (3+ messages)

What's cooking in git.git (Jun 2023, #02; Tue, 6)
 2023-06-12 17:56 UTC  (7+ messages)

[PATCH] add: check color.ui for interactive add
 2023-06-12 17:13 UTC  (8+ messages)
` [PATCH v2] "
  ` [Patch v2 2/2] add: test use of brackets when color is disabled

[PATCH 00/25] completion: add missing diff options
 2023-06-12 12:52 UTC  (56+ messages)
` [PATCH 01/25] completion: add comments describing __git_diff_* globals
` [PATCH 02/25] completion: complete --break-rewrites
` [PATCH 03/25] completion: complete --cc
` [PATCH 04/25] completion: complete --combined-all-paths
` [PATCH 05/25] completion: complete --compact-summary
` [PATCH 06/25] completion: complete --default-prefix
` [PATCH 07/25] completion: complete --find-copies
` [PATCH 08/25] completion: complete --find-object
` [PATCH 09/25] completion: complete --find-renames
` [PATCH 10/25] completion: complete --function-context
` [PATCH 11/25] completion: complete --ignore-matching-lines
` [PATCH 12/25] completion: complete --irreversible-delete
` [PATCH 13/25] completion: complete --ita-invisible-in-index and --ita-visible-in-index
` [PATCH 14/25] completion: complete --line-prefix
` [PATCH 15/25] completion: complete --no-relative
` [PATCH 16/25] completion: complete --no-stat
` [PATCH 17/25] completion: complete --output
` [PATCH 18/25] completion: complete --output-indicator-{context,new,old}
` [PATCH 19/25] completion: complete --patch-with-raw
` [PATCH 20/25] completion: complete --unified
` [PATCH 21/25] completion: complete --ws-error-highlight
` [PATCH 22/25] completion: move --pickaxe-{all,regex} to __git_diff_common_options
` [PATCH 23/25] completion: complete --diff-merges, its options and --no-diff-merges
` [PATCH 24/25] completion: complete --remerge-diff
` [PATCH 25/25] diff.c: mention completion above add_diff_options
` [PATCH v2 00/25] completion: add missing diff options
  ` [PATCH v2 01/25] completion: add comments describing __git_diff_* globals
  ` [PATCH v2 02/25] completion: complete --break-rewrites
  ` [PATCH v2 03/25] completion: complete --cc
  ` [PATCH v2 04/25] completion: complete --combined-all-paths
  ` [PATCH v2 05/25] completion: complete --compact-summary
  ` [PATCH v2 06/25] completion: complete --default-prefix
  ` [PATCH v2 07/25] completion: complete --find-copies
  ` [PATCH v2 08/25] completion: complete --find-object
  ` [PATCH v2 09/25] completion: complete --find-renames
  ` [PATCH v2 10/25] completion: complete --function-context
  ` [PATCH v2 11/25] completion: complete --ignore-matching-lines
  ` [PATCH v2 12/25] completion: complete --irreversible-delete
  ` [PATCH v2 13/25] completion: complete --ita-invisible-in-index and --ita-visible-in-index
  ` [PATCH v2 14/25] completion: complete --line-prefix
  ` [PATCH v2 15/25] completion: complete --no-relative
  ` [PATCH v2 16/25] completion: complete --no-stat
  ` [PATCH v2 17/25] completion: complete --output
  ` [PATCH v2 18/25] completion: complete --output-indicator-{context,new,old}
  ` [PATCH v2 19/25] completion: complete --patch-with-raw
  ` [PATCH v2 20/25] completion: complete --unified
  ` [PATCH v2 21/25] completion: complete --ws-error-highlight
  ` [PATCH v2 22/25] completion: move --pickaxe-{all,regex} to __git_diff_common_options
  ` [PATCH v2 23/25] completion: complete --diff-merges, its options and --no-diff-merges
  ` [PATCH v2 24/25] completion: complete --remerge-diff
  ` [PATCH v2 25/25] diff.c: mention completion above add_diff_options

Newcomer
 2023-06-12  7:24 UTC  (2+ messages)

[ANNOUNCE] git-assembler 1.5 released
 2023-06-11 20:40 UTC 

Remembering which http remotes require authentication
 2023-06-12  6:47 UTC 

tests: mark as passing with SANITIZE=leak
 2023-06-12  4:06 UTC  (24+ messages)
` [PATCH 01/11] rev-parse: fix a leak with --abbrev-ref
` [PATCH 02/11] config: fix a leak in git_config_copy_or_rename_section_in_file
` [PATCH 03/11] remote: fix a leak in query_matches_negative_refspec
` [PATCH 04/11] branch: fix a leak in dwim_and_setup_tracking
` [PATCH 05/11] branch: fix a leak in setup_tracking
` [PATCH 06/11] branch: fix a leak in cmd_branch
` [PATCH 07/11] branch: fix a leak in inherit_tracking
` [PATCH 08/11] branch: fix a leak in check_tracking_branch
` [PATCH 09/11] branch: fix a leak in setup_tracking
` [PATCH 10/11] config: fix a leak in git_config_copy_or_rename_section_in_file
` [PATCH 11/11] tests: mark as passing with SANITIZE=leak

[RFC PATCH 0/3] range-diff: treat notes like `log`
 2023-06-11 18:15 UTC  (5+ messages)
` [PATCH v1 "
  ` [PATCH v1 1/3] "
  ` [PATCH v1 2/3] doc: pretty-options: remove documentation for deprecated options
  ` [PATCH v1 3/3] revision: comment `--no-standard-notes` as deprecated

[PATCH] [RFC] http: reauthenticate on 401 Unauthorized
 2023-06-11  9:05 UTC 

git-alltrees: root trees and subtrees without duplicate commits
 2023-06-11  8:11 UTC  (2+ messages)

Questions regarding French Translation of Git
 2023-06-10 23:11 UTC  (2+ messages)

[PATCH RFC v2 0/4] Add an external testing library for unit tests
 2023-06-09 23:25 UTC  (3+ messages)
` [RFC PATCH v3 0/1] Add a project document for adding "
` [RFC PATCH v3 1/1] unit tests: Add a project plan document

[PATCH 00/14] [RFC] config: remove global state from config iteration
 2023-06-09 23:19 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 03/14] (RFC-only) config: add kvi arg to config_fn_t

[PATCH 0/2] Changed path filter hash fix and version bump
 2023-06-09  0:08 UTC  (9+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] gitformat-commit-graph: describe version 2 of BDAT
  ` [PATCH v3 2/4] t4216: test changed path filters with high bit paths
  ` [PATCH v3 3/4] repo-settings: introduce commitgraph.changedPathsVersion
  ` [PATCH v3 4/4] commit-graph: new filter ver. that fixes murmur3

git-send-email(1): Encrypted email
 2023-06-08 19:45 UTC 

[PATCH 0/6] [RFC] Lazy-loaded default Git config
 2023-06-08 18:19 UTC  (2+ messages)

[PATCH 0/3] pack-bitmap: boundary-based bitmap traversal
 2023-06-08 16:25 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] object: add object_array initializer helper function
  ` [PATCH v4 2/3] pack-bitmap.c: extract `fill_in_bitmap()`
  ` [PATCH v4 3/3] pack-bitmap.c: use commit boundary during bitmap traversal

[PATCH 0/2] shortlog: introduce --email-only, --group-filter options
 2023-06-08 16:24 UTC  (7+ messages)
` [PATCH 1/2] shortlog: introduce `--group-filter` to restrict output
` [PATCH 2/2] shortlog: introduce `--email-only` to only show emails

Automatically re-running commands during an interactive rebase or post commit
 2023-06-08  5:11 UTC  (7+ messages)

[PATCH] pack-bitmap.c: gracefully degrade on failure to load MIDX'd pack
 2023-06-07 23:01 UTC 

[PATCH v2 0/3] Changed path filter hash fix and version bump
 2023-06-07 21:37 UTC  (3+ messages)

[PATCH] docs: typofixes
 2023-06-07 19:26 UTC  (6+ messages)
` [PATCH v2] "

bug? subprocesses can use wrong Git if $PATH is unset
 2023-06-07 17:43 UTC  (6+ messages)

[PATCH v1] worktree: integrate with sparse-index
 2023-06-07 17:21 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] gitweb: wrong capture group used for grep search
 2023-06-07  0:00 UTC 

[PATCH] t/lib-gpg: fix ssh-keygen -Y check-novalidate with openssh-9.0
 2023-06-06 21:47 UTC  (2+ messages)
` [PATCH] t/lib-gpg: require GPGSSH for GPGSSH_VERIFYTIME prereq

Join us for Review Club!
 2023-06-06 19:56 UTC 

[PATCH v6 0/7] strbuf cleanups
 2023-06-06 19:48 UTC  (9+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/7] strbuf: clarify API boundary
  ` [PATCH v7 2/7] strbuf: clarify dependency
  ` [PATCH v7 3/7] abspath: move related functions to abspath
  ` [PATCH v7 4/7] credential-store: move related functions to credential-store file
  ` [PATCH v7 5/7] object-name: move related functions to object-name
  ` [PATCH v7 6/7] path: move related function to path
  ` [PATCH v7 7/7] strbuf: remove global variable


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