git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-12-09 19:18:28 to 2020-12-11 18:46:33 UTC [more...]

[PATCH 00/11] merge-ort: add basic rename detection
 2020-12-11 18:43 UTC  (23+ 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 v2 0/2] config: allow specifying config entries via envvar pairs
 2020-12-11 16:10 UTC  (27+ messages)
` [PATCH v4 0/6] config: allow specifying config entries via env
  ` [PATCH v4 2/6] config: add new way to pass config via `--config-env`
      ` [PATCH 3/3] config: store "git -c" variables using more robust format

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

Why does "git pull --rebase" require a clean git directory?
 2020-12-11 13:46 UTC  (3+ messages)

[PATCH v5 0/3] pull: stop warning on every pull
 2020-12-11 13:28 UTC  (11+ 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

Cleanup tool for old blobs in partial clone
 2020-12-11 12:03 UTC 

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

[PATCH v2 00/14] pull: default warning improvements
 2020-12-11 11:33 UTC  (26+ messages)
` [PATCH v2 02/14] pull: improve default warning

[PATCH v6 00/17] propose config-based hooks (part I)
 2020-12-11 10:15 UTC  (3+ messages)
` [PATCH 08/17] hook: add 'run' subcommand

[PATCH 0/7] diffcore-rename improvements
 2020-12-11  9:08 UTC  (36+ 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 v2 0/9] diffcore-rename improvements
  ` [PATCH v2 1/9] diffcore-rename: rename num_create to num_destinations
  ` [PATCH v2 2/9] diffcore-rename: avoid usage of global in too_many_rename_candidates()
  ` [PATCH v2 3/9] diffcore-rename: simplify limit check
  ` [PATCH v2 4/9] diffcore-rename: reduce jumpiness in progress counters
  ` [PATCH v2 5/9] t4058: add more tests and documentation for duplicate tree entry handling
  ` [PATCH v2 6/9] t4058: explore duplicate tree entry handling in a bit more detail
  ` [PATCH v2 7/9] diffcore-rename: simplify and accelerate register_rename_src()
  ` [PATCH v2 8/9] diffcore-rename: accelerate rename_dst setup
  ` [PATCH v2 9/9] diffcore-rename: remove unneccessary duplicate entry checks

[PATCH v2 0/2] vim: configuration and sharness syntax
 2020-12-11  4:37 UTC  (12+ messages)
` [PATCH v2 1/2] Add project-wide .vimrc configuration

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

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

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

[PATCH v2 0/5] pretty format %(trailers): improve machine readability
 2020-12-10 19:01 UTC  (6+ messages)
` [PATCH v3 "
` [PATCH v3 2/5] pretty format %(trailers) doc: avoid repetition

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

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

[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] doc: 'T' status code for git status
 2020-12-10  0:47 UTC  (6+ messages)

[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


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