git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-03-13 23:23:41 to 2023-03-18 15:27:54 UTC [more...]

[PATCH v3] RFC: mergetool: new config guiDefault supports auto-toggling gui by DISPLAY
 2023-03-18 15:27 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v1 0/7] t: fix unused files, part 1
 2023-03-18 15:17 UTC  (6+ messages)
` [PATCH v1 1/7] t1005: assert output of ls-files

[PATCH v5 0/3] rebase: add a config option for --rebase-merges
 2023-03-18  5:59 UTC  (12+ messages)
` [PATCH v6 0/3] rebase: document, clean up, and introduce "
  ` [PATCH v6 3/3] rebase: add "

[PATCH] attr: teach "--attr-source=<tree>" global option to "git"
 2023-03-18  3:25 UTC 

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

[PATCH 0/6] [RFC] config.c: use struct for config reading state
 2023-03-17 23:32 UTC  (31+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] config.c: plumb config_source through static fns
  ` [PATCH v2 2/8] config.c: don't assign to "cf_global" directly
  ` [PATCH v2 3/8] config.c: create config_reader and the_reader
  ` [PATCH v2 4/8] config.c: plumb the_reader through callbacks
  ` [PATCH v2 5/8] config.c: remove current_config_kvi
  ` [PATCH v2 6/8] config.c: remove current_parsing_scope
  ` [PATCH v2 7/8] config: report cached filenames in die_bad_number()
  ` [PATCH v2 8/8] config.c: rename "struct config_source cf"
  ` [RFC PATCH 0/5] bypass config.c global state with configset
    ` [RFC PATCH 1/5] config.h: move up "struct key_value_info"
    ` [RFC PATCH 2/5] config.c: use "enum config_origin_type", not "int"
    ` [RFC PATCH 3/5] config API: add a config_origin_type_name() helper
    ` [RFC PATCH 4/5] config.c: refactor configset_iter()
    ` [RFC PATCH 5/5] config API: add and use a repo_config_kvi()

What's cooking in git.git (Mar 2023, #04; Fri, 17)
 2023-03-17 23:13 UTC 

[PATCH v3] index-pack: remove fetch_if_missing=0
 2023-03-17 22:58 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] git_connect(): fix corner cases in downgrading v2 to v0
 2023-03-17 22:22 UTC  (3+ messages)

[PATCH 0/4] more unused-parameter fixes
 2023-03-17 21:13 UTC  (8+ messages)
` [PATCH 1/4] mailmap: drop debugging code
` [PATCH 2/4] http: drop unused parameter from start_object_request()
` [PATCH 3/4] http: mark unused parameter in fill_active_slot() callbacks
` [PATCH 4/4] transport: mark unused parameters in fetch_refs_from_bundle()

[PATCH v8 0/6] submodule: parallelize diff
 2023-03-17 20:42 UTC  (6+ messages)
` [PATCH v9 3/6] submodule: move status parsing into function
` [PATCH v9 6/6] diff-lib: parallelize run_diff_files for submodules

[PATCH 0/8] fetch: refactor code that prints reference updates
 2023-03-17 20:24 UTC  (27+ messages)
` [PATCH 1/8] fetch: rename `display` buffer to avoid name conflict
` [PATCH 2/8] fetch: move reference width calculation into `display_state`
` [PATCH 3/8] fetch: move output format "
` [PATCH 4/8] fetch: pass the full local reference name to `format_display`
` [PATCH 5/8] fetch: deduplicate handling of per-reference format
` [PATCH 6/8] fetch: deduplicate logic to print remote URL
` [PATCH 7/8] fetch: fix inconsistent summary width for pruned and updated refs
` [PATCH 8/8] fetch: centralize printing of reference updates

[PATCH 00/17] cocci: remove "the_index" wrapper macros
 2023-03-17 19:22 UTC  (20+ messages)
