git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-03-07 10:02:39 to 2023-03-09 19:56:26 UTC [more...]

What's cooking in git.git (Feb 2023, #01; Thu, 2)
 2023-03-09 19:56 UTC  (15+ messages)
  ` so/diff-merges-more (was Re: What's cooking in git.git (Feb 2023, #01; Thu, 2))

[PATCH v5 00/10] config API: make "multi" safe, fix segfaults, propagate "ret"
 2023-03-09 19:08 UTC  (25+ messages)
` [PATCH v6 0/9] "
  ` [PATCH v6 1/9] config tests: cover blind spots in git_die_config() tests
  ` [PATCH v6 2/9] config tests: add "NULL" tests for *_get_value_multi()
  ` [PATCH v6 3/9] config API: add and use a "git_config_get()" family of functions
  ` [PATCH v6 4/9] versioncmp.c: refactor config reading next commit
  ` [PATCH v6 5/9] config API: have *_multi() return an "int" and take a "dest"
  ` [PATCH v6 6/9] for-each-repo: error on bad --config
  ` [PATCH v6 7/9] config API users: test for *_get_value_multi() segfaults
  ` [PATCH v6 8/9] config API: add "string" version of *_value_multi(), fix segfaults
  ` [PATCH v6 9/9] for-each-repo: with bad config, don't conflate <path> and <cmd>
  ` [PATCH v7 0/9] config API: make "multi" safe, fix segfaults, propagate "ret"
    ` [PATCH v7 1/9] config tests: cover blind spots in git_die_config() tests
    ` [PATCH v7 2/9] config tests: add "NULL" tests for *_get_value_multi()
    ` [PATCH v7 3/9] config API: add and use a "git_config_get()" family of functions
    ` [PATCH v7 4/9] versioncmp.c: refactor config reading next commit
    ` [PATCH v7 5/9] config API: have *_multi() return an "int" and take a "dest"
    ` [PATCH v7 6/9] for-each-repo: error on bad --config
    ` [PATCH v7 7/9] config API users: test for *_get_value_multi() segfaults
    ` [PATCH v7 8/9] config API: add "string" version of *_value_multi(), fix segfaults
    ` [PATCH v7 9/9] for-each-repo: with bad config, don't conflate <path> and <cmd>

[PATCH] receive-pack: fix stale packfile locks when dying
 2023-03-09 18:49 UTC  (5+ messages)

GSoC 2023
 2023-03-09 18:45 UTC  (4+ messages)

Track git blame through two unrelated histories
 2023-03-09 18:35 UTC  (2+ messages)

Fetching everything in another bare repo
 2023-03-09 18:15 UTC  (6+ messages)

[ANNOUNCE] Git v2.40.0-rc2
 2023-03-09 18:05 UTC  (4+ messages)
` 'BUG' in builtin add -p (was :Re: [ANNOUNCE] Git v2.40.0-rc2)
  ` [PATCH] add-patch: handle "* Unmerged path" lines

[PATCH 0/8] ahead-behind: new builtin for counting multiple commit ranges
 2023-03-09 17:32 UTC  (12+ messages)
` [PATCH 1/8] ahead-behind: create empty builtin
` [PATCH 7/8] ahead-behind: implement ahead_behind() logic

[PATCH v2 0/2] test: cleanups of aggregate-results.sh
 2023-03-09 17:30 UTC  (3+ messages)
` [PATCH v2 1/2] test: simplify counts aggregation
` [PATCH v2 2/2] test: don't print aggregate-results command

[RFC][PATCH] t1092: add tests for `git diff-files`
 2023-03-09 17:20 UTC  (14+ messages)
` [PATCH v2 0/2] diff-files: integrate with sparse index
  ` [PATCH v2 1/2] t1092: add tests for `git diff-files`
  ` [PATCH v3 0/2] diff-files: integrate with sparse index
    ` [PATCH v3 1/2] t1092: add tests for `git diff-files`
    ` [PATCH v3 2/2] diff-files: integrate with sparse index
    ` [PATCH v4 0/2] "
      ` [PATCH v4 1/2] t1092: add tests for `git diff-files`
      ` [PATCH v4 2/2] diff-files: integrate with sparse index

git diff without intermediate commits
 2023-03-09 17:13 UTC  (3+ messages)

git rev-list fails to verify ssh-signed commits (but git log works)
 2023-03-09 17:03 UTC  (12+ messages)
      ` [PATCH] gpg-interface: lazily initialize and read the configuration
            ` [PATCH v2] "

Better suggestions when git-am(1) fails
 2023-03-09 17:00 UTC  (16+ messages)
    ` [PATCH 1/5] diff: factor out src/dst prefix setup
    ` [PATCH 2/5] t4013: add tests for diff prefix options
    ` [PATCH 3/5] diff: add --default-prefix option
    ` [PATCH 4/5] format-patch: do not respect diff.noprefix
    ` [PATCH 5/5] format-patch: add format.noprefix option

