Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-07 17:52:15 to 2023-07-13 21:43:14 UTC [more...]

[PATCH 0/2] Changed path filter hash fix and version bump
 2023-07-13 21:42 UTC  (3+ messages)
` [PATCH v5 0/4] "
  ` [PATCH v5 3/4] repo-settings: introduce commitgraph.changedPathsVersion

[PATCH] doc: remove mentions of .gitmodules !command syntax
 2023-07-13 21:37 UTC  (16+ messages)
    ` [PATCH v3 1/1] docs: highlight that .gitmodules does not support !command
      ` [PATCH v4] "

[PATCH 0/5] SubmittingPatches: clarify which branch to use
 2023-07-13 21:10 UTC  (11+ messages)
` [PATCH 1/5] SubmittingPatches: reword awkward phrasing
` [PATCH 2/5] SubmittingPatches: be more explicit
` [PATCH 3/5] SubmittingPatches: discuss subsystems separately from git.git
` [PATCH 4/5] SubmittingPatches: remove confusing guidance about base branches
` [PATCH 5/5] SubmittingPatches: define topic branches

t2400 on freebsd12
 2023-07-13 20:43 UTC  (4+ messages)

[PATCH v1 0/3] check-attr: integrate with sparse-index
 2023-07-13 20:22 UTC  (17+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] Enable gitattributes read from sparse directories
  ` [PATCH v3 0/3] check-attr: integrate with sparse-index
    ` [PATCH v3 1/3] attr.c: read attributes in a sparse directory
    ` [PATCH v3 2/3] t1092: add tests for `git check-attr`
    ` [PATCH v3 3/3] check-attr: integrate with sparse-index

I delete files by mistake not in stage area
 2023-07-13 18:44 UTC  (2+ messages)

Git Privacy
 2023-07-13 17:11 UTC  (2+ messages)

[PATCH] configure.ac: Don't overwrite NO_EXPAT option
 2023-07-13 17:02 UTC  (2+ messages)

[PATCH v4 0/2] advise about force-pushing as an alternative to reconciliation
 2023-07-13 16:15 UTC  (7+ messages)
` [PATCH v5 0/3] don't imply that integration is always required before pushing
  ` [PATCH v5 1/3] wt-status: don't show divergence advice when committing
  ` [PATCH v5 2/3] remote: don't imply that integration is always required before pushing
  ` [PATCH v5 3/3] push: "

[PATCH 00/20] guard object lookups against 32-bit overflow
 2023-07-13 16:14 UTC  (24+ messages)
` [PATCH 01/20] packfile.c: prevent overflow in `nth_packed_object_id()`
` [PATCH 02/20] packfile.c: prevent overflow in `load_idx()`
` [PATCH 03/20] packfile.c: use checked arithmetic in `nth_packed_object_offset()`
` [PATCH 04/20] midx.c: use `size_t`'s for fanout nr and alloc
` [PATCH 05/20] midx.c: prevent overflow in `nth_midxed_object_oid()`
` [PATCH 06/20] midx.c: prevent overflow in `nth_midxed_offset()`
` [PATCH 07/20] midx.c: store `nr`, `alloc` variables as `size_t`'s
` [PATCH 08/20] midx.c: prevent overflow in `write_midx_internal()`
` [PATCH 09/20] midx.c: prevent overflow in `fill_included_packs_batch()`
` [PATCH 10/20] pack-bitmap.c: ensure that eindex lookups don't overflow
` [PATCH 11/20] commit-graph.c: prevent overflow in `write_commit_graph_file()`
` [PATCH 12/20] commit-graph.c: prevent overflow in add_graph_to_chain()
` [PATCH 13/20] commit-graph.c: prevent overflow in `load_oid_from_graph()`
` [PATCH 14/20] commit-graph.c: prevent overflow in `fill_commit_graph_info()`
` [PATCH 15/20] commit-graph.c: prevent overflow in `fill_commit_in_graph()`
` [PATCH 16/20] commit-graph.c: prevent overflow in `load_tree_for_commit()`
` [PATCH 17/20] commit-graph.c: prevent overflow in `split_graph_merge_strategy()`
` [PATCH 18/20] commit-graph.c: prevent overflow in `merge_commit_graph()`
` [PATCH 19/20] commit-graph.c: prevent overflow in `write_commit_graph()`
` [PATCH 20/20] commit-graph.c: prevent overflow in `verify_commit_graph()`

Bug Report - Git does not require a space between shorthand flags and the commit-message
 2023-07-13 13:04 UTC 

Beyond Merge and Rebase: The Upstream Import Approach in Git
 2023-07-13 10:55 UTC  (6+ messages)

[PATCH v2 0/2] advise about force-pushing as an alternative to reconciliation
 2023-07-13  4:09 UTC  (21+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] remote: "
  ` [PATCH v3 2/2] push: "

bug report: cloning private repo to absolute path doesn't work if gitconfig has includeIf directives
 2023-07-13  0:21 UTC  (2+ messages)

[rebase] `fatal: cannot force update the branch ... checkout out at ...` is confusing when it isn't active
 2023-07-12 22:25 UTC  (5+ messages)
      ` Re* "

[PATCH] pretty: add %r format specifier for showing refs
 2023-07-12 20:56 UTC  (5+ messages)
  ` [PATCH v2] "

