Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-26 16:53:16 to 2023-06-29 19:37:59 UTC [more...]

[PATCH 0/3] fsck index files from all worktrees
 2023-06-29 19:37 UTC  (8+ messages)
` [PATCH 3/3] fsck: mention file path for index errors

Documentation/MyFirstObjectWalk: add #include "trace.h" to use trace_printf()
 2023-06-29 19:28 UTC  (5+ messages)

[PATCH 0/3] commit -a -m: allow the top-level tree to become empty again
 2023-06-29 19:17 UTC  (6+ messages)
` [PATCH 1/3] do_read_index(): always mark index as initialized unless erroring out
` [PATCH 2/3] split-index: accept that a base index can be empty
` [PATCH 3/3] commit -a -m: allow the top-level tree to become empty again

[PATCH] fsck: avoid misleading variable name
 2023-06-29 19:04 UTC  (2+ messages)

[PATCH] docs: include "trace.h" in MyFirstObjectWalk.txt
 2023-06-29 18:52 UTC 

[PATCH v2] docs: add git hash-object -t option's possible values
 2023-06-29 18:15 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] t4205: correctly test %(describe:abbrev=...)
 2023-06-29 13:18 UTC  (4+ messages)
` [PATCH v2] "

SHA256 support not experimental, or?
 2023-06-29 10:53 UTC  (5+ messages)

[PATCH] repack: only repack .packs that exist
 2023-06-29  9:24 UTC  (3+ messages)

Bug Report
 2023-06-29  8:38 UTC  (2+ messages)
` index.skipHash doesn't work with split index, was "

[RFC PATCH 0/2] add an external testing library for unit tests
 2023-06-29  5:52 UTC  (9+ messages)
