git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-12-09 03:32:59 to 2020-12-10 20:13:34 UTC [more...]

[PATCH 00/26] git-log: implement new --diff-merge options
 2020-12-10 20:10 UTC  (20+ messages)

[PATCH v2 0/5] pretty format %(trailers): improve machine readability
 2020-12-10 19:01 UTC  (10+ messages)
` [PATCH v3 "
` [PATCH v3 1/5] pretty format %(trailers) test: split a long line
` [PATCH v3 2/5] pretty format %(trailers) doc: avoid repetition
` [PATCH v3 3/5] pretty-format %(trailers): fix broken standalone "valueonly"
` [PATCH v3 4/5] pretty format %(trailers): add a "keyonly"
` [PATCH v3 5/5] pretty format %(trailers): add a "key_value_separator"

[PATCH] doc: mention Python 3.x supports
 2020-12-10 14:30 UTC 

[PATCH 00/15] Refactor chunk-format into an API
 2020-12-10 14:36 UTC  (9+ messages)
` [PATCH 10/15] midx: use chunk-format API in write_midx_internal()

What's cooking in git.git (Dec 2020, #01; Tue, 8)
 2020-12-10 18:34 UTC  (21+ messages)
` fc/pull-merge-rebase, was "
` js/init-defaultbranch-advice, "
` bc/rev-parse-path-format, "

[PATCH 1/2] refs: move is_pseudoref_syntax() earlier in the file
 2020-12-10 14:39 UTC  (3+ messages)
` [PATCH 2/2] refs: warn on non-pseudoref looking .git/<file> refs

[PATCH v2 0/2] vim: configuration and sharness syntax
 2020-12-10 15:27 UTC  (14+ messages)
` [PATCH v2 1/2] Add project-wide .vimrc configuration
` [PATCH v2 2/2] contrib: vim: add sharness syntax file

RFC: Modernizing the contept of plumbing v.s. porcelain
 2020-12-10 14:14 UTC  (4+ messages)

[PATCH v5 0/3] pull: stop warning on every pull
 2020-12-10 10:05 UTC  (4+ messages)
` [PATCH v5 1/3] pull: refactor fast-forward check
` [PATCH v5 2/3] pull: move default warning
` [PATCH v5 3/3] pull: display default warning only when non-ff

[PATCH v2 00/14] pull: default warning improvements
 2020-12-10 10:01 UTC  (24+ messages)
` [PATCH v2 02/14] pull: improve default warning

[PATCH 0/7] diffcore-rename improvements
 2020-12-10  6:56 UTC  (26+ messages)
` [PATCH 1/7] diffcore-rename: avoid usage of global in too_many_rename_candidates()
` [PATCH 2/7] diffcore-rename: remove unnecessary if-clause
` [PATCH 3/7] diffcore-rename: rename num_create to num_targets
` [PATCH 4/7] diffcore-rename: change a few comments to use 'add' instead of 'create'
` [PATCH 5/7] diffcore-rename: reduce jumpiness in progress counters
` [PATCH 6/7] diffcore-rename: simplify and accelerate register_rename_src()
` [PATCH 7/7] Accelerate rename_dst setup

[PATCH v3 0/7] Maintenance III: Background maintenance
 2020-12-10  6:54 UTC  (9+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 5/8] maintenance: add start/stop subcommands

What's cooking in git.git (Dec 2020, #01; Tue, 8)
 2020-12-10  2:02 UTC  (2+ messages)

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

[PATCH v2 0/2] config: allow specifying config entries via envvar pairs
 2020-12-10  0:57 UTC  (20+ messages)
` [PATCH v4 0/6] config: allow specifying config entries via env
  ` [PATCH v4 1/6] git: add `--super-prefix` to usage string
  ` [PATCH v4 2/6] config: add new way to pass config via `--config-env`
      ` [PATCH 1/3] quote: make sq_dequote_step() a public function
      ` [PATCH 2/3] config: parse more robust format in GIT_CONFIG_PARAMETERS
      ` [PATCH 3/3] config: store "git -c" variables using more robust format
  ` [PATCH v4 3/6] environment: make `getenv_safe()` non-static
  ` [PATCH v4 4/6] config: extract function to parse config pairs
  ` [PATCH v4 5/6] config: refactor parsing of GIT_CONFIG_PARAMETERS
  ` [PATCH v4 6/6] config: allow specifying config entries via envvar pairs

