git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-09 23:52:55 to 2020-06-12 11:56:04 UTC [more...]

[PATCH 0/9] Allow overriding the default name of the default branch
 2020-06-12 11:55 UTC  (40+ messages)
` [PATCH 1/9] init: allow overriding the default branch name for new repositories
` [PATCH 2/9] remote: respect `core.defaultBranchName`
` [PATCH 3/9] send-pack/transport-helper: "
` [PATCH 4/9] testsvn: "
` [PATCH 5/9] submodule: use the (possibly overridden) default branch name
` [PATCH 6/9] clone: learn about the possibly-configured "
` [PATCH 7/9] fmt-merge-msg: "
` [PATCH 8/9] fast-export: respect the possibly-overridden "
            ` Re* "
` [PATCH 9/9] Document how the default branch name can be overridden

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

Dealing git ignored files
 2020-06-12  8:25 UTC 

GPG Commit Signing Project
 2020-06-12  2:24 UTC  (4+ messages)

[PATCH] GIT-VERSION-GEN: update for the post 2.27 cycle
 2020-06-12  0:52 UTC  (3+ messages)

[PATCH] diff-files: treat "i-t-a" files as "not-in-index"
 2020-06-11 23:28 UTC  (3+ messages)

git log --name-only improvement: show old file name in rename
 2020-06-11 23:16 UTC  (2+ messages)

Question: Setting the Email Address in ~/.gitconfig
 2020-06-11 22:52 UTC  (2+ messages)

[PATCH 00/13] upload-pack: use 'struct upload_pack_data' thoroughly, part 1
 2020-06-11 20:04 UTC  (17+ messages)
` [PATCH 00/14] upload-pack: use 'struct upload_pack_data' thoroughly, part 3
  ` [PATCH 01/14] upload-pack: pass upload_pack_data to send_shallow_list()
  ` [PATCH 02/14] upload-pack: pass upload_pack_data to deepen()
  ` [PATCH 03/14] upload-pack: pass upload_pack_data to deepen_by_rev_list()
  ` [PATCH 04/14] upload-pack: pass upload_pack_data to send_unshallow()
  ` [PATCH 05/14] upload-pack: move shallow_nr to upload_pack_data
  ` [PATCH 06/14] upload-pack: move extra_edge_obj "
  ` [PATCH 07/14] upload-pack: move allow_unadvertised_object_request "
  ` [PATCH 08/14] upload-pack: change allow_unadvertised_object_request to an enum
  ` [PATCH 09/14] upload-pack: pass upload_pack_data to process_haves()
  ` [PATCH 10/14] upload-pack: pass upload_pack_data to send_acks()
  ` [PATCH 11/14] upload-pack: pass upload_pack_data to ok_to_give_up()
  ` [PATCH 12/14] upload-pack: pass upload_pack_data to got_oid()
  ` [PATCH 13/14] upload-pack: move oldest_have to upload_pack_data
  ` [PATCH 14/14] upload-pack: refactor common code into do_got_oid()

git sparse-checkout set not working in git 2.27.0
 2020-06-11 18:30 UTC  (2+ messages)

[PATCH 0/4] t: replace incorrect test_must_fail usage (part 5)
 2020-06-11 17:41 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] lib-submodule-update: add space after function name
  ` [PATCH v3 2/4] lib-submodule-update: consolidate --recurse-submodules
  ` [PATCH v3 3/4] lib-submodule-update: prepend "git" to $command
  ` [PATCH v3 4/4] lib-submodule-update: use callbacks in test_submodule_switch_common()

[PATCH] pull: passthrough --no-verify to merge
 2020-06-11 17:37 UTC  (2+ messages)

[PATCH v2 0/3] improve git-diff documentation and A...B handling
 2020-06-11 15:51 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] t/t3430: avoid undefined git diff behavior
  ` [PATCH v3 2/3] git diff: improve range handling
  ` [PATCH v3 3/3] Documentation: usage for diff combined commits

Virtual Inclusion Summit (was: Re: Rename offensive terminology (master))
 2020-06-11 15:25 UTC  (7+ messages)
