git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-11-24 22:20:03 to 2020-11-27 09:12:50 UTC [more...]

[PATCH v4 0/4] Maintenance IV: Platform-specific background maintenance
 2020-11-27  9:08 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 4/4] maintenance: use Windows scheduled tasks

[PATCH 0/3] make macOS `git maintenance` test work on Windows
 2020-11-27  7:50 UTC  (4+ messages)
` [PATCH 1/3] t7900: fix test failures when invoked individually via --run
` [PATCH 2/3] test-tool: add `getuid` subcommand
` [PATCH 3/3] t7900: make macOS-specific test work on Windows

(no subject)
 2020-11-27  4:17 UTC  (10+ 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] mktag: don't check SHA-1 object length under SHA-256
 2020-11-26 22:22 UTC  (32+ messages)
` [RFC/PATCH 00/12] make "mktag" use fsck_tag()
  ` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] mktag doc: say <hash> not <sha1>
  ` [PATCH v2 02/10] mktag: use default strbuf_read() hint
  ` [PATCH v2 03/10] mktag: reword write_object_file() error
  ` [PATCH v2 04/10] mktag: remove redundant braces in one-line body "if"
  ` [PATCH v2 05/10] mktag tests: don't needlessly use a subshell
  ` [PATCH v2 06/10] mktag tests: remove needless SHA-1 hardcoding
  ` [PATCH v2 07/10] mktag tests: improve verify_object() test coverage
  ` [PATCH v2 08/10] fsck: add new "extra" checks for "mktag"
  ` [PATCH v2 09/10] mktag: use fsck instead of custom verify_tag()
  ` [PATCH v2 10/10] mktag doc: update to explain why to use this
` [RFC/PATCH 01/12] mktag: use default strbuf_read() hint
` [RFC/PATCH 02/12] mktag: reword write_object_file() error
` [RFC/PATCH 03/12] mktag: remove redundant braces in one-line body "if"
` [RFC/PATCH 04/12] mktag tests: don't needlessly use a subshell
` [RFC/PATCH 05/12] mktag tests: remove needless SHA-1 hardcoding
` [RFC/PATCH 06/12] mktag tests: improve verify_object() test coverage
` [RFC/PATCH 07/12] fsck: add new "extra" checks for "mktag"
` [RFC/PATCH 08/12] mktag: use fsck instead of custom verify_tag()
` [RFC/PATCH 09/12] mktag: remove now-unused verify_tag() code
` [RFC/PATCH 10/12] mktag doc: update to explain why to use this
` [RFC/PATCH 11/12] mktag docs: say <hash> not <sha1>
` [RFC/PATCH 12/12] mktag: bring back some of the verify_object() logic

[PATCH 0/1] maintenance: Fix a SEGFAULT when no repository when running git maintenance run/start
 2020-11-26 20:41 UTC  (12+ messages)
` [PATCH 1/1] maintenance: fix a SEGFAULT when no repository
` [PATCH v2 0/1] maintenance: Fix SEGFAULT when running outside of a repository
  ` [PATCH v2 1/1] maintenance: fix SEGFAULT when no repository

[PATCH 0/4] grep: retire `init_grep_defaults()`
 2020-11-26 20:25 UTC  (8+ messages)
` [PATCH v2 0/4] grep: simplify "grep defaults" handling
  ` [PATCH v2 3/4] grep: copy struct in one fell swoop

[PATCH v2 00/13] reftable library
 2020-11-26 19:42 UTC  (18+ messages)
` [PATCH v3 00/16] "
  ` [PATCH v3 01/16] move sleep_millisec to git-compat-util.h
  ` [PATCH v3 02/16] init-db: set the_repository->hash_algo early on
  ` [PATCH v3 03/16] reftable: add LICENSE
  ` [PATCH v3 04/16] reftable: add error related functionality
  ` [PATCH v3 05/16] reftable: utility functions
  ` [PATCH v3 06/16] reftable: add blocksource, an abstraction for random access reads
  ` [PATCH v3 07/16] reftable: (de)serialization for the polymorphic record type
  ` [PATCH v3 08/16] reftable: reading/writing blocks
  ` [PATCH v3 09/16] reftable: a generic binary tree implementation
  ` [PATCH v3 10/16] reftable: write reftable files
  ` [PATCH v3 11/16] reftable: read "
  ` [PATCH v3 12/16] reftable: reftable file level tests
  ` [PATCH v3 13/16] reftable: rest of library
  ` [PATCH v3 14/16] Reftable support for git-core
  ` [PATCH v3 15/16] git-prompt: prepare for reftable refs backend
  ` [PATCH v3 16/16] Add "test-tool dump-reftable" command

[PATCH] init-db: init the_repository->hash_algo early from GIT_DEFAULT_HASH
 2020-11-26 19:39 UTC 

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

[PATCH 0/7] config: add --literal-value option
 2020-11-26 11:17 UTC  (28+ messages)
` [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'

New sharness/test vim syntax
 2020-11-26 10:24 UTC 

[PATCHv2] imap-send: parse default git config
 2020-11-26  8:37 UTC 

[PATCH] credential-store: use timeout when locking file
 2020-11-26  7:37 UTC  (6+ messages)
` [PATCH v2] crendential-store: "
    ` [PATCH v3] "

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

[PATCH 0/3] Fix stash apply in sparse checkouts (and a submodule test)
 2020-11-26  5:31 UTC  (3+ messages)

[PATCH 0/2] midx: prevent against racily disappearing packs
 2020-11-26  1:27 UTC  (9+ messages)
` [PATCH 1/2] packfile.c: protect against disappearing indexes
` [PATCH 2/2] midx.c: protect against disappearing packs

What's cooking in git.git (Nov 2020, #05; Wed, 25)
 2020-11-26  1:06 UTC  (2+ messages)

Pick the right default and stop warn on `git pull`
 2020-11-26  1:02 UTC  (17+ messages)

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

[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.*

[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

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

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


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