git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-06-13 13:14:41 to 2020-06-16 07:21:20 UTC [more...]

[GSoC] Shourya's Blog
 2020-06-16  7:21 UTC 

CFT: imaps://public-inbox.org/INBOX.comp.version-control.git.7
 2020-06-16  7:08 UTC  (4+ messages)

[RFC PATCH v1 0/6] stash: drop usage of a second index
 2020-06-16  7:06 UTC  (12+ messages)
` [RFC PATCH v1 2/6] stash: remove the second index in stash_working_tree()
` [RFC PATCH v1 4/6] stash: remove the second index in save_untracked_files()
` [RFC PATCH v1 5/6] stash: remove the second index in restore_untracked()

git switch error message tweak
 2020-06-16  6:47 UTC 

[PATCH] refs: implement reference transaction hooks
 2020-06-16  5:45 UTC  (6+ messages)
` [PATCH v2] refs: implement reference transaction hook

Consensus on a new default branch name
 2020-06-16  2:31 UTC  (3+ messages)

Rename offensive terminology (master)
 2020-06-16  1:38 UTC  (50+ messages)

Consensus on a new default branch name
 2020-06-16  0:50 UTC  (6+ messages)

Rename offensive terminology (master)
 2020-06-16  0:23 UTC  (2+ messages)

[PATCH 0/9] Allow overriding the default name of the default branch
 2020-06-16  0:19 UTC  (50+ messages)
` [PATCH 1/9] init: allow overriding the default branch name for new repositories
` [PATCH 5/9] submodule: use the (possibly overridden) default branch name
` [PATCH 8/9] fast-export: respect the possibly-overridden "
            ` Re* "
` [PATCH v2 00/12] Allow overriding the default name of the default branch
  ` [PATCH v2 01/12] fast-export: do anonymize the primary branch name
  ` [PATCH v2 02/12] fmt-merge-msg: introduce a way to override the main "
  ` [PATCH v2 03/12] send-pack/transport-helper: respect `core.mainBranch`
  ` [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 06/12] branch -m: adjust `core.mainBranch` if necessary
  ` [PATCH v2 07/12] init: allow specifying the main branch name for the new repository
  ` [PATCH v2 08/12] init: allow overriding the default main branch name via the config
  ` [PATCH v2 09/12] clone: handle overridden main branch names
  ` [PATCH v2 10/12] remote: learn about the possibly-overridden default main branch name
  ` [PATCH v2 11/12] submodule: use the correct default for the "
  ` [PATCH v2 12/12] testsvn: respect `init.defaultBranch`

[PATCH] upload-pack: fix a sparse '0 as NULL pointer' warning
 2020-06-15 23:00 UTC 

Job: implement visualization of intraline differences in git-gui
 2020-06-15 22:33 UTC 

[Possible Bug] Use of write on size-limited platforms
 2020-06-15 22:38 UTC  (3+ messages)

git log -- <old path> not working
 2020-06-15 21:25 UTC 

Rename offensive terminology (master)
 2020-06-15 21:05 UTC 

[PATCH 0/8] More commit-graph/Bloom filter improvements
 2020-06-15 20:14 UTC  (9+ messages)
` [PATCH 1/8] commit-graph: place bloom_settings in context
` [PATCH 2/8] commit-graph: unify the signatures of all write_graph_chunk_*() functions
` [PATCH 3/8] commit-graph: simplify chunk writes into loop
` [PATCH 4/8] commit-graph: check chunk sizes after writing
` [PATCH 5/8] commit-graph: check all leading directories in changed path Bloom filters
` [PATCH 6/8] bloom: enforce a minimum size of 8 bytes
` [PATCH 7/8] commit-graph: change test to die on parse, not load
` [PATCH 8/8] commit-graph: persist existence of changed-paths

[PATCH v4 1/8] Introduce CMake support for configuring Git
 2020-06-15 20:04 UTC  (3+ messages)

[PATCH v4 7/8] cmake: support for building git on windows with msvc and clang
 2020-06-15 19:56 UTC  (3+ messages)

[PATCH v4 6/8] cmake: support for building git on windows with mingw
 2020-06-15 19:47 UTC  (3+ messages)

[PATCH v4 4/8] cmake: support for testing git with ctest
 2020-06-15 19:45 UTC  (3+ messages)

Collaborative conflict resolution feature request
 2020-06-15 19:37 UTC  (18+ messages)

A note from the maintainer
 2020-06-15 16:58 UTC  (3+ messages)

[GSoC Patch 0/3] Move generation, graph_pos to a slab
 2020-06-15 16:31 UTC  (8+ messages)
` [GSOC Patch v2 0/4] "
  ` [GSOC Patch v2 1/4] commit-graph: introduce commit_graph_data_slab
  ` [GSOC Patch v2 3/4] commit-graph: use generation directly when writing commit-graph

