git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-11-23 16:29:36 to 2020-11-25 01:42:19 UTC [more...]

[PATCH v2 10/24] pack-bitmap-write: reimplement bitmap writing
 2020-11-25  0:53 UTC  (2+ messages)

[PATCH v2 11/24] pack-bitmap-write: pass ownership of intermediate bitmaps
 2020-11-25  1:00 UTC  (2+ messages)

[PATCH v2 12/24] pack-bitmap-write: fill bitmap with commit history
 2020-11-25  1:14 UTC  (2+ messages)

[PATCH v2 15/24] t5310: add branch-based checks
 2020-11-25  1:17 UTC  (2+ messages)

Pick the right default and stop warn on `git pull`
 2020-11-25  0:39 UTC  (28+ messages)

[PATCH v2] refspec: make @ a synonym of HEAD
 2020-11-25  0:43 UTC  (3+ messages)

[PATCH 0/4] grep: retire `init_grep_defaults()`
 2020-11-24 22:34 UTC  (11+ messages)
` [PATCH 3/4] grep: simplify color setup
` [PATCH v2 0/4] grep: simplify "grep defaults" handling
  ` [PATCH v2 1/4] grep: don't set up a "default" repo for grep
  ` [PATCH v2 2/4] grep: use designated initializers for `grep_defaults`
  ` [PATCH v2 3/4] grep: copy struct in one fell swoop
  ` [PATCH v2 4/4] MyFirstObjectWalk: drop `init_walken_defaults()`

[PATCH] refspec: make @ a valid refspec
 2020-11-25  0:30 UTC  (12+ messages)

[PATCH] credential-store: use timeout when locking file
 2020-11-24 22:08 UTC  (3+ messages)
` [PATCH v2] crendential-store: "

[RFC PATCH] usage: add trace2 entry upon warning()
 2020-11-24 22:15 UTC  (5+ messages)
` [RFC PATCH v2] "
` [PATCH v3] "

[PATCH] glossary: improve "branch" definition
 2020-11-24 22:02 UTC  (5+ messages)

[PATCH] move sleep_millisec to git-compat-util.h
 2020-11-24 22:12 UTC  (3+ messages)

[PATCH v2 15/20] merge-ort: step 3 of tree writing -- handling subdirectories as we go
 2020-11-24 20:19 UTC  (4+ messages)

[PATCH v2] git-gui: Basic dark mode support
 2020-11-24 21:23 UTC  (12+ messages)
` [PATCH] git-gui: Fix selected text colors
      ` [PATCH] git-gui: use gray selection background for inactive text widgets
            ` [PATCH v2] git-gui: use gray "

[PATCH 0/3] Add helpful advice about init.defaultBranch
 2020-11-24 20:53 UTC  (26+ messages)
` [PATCH 3/3] init: provide useful "
` [PATCH v2 0/4] Add helpful "
  ` [PATCH v2 1/4] init: document `init.defaultBranch` better
  ` [PATCH v2 2/4] branch -m: allow renaming a yet-unborn branch
  ` [PATCH v2 3/4] get_default_branch_name(): prepare for showing some advice
  ` [PATCH v2 4/4] init: provide useful advice about init.defaultBranch
  ` [PATCH v3 0/4] Add helpful "
    ` [PATCH v3 1/4] init: document `init.defaultBranch` better
    ` [PATCH v3 2/4] branch -m: allow renaming a yet-unborn branch
    ` [PATCH v3 3/4] get_default_branch_name(): prepare for showing some advice
    ` [PATCH v3 4/4] init: provide useful advice about init.defaultBranch

[PATCH] stash: add missing space to an error message
 2020-11-24 20:55 UTC  (2+ messages)

[PATCH] submodule: fix fetch_in_submodule logic
 2020-11-24 21:13 UTC  (2+ messages)

[PATCH] t3404: do not depend on any specific default branch name
 2020-11-24 21:16 UTC  (2+ messages)

[PATCH v5] help.c: expand options for help.autocorrect
 2020-11-24 21:43 UTC  (2+ messages)

[PATCH 0/1] maintenance: Fix a SEGFAULT when no repository when running git maintenance run/start
 2020-11-24 21:59 UTC  (9+ messages)
` [PATCH 1/1] maintenance: fix a SEGFAULT when no repository

[PATCH 00/23] pack-bitmap: bitmap generation improvements
 2020-11-24 20:11 UTC  (23+ messages)
