git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-08-18 23:38:28 to 2023-08-24 16:47:08 UTC [more...]

[PATCH 0/8] sequencer refactoring
 2023-08-24 16:46 UTC  (6+ messages)
` [PATCH 8/8] rebase: improve resumption from incorrect initial todo list

[GIT PULL] git-gui pull request; also, call for a new maintainer
 2023-08-24 16:39 UTC 

[PATCH v3] sequencer: rectify empty hint in call of require_clean_work_tree()
 2023-08-24 15:59 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] This fixes a minor memory leak (detected by LeakSanitizer) in git merge
 2023-08-24 15:56 UTC  (6+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] Regression test for https://github.com/gitgitgadget/git/pull/1577
  ` [PATCH v2 2/2] Fix minor memory leak found by LeakSanitizer

[PATCH v0 0/4] Remove obsolete Cygwin support from git-gui
 2023-08-24 15:54 UTC  (5+ messages)
` [PATCH v1 "

Git credential-cache manager is not treating `path=` correctly
 2023-08-24 14:44 UTC  (4+ messages)

diff alias which used to work in version 2.27, failing from version 2.28 onwards
 2023-08-24 14:32 UTC  (2+ messages)

[PATCH v3 1/2] sequencer: beautify subject of reverts of reverts
 2023-08-24  6:14 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] git-revert.txt: add discussion

2.43 release date adjustment?
 2023-08-24  1:21 UTC  (8+ messages)

[PATCH 0/2] config-parse: create config parsing library
 2023-08-24  1:19 UTC  (8+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] config: split out config_parse_options
  ` [PATCH v2 2/4] config: report config parse errors using cb
  ` [PATCH v2 3/4] config.c: accept config_parse_options in git_config_from_stdin
  ` [PATCH v2 4/4] config-parse: split library out of config.[c|h]

[PATCH] submodule: deprecate --recurse-submodules=""
 2023-08-23 20:26 UTC  (5+ messages)

[PATCH v2] format-patch: add --description-file option
 2023-08-23 20:01 UTC  (5+ messages)
` [PATCH v3] "

[RFC/PATCH] commit-graph: verify swapped zero/non-zero generation cases
 2023-08-23 19:59 UTC  (14+ messages)
` [PATCH v2 0/5] commit-graph: fsck zero/non-zero generation number fixes
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] commit-graph: introduce `commit_graph_generation_from_graph()`
  ` [PATCH v3 2/4] commit-graph: verify swapped zero/non-zero generation cases
  ` [PATCH v3 3/4] t/t5318-commit-graph.sh: test generation zero transitions during fsck
  ` [PATCH v3 4/4] commit-graph: commit-graph: avoid repeated mixed generation number warnings

[PATCH 0/1] Fix the order of consuming unpackLimit config settings
 2023-08-23 19:03 UTC  (8+ messages)
` [PATCH 1/1] "

"git diff --no-pager --exit-code" errors out but returns zero exit code
 2023-08-23 19:00 UTC  (19+ messages)
` [PATCH] diff: handle negative status in diff_result_code()
    ` [PATCH] diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()
        ` [PATCH v2 0/7] cleaning up diff_result_code()
          ` [PATCH v2 1/7] diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()
          ` [PATCH v2 2/7] diff-files: avoid negative exit value
          ` [PATCH v2 3/7] diff: show usage for unknown builtin_diff_files() options
          ` [PATCH v2 4/7] diff: die when failing to read index in git-diff builtin
          ` [PATCH v2 5/7] diff: drop useless return from run_diff_{files,index} functions
          ` [PATCH v2 6/7] diff: drop useless return values in git-diff helpers
          ` [PATCH v2 7/7] diff: drop useless "status" parameter from diff_result_code()

Git in Outreachy? (December, 2023)
 2023-08-23 18:40 UTC  (4+ messages)

