git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-03-03 08:29:08 to 2023-03-07 19:14:23 UTC [more...]

[PATCH 0/6] [RFC] config.c: use struct for config reading state
 2023-03-07 18:36 UTC  (11+ messages)
` [PATCH 1/6] config.c: plumb config_source through static fns
` [PATCH 3/6] config.c: create config_reader and the_reader

[RFC][PATCH] t1092: add tests for `git diff-files`
 2023-03-07 18:53 UTC  (6+ 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 v4 1/3] rebase: add documentation and test for --no-rebase-merges
 2023-03-07 18:32 UTC  (25+ 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

[PATCH] sequencer.c: fix overflow & segfault in parse_strategy_opts()
 2023-03-07 18:21 UTC 

[PATCH] object-file: reprepare alternates when necessary
 2023-03-07 18:18 UTC  (8+ messages)

[PATCH v5 00/10] config API: make "multi" safe, fix segfaults, propagate "ret"
 2023-03-07 18:09 UTC  (11+ 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>

When exactly should REBASE_HEAD exist?
 2023-03-07 18:07 UTC  (15+ messages)

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

What's cooking in git.git (Feb 2023, #01; Thu, 2)
 2023-03-07 17:54 UTC  (10+ messages)
  ` so/diff-merges-more (was Re: What's cooking in git.git (Feb 2023, #01; Thu, 2))

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

[PATCH] blame-tree: add library and tests via "test-tool blame-tree"
 2023-03-07 13:56 UTC  (3+ messages)

Let us not call it git blame
 2023-03-07 12:08 UTC  (8+ 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

[PATCH 0/8] ahead-behind: new builtin for counting multiple commit ranges
 2023-03-07  1:05 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 4/8] commit-graph: combine generation computations
` [PATCH 5/8] commit-graph: return generation from memory
` [PATCH 6/8] commit-graph: introduce `ensure_generations_valid()`
` [PATCH 7/8] ahead-behind: implement ahead_behind() logic
` [PATCH 8/8] ahead-behind: add --contains mode

Bug in git archive + .gitattributes + relative path
 2023-03-06 22:34 UTC  (13+ messages)

[PATCH v2 0/6] Fix merge restore state
 2023-03-06 22:19 UTC  (9+ 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)

[RFC PATCH] test-lib: allow storing counts with test harnesses
 2023-03-06 18:15 UTC  (4+ messages)
` [PATCH] "

`git bundle create -` may not write to `stdout`
 2023-03-06 17:41 UTC  (24+ messages)
            ` [PATCH 0/5] handling "-" as stdin/stdout in git bundle
              ` [PATCH 1/5] bundle: let "-" mean stdin for reading operations
              ` [PATCH 2/5] bundle: document handling of "-" as stdin
              ` [PATCH 3/5] bundle: don't blindly apply prefix_filename() to "-"
              ` [PATCH 4/5] parse-options: consistently allocate memory in fix_filename()
              ` [PATCH 5/5] parse-options: use prefix_filename_except_for_dash() helper
              ` [RFC/PATCH] bundle: turn on --all-progress-implied by default

[RFC PATCH] sequencer - tipped merge strategy
 2023-03-06 17:32 UTC  (9+ messages)

[PATCH] format-patch: output header for empty commits
 2023-03-06 17:08 UTC  (4+ messages)

[PATCH] add -p: obey diff.noprefix option if set
 2023-03-06 10:31 UTC  (4+ messages)

git archive has confusing error messages
 2023-03-06 10:25 UTC 

How to mirror and augment a git repository
 2023-03-06  8:08 UTC  (4+ messages)

[PATCH 0/2] doc: rev-list: simple cleanups
 2023-03-05  1:37 UTC  (3+ messages)
` [PATCH 1/2] doc: rev-list: simplify escaping
` [PATCH 2/2] doc: rev-list: simplify literals

[PATCH] git-merge-tree.txt: replace spurious HTML entity
 2023-03-05  0:43 UTC  (3+ messages)

[ANNOUNCE] Git for Windows 2.40.0-rc1
 2023-03-04 22:21 UTC 

Bug: diff-index reports unrelated files as deleted when fsmonitor is enabled
 2023-03-04  1:55 UTC 

Is xmllint no longer supported in (latest) Portable GIT 2.39.2 ?
 2023-03-04  1:19 UTC  (3+ messages)

[PATCH v3 0/1] cat-file: quote-format name in error when using -z
 2023-03-03 23:14 UTC  (7+ messages)
` [PATCH v4 0/2] "
  ` [PATCH v4 1/2] cat-file: extract printing batch error message into function
  ` [PATCH v4 2/2] cat-file: quote-format name in error when using -z

[PATCH v2] range-diff: support reading mbox files
 2023-03-03 22:02 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/4] Add a CI for unsigned char system
 2023-03-03 13:54 UTC  (6+ messages)
` [PATCH 1/4] ci/lib.sh: remove an useless break
` [PATCH 2/4] ci/install-dependencies: libify p4 and git-lfs installation
` [PATCH 3/4] ci/install-dependencies: install git-lfs for arm64 build
` [PATCH 4/4] ci: add arm64 CI environment via CircleCI


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