Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-13 11:16:40 to 2023-04-16 03:08:06 UTC [more...]

[PATCH 0/5] Document 'AUTO_MERGE' and more special refs
 2023-04-16  3:05 UTC  (24+ messages)
` [PATCH 1/5] revisions.txt: document "
` [PATCH 2/5] completion: complete REVERT_HEAD and BISECT_HEAD
` [PATCH 3/5] git-merge.txt: modernize word choice in "True merge" section
` [PATCH 4/5] Documentation: document AUTO_MERGE
` [PATCH 5/5] completion: complete AUTO_MERGE

[PATCH 00/23] Header cleanups (more splitting of cache.h and simplifying a few other deps)
 2023-04-16  3:03 UTC  (24+ messages)
` [PATCH 01/23] treewide: be explicit about dependence on strbuf.h
` [PATCH 02/23] symlinks.h: move declarations for symlinks.c functions from cache.h
` [PATCH 03/23] protocol.h: move definition of DEFAULT_GIT_PORT "
` [PATCH 04/23] packfile.h: move pack_window and pack_entry "
` [PATCH 05/23] server-info.h: move declarations for server-info.c functions "
` [PATCH 06/23] copy.h: move declarations for copy.c "
` [PATCH 07/23] base85.h: move declarations for base85.c "
` [PATCH 08/23] pkt-line.h: move declarations for pkt-line.c "
` [PATCH 09/23] match-trees.h: move declarations for match-trees.c "
` [PATCH 10/23] ws.h: move declarations for ws.c "
` [PATCH 11/23] versioncmp.h: move declarations for versioncmp.c "
` [PATCH 12/23] dir.h: move DTYPE defines "
` [PATCH 13/23] tree-diff.c: move S_DIFFTREE_IFXMIN_NEQ define "
` [PATCH 14/23] hash.h, repository.h: reverse the order of these dependencies
` [PATCH 15/23] cache,tree: move cmp_cache_name_compare from tree.[ch] to read-cache.c
` [PATCH 16/23] cache,tree: move basic name compare functions from read-cache to tree
` [PATCH 17/23] treewide: remove cache.h inclusion due to previous changes
` [PATCH 18/23] cache.h: remove unnecessary headers
` [PATCH 19/23] fsmonitor: reduce includes of cache.h
` [PATCH 20/23] commit.h: reduce unnecessary includes
` [PATCH 21/23] object-store.h: "
` [PATCH 22/23] diff.h: "
` [PATCH 23/23] reftable: ensure git-compat-util.h is the first (indirect) include

Personal information leaked
 2023-04-15 21:48 UTC 

[PATCH 00/14] Introduce new `git replay` command
 2023-04-15 19:07 UTC  (10+ messages)
` [PATCH 11/14] replay: use standard revision ranges

[PATCH 0/2] gittutorial: minor correction and monospacing
 2023-04-15 17:29 UTC  (3+ messages)
` [PATCH 1/2] gittutorial: drop early mention of origin
` [PATCH 2/2] gittutorial: wrap literal examples in backticks

Weird behavior of 'git log --before' or 'git log --date-order': Commits from 2011 are treated to be before 1980
 2023-04-15 14:10 UTC  (4+ messages)

[PATCH v3 07/23] treewide: remove unnecessary cache.h inclusion
 2023-04-15 11:06 UTC  (2+ messages)
` [PATCH/RFD] fix connection via git protocol

[PATCH 0/2] cocci: codify authoring and reviewing practices
 2023-04-15  1:27 UTC  (6+ messages)
