git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-11-18 23:39:10 to 2020-11-22 03:52:12 UTC [more...]

[PATCH 0/3] Fix stash apply in sparse checkouts (and a submodule test)
 2020-11-22  3:47 UTC  (6+ messages)
` [PATCH 1/3] t7012: add a testcase demonstrating stash apply bugs in sparse checkouts
` [PATCH 2/3] stash: remove unnecessary process forking
` [PATCH 3/3] stash: fix stash application in sparse-checkouts

[PATCH 0/7] config: add --literal-value option
 2020-11-22  3:31 UTC  (25+ messages)
` [PATCH 1/7] t1300: test "set all" mode with value_regex
` [PATCH 2/7] t1300: add test for --replace-all "
` [PATCH 3/7] config: convert multi_replace to flags
` [PATCH 4/7] config: add --literal-value option, un-implemented
` [PATCH 5/7] config: plumb --literal-value into config API
` [PATCH 6/7] config: implement --literal-value with --get*
` [PATCH 7/7] maintenance: use 'git config --literal-value'

[PATCH 00/23] pack-bitmap: bitmap generation improvements
 2020-11-22  2:31 UTC  (10+ messages)
` [PATCH v2 00/24] "

[PATCH 00/28] Use main as default branch name
 2020-11-21 23:01 UTC  (24+ messages)

What's cooking in git.git (Nov 2020, #04; Thu, 19)
 2020-11-21 22:57 UTC 

[PATCH 0/4] grep: retire `init_grep_defaults()`
 2020-11-21 22:46 UTC  (8+ messages)
` [PATCH 1/4] grep: don't set up a "default" repo for grep
` [PATCH 2/4] grep: use designated initializers for `grep_defaults`
` [PATCH 3/4] grep: simplify color setup
` [PATCH 4/4] MyFirstObjectWalk: drop `init_walken_defaults()`

(no subject)
 2020-11-21 21:54 UTC  (4+ messages)
` Bug report: orphaned pack-objects after killing upload-pack on [was: (no subject)]
    ` Bug report: orphaned pack-objects after killing upload-pack on [

[PATCH] myFirstContribition: answering questions is not the end of the story
 2020-11-21 21:53 UTC  (5+ messages)

Bug report: git apply --cached --reject
 2020-11-21 20:18 UTC  (2+ messages)

gc docs: git gc --keep-base-pack ?
 2020-11-21 19:43 UTC  (4+ messages)
` [PATCH 1/2] gc docs: change --keep-base-pack to --keep-largest-pack
` [PATCH 2/2] gc: rename keep_base_pack variable for --keep-largest-pack

[PATCH] git-gui: Basic dark mode support
 2020-11-21 17:47 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] clone: --filter=tree:0 implies fetch.recurseSubmodules=no
 2020-11-21 16:19 UTC  (3+ messages)

There is nothing wrong with the word "master"
 2020-11-21 15:46 UTC  (2+ messages)

receive.denyCurrentBranch updateInstead issues when using separate git dir
 2020-11-21 13:58 UTC 

[PATCH v3 00/11] [GSoC] Implement Corrected Commit Date
 2020-11-21  6:30 UTC  (8+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 09/10] commit-reach: use corrected commit dates in paint_down_to_common()
  ` [PATCH v4 10/10] doc: add corrected commit date info

[RFC/PATCH] Add fetch.updateHead option
 2020-11-21  1:53 UTC  (7+ messages)

The master branch rename, and avoiding another v1.6.0 git-foo fiasco
 2020-11-20 19:14 UTC  (17+ messages)

[PATCH] hooks: allow input from stdin
 2020-11-20 18:13 UTC  (17+ messages)
