messages from 2023-03-06 19:32:23 to 2023-03-09 11:11:40 UTC [more...]
Track git blame through two unrelated histories
2023-03-09 11:05 UTC
[PATCH 0/4] Add a CI for unsigned char system
2023-03-09 10:57 UTC (4+ messages)
Better suggestions when git-am(1) fails
2023-03-09 10:58 UTC (12+ 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
Question: How range-diff lapjv algorithm work
2023-03-09 10:38 UTC (3+ messages)
GSoC 2023
2023-03-09 10:17 UTC (2+ messages)
[PATCH 0/8] ahead-behind: new builtin for counting multiple commit ranges
2023-03-09 9:20 UTC (21+ messages)
` [PATCH 1/8] ahead-behind: create empty builtin
` [PATCH 2/8] ahead-behind: parse tip references
` [PATCH 3/8] ahead-behind: implement --ignore-missing option
` [PATCH 6/8] commit-graph: introduce `ensure_generations_valid()`
` [PATCH 7/8] ahead-behind: implement ahead_behind() logic
[PATCH] object-file: reprepare alternates when necessary
2023-03-09 9:06 UTC (16+ messages)
` [PATCH v2] "
[ANNOUNCE] Git v2.40.0-rc2
2023-03-09 8:58 UTC (3+ messages)
` 'BUG' in builtin add -p (was :Re: [ANNOUNCE] Git v2.40.0-rc2)
` [PATCH] add-patch: handle "* Unmerged path" lines
[RFC][PATCH] t1092: add tests for `git diff-files`
2023-03-09 6:39 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 v2 2/2] diff-files: integrate with sparse index
` [PATCH v3 0/2] "
` [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
Fetching everything in another bare repo
2023-03-09 6:41 UTC (2+ messages)
git diff without intermediate commits
2023-03-09 6:22 UTC (2+ messages)
git rev-list fails to verify ssh-signed commits (but git log works)
2023-03-09 3:28 UTC (11+ messages)
` [PATCH] gpg-interface: lazily initialize and read the configuration
` [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 (17+ messages)
` [PATCH 4/6] config.c: plumb the_reader through callbacks
What's cooking in git.git (Feb 2023, #01; Thu, 2)
2023-03-08 23:08 UTC (12+ messages)
` so/diff-merges-more (was Re: What's cooking in git.git (Feb 2023, #01; Thu, 2))
[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 "
When exactly should REBASE_HEAD exist?
2023-03-08 19:40 UTC (16+ messages)
[PATCH 0/2] builtin/sparse-checkout: add check-rules command
2023-03-08 19:27 UTC (5+ messages)
` [PATCH 1/2] builtin/sparse-checkout: remove NEED_WORK_TREE flag
` [PATCH 2/2] builtin/sparse-checkout: add check-rules command
[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)
[PATCH v5 00/10] config API: make "multi" safe, fix segfaults, propagate "ret"
2023-03-08 9:06 UTC (22+ 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>
[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 (6+ 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)
[RFC][PATCH] t1092: add tests for `git diff-files`
2023-03-07 9:35 UTC
[PATCH v2 0/2] diff-files: integrate with sparse index
2023-03-07 6:45 UTC (3+ messages)
` [PATCH v2 1/2] t1092: add tests for `git diff-files`
` [PATCH v2 2/2] diff-files: integrate with sparse index
[RFC PATCH 0/6] add: block invalid submodules
2023-03-07 2:04 UTC (15+ messages)
` [PATCH v2 1/6] t4041, t4060: modernize test style
` [PATCH v2 2/6] tests: Use `git submodule add` instead of `git add`
` [PATCH v2 3/6] tests: use `git submodule add` and fix expected diffs
` [PATCH v2 4/6] tests: use `git submodule add` and fix expected status
` [PATCH v2 5/6] tests: remove duplicate .gitmodules path
` [PATCH v2 6/6] add: reject nested repositories
Bug in git archive + .gitattributes + relative path
2023-03-06 22:34 UTC (9+ messages)
[PATCH v2 0/6] Fix merge restore state
2023-03-06 22:19 UTC (7+ messages)
` [PATCH v3 0/7] "
` [PATCH v3 6/7] merge: ensure we can actually restore pre-merge state
[PATCH 5/6] config.c: remove current_config_kvi
2023-03-06 20:12 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).