` [PATCH 1/2] cocci: add headings to and reword README

`submodule update --remote` fetches default branch instead of `submodule.*.branch`
 2023-04-14 23:50 UTC 

[PATCH] doc: set actual revdate for manpages
 2023-04-14 22:06 UTC  (14+ messages)

Join us for Review Club
 2023-04-14 21:56 UTC 

[PATCH 0/7] v0 multiple-symref infinite loop fix and test cleanup
 2023-04-14 21:25 UTC  (11+ messages)
` [PATCH 3/7] t5512: stop using jgit for capabilities^{} test
    ` [PATCH v3 0/7] v0 multiple-symref infinite loop fix and test cleanup
      ` [PATCH v3 1/7] v0 protocol: fix infinite loop when parsing multi-valued capabilities
      ` [PATCH v3 2/7] t5512: stop referring to "v1" protocol
      ` [PATCH v3 3/7] v0 protocol: fix sha1/sha256 confusion for capabilities^{}
      ` [PATCH v3 4/7] t5512: add v2 support for "ls-remote --symref" test
      ` [PATCH v3 5/7] t5512: allow any protocol version for filtered symref test
      ` [PATCH v3 6/7] t5512: test "ls-remote --heads --symref" filtering with v0 and v2
      ` [PATCH v3 7/7] v0 protocol: use size_t for capability length/offset

[PATCH 00/18] version-gen: complete revamp/rewrite
 2023-04-14 19:41 UTC  (24+ messages)
` [PATCH 01/18] version-gen: reorganize
` [PATCH 02/18] version-gen: trivial cleanup
` [PATCH 03/18] version-gen: refactor default version
` [PATCH 04/18] version-gen: simplify v prefix removal
` [PATCH 05/18] version-gen: simplify update check
` [PATCH 06/18] version-gen: remove redundant check
` [PATCH 07/18] version-gen: simplify `git describe` checks
` [PATCH 08/18] version-gen: simplify dirty check
` [PATCH 09/18] version-gen: move describe fix into function
` [PATCH 10/18] version-gen: describe and sed in one go
` [PATCH 11/18] version-gen: refactor describe function
` [PATCH 12/18] version-gen: do v fix only when necessary
` [PATCH 13/18] version-gen: move v fix into sed
` [PATCH 14/18] version-gen: refactor main functionality
` [PATCH 15/18] version-gen: remove default version
` [PATCH 16/18] version-gen: refactor GIT_VERSION string
` [PATCH 17/18] version-gen: get rid of GVF variable
` [PATCH 18/18] version-gen: generate proper interim versions

[PATCH] repack: fix geometric repacking with gitalternates
 2023-04-14 17:29 UTC  (31+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 01/10] midx: fix segfault with no packs and invalid preferred pack
  ` [PATCH v3 03/10] repack: fix generating multi-pack-index with only non-local packs
  ` [PATCH v3 04/10] pack-objects: split out `--stdin-packs` tests into separate file
  ` [PATCH v3 05/10] pack-objects: fix error when packing same pack twice
  ` [PATCH v3 06/10] pack-objects: fix error when same packfile is included and excluded
  ` [PATCH v3 07/10] pack-objects: extend test coverage of `--stdin-packs` with alternates
  ` [PATCH v3 08/10] t/helper: allow chmtime to print verbosely without modifying mtime
  ` [PATCH v3 09/10] repack: honor `-l` when calculating pack geometry
  ` [PATCH v3 10/10] repack: disable writing bitmaps when doing a local repack
` [PATCH v4 00/10] repack: fix geometric repacking with gitalternates
  ` [PATCH v4 01/10] midx: fix segfault with no packs and invalid preferred pack
  ` [PATCH v4 02/10] repack: fix trying to use preferred pack in alternates
  ` [PATCH v4 03/10] repack: fix generating multi-pack-index with only non-local packs
  ` [PATCH v4 04/10] pack-objects: split out `--stdin-packs` tests into separate file
  ` [PATCH v4 05/10] pack-objects: fix error when packing same pack twice
  ` [PATCH v4 06/10] pack-objects: fix error when same packfile is included and excluded
  ` [PATCH v4 07/10] pack-objects: extend test coverage of `--stdin-packs` with alternates
  ` [PATCH v4 08/10] t/helper: allow chmtime to print verbosely without modifying mtime
  ` [PATCH v4 09/10] repack: honor `-l` when calculating pack geometry
  ` [PATCH v4 10/10] repack: disable writing bitmaps when doing a local repack

[Question] Can git cat-file have a type filtering option?
 2023-04-14 17:04 UTC  (13+ messages)

Git bug
 2023-04-14 16:07 UTC  (2+ messages)

[PATCH v2] send-email: export patch counters in validate environment
 2023-04-14 15:52 UTC  (8+ messages)
` [PATCH v3] "
  ` [PATCH v4] "
    ` [PATCH v5] "