[PATCH] doc: 'T' status code for git status
 2020-12-10  0:47 UTC  (9+ messages)
` [PATCH v2] "

[PATCH 0/3] Add helpful advice about init.defaultBranch
 2020-12-10  0:40 UTC  (9+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 4/4] init: provide useful "

[PATCH v4 0/2] hooks: allow input from stdin for commit-related hooks
 2020-12-09 22:37 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/2] hooks: lay foundations for passing stdin to hooks
  ` [PATCH v5 2/2] hooks: allow input from stdin for commit-related hooks

[PATCH v2 00/10] make "mktag" use fsck_tag()
 2020-12-09 22:30 UTC  (13+ messages)
` [PATCH v3 "
` [PATCH v3 01/10] mktag doc: say <hash> not <sha1>
` [PATCH v3 02/10] mktag: use default strbuf_read() hint
` [PATCH v3 03/10] mktag: remove redundant braces in one-line body "if"
` [PATCH v3 04/10] mktag tests: don't needlessly use a subshell
` [PATCH v3 05/10] mktag tests: remove needless SHA-1 hardcoding
` [PATCH v3 06/10] mktag tests: improve verify_object() test coverage
` [PATCH v3 07/10] mktag: use fsck instead of custom verify_tag()
` [PATCH v3 08/10] mktag doc: update to explain why to use this
` [PATCH v3 09/10] fsck: make fsck_config() re-usable
` [PATCH v3 10/10] mktag: allow turning off fsck.extraHeaderEntry

[PATCH 00/11] merge-ort: add basic rename detection
 2020-12-09 19:41 UTC  (12+ messages)
` [PATCH 01/11] merge-ort: add basic data structures for handling renames
` [PATCH 02/11] merge-ort: add initial outline for basic rename detection
` [PATCH 03/11] merge-ort: implement detect_regular_renames()
` [PATCH 04/11] merge-ort: implement compare_pairs() and collect_renames()
` [PATCH 05/11] merge-ort: add basic outline for process_renames()
` [PATCH 06/11] merge-ort: add implementation of both sides renaming identically
` [PATCH 07/11] merge-ort: add implementation of both sides renaming differently
` [PATCH 08/11] merge-ort: add implementation of rename collisions
` [PATCH 09/11] merge-ort: add implementation of rename/delete conflicts
` [PATCH 10/11] merge-ort: add implementation of normal rename handling
` [PATCH 11/11] merge-ort: add implementation of type-changed "

[PATCH] Add project-wide .vimrc configuration
 2020-12-09 16:18 UTC  (12+ messages)

[PATCH] t5310: stop expecting the default branch name `master`
 2020-12-09 14:53 UTC  (6+ messages)

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

[PATCH v2] submodules: fix of regression on fetching of non-init subsub-repo
 2020-12-09 14:00 UTC  (6+ messages)
` [PATCH v3] "
      ` [PATCH v4] "

[PATCH] t7064: avoid relying on a specific default branch name
 2020-12-09 10:01 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

Single-Branch Clone: Ability to set a branch for tracking (--track, --set-upstream-to) inoptimally relies on whether it's specified in git config as a branch that's fetchable by default, or if still intended/required, git-fetch should do automatically
 2020-12-09 11:22 UTC 

GIT_DIR output from git worktree list
 2020-12-09  9:30 UTC  (6+ messages)

[PATCH 0/1] maintenance: Fix a SEGFAULT when no repository when running git maintenance run/start
 2020-12-09  9:29 UTC  (5+ messages)
` [PATCH v2 0/1] maintenance: Fix SEGFAULT when running outside of a repository
  ` [PATCH v2 1/1] maintenance: fix SEGFAULT when no repository


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