[PATCH 1/1] t6300: fix match with insecure memory
 2023-08-23 16:14 UTC  (14+ messages)
  ` [PATCH v2 "
          ` [PATCH 1/2] t/lib-gpg: forcibly run a trustdb update
            ` [PATCH 2/2] t/t6300: drop magic filtering
                ` [PATCH v2 "

[PATCH] pretty: add %(decorate[:<options>]) format
 2023-08-23 16:10 UTC  (21+ messages)
` [PATCH v2] "
            ` main != master at github.com/git/git
                          ` [PATCH] ci: avoid building from the same commit in parallel

[PATCH 0/3] scalar: two downstream improvements
 2023-08-23  9:58 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] scalar: add --[no-]src option
  ` [PATCH v2 2/3] setup: add discover_git_directory_reason()
  ` [PATCH v2 3/3] scalar reconfigure: help users remove buggy repos

[PATCH v2 0/6] rebase -i: impove handling of failed commands
 2023-08-23  9:01 UTC  (8+ messages)
` [PATCH v3 0/7] "
  ` [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] rebase -i: do not update "done" when rescheduling command
 2023-08-23  8:54 UTC  (4+ messages)

FYI: git issues with libcurl 8.0/1 HTTPS push
 2023-08-22 16:59 UTC  (4+ messages)

[GSoC] Blog:More Sparse Index Integrations
 2023-08-22 15:34 UTC  (2+ messages)

Corrupt repo with force push when using a reference repo
 2023-08-22  4:05 UTC  (3+ messages)

[PATCH] .github/workflows: add coverity action
 2023-08-22  3:34 UTC 

[PATCH v2 0/5] fix interactions with "-w" and "--exit-code"
 2023-08-22  1:30 UTC  (16+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] diff: move the fallback "--exit-code" code down
  ` [PATCH v3 2/5] diff: mode-only change should be noticed by "--patch -w --exit-code"
  ` [PATCH v3 3/5] diff: teach "--stat -w --exit-code" to notice differences
  ` [PATCH v3 4/5] t4040: remove test that succeeded for a wrong reason
  ` [PATCH v3 5/5] diff: the -w option breaks --exit-code for --raw and other output modes

[PATCH 00/15] bloom: changed-path Bloom filters v2
 2023-08-21 21:44 UTC  (16+ messages)
` [PATCH 01/15] gitformat-commit-graph: describe version 2 of BDAT
` [PATCH 02/15] t/helper/test-read-graph.c: extract `dump_graph_info()`
` [PATCH 03/15] bloom.h: make `load_bloom_filter_from_graph()` public
` [PATCH 04/15] t/helper/test-read-graph: implement `bloom-filters` mode
` [PATCH 05/15] t4216: test changed path filters with high bit paths
` [PATCH 06/15] repo-settings: introduce commitgraph.changedPathsVersion
` [PATCH 07/15] commit-graph: new filter ver. that fixes murmur3
` [PATCH 08/15] bloom: annotate filters with hash version
` [PATCH 09/15] bloom: prepare to discard incompatible Bloom filters
` [PATCH 10/15] t/t4216-log-bloom.sh: harden `test_bloom_filters_not_used()`
` [PATCH 11/15] commit-graph.c: unconditionally load Bloom filters
` [PATCH 12/15] commit-graph: drop unnecessary `graph_read_bloom_data_context`
` [PATCH 13/15] object.h: fix mis-aligned flag bits table
` [PATCH 14/15] commit-graph: reuse existing Bloom filters where possible
` [PATCH 15/15] bloom: introduce `deinit_bloom_filters()`

[RFC PATCH 0/6] bloom: reuse existing Bloom filters when possible during upgrade
 2023-08-21 20:46 UTC  (3+ messages)

[RFC PATCH 4/6] commit-graph.c: unconditionally load Bloom filters
 2023-08-21 20:40 UTC  (3+ messages)

[RFC PATCH 2/6] bloom: prepare to discard incompatible Bloom filters
 2023-08-21 20:23 UTC  (3+ messages)

[RFC PATCH 1/6] bloom: annotate filters with hash version
 2023-08-21 20:21 UTC  (4+ messages)

[ANNOUNCE] Git for Windows 2.42.0
 2023-08-21 20:07 UTC 

[REGRESSION] cache.h in 2.41.0 uses undefined macros DT_*
 2023-08-21 19:05 UTC  (3+ messages)

[PATCH v3 1/7] pretty-formats: define "literal formatting code"
 2023-08-21 19:01 UTC  (20+ messages)
` [PATCH v4 0/8] pretty: add %(decorate[:<options>]) format
  ` [PATCH v4 1/8] pretty-formats: define "literal formatting code"
  ` [PATCH v4 2/8] pretty-formats: enclose options in angle brackets
  ` [PATCH v4 3/8] decorate: refactor format_decorations()
  ` [PATCH v4 4/8] decorate: avoid some unnecessary color overhead
  ` [PATCH v4 5/8] decorate: color each token separately
  ` [PATCH v4 6/8] pretty: add %(decorate[:<options>]) format
  ` [PATCH v4 7/8] pretty: add pointer and tag options to %(decorate)
  ` [PATCH v4 8/8] decorate: use commit color for HEAD arrow
  ` [PATCH v5 0/8] pretty: add %(decorate[:<options>]) format
    ` [PATCH v5 1/8] pretty-formats: define "literal formatting code"
    ` [PATCH v5 2/8] pretty-formats: enclose options in angle brackets
    ` [PATCH v5 3/8] decorate: refactor format_decorations()
    ` [PATCH v5 4/8] decorate: avoid some unnecessary color overhead
    ` [PATCH v5 5/8] decorate: color each token separately
    ` [PATCH v5 6/8] pretty: add %(decorate[:<options>]) format
    ` [PATCH v5 7/8] pretty: add pointer and tag options to %(decorate)
    ` [PATCH v5 8/8] decorate: use commit color for HEAD arrow

[PATCH v4] send-email: prompt-dependent exit codes
 2023-08-21 18:57 UTC  (4+ messages)
` [PATCH v5] "

[ANNOUNCE] Git v2.42.0
 2023-08-21 18:12 UTC 

[GIT PULL] l10n updates for 2.42.0 round 2
 2023-08-21 15:44 UTC  (2+ messages)

[PATCH 0/2] fixing a few function pointer mismatches
 2023-08-20  8:31 UTC  (4+ messages)
` [PATCH 1/2] fsck: use enum object_type for fsck_walk callback
` [PATCH 2/2] hashmap: use expected signatures for comparison functions

What's cooking in git.git (Aug 2023, #06; Fri, 18)
 2023-08-20  0:03 UTC  (2+ messages)

[PATCH 1/2] builtin/rebase.c: Emit warning when rebasing without a forkpoint
 2023-08-19 20:34 UTC  (3+ messages)
` [PATCH 2/2] git-rebase.txt: Add deprecation notice to the --fork-point options

[PATCH v2 0/3] "update-index --show-index-version"
 2023-08-18 23:37 UTC  (3+ messages)
` [PATCH v2 2/3] update-index: add --show-index-version
` [PATCH v2 3/3] test-tool: retire "index-version"


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