[GSoC] Blog
 2023-07-12 19:43 UTC  (2+ messages)

Possible typo in git stash doc page
 2023-07-12 15:49 UTC  (2+ messages)

Video conference libification eng discussion, this Thursday 17:00 UTC
 2023-07-11 22:58 UTC 

[RFC PATCH 0/8] Introduce Git Standard Library
 2023-07-11 20:07 UTC  (3+ messages)
` [RFC PATCH 1/8] trace2: log fsync stats in trace2 rather than wrapper

[PATCH v4 00/12] config: remove global state from config iteration
 2023-07-11 18:41 UTC  (3+ messages)
` [PATCH v5 00/11] "

What's cooking in git.git (Jul 2023, #02; Mon, 10)
 2023-07-11 17:37 UTC  (2+ messages)

[PATCH 0/2] repack: make `collect_pack_filenames()` consistent
 2023-07-11 17:32 UTC  (10+ messages)
` [PATCH 1/2] builtin/repack.c: only repack `.pack`s that exist
` [PATCH 2/2] builtin/repack.c: avoid dir traversal in `collect_pack_filenames()`
` [PATCH v2 0/2] repack: make `collect_pack_filenames()` consistent
  ` [PATCH v2 1/2] builtin/repack.c: only repack `.pack`s that exist
  ` [PATCH v2 2/2] builtin/repack.c: avoid dir traversal in `collect_pack_filenames()`

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

[PATCH 0/2] [RFC] for-each-ref: add --count-matches mode
 2023-07-11 14:48 UTC  (6+ messages)
` [PATCH 2/2] for-each-ref: add --count-matches option

[GSoC] Blog:More Sparse Index Integrations
 2023-07-11 13:52 UTC 

[PATCH 0/2] fix resize issues on large screens
 2023-07-10 21:04 UTC  (5+ messages)
` [PATCH 1/2] gitk: limit factor scaling on resize to widths below 1900px
` [PATCH 2/2] gitk: keep author and date colums to a minimal width on resize

[PATCH] repack: only repack .packs that exist
 2023-07-10 19:39 UTC  (5+ messages)

[PATCH 0/6] fsck: squelch progress output with `--no-progress`
 2023-07-10 15:55 UTC  (8+ messages)
` [PATCH 1/6] fsck: suppress commit-graph "
` [PATCH 2/6] fsck: suppress MIDX "
` [PATCH 3/6] commit-graph.c: extract `verify_one_commit_graph()`
` [PATCH 4/6] commit-graph.c: iteratively verify commit-graph chains
` [PATCH 5/6] commit-graph.c: pass progress to `verify_one_commit_graph()`
` [PATCH 6/6] commit-graph.c: avoid duplicated progress output during `verify`

[PATCH 0/2] Fix attr magic combined with pathspec prefix
 2023-07-09  9:28 UTC  (9+ messages)
` [PATCH 1/2] t6135: attr magic with path pattern
` [PATCH 2/2] dir: do not feed path suffix to pathspec match
  ` [PATCH 2/2alt] "
      ` [PATCH 2alt/2] dir: match "attr" pathspec magic with correct paths

[PATCH 0/2] Add new "describe" atom
 2023-07-09  6:16 UTC  (4+ messages)
` [PATCH 1/2] ref-filter: add "

Git monorepo - recommendation regarding usage of sparse-checkout
 2023-07-09  1:44 UTC  (2+ messages)

[PATCH v2] doc: gitcredentials: link to helper list
 2023-07-08 20:36 UTC  (2+ messages)
` [PATCH v3] "

Expected behaviour for pathspecs matching attributes in subdirectories
 2023-07-08 12:42 UTC  (8+ messages)

[PATCH 0/9] gitk: improve keyboard support
 2023-07-08 12:09 UTC  (11+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 05/10] gitk: add keyboard bind for checkout command
  ` [PATCH v2 06/10] gitk: add keyboard bind for remove branch command
  ` [PATCH v2 07/10] gitk: add keyboard bind for cherry-pick command

[BUGREPORT] Why is git-push fetching content?
 2023-07-08  8:39 UTC  (6+ messages)

[PATCH 0/2] remove unused "base-offset" from tree-walk codepath
 2023-07-07 22:21 UTC  (3+ messages)
` [PATCH 1/2] tree-walk: lose base_offset that is never used in tree_entry_interesting
` [PATCH 2/2] tree-walk: drop unused base_offset from do_match()

[PATCH] pkt-line: don't check string length in packet_length()
 2023-07-07 21:47 UTC  (2+ messages)
` [PATCH v2] pkt-line: add size parameter to packet_length()

[RFC PATCH 0/1] Unit tests for khash.h
 2023-07-07 21:12 UTC  (5+ messages)
` [RFC PATCH v2] khash_test.c : add unit tests

Hello world
 2023-07-07 19:31 UTC 

[PATCH] pretty: use strchr(3) in userformat_find_requirements()
 2023-07-07 19:08 UTC 

[PATCH] pretty: avoid double negative in format_commit_item()
 2023-07-07 19:06 UTC  (2+ messages)

[PATCH] ls-tree: simplify prefix handling
 2023-07-07 19:01 UTC  (2+ 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).