Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-26 19:00:58 to 2023-06-30 09:49:04 UTC [more...]

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

SHA256 support not experimental, or?
 2023-06-30  9:31 UTC  (10+ messages)

[RFC PATCH 0/8] Introduce Git Standard Library
 2023-06-30  7:01 UTC  (25+ 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] docs: include "trace.h" in MyFirstObjectWalk.txt
 2023-06-30  6:09 UTC  (3+ messages)

Documentation/MyFirstObjectWalk: add #include "trace.h" to use trace_printf()
 2023-06-30  5:48 UTC  (9+ messages)

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

[PATCH RFC v2 0/4] Add an external testing library for unit tests
 2023-06-30  0:11 UTC  (6+ messages)
` [RFC PATCH v3 1/1] unit tests: Add a project plan document

[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

[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 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] "

[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 "

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  (17+ messages)
` [PATCH v4 "
  ` [PATCH v5 00/11] "
    ` [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

[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  (4+ messages)
` [PATCH v1 "

[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 


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