messages from 2023-05-11 19:49:15 to 2023-05-15 05:15:56 UTC [more...]
[PATCH 0/8] fetch: introduce machine-parseable output
2023-05-15 5:15 UTC (12+ messages)
` [PATCH v5 0/9] "
` [PATCH v5 4/9] fetch: print left-hand side when fetching HEAD:foo
` [PATCH v5 5/9] fetch: refactor calculation of the display table width
` [PATCH v5 9/9] fetch: introduce machine-parseable "porcelain" output format
[PATCH 0/2] ls-files: align format atoms with git ls-tree
2023-05-15 5:03 UTC (5+ messages)
` [PATCH 1/2] ls-files: add %(objecttype) atom to format option
` [PATCH 2/2] ls-files: add %(objectsize) "
[PATCH v3] checkout/switch: disallow checking out same branch in multiple worktrees
2023-05-14 20:24 UTC (7+ messages)
` [PATCH v4] "
[PATCH 0/2] Fix two rebase bugs related to total_nr
2023-05-14 17:59 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] rebase --update-refs: fix loops
` [PATCH v2 2/2] rebase -r: fix the total number shown in the progress
[PATCH 0/3] tag: keep the message file in case ref transaction fails
2023-05-14 13:18 UTC (4+ messages)
` [PATCH 1/3] t/t7004-tag: add regression test for existing behavior
` [PATCH 2/3] t/t7004-tag: add failing tag message file test
` [PATCH 3/3] tag: keep the message file in case ref transaction fails
Git's Code of Conduct, and community updates
2023-05-13 20:49 UTC
Can we clarify the purpose of `git diff -s`?
2023-05-13 17:45 UTC (33+ messages)
[PATCH 1/2] rebase: add a --rebase-merges=drop option
2023-05-13 16:56 UTC (3+ messages)
` [PATCH 0/1] cover-letter: flatten
` [PATCH 1/1] doc: Glossary, describe Flattening
[PATCH] test: mergetool: unset environment variable
2023-05-13 15:27 UTC
[PATCH] doc/git-config: add unit for http.lowSpeedLimit
2023-05-13 9:30 UTC
bug report git ls-files format
2023-05-13 8:39 UTC (2+ messages)
[PATCH v5 0/7] strbuf cleanups
2023-05-13 5:54 UTC (25+ messages)
` [PATCH v5 1/7] strbuf: clarify API boundary
` [PATCH v5 2/7] abspath: move related functions to abspath
` [PATCH v5 3/7] credential-store: move related functions to credential-store file
` [PATCH v5 4/7] object-name: move related functions to object-name
` [PATCH v5 5/7] path: move related function to path
` [PATCH v5 6/7] strbuf: clarify dependency
` [PATCH v5 7/7] strbuf: remove global variable
` [PATCH v6 0/7] strbuf cleanups
` [PATCH v6 1/7] strbuf: clarify API boundary
` [PATCH v6 2/7] abspath: move related functions to abspath
` [PATCH v6 3/7] credential-store: move related functions to credential-store file
` [PATCH v6 4/7] object-name: move related functions to object-name
` [PATCH v6 5/7] path: move related function to path
` [PATCH v6 6/7] strbuf: clarify dependency
` [PATCH v6 7/7] strbuf: remove global variable
[PATCH] diff: fix behaviour of the "-s" option
2023-05-13 5:32 UTC (12+ messages)
` [PATCH v2] diff: fix interaction between the "-s" option and other options
[PATCH v3 0/2] pack-objects: introduce `pack.extraRecentObjectsHook`
2023-05-13 0:11 UTC (15+ messages)
` [PATCH v3 1/2] reachable.c: extract `obj_is_recent()`
` [PATCH v3 2/2] builtin/pack-objects.c: introduce `pack.recentObjectsHook`
[PATCH 00/11] docs: interpret-trailers: reword and add examples
2023-05-12 23:24 UTC (12+ messages)
` [PATCH v2 0/9] "
` [PATCH v2 1/9] doc: trailer: fix grammar
` [PATCH v2 2/9] doc: trailer: swap verb order
` [PATCH v2 3/9] doc: trailer: drop "commit message part" phrasing
` [PATCH v2 4/9] doc: trailer: examples: avoid the word "message" by itself
` [PATCH v2 5/9] doc: trailer: remove redundant phrasing
` [PATCH v2 6/9] doc: trailer: use angle brackets for <token> and <value>
` [PATCH v2 7/9] doc: trailer.<token>.command: emphasize deprecation
` [PATCH v2 8/9] doc: trailer: mention 'key' in DESCRIPTION
` [PATCH v2 9/9] doc: trailer: add more examples "
[PATCH] lib: add new libgit-builtin
2023-05-12 22:52 UTC
[PATCH v2 0/3] pack-refs: Teach --exclude option to exclude refs from being packed
2023-05-12 21:34 UTC (19+ messages)
` [PATCH v3 0/4] pack-refs: allow users control over which refs to pack
` [PATCH v3 1/4] docs: clarify git-pack-refs --all will pack all refs
` [PATCH v3 2/4] pack-refs: teach --exclude option to exclude refs from being packed
` [PATCH v3 3/4] revision: modify ref_exclusions to handle inclusions
` [PATCH v3 4/4] pack-refs: teach pack-refs --include option
` [PATCH v4 0/3] pack-refs: allow users control over which refs to pack
` [PATCH v4 1/3] docs: clarify git-pack-refs --all will pack all refs
` [PATCH v4 2/3] pack-refs: teach --exclude option to exclude refs from being packed
` [PATCH v4 3/3] pack-refs: teach pack-refs --include option
[PATCH 00/24] Header cleanups (final splitting of cache.h, and some splitting of other headers)
2023-05-12 21:34 UTC (41+ messages)
` [PATCH 01/24] init-db: remove unnecessary global variable & document existing bug
` [PATCH v2 00/27] Header cleanups (final splitting of cache.h, and some splitting of other headers)
` [PATCH v2 01/27] init-db: document existing bug with core.bare in template config
` [PATCH v2 02/27] init-db: remove unnecessary global variable
` [PATCH v2 03/27] init-db, clone: change unnecessary global into passed parameter
` [PATCH v2 04/27] setup: adopt shared init-db & clone code
` [PATCH v2 05/27] read-cache: move shared commit and ls-files code
` [PATCH v2 06/27] add: modify add_files_to_cache() to avoid globals
` [PATCH v2 07/27] read-cache: move shared add/checkout/commit code
` [PATCH v2 08/27] statinfo: move stat_{data,validity} functions from cache/read-cache
` [PATCH v2 09/27] run-command.h: move declarations for run-command.c from cache.h
` [PATCH v2 10/27] name-hash.h: move declarations for name-hash.c "
` [PATCH v2 11/27] sparse-index.h: move declarations for sparse-index.c "
` [PATCH v2 12/27] preload-index.h: move declarations for preload-index.c from elsewhere
` [PATCH v2 13/27] diff.h: move declaration for global in diff.c from cache.h
` [PATCH v2 14/27] merge.h: move declarations for merge.c "
` [PATCH v2 15/27] repository.h: move declaration of the_index "
` [PATCH v2 16/27] read-cache*.h: move declarations for read-cache.c functions "
` [PATCH v2 17/27] cache.h: remove this no-longer-used header
` [PATCH v2 18/27] log-tree: replace include of revision.h with simple forward declaration
` [PATCH v2 19/27] repository: remove unnecessary include of path.h
` [PATCH v2 20/27] diff.h: remove unnecessary include of oidset.h
` [PATCH v2 21/27] list-objects-filter-options.h: remove unneccessary include
` [PATCH v2 22/27] builtin.h: remove unneccessary includes
` [PATCH v2 23/27] git-compat-util.h: remove unneccessary include of wildmatch.h
` [PATCH v2 24/27] merge-ll: rename from ll-merge
` [PATCH v2 25/27] khash: name the structs that khash declares
` [PATCH v2 26/27] hash-ll, hashmap: move oidhash() to hash-ll
` [PATCH v2 27/27] fsmonitor-ll.h: split this header out of fsmonitor.h
Changed path filter hash differs from murmur3 if char is signed
2023-05-12 21:27 UTC (7+ messages)
What's cooking in git.git (May 2023, #04; Thu, 11)
2023-05-12 20:52 UTC (9+ messages)
` ps/fetch-output-format (was: What's cooking in git.git (May 2023, #04; Thu, 11))
` ps/fetch-output-format
` tl/push-branches-is-an-alias-for-all (Was: Re: What's cooking in git.git (May 2023, #04; Thu, 11))
` tl/push-branches-is-an-alias-for-all
[PATCH v4 1/2] cat-file: extract printing batch error message into function
2023-05-12 16:57 UTC (6+ messages)
` [PATCH v5 0/1] cat-file: quote-format name in error when using -z
` [PATCH v5 1/1] "
git rebase --root bug
2023-05-12 15:18 UTC (5+ messages)
[PATCH] t5583: fix shebang line
2023-05-12 15:09 UTC
Bug in unused.cocci?
2023-05-12 15:07 UTC (3+ messages)
[PATCH v1 0/7] diff: fix -s and --no-patch
2023-05-12 9:32 UTC (10+ messages)
` [PATCH v1 1/7] line-log: set patch format explicitly by default
` [PATCH v1 2/7] diff: introduce DIFF_FORMAT_DEFAULT
` [PATCH v1 3/7] diff: make DIFF_FORMAT_NO_OUTPUT 0
` [PATCH v1 4/7] test: add various tests for diff formats with -s
` [PATCH v1 5/7] diff: split --no-patch from -s
` [PATCH v1 6/7] diff: add --silent as alias of -s
` [PATCH v1 7/7] diff: remove DIFF_FORMAT_NO_OUTPUT
[PATCH v9 4/6] notes.c: introduce '--separator=<paragraph-break>' option
2023-05-12 7:29 UTC (3+ messages)
[PATCH 23/24] hash-ll, hashmap: move oidhash() to hash-ll
2023-05-12 4:07 UTC (5+ messages)
Join us for Review Club
2023-05-12 3:39 UTC (2+ messages)
[PATCH] Fix merge_recursive_config()
2023-05-11 23:59 UTC
[RFC PATCH 0/2] add an external testing library for unit tests
2023-05-11 23:16 UTC (6+ messages)
` [RFC PATCH 1/2] Add C TAP harness
[PATCH] merge-tree: load default git config
2023-05-11 22:07 UTC (5+ messages)
` [PATCH] merge-tree: load config correctly
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).