[PATCH 0/5] banned: mark `strok()`, `strtok_r()` as banned
 2023-04-14 13:41 UTC  (9+ messages)
` [PATCH 1/5] string-list: introduce `string_list_split_in_place_multi()`
` [PATCH 2/5] t/helper/test-hashmap.c: avoid using `strtok()`
` [PATCH 3/5] t/helper/test-oidmap.c: "
` [PATCH 4/5] t/helper/test-json-writer.c: "
` [PATCH 5/5] banned.h: mark `strtok()`, `strtok_r()` as banned

git config tests for "'git config ignores pairs ..." (was Re: [PATCH v2 3/6] t1300: don't create unused files)
 2023-04-14 13:28 UTC  (5+ messages)
` [PATCH v1 0/2] git config tests for "'git config ignores pairs ..."
  ` [PATCH v1 1/2] t1300: drop duplicate test
  ` [PATCH v1 2/2] t1300: check stderr for "ignores pairs" tests

pathspec completion missing in Bash completion
 2023-04-14 12:02 UTC 

Git bug
 2023-04-14  9:26 UTC  (2+ messages)

What's cooking in git.git (Apr 2023, #03; Tue, 11)
 2023-04-14  1:13 UTC  (5+ messages)

[RFC PATCH v6 0/2] diff-files: integrate with sparse index
 2023-04-13 21:56 UTC  (8+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/2] t1092: add tests for `git diff-files`
  ` [PATCH v7 2/2] diff-files: integrate with sparse index

[GSOC][PATCH v1] diff-index: enable diff-index
 2023-04-13 21:14 UTC  (3+ messages)
` [GSOC][PATCH v2] diff-index: enable sparse index

Git branch capitalisation bug?
 2023-04-13 20:31 UTC  (3+ messages)

Video conference libification eng discussion, this Thursday 16:30 UTC
 2023-04-13 17:00 UTC  (2+ messages)

[PATCH 0/7] pack-revindex: enable on-disk reverse indexes by default
 2023-04-13 16:14 UTC  (5+ messages)
` [PATCH 6/7] config: enable `pack.writeReverseIndex` "
` [PATCH v2 0/7] pack-revindex: enable on-disk reverse indexes "

[PATCH v2 0/2] branch, for-each-ref: add option to omit empty lines
 2023-04-13 15:13 UTC  (5+ messages)
` [PATCH v3] branch, for-each-ref, tag: "

[filter-repo PATCH] convert-svnexternals: fix parsing of wrongly transformed SVN revisions
 2023-04-13 13:59 UTC  (4+ messages)

criteria for linking to binaries from git-scm.com?
 2023-04-13 13:43 UTC  (3+ messages)

[RFC PATCH 00/12] doc: add tests and reimplement xmlto
 2023-04-13 11:57 UTC  (13+ messages)
` [RFC PATCH 01/12] doc: add test for doc tools output
` [RFC PATCH 02/12] doc: add missing manpage docinfo
` [RFC PATCH 03/12] doc: remove unnecessary hack for asciidoctor
` [RFC PATCH 04/12] test: doc: add test for docbook5
` [RFC PATCH 05/12] doc: fix support for multiple docbook backends
` [RFC PATCH 06/12] doc: add gen-stylesheet helper
` [RFC PATCH 07/12] doc: get rid of xmlto dependency
` [RFC PATCH 08/12] test: doc: use temporary stylesheet
` [RFC PATCH 09/12] doc: remove references to xmlto
` [RFC PATCH 10/12] doc: stylesheet: move all the xslt templates
` [RFC PATCH 11/12] test: doc: add check for callouts
` [RFC PATCH 12/12] doc: manpage: remove callout hack


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