messages from 2020-06-22 12:18:07 to 2020-06-24 00:38:56 UTC [more...]
(no subject)
2020-06-24 0:38 UTC
[PATCH 0/9] Allow overriding the default name of the default branch
2020-06-24 0:36 UTC (70+ messages)
` [PATCH 1/9] init: allow overriding the default branch name for new repositories
` [PATCH 2/9] remote: respect `core.defaultBranchName`
` [PATCH 8/9] fast-export: respect the possibly-overridden default branch name
` Re* "
` [PATCH v2 00/12] Allow overriding the default name of the default branch
` [PATCH v2 02/12] fmt-merge-msg: introduce a way to override the main branch name
` [PATCH v2 04/12] git_main_branch_name(): optionally report the full ref name
` [PATCH v2 05/12] fast-export: handle overridden main branch names correctly
` [PATCH v2 09/12] clone: handle overridden main branch names
` [PATCH v2 11/12] submodule: use the correct default for the main branch name
` [PATCH v2 12/12] testsvn: respect `init.defaultBranch`
` [PATCH v3 0/8] Allow overriding the default name of the default branch
` [PATCH v3 1/8] fmt-merge-msg: stop treating `master` specially
` [PATCH v3 2/8] send-pack/transport-helper: avoid mentioning a particular branch
` [PATCH v3 3/8] submodule: use a better fall-back for missing remote.<name>.branch
` [PATCH v3 4/8] init: allow specifying the initial branch name for the new repository
` [PATCH v3 5/8] init: allow setting the default for the initial branch name via the config
` [PATCH v3 6/8] clone: use configured default branch name when appropriate
` [PATCH v3 7/8] remote: use the "
` [PATCH v3 8/8] testsvn: respect `init.defaultBranch`
[PATCH v4 0/4] t: replace incorrect test_must_fail usage (part 5)
2020-06-24 0:16 UTC (11+ messages)
` [PATCH v5 "
` [PATCH v5 1/4] lib-submodule-update: add space after function name
` [PATCH v5 2/4] lib-submodule-update: consolidate --recurse-submodules
` [PATCH v5 3/4] lib-submodule-update: prepend "git" to $command
` [PATCH v5 4/4] lib-submodule-update: use callbacks in test_submodule_switch_common()
` [PATCH v5.1] lib-submodule-update: pass 'test_must_fail' as an argument
[PATCH 0/3] Fix difftool problem with intent-to-add files
2020-06-24 0:10 UTC (7+ messages)
` [PATCH v2 "
` [PATCH v2 1/3] diff-files --raw: handle intent-to-add files correctly
` [PATCH v2 2/3] diff-files: fix incorrect usage of an empty tree
` [PATCH v2 3/3] difftool -d: ensure that intent-to-add files are handled correctly
Rename offensive terminology (master)
2020-06-23 23:21 UTC (2+ messages)
Request for adding a simple mechanism to exclude files from Git merge operation
2020-06-23 22:57 UTC (12+ messages)
` [E] "
[PATCH] Doc: reference 'seen' instead of 'pu' in meta docs
2020-06-23 22:51 UTC (4+ messages)
Git 2 force commits but Git 1 doesn't
2020-06-23 22:41 UTC (18+ messages)
` [PATCH] http-push: ensure unforced pushes fail when data would be lost
` [PATCH v2] "
[PATCH 0/3] Accommodate for pu having been renamed to seen
2020-06-23 21:32 UTC (7+ messages)
` [PATCH 1/3] docs: adjust for the recent rename of `pu` to `seen`
` [PATCH 2/3] docs: adjust the technical overview for the rename `pu` -> `seen`
` [PATCH 3/3] tests: reference `seen` wherever `pu` was referenced
[PATCH 1/2] revision: use repository from rev_info when parsing commits
2020-06-23 21:24 UTC (3+ messages)
` [PATCH 2/2] submodule: use submodule repository when preparing summary
[PATCH 0/3] fast-export: allow dumping anonymization mappings
2020-06-23 20:35 UTC (39+ messages)
` [PATCH 1/3] fast-export: allow dumping the refname mapping
` [PATCH 3/3] fast-export: allow dumping the path mapping
` [PATCH v2 0/4] fast-export: allow dumping anonymization mappings
` [PATCH v2 1/4] fast-export: allow dumping the refname mapping
` [PATCH v2 2/4] fast-export: anonymize "master" refname
` [PATCH v2 3/4] fast-export: refactor path printing to not rely on stdout
` [PATCH v2 4/4] fast-export: allow dumping the path mapping
` [alternative 0/10] fast-export: allow seeding the anonymized mapping
` [PATCH 01/10] t9351: derive anonymized tree checks from original repo
` [PATCH 02/10] fast-export: use xmemdupz() for anonymizing oids
` [PATCH 03/10] fast-export: store anonymized oids as hex strings
` [PATCH 04/10] fast-export: tighten anonymize_mem() interface to handle only strings
` [PATCH 05/10] fast-export: stop storing lengths in anonymized hashmaps
` [PATCH 06/10] fast-export: use a flex array to store anonymized entries
` [PATCH 07/10] fast-export: move global "idents" anonymize hashmap into function
` [PATCH 08/10] fast-export: add a "data" callback parameter to anonymize_str()
` [PATCH 09/10] fast-export: allow seeding the anonymized mapping
` [PATCH 10/10] fast-export: anonymize "master" refname
[PATCH v2 0/3] pkt-line: war on magical `4` literal
2020-06-23 19:39 UTC (8+ messages)
` [PATCH v3 "
` [PATCH v3 1/3] remote-curl: use strlen() instead of magic numbers
` [PATCH v3 2/3] pkt-line: use string versions of functions
` [PATCH v3 3/3] pkt-line: extract out PACKET_HEADER_SIZE
What's cooking in git.git (Jun 2020, #04; Mon, 22)
2020-06-23 19:16 UTC (4+ messages)
[PATCH] commit-reach: avoid is_dependant_of() shim
2020-06-23 18:53 UTC (4+ messages)
` [PATCH v2] commit-reach: avoid is_descendant_of() shim
[GSoC] Shourya's Blog
2020-06-23 18:14 UTC
CFT: imaps://public-inbox.org/INBOX.comp.version-control.git.7
2020-06-23 18:08 UTC (2+ messages)
` CFT: imaps://public-inbox.org/INBOX.comp.version-control.git.8
[PATCH 0/8] More commit-graph/Bloom filter improvements
2020-06-23 17:47 UTC (16+ messages)
` [PATCH 5/8] commit-graph: check all leading directories in changed path Bloom filters
` [PATCH v2 00/11] More commit-graph/Bloom filter improvements
` [PATCH v2 01/11] commit-graph: place bloom_settings in context
` [PATCH v2 02/11] commit-graph: change test to die on parse, not load
` [PATCH v2 03/11] bloom: get_bloom_filter() cleanups
` [PATCH v2 04/11] commit-graph: persist existence of changed-paths
` [PATCH v2 05/11] commit-graph: unify the signatures of all write_graph_chunk_*() functions
` [PATCH v2 06/11] commit-graph: simplify chunk writes into loop
` [PATCH v2 07/11] commit-graph: check chunk sizes after writing
` [PATCH v2 08/11] revision.c: fix whitespace
` [PATCH v2 09/11] revision: empty pathspecs should not use Bloom filters
` [PATCH v2 10/11] commit-graph: check all leading directories in changed path "
` [PATCH v2 11/11] bloom: enforce a minimum size of 8 bytes
[ANNOUNCE] Regarding Git and Branch Naming
2020-06-23 16:58 UTC
[ANNOUNCE] Git v2.27.0
2020-06-23 16:16 UTC (3+ messages)
` [ANNOUNCE] git-filter-repo v2.27.0 (Was: Re: [ANNOUNCE] Git v2.27.0)
` [ANNOUNCE] git-filter-repo v2.27.1
[PATCH] checkout: teach --worktree
2020-06-23 15:55 UTC (4+ messages)
` [PATCH v2] "
[PATCH] diff-files: treat "i-t-a" files as "not-in-index"
2020-06-23 15:17 UTC (3+ messages)
` [PATCH v2] "
[PATCH] doc: fix author vs. committer copy/paste error
2020-06-23 14:24 UTC
[BUG] Installing git-gui (2.27.0)
2020-06-23 13:21 UTC (3+ messages)
[PATCH] builtin/diff: fix botched update of usage comment
2020-06-23 9:19 UTC
Draft of Git Rev News edition 64
2020-06-23 8:28 UTC
Reftable progress
2020-06-22 22:03 UTC
[PATCH v17 00/17] Reftable support git-core
2020-06-22 21:55 UTC (21+ messages)
` [PATCH v18 00/19] "
` [PATCH v18 01/19] lib-t6000.sh: write tag using git-update-ref
` [PATCH v18 02/19] checkout: add '\n' to reflog message
` [PATCH v18 03/19] Write pseudorefs through ref backends
` [PATCH v18 04/19] Make refs_ref_exists public
` [PATCH v18 05/19] Treat BISECT_HEAD as a pseudo ref
` [PATCH v18 06/19] Treat CHERRY_PICK_HEAD "
` [PATCH v18 07/19] Treat REVERT_HEAD "
` [PATCH v18 08/19] Move REF_LOG_ONLY to refs-internal.h
` [PATCH v18 09/19] Iterate over the "refs/" namespace in for_each_[raw]ref
` [PATCH v18 10/19] Add .gitattributes for the reftable/ directory
` [PATCH v18 11/19] Add reftable library
` [PATCH v18 12/19] Add standalone build infrastructure for reftable
` [PATCH v18 13/19] Reftable support for git-core
` [PATCH v18 14/19] Hookup unittests for the reftable library
` [PATCH v18 15/19] Add GIT_DEBUG_REFS debugging mechanism
` [PATCH v18 16/19] vcxproj: adjust for the reftable changes
` [PATCH v18 17/19] git-prompt: prepare for reftable refs backend
` [PATCH v18 18/19] Add reftable testing infrastructure
` [PATCH v18 19/19] Add "test-tool dump-reftable" command
[PATCH] bash-completion: add git-prune into bash completion
2020-06-22 18:28 UTC (2+ messages)
[PATCH 00/14] SHA-256 CVS and SVN patches
2020-06-22 18:04 UTC (18+ messages)
` [PATCH v2 "
` [PATCH v2 01/14] t9109: make test hash independent
` [PATCH v2 02/14] t9168: "
` [PATCH v2 03/14] t9108: "
` [PATCH v2 04/14] t9100: make test work with SHA-256
` [PATCH v2 05/14] t9104: make hash size independent
` [PATCH v2 06/14] t9101: make hash independent
` [PATCH v2 07/14] t/lib-git-svn: make hash size independent
` [PATCH v2 08/14] perl: create and switch variables for hash constants
` [PATCH v2 09/14] perl: make Git::IndexInfo work with SHA-256
` [PATCH v2 10/14] perl: make SVN code hash independent
` [PATCH v2 11/14] git-svn: set the OID length based on hash algorithm
` [PATCH v2 12/14] git-cvsserver: port to SHA-256
` [PATCH v2 13/14] git-cvsimport: "
` [PATCH v2 14/14] git-cvsexportcommit: "
[PATCH 0/2] drop specialized knowledge from generic worktree code
2020-06-22 17:34 UTC (2+ messages)
[PATCH v2 0/2] Sparse checkout status
2020-06-22 16:35 UTC (4+ messages)
` [PATCH v3 0/3] "
` [PATCH v3 3/3] git-prompt: include sparsity state as well
AW: Git commands throw error
2020-06-22 16:17 UTC (3+ messages)
` "
[PATCH] git-gui: allow opening work trees from the startup dialog
2020-06-22 14:58 UTC (4+ messages)
` [PATCH v2] "
[RFC] Metadata vs Generation Data Chunk
2020-06-22 14:46 UTC (3+ messages)
Displayed information has bad formatting
2020-06-22 14:13 UTC
Fwd: Possible git bug in commit-graph: "invalid commit position"
2020-06-22 13:45 UTC (6+ messages)
` "
[PATCH v3 00/12] Finish converting git bisect to C part 2
2020-06-20 8:04 UTC (5+ messages)
` [PATCH v3 09/12] bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
Code repositories for project(s) associated with this public inbox
https://80x24.org/mirrors/git.git
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).