Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-27 17:39:11 to 2023-08-03 18:47:40 UTC [more...]

[PATCH 0/2] Changed path filter hash fix and version bump
 2023-08-03 18:45 UTC  (25+ messages)
` [PATCH v6 0/7] "
` [PATCH v7 "
  ` [PATCH v7 1/7] gitformat-commit-graph: describe version 2 of BDAT
  ` [PATCH v7 2/7] t/helper/test-read-graph.c: extract `dump_graph_info()`
  ` [PATCH v7 3/7] bloom.h: make `load_bloom_filter_from_graph()` public
  ` [PATCH v7 4/7] t/helper/test-read-graph: implement `bloom-filters` mode
  ` [PATCH v7 5/7] t4216: test changed path filters with high bit paths
  ` [PATCH v7 6/7] repo-settings: introduce commitgraph.changedPathsVersion
  ` [PATCH v7 7/7] commit-graph: new filter ver. that fixes murmur3

.gitignore is not enough
 2023-08-03 17:49 UTC  (4+ messages)

[PATCH v3 0/3] check-attr: integrate with sparse-index
 2023-08-03 16:22 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/3] attr.c: read attributes in a sparse directory

[PATCH 0/3] git bisect visualize: find gitk on Windows again
 2023-08-03 16:21 UTC  (7+ messages)
` [PATCH 1/3] compat: make path_lookup() available outside mingw.c
` [PATCH 2/3] run-command: teach locate_in_PATH about Windows
` [PATCH 3/3] docs: update when `git bisect visualize` uses `gitk`

[QUESTION] how to diff one blob with nothing
 2023-08-03 15:24 UTC  (10+ messages)

[PATCH] rebase --skip: fix commit message clean up when skipping squash
 2023-08-03 13:09 UTC 

[PATCH] rebase -i: do not update "done" when rescheduling command
 2023-08-03 13:06 UTC  (29+ messages)
` [PATCH v2 0/6] rebase -i: impove handling of failed commands
  ` [PATCH v2 5/6] rebase: fix rewritten list for failed pick
  ` [PATCH v3 0/7] rebase -i: impove handling of failed commands
    ` [PATCH v3 1/7] rebase -i: move unlink() calls
    ` [PATCH v3 2/7] rebase -i: remove patch file after conflict resolution
    ` [PATCH v3 3/7] sequencer: use rebase_path_message()
    ` [PATCH v3 4/7] sequencer: factor out part of pick_commits()
    ` [PATCH v3 5/7] rebase: fix rewritten list for failed pick
    ` [PATCH v3 6/7] rebase --continue: refuse to commit after failed command
    ` [PATCH v3 7/7] rebase -i: fix adding failed command to the todo list

[Question] git rev-parse verify for non-existent object
 2023-08-03  6:16 UTC  (5+ messages)

Feature request for shorter relative date format in log
 2023-08-03  2:54 UTC  (4+ messages)

Git is removing . from the last part of user.name
 2023-08-02 21:38 UTC  (13+ messages)
          ` [PATCH] ident: don't consider trailing dot crud

[GSoC] Blog
 2023-08-02 19:52 UTC  (2+ messages)

What's cooking in git.git (Aug 2023, #01; Wed, 2)
 2023-08-02 19:28 UTC  (4+ messages)
` jt/path-filter-fix (was: Re: What's cooking in git.git (Aug 2023, #01; Wed, 2))
  ` jt/path-filter-fix

[PATCH] fsck: remove redundant parse_tree() invocation
 2023-08-02  0:21 UTC 

[PATCH] fsck: remove redundant parse_tree() invocation
 2023-08-02  0:28 UTC 

What's cooking in git.git (Jul 2023, #06; Thu, 27)
 2023-08-01 20:50 UTC  (7+ messages)
` tb/commit-graph-tests (was: Re: What's cooking in git.git (Jul 2023, #06; Thu, 27))

[PATCH] status: fix branch shown when not only bisecting
 2023-08-01 20:45 UTC  (4+ messages)

Join us for Review Club
 2023-08-01 20:36 UTC 

What's cooking in git.git (Jul 2023, #07; Mon, 31)
 2023-08-01 20:35 UTC  (5+ messages)

[PATCH 0/2] avoid functions deprecated in OpenSSL 3+
 2023-08-01 20:17 UTC  (6+ messages)
` [PATCH 1/2] sha256: "
` [PATCH 2/2] avoid SHA-1 "

[PATCH] Documentation/RelNotes/2.42.0.txt: typofix
 2023-08-01 18:29 UTC  (2+ messages)

git-switch history and checkout compatibility
 2023-08-01 18:28 UTC  (4+ messages)

What is the status of GSoC 2022 work on making Git use roaring bitmaps?
 2023-08-01 17:43 UTC  (14+ messages)

follow-up: can't get any fsck msgid to fire for tags
 2023-08-01 16:13 UTC 

Beyond Merge and Rebase: The Upstream Import Approach in Git
 2023-08-01  9:17 UTC  (6+ messages)

[BUG] Git 2.39.0+ Git.pm ignores Directory=> argument for bare repos
 2023-08-01  8:35 UTC 

[PATCH 0/2] config-parse: create config parsing library
 2023-07-31 23:46 UTC  (7+ messages)
` [RFC PATCH v1.5 0/5] "
  ` [RFC PATCH v1.5 1/5] config: return positive from git_config_parse_key()
  ` [RFC PATCH v1.5 2/5] config: split out config_parse_options
  ` [RFC PATCH v1.5 3/5] config: report config parse errors using cb
  ` [RFC PATCH v1.5 4/5] config.c: accept config_parse_options in git_config_from_stdin
  ` [RFC PATCH v1.5 5/5] config-parse: split library out of config.[c|h]

[PATCH 0/7] unresolve removal
 2023-07-31 23:14 UTC  (9+ messages)
` [PATCH 1/7] update-index: do not read HEAD and MERGE_HEAD unconditionally
` [PATCH 2/7] resolve-undo: allow resurrecting conflicted state that resolved to deletion
` [PATCH 3/7] update-index: use unmerge_index_entry() to support removal
` [PATCH 4/7] update-index: remove stale fallback code for "--unresolve"
` [PATCH 5/7] checkout/restore: refuse unmerging paths unless checking out of the index
` [PATCH 6/7] checkout/restore: add basic tests for --merge
` [PATCH 7/7] checkout: allow "checkout -m path" to unmerge removed paths

[ANNOUNCE] Virtual Contributor's Summit 2023
 2023-07-31 20:10 UTC  (4+ messages)

[ANNOUNCE] Git Rev News edition 101
 2023-07-31 18:53 UTC 

Draft of Git Rev News edition 101
 2023-07-31 17:51 UTC  (4+ messages)

SHA256 support not experimental, or?
 2023-07-31 16:44 UTC  (7+ messages)
      ` [PATCH] doc: sha256 is no longer experimental

[PATCH 0/3] sha256/gcrypt fixes
 2023-07-31 15:58 UTC  (5+ messages)
` [PATCH 1/3] sha256/gcrypt: fix build with SANITIZE=leak
` [PATCH 2/3] sha256/gcrypt: fix memory leak with SHA-256 repos
` [PATCH 3/3] sha256/gcrypt: die on gcry_md_open failures

[BUG] Git 2.39.0+ Git.pm ignores Directory=> argument for bare repos
 2023-07-31 15:44 UTC  (2+ messages)

[PATCH] ls-tree: fix --no-full-name
 2023-07-31 15:31 UTC  (14+ messages)

[PATCH] MyFirstContribution: refrain from self-iterating too much
 2023-07-31 15:25 UTC  (18+ messages)
    ` [PATCH v2] "
        ` [PATCH v3] "
              ` [PATCH v4] "
                    ` Re* "

Bug: fetch with deepen shortens history
 2023-07-31 10:56 UTC  (3+ messages)

[PATCH] bundle: use OPT_PASSTHRU_ARGV
 2023-07-29 20:40 UTC 

fsck: various diagnostics never triggering
 2023-07-29 16:17 UTC 

[PATCH 1/2] checkout/restore: refuse unmerging paths unless checking out of the index
 2023-07-28 22:07 UTC  (2+ messages)
` [PATCH 2/2] checkout/restore: add basic tests for --merge

[PATCH 1/2] resolve-undo: allow resurrecting conflicted state that resolved to deletion
 2023-07-28 19:49 UTC  (3+ messages)
` [PATCH 2/2] update-index: use unmerge_index_entry() to support removal
  ` [PATCH 3/2] update-index: remove stale fallback code for "--unresolve"

[PATCH v2] sequencer: beautify subject of reverts of reverts
 2023-07-28 17:36 UTC  (14+ messages)

[PATCH] perf probe: skip test_uprobe_from_different_cu if there is no gcc
 2023-07-28 15:13 UTC  (2+ messages)

[PATCH] t2400: Fix test failures when using grep 2.5
 2023-07-28 13:09 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3 0/3] "
    ` [PATCH v4 "

[PATCH] mergetool: set diff flag for vimdiff
 2023-07-28  8:21 UTC 

What's cooking in git.git (Jul 2023, #05; Tue, 25)
 2023-07-27 21:52 UTC  (3+ messages)

Hola
 2023-07-27 20:48 UTC 

[PATCH v2 0/5] SubmittingPatches: clarify which branch to use
 2023-07-27 20:08 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH 7/5] SubmittingPatches: explain why 'next' and above are inappropriate base
  ` [PATCH 8/5] SubmittingPatches: use of older maintenance tracks is an exception

Git monorepo - recommendation regarding usage of sparse-checkout
 2023-07-27 20:01 UTC  (3+ messages)

[PATCH] update-index: do not read HEAD and MERGE_HEAD unconditionally
 2023-07-27 19:24 UTC 

includeIf not matching during `git rebase`
 2023-07-27 18:08 UTC  (4+ 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).