[PATCH 0/2] builtin/sparse-checkout: add check-rules command
 2023-03-09 15:31 UTC  (6+ messages)
` [PATCH 1/2] builtin/sparse-checkout: remove NEED_WORK_TREE flag
` [PATCH 2/2] builtin/sparse-checkout: add check-rules command

When exactly should REBASE_HEAD exist?
 2023-03-09 14:45 UTC  (17+ messages)

[GSoC23] Working on project Idea from SOC 2011
 2023-03-09 14:26 UTC  (3+ messages)

Feature Request - Better i18n support
 2023-03-09 12:56 UTC 

[PATCH 0/4] Add a CI for unsigned char system
 2023-03-09 10:57 UTC  (4+ messages)

Question: How range-diff lapjv algorithm work
 2023-03-09 10:38 UTC  (3+ messages)

[PATCH] object-file: reprepare alternates when necessary
 2023-03-09  9:06 UTC  (16+ messages)
` [PATCH v2] "

How to mirror and augment a git repository
 2023-03-09  3:12 UTC  (4+ messages)

[PATCH] fetch: pass --no-write-fetch-head to subprocesses
 2023-03-09  3:09 UTC  (7+ messages)
  ` [PATCH v2] "

Writing to err vs std
 2023-03-09  0:50 UTC  (4+ messages)

[PATCH 0/6] [RFC] config.c: use struct for config reading state
 2023-03-08 23:18 UTC  (12+ messages)
` [PATCH 4/6] config.c: plumb the_reader through callbacks

[PATCH 0/6] [RFC] config.c: use struct for config reading state
 2023-03-08 23:09 UTC  (4+ messages)

[PATCH v4 1/3] rebase: add documentation and test for --no-rebase-merges
 2023-03-08 22:25 UTC  (20+ messages)
` [PATCH v5 0/3] rebase: add a config option for --rebase-merges
  ` [PATCH v5 3/3] "
  ` [PATCH v6 0/3] rebase: document, clean up, and introduce "
    ` [PATCH v6 1/3] rebase: add documentation and test for --no-rebase-merges
    ` [PATCH v6 2/3] rebase: deprecate --rebase-merges=""
    ` [PATCH v6 3/3] rebase: add a config option for --rebase-merges

Git for Windows 2.40 build time frame
 2023-03-08 22:15 UTC 

What's cooking in git.git (Mar 2023, #01; Wed, 1)
 2023-03-08 21:38 UTC  (8+ messages)
` fz/rebase-msg-update (2023-02-27) (Was: What's cooking in git.git (Mar 2023, #01; Wed, 1))
  ` fz/rebase-msg-update (2023-02-27)

[PATCH] format-patch: output header for empty commits
 2023-03-08 20:43 UTC  (6+ messages)

[PATCH RESEND 0/2] status: improve info for detached HEAD
 2023-03-08 20:42 UTC  (4+ messages)
` [PATCH RESEND 1/2] t7508: test status output for detached HEAD after clone
` [PATCH RESEND 2/2] status: improve info "

[PATCH 0/2] advice: add diverging advice
 2023-03-08 17:17 UTC  (6+ messages)
` [PATCH 1/2] advice: add diverging advice for novices
` [PATCH 2/2] advice: make diverging advice configurable

[PATCH] sequencer.c: fix overflow & segfault in parse_strategy_opts()
 2023-03-08 16:20 UTC  (4+ messages)

[PATCH] blame-tree: add library and tests via "test-tool blame-tree"
 2023-03-08 15:49 UTC  (5+ messages)

[PATCH] test: simplify counts aggregation
 2023-03-08 12:07 UTC  (7+ messages)

[ANNOUNCE] Git for Windows 2.40.0-rc2
 2023-03-07 23:32 UTC 

What's cooking in git.git (Mar 2023, #02; Tue, 7)
 2023-03-07 22:25 UTC 

[PATCH v8 0/6] submodule: parallelize diff
 2023-03-07 17:55 UTC  (5+ messages)
` [PATCH v9 "
  ` [PATCH v9 6/6] diff-lib: parallelize run_diff_files for submodules

Parallel worktree checkouts result in index.lock exists
 2023-03-07 17:25 UTC  (3+ messages)

Let us not call it git blame
 2023-03-07 12:08 UTC  (2+ messages)


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