[PATCH] pkt-line: extract out PACKET_HEADER_SIZE
 2020-06-15 12:32 UTC  (15+ messages)
` [PATCH v2 0/3] pkt-line: war on magical `4` literal
  ` [PATCH v2 1/3] remote-curl: use strlen() instead of magic numbers
  ` [PATCH v2 2/3] pkt-line: use string versions of functions
      ` [PATCH v2] "
  ` [PATCH v2 3/3] pkt-line: extract out PACKET_HEADER_SIZE

[PATCH 0/3] branch and t3200 cleanup
 2020-06-15 11:53 UTC  (4+ messages)
` [PATCH 1/3] t3200: rename "expected" to "expect"
` [PATCH 2/3] t3200: test for specific errors
` [PATCH 3/3] branch: don't mix --edit-description

[PATCH v15 00/13] Reftable support git-core
 2020-06-15 11:32 UTC  (8+ messages)
` [PATCH v16 00/14] "
  ` [PATCH v16 02/14] Make refs_ref_exists public

[PATCH] builtin/diff: fix incorrect comment
 2020-06-15 11:15 UTC 

[PATCH 0/5] [GSoC][RFC] print commits using ref-filter's logic
 2020-06-15 10:57 UTC  (6+ messages)
` [PATCH 1/5] builtin/log: new config log.useRefFilter
` [PATCH 2/5] revision: add `use_ref_filter` in struct rev_info
` [PATCH 3/5] pretty: introduce `get_user_format()`
` [PATCH 4/5] ref_format: add option to skip `\n` at eol
` [PATCH 5/5] pretty-lib: print commits using ref-filters logic

git log --name-only improvement: show old file name in rename
 2020-06-15  7:36 UTC  (5+ messages)

Rename offensive terminology (master)
 2020-06-15  2:54 UTC  (7+ messages)

[PATCH] checkout: teach --worktree
 2020-06-14 21:37 UTC  (6+ messages)
` [PATCH v2] "

includeIf ignores subdirectories (possible bug)
 2020-06-14 15:43 UTC 

Rename offensive terminology (master)
 2020-06-14 15:09 UTC 

Rename offensive terminology (master)
 2020-06-14 12:07 UTC  (9+ messages)

regenerating tags when cloning
 2020-06-14  9:51 UTC  (2+ messages)

[PATCH v3 1/4] alloc: introduce parsed_commits_count
 2020-06-14  6:09 UTC 

[PATCH] worktree: treat "list" as default command
 2020-06-14  5:56 UTC  (3+ messages)

Rename offensive terminology (master)
 2020-06-14  0:03 UTC  (2+ messages)

[RFC PATCH v1 1/6] stash: mark `i_tree' in reset_tree() const
 2020-06-13 22:03 UTC 

About renaming git default branch name from "master" to "main" or equivalent
 2020-06-13 20:39 UTC  (2+ messages)

[GSoC Patch v3 0/4] Move generation, graph_pos to a slab
 2020-06-13 18:57 UTC  (4+ messages)
` [PATCH v3 1/4] alloc: introduce parsed_commits_count


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