Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-12 07:05:12 to 2023-05-16 02:53:47 UTC [more...]

[PATCH 0/3] fix use of "! test_path_is_foo" in tests
 2023-05-16  2:53 UTC  (5+ messages)
` [PATCH 1/3] tests: do not negate test_path_exists
` [PATCH 2/3] t2021: do not negate test_path_is_dir
` [PATCH 3/3] test: do not negate test_path_is_* to assert absense

[PATCH v3 0/2] pack-objects: introduce `pack.extraRecentObjectsHook`
 2023-05-16  0:24 UTC  (17+ messages)
` [PATCH v3 2/2] builtin/pack-objects.c: introduce `pack.recentObjectsHook`
` [PATCH v4 0/2] gc: introduce `gc.recentObjectsHook`
  ` [PATCH v4 1/2] reachable.c: extract `obj_is_recent()`
  ` [PATCH v4 2/2] gc: introduce `gc.recentObjectsHook`

[PATCH 00/24] Header cleanups (final splitting of cache.h, and some splitting of other headers)
 2023-05-16  0:17 UTC  (35+ 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 02/27] init-db: remove unnecessary global variable
  ` [PATCH v2 04/27] setup: adopt shared init-db & clone code
  ` [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

[PATCH 0/3] tag: keep the message file in case ref transaction fails
 2023-05-15 21:59 UTC  (15+ 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
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] doc: tag: document `TAG_EDITMSG`
  ` [PATCH v2 2/3] t/t7004-tag: add regression test for successful tag creation
  ` [PATCH v2 3/3] tag: keep the message file in case ref transaction fails

[PATCH] fsmonitor: handle differences between Windows named pipe functions
 2023-05-15 21:50 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v2 06/27] add: modify add_files_to_cache() to avoid globals
 2023-05-15 21:44 UTC  (2+ messages)

[PATCH v2 0/2] Document the output format of ls-remote
 2023-05-15 20:01 UTC  (14+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] show-ref doc: update for internal consistency
  ` [PATCH v3 2/6] show-branch doc: say <ref>, not <reference>
  ` [PATCH v3 3/6] ls-remote doc: remove redundant --tags example
  ` [PATCH v3 4/6] ls-remote doc: show peeled tags in examples
  ` [PATCH v3 5/6] ls-remote doc: explain what each example does
  ` [PATCH v3 6/6] ls-remote doc: document the output format

[PATCH 00/15] refs: implement skip lists for packed backend
 2023-05-15 19:23 UTC  (18+ messages)
` [PATCH v2 00/16] refs: implement jump "
  ` [PATCH v2 01/16] refs.c: rename `ref_filter`
  ` [PATCH v2 02/16] ref-filter.h: provide `REF_FILTER_INIT`
  ` [PATCH v2 03/16] ref-filter: clear reachable list pointers after freeing
  ` [PATCH v2 04/16] ref-filter: add `ref_filter_clear()`
  ` [PATCH v2 05/16] ref-filter.c: parameterize match functions over patterns
  ` [PATCH v2 06/16] builtin/for-each-ref.c: add `--exclude` option
  ` [PATCH v2 07/16] refs: plumb `exclude_patterns` argument throughout
  ` [PATCH v2 08/16] refs/packed-backend.c: refactor `find_reference_location()`
  ` [PATCH v2 09/16] refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)
  ` [PATCH v2 10/16] refs/packed-backend.c: add trace2 counters for jump list
  ` [PATCH v2 11/16] revision.h: store hidden refs in a `strvec`
  ` [PATCH v2 12/16] refs/packed-backend.c: ignore complicated hidden refs rules
  ` [PATCH v2 13/16] refs.h: let `for_each_namespaced_ref()` take excluded patterns
  ` [PATCH v2 14/16] builtin/receive-pack.c: avoid enumerating hidden references
  ` [PATCH v2 15/16] upload-pack.c: avoid enumerating hidden refs where possible
  ` [PATCH v2 16/16] ls-refs.c: "

[RFC][PATCH V1] diff-tree: integrate with sparse index
 2023-05-15 19:18 UTC 

[PATCH v2] credential/libsecret: support password_expiry_utc
 2023-05-15 18:14 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v4 1/2] cat-file: extract printing batch error message into function
 2023-05-15 17:20 UTC  (8+ messages)
` [PATCH v5 0/1] cat-file: quote-format name in error when using -z
  ` [PATCH v5 1/1] "

gitd-Domains updated and renewal (Urgent to Principal/CEO)(Case#211125)
 2023-05-15  9:49 UTC 

[PATCH] doc/git-config: add unit for http.lowSpeedLimit
 2023-05-15  7:02 UTC  (2+ messages)

[PATCH 1/2] rebase: add a --rebase-merges=drop option
 2023-05-15  6:59 UTC  (4+ messages)
` [PATCH 0/1] cover-letter: flatten
` [PATCH 1/1] doc: Glossary, describe Flattening

[PATCH 0/8] fetch: introduce machine-parseable output
 2023-05-15  5:15 UTC  (7+ messages)
` [PATCH v5 0/9] "
  ` [PATCH v5 4/9] fetch: print left-hand side when fetching HEAD:foo

[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

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] test: mergetool: unset environment variable
 2023-05-13 15:27 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  (16+ messages)
` [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 00/11] docs: interpret-trailers: reword and add examples
 2023-05-12 23:24 UTC  (3+ messages)
` [PATCH v2 0/9] "

[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  (17+ messages)
` [PATCH v3 0/4] pack-refs: allow users control over which refs to pack
  ` [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 v2 01/27] init-db: document existing bug with core.bare in template config
 2023-05-12 21:34 UTC  (2+ messages)

[PATCH v2 03/27] init-db, clone: change unnecessary global into passed parameter
 2023-05-12 21:28 UTC  (2+ messages)

Changed path filter hash differs from murmur3 if char is signed
 2023-05-12 21:27 UTC  (5+ messages)

[PATCH v2 05/27] read-cache: move shared commit and ls-files code
 2023-05-12 21:25 UTC  (2+ messages)

What's cooking in git.git (May 2023, #04; Thu, 11)
 2023-05-12 20:52 UTC  (6+ 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

git rebase --root bug
 2023-05-12 15:18 UTC  (4+ 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)


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