` [PATCH 01/23] ewah/ewah_bitmap.c: grow buffer past 1
` [PATCH 07/23] ewah: make bitmap growth less aggressive
` [PATCH 08/23] ewah: implement bitmap_or()
` [PATCH v2 00/24] pack-bitmap: bitmap generation improvements
  ` [PATCH v2 13/24] bitmap: add bitmap_diff_nonzero()

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

[PATCH] myFirstContribition: answering questions is not the end of the story
 2020-11-24 20:14 UTC  (3+ messages)

[PATCH v5 00/12] Rewrite the remaining merge strategies from shell to C
 2020-11-24 19:34 UTC  (16+ messages)
` [PATCH v6 00/13] "
  ` [PATCH v6 01/13] t6407: modernise tests
  ` [PATCH v6 02/13] t6060: modify multiple files to expose a possible issue with merge-index
  ` [PATCH v6 03/13] update-index: move add_cacheinfo() to read-cache.c
  ` [PATCH v6 04/13] merge-one-file: rewrite in C
  ` [PATCH v6 05/13] merge-index: libify merge_one_path() and merge_all()
  ` [PATCH v6 06/13] merge-index: don't fork if the requested program is `git-merge-one-file'
  ` [PATCH v6 07/13] merge-resolve: rewrite in C
  ` [PATCH v6 08/13] merge-recursive: move better_branch_name() to merge.c
  ` [PATCH v6 09/13] merge-octopus: rewrite in C
  ` [PATCH v6 10/13] merge: use the "resolve" strategy without forking
  ` [PATCH v6 11/13] merge: use the "octopus" "
  ` [PATCH v6 12/13] sequencer: use the "resolve" "
  ` [PATCH v6 13/13] sequencer: use the "octopus" merge "

[BUG] git imap-send does not honor 'core.askpass'
 2020-11-24 15:20 UTC 

[PATCH 0/6] pull: improve default warning
 2020-11-24 13:30 UTC  (7+ messages)
` [PATCH 1/6] pull: refactor fast-forward check
` [PATCH 2/6] pull: cleanup autostash check
` [PATCH 3/6] pull: trivial cleanup
` [PATCH 4/6] pull: move default warning
` [PATCH 5/6] pull: display default warning only when non-ff
` [PATCH 6/6] test: pull-options: revert unnecessary changes

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

[PATCH v2 0/2] config: allow specifying config entries via envvar pairs
 2020-11-24 10:50 UTC  (3+ messages)
` [PATCH v2 1/2] config: extract function to parse config pairs
` [PATCH v2 2/2] config: allow specifying config entries via envvar pairs

(no subject)
 2020-11-24  9:11 UTC  (6+ 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] clone: --filter=tree:0 implies fetch.recurseSubmodules=no
 2020-11-24  8:04 UTC  (4+ messages)

[RFC/PATCH] Add fetch.updateHead option
 2020-11-24  7:09 UTC  (8+ messages)

[PATCH v2 18/24] pack-bitmap-write: build fewer intermediate bitmaps
 2020-11-24  6:07 UTC  (2+ messages)

[PATCH v3 0/4] Maintenance IV: Platform-specific background maintenance
 2020-11-24  4:16 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v5 "
    ` [PATCH v5 1/4] maintenance: extract platform-specific scheduling
    ` [PATCH v5 2/4] maintenance: include 'cron' details in docs
    ` [PATCH v5 3/4] maintenance: use launchctl on macOS
    ` [PATCH v5 4/4] maintenance: use Windows scheduled tasks

[PATCH v7 0/1] Reject non-ff pulls by default
 2020-11-24  3:45 UTC  (11+ messages)
` [PATCH v7 1/1] pull: add ff-only option

[PATCH] rm: honor sparse checkout patterns
 2020-11-24  2:48 UTC  (8+ messages)

[PATCH v2 10/14] t3800: make hash-size independent
 2020-11-24  1:07 UTC  (8+ messages)
` [PATCH] mktag: don't check SHA-1 object length under SHA-256

RFC: auto-enabling parallel-checkout on NFS
 2020-11-23 23:18 UTC  (4+ messages)

What's cooking in git.git (Nov 2020, #04; Thu, 19)
 2020-11-23 19:15 UTC  (3+ messages)
` ag/merge-strategies-in-c [was Re: What's cooking in git.git (Nov 2020, #04; Thu, 19)]

[PATCH 0/2] Fix a segfault in git log --notes
 2020-11-23 18:44 UTC  (3+ messages)
` [PATCH 2/2] t3301: test proper exit response to no-value notes.displayRef


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