git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-03-07 18:43:43 to 2023-03-10 09:41:01 UTC [more...]

Better suggestions when git-am(1) fails
 2023-03-10  9:39 UTC  (18+ 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

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

Fetching everything in another bare repo
 2023-03-10  9:04 UTC  (7+ messages)

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

[PATCH] receive-pack: fix stale packfile locks when dying
 2023-03-10  8:51 UTC  (9+ messages)
` [PATCH v2] "

[GSoC23] Working on project Idea from SOC 2011
 2023-03-10  5:46 UTC  (5+ messages)

[RFC][PATCH] t1092: add tests for `git diff-files`
 2023-03-10  5:00 UTC  (19+ 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
      ` [PATCH v5 0/2] "
        ` [PATCH v5 1/2] t1092: add tests for `git diff-files`
        ` [PATCH v5 2/2] diff-files: integrate with sparse index

[PATCH] sequencer: change amend advice to an actual advice
 2023-03-10  1:47 UTC 

GSoC 2023
 2023-03-10  0:56 UTC  (5+ messages)

[PATCH 0/2] advice: add diverging advice
 2023-03-09 23:44 UTC  (7+ messages)
` [PATCH 1/2] advice: add diverging advice for novices
` [PATCH 2/2] advice: make diverging advice configurable

[RFC PATCH] hooks--pre-push.sample: identify branch point
 2023-03-09 23:22 UTC  (2+ messages)

Feature Request - Better i18n support
 2023-03-09 23:12 UTC  (6+ messages)

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

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

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

[PATCH v5 00/10] config API: make "multi" safe, fix segfaults, propagate "ret"
 2023-03-09 20:46 UTC  (17+ messages)
` [PATCH v6 0/9] "
  ` [PATCH v7 "
    ` [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>

Let us not call it git blame
 2023-03-09 20:28 UTC  (2+ messages)

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

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

[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

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

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

[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  (14+ messages)
` [PATCH v2] "

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

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 v5 0/3] rebase: add a config option for --rebase-merges
 2023-03-08 22:25 UTC  (10+ messages)
` [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 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] 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 


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