` Virtual Inclusion Summit

Rename offensive terminology (master)
 2020-06-11 15:14 UTC  (16+ messages)

Excluding files from Git merge
 2020-06-11 14:31 UTC 

[PATCH 0/3] Fix difftool problem with intent-to-add files
 2020-06-11 12:38 UTC  (4+ messages)
` [PATCH 1/3] diff-files: fix incorrect usage of an empty tree
` [PATCH 2/3] diff-files --raw: handle intent-to-add files correctly
` [PATCH 3/3] difftool -d: ensure that intent-to-add files are handled correctly

[PATCH] git-sparse-checkout: clarify interactions with submodules
 2020-06-11 11:32 UTC  (3+ messages)

[PATCH 0/4] Clean cleanups
 2020-06-11  6:59 UTC  (5+ messages)
` [PATCH 1/4] dir: fix a few confusing comments
` [PATCH 2/4] dir, clean: avoid disallowed behavior
` [PATCH 3/4] clean: consolidate handling of ignored parameters
` [PATCH 4/4] clean: optimize and document cases where we recurse into subdirectories

What's cooking in git.git (Jun 2020, #02; Wed, 10)
 2020-06-11  1:56 UTC  (5+ messages)

[PATCH 0/8] CDN offloading update
 2020-06-11  1:55 UTC  (16+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] http: use --stdin when indexing dumb HTTP pack
  ` [PATCH v2 2/9] http: refactor finish_http_pack_request()
  ` [PATCH v2 3/9] http-fetch: refactor into function
  ` [PATCH v2 4/9] http-fetch: support fetching packfiles by URL
  ` [PATCH v2 5/9] Documentation: order protocol v2 sections
  ` [PATCH v2 6/9] Documentation: add Packfile URIs design doc
  ` [PATCH v2 7/9] upload-pack: refactor reading of pack-objects out
  ` [PATCH v2 8/9] fetch-pack: support more than one pack lockfile
  ` [PATCH v2 9/9] upload-pack: send part of packfile response as uri

[PATCH v3 0/5] grep: honor sparse checkout and add option to ignore it
 2020-06-11  0:35 UTC  (12+ messages)
` [PATCH v3 4/5] grep: honor sparse checkout patterns
` [PATCH v3 5/5] config: add setting to ignore sparsity patterns in some cmds

CFT: imaps://public-inbox.org/INBOX.comp.version-control.git.7
 2020-06-11  0:30 UTC  (3+ messages)

osx autocrlf sanity?
 2020-06-10 23:53 UTC  (11+ messages)

GPG Commit Signing Project
 2020-06-10 23:11 UTC 

[RFC PATCH v2 3/4] grep: honor sparse checkout patterns
 2020-06-10 20:12 UTC  (8+ messages)

[PATCH 5/8] Documentation: add Packfile URIs design doc
 2020-06-10 18:04 UTC  (4+ messages)

GPG Commit Signing Project
 2020-06-10 17:57 UTC 

[PATCH v2 0/7] worktree: tighten duplicate path detection
 2020-06-10 17:34 UTC  (13+ messages)
` [PATCH v2 1/7] worktree: factor out repeated string literal
` [PATCH v2 2/7] worktree: give "should be pruned?" function more meaningful name
` [PATCH v2 3/7] worktree: make high-level pruning re-usable
` [PATCH v2 4/7] worktree: prune duplicate entries referencing same worktree path
` [PATCH v2 5/7] worktree: prune linked worktree referencing main "
` [PATCH v2 6/7] worktree: generalize candidate worktree path validation
` [PATCH v2 7/7] worktree: make "move" refuse to move atop missing registered worktree

[PATCH] Use sensible titles in t4014
 2020-06-10 17:03 UTC  (2+ messages)

Auto Rescan - as plain text
 2020-06-10 16:57 UTC  (5+ messages)

[PATCH] Recommend "git gc --prune=now" instead of "git prune"
 2020-06-10  7:38 UTC  (7+ messages)
` [PATCH v2] gc: recommend `git gc --prune=now` instead of `git prune`

git submodule question
 2020-06-10  6:02 UTC  (2+ messages)

git stash --include-untracked walks ignored directories
 2020-06-10  5:56 UTC  (3+ messages)

[PATCH v1] builtin/checkout.c: replace bit-shift values for macros in call to check_stages
 2020-06-10  5:15 UTC  (3+ messages)

[PATCH] builtin/worktree.c: fix a sparse '0 as NULL pointer' warning
 2020-06-10  4:15 UTC  (2+ 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 NNTP newsgroup(s).