` [PATCH 01/17] cocci: remove dead rule from "the_repository.pending.cocci"
` [PATCH 02/17] cocci: fix incorrect & verbose "the_repository" rules
` [PATCH 03/17] cocci: sort "the_repository" rules by header
` [PATCH 04/17] cocci: add missing "the_repository" macros to "pending"
` [PATCH 05/17] cocci: apply the "cache.h" part of "the_repository.pending"
` [PATCH 06/17] cocci: apply the "commit-reach.h" "
` [PATCH 07/17] cocci: apply the "commit.h" "
` [PATCH 08/17] cocci: apply the "diff.h" "
` [PATCH 09/17] cocci: apply the "object-store.h" "
` [PATCH 10/17] cocci: apply the "pretty.h" "
` [PATCH 11/17] cocci: apply the "packfile.h" "
` [PATCH 12/17] cocci: apply the "promisor-remote.h" "
` [PATCH 13/17] cocci: apply the "refs.h" "
` [PATCH 14/17] cocci: apply the "rerere.h" "
` [PATCH 15/17] cocci: apply the "revision.h" "
` [PATCH 16/17] post-cocci: adjust comments for recent repo_* migration
` [PATCH 17/17] libs: use "struct repository *" argument, not "the_repository"

[PATCH 0/8] ahead-behind: new builtin for counting multiple commit ranges
 2023-03-17 18:44 UTC  (45+ messages)
` [PATCH v2 0/8] ref-filter: ahead/behind counting, faster --merged option
  ` [PATCH v2 1/8] for-each-ref: add --stdin option
  ` [PATCH v2 6/8] commit-reach: implement ahead_behind() logic
  ` [PATCH v2 7/8] for-each-ref: add ahead-behind format atom
  ` [PATCH v2 8/8] commit-reach: add tips_reachable_from_bases()
  ` [PATCH v3 0/8] ref-filter: ahead/behind counting, faster --merged option
    ` [PATCH v3 1/8] for-each-ref: add --stdin option
    ` [PATCH v3 2/8] for-each-ref: explicitly test no matches
    ` [PATCH v3 3/8] commit-graph: combine generation computations
    ` [PATCH v3 4/8] commit-graph: return generation from memory
    ` [PATCH v3 5/8] commit-graph: introduce `ensure_generations_valid()`
    ` [PATCH v3 6/8] commit-reach: implement ahead_behind() logic
    ` [PATCH v3 7/8] for-each-ref: add ahead-behind format atom
    ` [PATCH v3 8/8] commit-reach: add tips_reachable_from_bases()

Buggy `git log -- path` behavior
 2023-03-17 16:46 UTC  (3+ messages)

[PATCH 0/2] diff: support bare repositories when reading gitattributes for diff algorithm
 2023-03-17 14:11 UTC  (15+ messages)
` [PATCH 1/2] diff: use HEAD for attributes when using bare repository
` [PATCH 2/2] diff: add --attr-source to read gitattributes from a commit

[PATCH try2] completion: prompt: use generic colors
 2023-03-16 23:21 UTC  (6+ messages)

When exactly should REBASE_HEAD exist?
 2023-03-16 17:46 UTC  (11+ messages)

[PATCH] object-name: fix quiet @{u} parsing
 2023-03-16 17:43 UTC  (2+ messages)

[RFC PATCH] hooks--pre-push.sample: identify branch point
 2023-03-16 17:32 UTC  (6+ messages)

git-p4 issue
 2023-03-16 17:28 UTC 

[PATCH v15] git: change variable types to match what is assigned to them
 2023-03-15 19:09 UTC  (4+ messages)
` [PATCH v16] "
  ` [PATCH v17] "

A nice, beauty progress metter for Git Clone + a feature request
 2023-03-15 18:02 UTC  (2+ messages)

Join us for Review Club!
 2023-03-15 17:54 UTC  (2+ messages)

[PATCH 0/4] rebase: cleanup merge strategy option handling
 2023-03-15 16:50 UTC  (7+ messages)
` [PATCH 1/4] rebase: stop reading and writing unnecessary strategy state
` [PATCH 2/4] rebase -m: cleanup --strategy-option handling
` [PATCH 3/4] rebase -m: fix serialization of strategy options
` [PATCH 4/4] rebase: remove a couple of redundant strategy tests

[PATCH] Add `restore.defaultLocation` option
 2023-03-14 23:51 UTC  (3+ messages)

[PATCH v4 1/1] ref-filter: add new "signature" atom
 2023-03-14 22:51 UTC  (4+ messages)
` [PATCH v5 0/1] "
  ` [PATCH v5 1/1] "

[PATCH] credential/libsecret: support password_expiry_utc
 2023-03-14 21:32 UTC 

Git fetch slow on local repository with 600k refs
 2023-03-14 14:29 UTC  (4+ messages)
  ` [External Mail]Re: "

[PATCH v6 0/9] config API: make "multi" safe, fix segfaults, propagate "ret"
 2023-03-14 11:21 UTC  (5+ messages)
` [PATCH v7 "
  ` [PATCH v7 3/9] config API: add and use a "git_config_get()" family of functions

unsubscribing
 2023-03-14 11:26 UTC  (2+ messages)

t3206-range-diff failures on non x86 arches
 2023-03-14 11:08 UTC  (2+ messages)

[ANNOUNCE] Git for Windows 2.40.0
 2023-03-14  7:52 UTC 

[PATCH] credential: new attribute oauth_refresh_token
 2023-03-14  6:46 UTC 

Bugs in config of Git-2.39.2-64-bit.exe
 2023-03-14  2:00 UTC  (3+ 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).