git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-11-24 07:20:37 to 2020-11-26 00:43:52 UTC [more...]

[PATCH 0/2] update-ref: Allow creation of multiple transactions
 2020-11-26  0:42 UTC  (4+ messages)
` [PATCH v4 0/4] update-ref: allow "

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

[PATCH v4 0/3] refspec: make @ a synonym of HEAD
 2020-11-26  0:16 UTC  (4+ messages)
` [PATCH v4 1/3] tests: push: improve cleanup of HEAD tests
` [PATCH v4 2/3] tests: push: trivial cleanup
` [PATCH v4 3/3] refspec: make @ a synonym of HEAD

[PATCH v2] refspec: make @ a synonym of HEAD
 2020-11-26  0:01 UTC  (6+ messages)

[PATCH v3 0/3] refspec: make @ a synonym of HEAD
 2020-11-25 23:53 UTC  (6+ messages)
` [PATCH v3 1/3] tests: push: improve cleanup of HEAD tests
` [PATCH v3 2/3] tests: push: trivial cleanup
` [PATCH v3 3/3] refspec: make @ a synonym of HEAD

[PATCH] move sleep_millisec to git-compat-util.h
 2020-11-25 23:12 UTC  (6+ messages)

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

[PATCH 00/10] Advertise trace2 SID in protocol capabilities
 2020-11-25 22:56 UTC  (4+ messages)
` [PATCH v3 00/11] Advertise session ID "

[PATCH 0/3] Fix stash apply in sparse checkouts (and a submodule test)
 2020-11-25 22:14 UTC  (2+ messages)

[PATCH] perf/fsmonitor: use test_must_be_empty helper
 2020-11-25 22:11 UTC 

[PATCH v2 00/11] Fix color handling in git add -i
 2020-11-25 21:59 UTC  (4+ messages)
` [PATCH v3 "

[PATCH v2 00/26] completion: bash: a bunch of fixes, cleanups, and reorganization
 2020-11-25 21:46 UTC  (5+ messages)
` [PATCH v2 01/26] completion: bash: fix prefix detection in branch.*

(no subject)
 2020-11-25 21:42 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 0/2] midx: prevent against racily disappearing packs
 2020-11-25 21:22 UTC  (6+ messages)
` [PATCH 1/2] packfile.c: protect against disappearing indexes
` [PATCH 2/2] midx.c: protect against disappearing packs

[PATCH v5] help.c: expand options for help.autocorrect
 2020-11-25 21:01 UTC  (3+ messages)
  ` [PATCH v6] help.c: help.autocorrect=never means "do not compute suggestions"

[PATCH v4] help.c: expand options for help.autocorrect
 2020-11-25 20:49 UTC  (5+ messages)

[BUG] git imap-send does not honor 'core.askpass'
 2020-11-25 19:18 UTC  (5+ messages)
` [PATCH] imap-send: parse default git config

[PATCH 0/8] CDN offloading update
 2020-11-25 19:09 UTC  (5+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 6/9] Documentation: add Packfile URIs design doc

[PATCH] credential-store: use timeout when locking file
 2020-11-25 18:31 UTC  (5+ messages)
` [PATCH v2] crendential-store: "
    ` [PATCH v3] "

Draft of Git Rev News edition 69
 2020-11-25 17:28 UTC 

[RFC 1/2] pull: warn that pulling will not merge by default in Git 3.0
 2020-11-25 13:25 UTC  (5+ messages)
` [RFC 2/2] pull: default pull.ff to "only" when pull.rebase is not set either

[PATCH v8 00/10] Reject non-ff pulls by default
 2020-11-25 12:31 UTC  (12+ messages)
` [PATCH v8 01/10] pull: refactor fast-forward check
` [PATCH v8 02/10] pull: cleanup autostash check
` [PATCH v8 03/10] pull: trivial cleanup
` [PATCH v8 04/10] pull: move default warning
` [PATCH v8 05/10] pull: display default warning only when non-ff
` [PATCH v8 06/10] test: pull-options: revert unnecessary changes
` [PATCH v8 07/10] rebase: add REBASE_DEFAULT
` [PATCH v8 08/10] pull: add pull.mode
` [PATCH v8 09/10] pull: add pull.mode=ff-only
` [PATCH v8 10/10] pull: improve default warning

[PATCH 0/4] grep: retire `init_grep_defaults()`
 2020-11-25  9:27 UTC  (10+ messages)
` [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 v2 15/20] merge-ort: step 3 of tree writing -- handling subdirectories as we go
 2020-11-25  2:07 UTC  (5+ messages)

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

[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  (20+ messages)

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

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

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

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

[PATCH 0/3] Add helpful advice about init.defaultBranch
 2020-11-24 20:53 UTC  (15+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 2/4] branch -m: allow renaming a yet-unborn branch
  ` [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 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  (6+ messages)
` [PATCH 07/23] ewah: make bitmap growth less aggressive

[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 "

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


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