` [RFC PATCH 1/2] Add C TAP harness

What's cooking in git.git (Jun 2023, #07; Tue, 27)
 2023-06-28 23:58 UTC  (9+ messages)
` cw/header-compat-util-shuffle (was Re: What's cooking in git.git (Jun 2023, #07; Tue, 27))

[PATCH v3 00/12] config: remove global state from config iteration
 2023-06-28 22:47 UTC  (29+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/12] config: inline git_color_default_config
  ` [PATCH v4 02/12] urlmatch.h: use config_fn_t type
  ` [PATCH v4 03/12] config: add ctx arg to config_fn_t
  ` [PATCH v4 04/12] config.c: pass ctx in configsets
  ` [PATCH v4 05/12] config: pass ctx with config files
  ` [PATCH v4 06/12] builtin/config.c: test misuse of format_config()
  ` [PATCH v4 07/12] config.c: pass ctx with CLI config
  ` [PATCH v4 08/12] trace2: plumb config kvi
  ` [PATCH v4 09/12] config: pass kvi to die_bad_number()
  ` [PATCH v4 10/12] config.c: remove config_reader from configsets
  ` [PATCH v4 11/12] config: add kvi.path, use it to evaluate includes
  ` [PATCH v4 12/12] config: pass source to config_parser_event_fn_t
  ` [PATCH v5 00/11] config: remove global state from config iteration
    ` [PATCH v5 01/11] config: inline git_color_default_config
    ` [PATCH v5 02/11] urlmatch.h: use config_fn_t type
    ` [PATCH v5 03/11] config: add ctx arg to config_fn_t
    ` [PATCH v5 04/11] config.c: pass ctx in configsets
    ` [PATCH v5 05/11] config: pass ctx with config files
    ` [PATCH v5 06/11] config.c: pass ctx with CLI config
    ` [PATCH v5 07/11] trace2: plumb config kvi
    ` [PATCH v5 08/11] config: pass kvi to die_bad_number()
    ` [PATCH v5 09/11] config.c: remove config_reader from configsets
    ` [PATCH v5 10/11] config: add kvi.path, use it to evaluate includes
    ` [PATCH v5 11/11] config: pass source to config_parser_event_fn_t

[RFC PATCH 0/8] Introduce Git Standard Library
 2023-06-28 21:15 UTC  (24+ messages)
` [RFC PATCH 1/8] trace2: log fsync stats in trace2 rather than wrapper
` [RFC PATCH 2/8] hex-ll: split out functionality from hex
` [RFC PATCH 3/8] object: move function to object.c
` [RFC PATCH 4/8] config: correct bad boolean env value error message
` [RFC PATCH 5/8] parse: create new library for parsing strings and env values
` [RFC PATCH 6/8] pager: remove pager_in_use()
` [RFC PATCH 7/8] git-std-lib: introduce git standard library
` [RFC PATCH 8/8] git-std-lib: add test file to call git-std-lib.a functions

[PATCH 0/9] gitk: improve keyboard support
 2023-06-28 20:32 UTC  (19+ messages)
` [PATCH 1/9] gitk: add procedures to get commit info from selected row
` [PATCH 2/9] gitk: use term "current branch" in gui
` [PATCH 3/9] gitk: add keyboard bind for reset
` [PATCH 4/9] gitk: show branch name in reset dialog
` [PATCH 5/9] gitk: add keyboard bind for checkout
` [PATCH 6/9] gitk: add keyboard bind for create and remove branch
` [PATCH 7/9] gitk: add keyboard bind to cherry-pick
` [PATCH 8/9] gitk: focus ok button in reset dialog
` [PATCH 9/9] gitk: default select reset hard in dialog

Draft of Git Rev News edition 100
 2023-06-28 20:25 UTC 

[GSoC] Blog
 2023-06-28 20:01 UTC  (2+ messages)

[PATCH v3 06/12] builtin/config.c: test misuse of format_config()
 2023-06-28 17:28 UTC  (2+ messages)

[PATCH 0/2] [RFC] for-each-ref: add --count-matches mode
 2023-06-28 17:08 UTC  (8+ messages)
` [PATCH 2/2] for-each-ref: add --count-matches option

git-switch history and checkout compatibility
 2023-06-28 16:39 UTC  (2+ messages)

[PATCH v2] fix cherry-pick/revert status when doing multiple commits
 2023-06-28 16:26 UTC  (3+ messages)

[PATCH 0/3] diff --no-index: support reading from named pipes
 2023-06-28 10:05 UTC  (6+ messages)
` [PATCH 1/3] diff --no-index: die on error reading stdin
` [PATCH 2/3] t4054: test diff --no-index with stdin
` [PATCH 3/3] diff --no-index: support reading from named pipes

[PATCH] submodule: show inconsistent .gitmodules precedence
 2023-06-28  1:36 UTC  (3+ messages)

Design issue in git merge driver interface
 2023-06-27 21:32 UTC  (14+ messages)
  ` [PATCH] ll-merge: killing the external merge driver aborts the merge

[PATCH 0/5] replace strbuf_expand()
 2023-06-27 20:21 UTC  (16+ messages)
` [PATCH 2/5] strbuf: factor out strbuf_expand_step()
` [PATCH 3/5] replace strbuf_expand_dict_cb() with strbuf_expand_step()
` [PATCH 4/5] replace strbuf_expand() "
` [PATCH 5/5] strbuf: simplify strbuf_expand_literal_cb()

[PATCH 0/3] Additional variables for git var
 2023-06-27 20:16 UTC  (25+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 1/7] t: add a function to check executable bit
  ` [PATCH v2 2/7] var: add support for listing the shell
  ` [PATCH v2 3/7] var: format variable structure with C99 initializers
  ` [PATCH v2 4/7] var: adjust memory allocation for strings
  ` [PATCH v2 5/7] attr: expose and rename accessor functions
  ` [PATCH v2 6/7] var: add attributes files locations
  ` [PATCH v2 7/7] var: add config file locations
` [PATCH v3 0/8] Additional variables for git var
  ` [PATCH v3 1/8] var: mark unused parameters in git_var callbacks
  ` [PATCH v3 2/8] t: add a function to check executable bit
  ` [PATCH v3 3/8] var: add support for listing the shell
  ` [PATCH v3 4/8] var: format variable structure with C99 initializers
  ` [PATCH v3 5/8] var: adjust memory allocation for strings
  ` [PATCH v3 6/8] attr: expose and rename accessor functions
  ` [PATCH v3 7/8] var: add attributes files locations
  ` [PATCH v3 8/8] var: add config file locations

Send out for squad
 2023-06-27 18:07 UTC 

[PATCH v0 0/4] Remove obsolete Cygwin support from git-gui
 2023-06-27 17:52 UTC  (13+ messages)
` [PATCH v1 "
  ` [PATCH v1 2/4] git-gui - remove obsolete Cygwin specific code
  ` [PATCH v1 3/4] git-gui - use cygstart to browse on Cygwin
  ` [PATCH v1 4/4] git-gui - use mkshortcut "

[RFC PATCH 0/1] Unit tests for khash.h
 2023-06-27 13:20 UTC  (2+ messages)
` [RFC PATCH v2] khash_test.c : add unit tests

[PATCH] fix cherry-pick/revert status when doing multiple commits
 2023-06-27 13:13 UTC  (2+ messages)

[PATCH] doc: gitcredentials: introduce OAuth helpers
 2023-06-27  8:21 UTC  (3+ messages)
` [PATCH v2] doc: gitcredentials: link to helper list

Determining whether you have a commit locally, in a partial clone?
 2023-06-27  8:09 UTC  (6+ messages)

[PATCH] t7701: make annotated tag unreachable
 2023-06-27  7:09 UTC  (3+ messages)
` [PATCH v2] "

Clean up stale .gitignore and .gitattribute patterns
 2023-06-27  6:55 UTC  (7+ messages)

[PATCH] config: don't BUG when both kvi and source are set
 2023-06-26 23:05 UTC  (4+ messages)

[ANNOUNCE] Git Merge 2023 updates
 2023-06-26 21:30 UTC 

Bug: fetch with deepen shortens history
 2023-06-26 21:24 UTC 

Git question rewarding git merge and its exit codes
 2023-06-26 17:35 UTC  (3+ messages)


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