` [PATCH v2] "
  ` [PATCH v3] hooks: allow input from stdin for commit-related hooks
    ` [PATCH v4 0/2] "
      ` [PATCH v4 1/2] "
      ` [PATCH v4 2/2] commit: fix stdin conflict between message and hook

[PATCH v2 00/27] tests: use main as default branch name
 2020-11-20 18:08 UTC  (36+ messages)
` [PATCH v2 28/27] tests: run tests omitted by PREPARE_FOR_MAIN_BRANCH
` [PATCH v3 00/28] tests: use main as default branch name
  ` [PATCH v3 01/28] tests: mark tests relying on the current default for `init.defaultBranch`
  ` [PATCH v3 02/28] t0060: preemptively adjust alignment
  ` [PATCH v3 03/28] t[01]*: adjust the references to the default branch name "main"
  ` [PATCH v3 04/28] t2*: "
  ` [PATCH v3 05/28] t3[0-3]*: "
  ` [PATCH v3 06/28] t3416: preemptively adjust alignment in a comment
  ` [PATCH v3 07/28] t34*: adjust the references to the default branch name "main"
  ` [PATCH v3 08/28] t3[5-9]*: "
  ` [PATCH v3 09/28] t4*: "
  ` [PATCH v3 10/28] t5323: prepare centered comment for `master` -> `main`
  ` [PATCH v3 11/28] t5[0-4]*: adjust the references to the default branch name "main"
  ` [PATCH v3 12/28] t5503: prepare aligned comment for replacing `master` with `main`
  ` [PATCH v3 13/28] t550*: adjust the references to the default branch name "main"
  ` [PATCH v3 14/28] t551*: "
  ` [PATCH v3 15/28] t55[23]*: "
  ` [PATCH v3 16/28] t55[4-9]*: "
  ` [PATCH v3 17/28] t5[6-9]*: "
  ` [PATCH v3 18/28] t6[0-3]*: "
  ` [PATCH v3 19/28] t64*: preemptively adjust alignment to prepare for `master` -> `main`
  ` [PATCH v3 20/28] t6[4-9]*: adjust the references to the default branch name "main"
  ` [PATCH v3 21/28] t7[0-4]*: "
  ` [PATCH v3 22/28] t7[5-9]*: "
  ` [PATCH v3 23/28] t8*: "
  ` [PATCH v3 24/28] t9[0-4]*: "
  ` [PATCH v3 25/28] t9[5-7]*: "
  ` [PATCH v3 26/28] tests(git-p4): transition to the default branch name `main`
  ` [PATCH v3 27/28] t99*: adjust the references to the default branch name "main"
  ` [PATCH v3 28/28] tests: drop prereq `PREPARE_FOR_MAIN_BRANCH` where no longer needed

[PATCH] rm: honor sparse checkout patterns
 2020-11-20 17:06 UTC  (4+ messages)

[PATCH 00/28] Use main as default branch name
 2020-11-20 16:00 UTC  (13+ messages)
` [RFC/PATCH] tests: support testing with an arbitrary default branch (sort of)

[PATCH] worktree: fix order of arguments in error message
 2020-11-20 16:24 UTC  (2+ messages)

[PATCH] gitweb: Replace <base> tag with full URLs (when using PATH_INFO)
 2020-11-20 15:19 UTC  (6+ messages)
` [PATCH v3] "

RFC: auto-enabling parallel-checkout on NFS
 2020-11-20 12:10 UTC  (4+ messages)

[PATCH 1/2] tests: make sure nested lazy prereqs work reliably
 2020-11-20  1:32 UTC  (11+ messages)
        ` [PATCH 1/4] t0000: keep clean-up tests together
        ` [PATCH 2/4] t0000: run prereq tests inside sub-test
        ` [PATCH 3/4] t0000: run cleaning test "
        ` [PATCH 4/4] t0000: consistently use single quotes for outer tests

[PATCH] pull: colorize the hint about setting `pull.rebase`
 2020-11-19 22:12 UTC  (2+ messages)

[PATCH v2 2/3] submodule: port submodule subcommand 'add' from shell to C
 2020-11-19 20:37 UTC  (5+ messages)

What's cooking in git.git (Nov 2020, #02; Mon, 9)
 2020-11-19 18:06 UTC  (12+ messages)
` ds/maintenance-part-3 (was Re: What's cooking in git.git (Nov 2020, #02; Mon, 9))

git add fails silently when adding files in subfolders which contain their own repositories
 2020-11-19 16:35 UTC 

git-completion 1.2 released
 2020-11-19 16:09 UTC 

[PATCH] t5310-pack-bitmaps: skip JGit tests with SHA256
 2020-11-19 15:44 UTC  (6+ messages)

RFC: auto-enabling parallel-checkout on NFS
 2020-11-19 14:11 UTC  (3+ messages)

[PATCH] enable core.fsyncObjectFiles by default
 2020-11-19 11:38 UTC  (5+ messages)
` [RFC PATCH 1/2] sha1-file: fsync() loose dir entry when core.fsyncObjectFiles

[PATCH] t1309: use a non-loaded branch name in the `onbranch` test cases
 2020-11-19 11:41 UTC  (6+ messages)
` [PATCH v2] t1309: use a neutral "

[PATCH] t3040: remove stale note
 2020-11-19 11:23 UTC  (3+ messages)

[PATCH 0/2] config: allow specifying config entries via envvar pairs
 2020-11-19  6:37 UTC  (11+ messages)
` [PATCH 2/2] "

[PATCH 0/4] completion: bash: a bunch of fixes
 2020-11-19  1:52 UTC  (5+ messages)
` [PATCH 1/4] completion: bash: fix prefix detection in branch.*
` [PATCH 2/4] completion: bash: add correct suffix in variables
` [PATCH 3/4] completion: bash: fix for suboptions with value
` [PATCH 4/4] completion: bash: fix for multiple dash commands

what is dirty 2nd
 2020-11-19  0:56 UTC 

[PATCH v2 0/3] submodule: port subcommand add from shell to C
 2020-11-19  0:03 UTC  (2+ messages)

[PATCH] t4015: let the test pass with any default branch name
 2020-11-18 23:35 UTC  (2+ messages)
` [PATCH v2] "


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