git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-12-15 23:07:16 to 2020-12-17 22:16:32 UTC [more...]

[PATCH] git-gui: Fix selected text colors
 2020-12-17 22:14 UTC  (4+ messages)
` [PATCH v2] git-gui: use gray background for inactive text widgets

[PATCH v2] git-gui: Basic dark mode support
 2020-12-17 20:23 UTC  (3+ messages)
` [PATCH] git-gui: Fix selected text colors

[PATCH 0/2] git-gui: Auto-rescan on activate
 2020-12-17 20:10 UTC  (3+ messages)

[PATCH] worktree: teach `repair` to fix multi-directional breakage
 2020-12-17 20:02 UTC  (5+ messages)

Fwd: Bug in `git add -N xyz ; git stash` command
 2020-12-17 19:42 UTC  (4+ messages)

[RFC/PATCH] mergetool: use resolved conflicts in all the views
 2020-12-17 19:28 UTC  (16+ messages)
` [RFC/PATCH v2] "

[PATCH] Makefile: conditionally include GIT-VERSION-FILE
 2020-12-17 19:14 UTC  (2+ messages)

[PATCH 0/1] git-gui: fix colored label backgrounds on Mac
 2020-12-17 19:03 UTC  (3+ messages)
` [PATCH 1/1] git-gui: fix colored label backgrounds when using themed widgets

git-gui patches
 2020-12-17 18:54 UTC  (2+ messages)

[PATCH v4 00/19] Parallel Checkout (part I)
 2020-12-17 15:00 UTC  (16+ messages)
` [PATCH v4 11/19] parallel-checkout: make it truly parallel
` [PATCH v5 0/9] Parallel Checkout (part I)
  ` [PATCH v5 1/9] convert: make convert_attrs() and convert structs public
  ` [PATCH v5 2/9] convert: add [async_]convert_to_working_tree_ca() variants
  ` [PATCH v5 3/9] convert: add get_stream_filter_ca() variant
  ` [PATCH v5 4/9] convert: add classification for conv_attrs struct
  ` [PATCH v5 5/9] entry: extract a header file for entry.c functions
  ` [PATCH v5 6/9] entry: make fstat_output() and read_blob_entry() public
  ` [PATCH v5 7/9] entry: extract update_ce_after_write() from write_entry()
  ` [PATCH v5 8/9] entry: move conv_attrs lookup up to checkout_entry()
  ` [PATCH v5 9/9] entry: add checkout_entry_ca() taking preloaded conv_attrs

[PATCH v3 0/3] submodule: port subcommand add from shell to C
 2020-12-17 14:16 UTC  (3+ messages)

[PATCH 0/3] merge-ort: implement recursive merges
 2020-12-17 14:03 UTC  (36+ messages)
` [PATCH 1/3] merge-ort: copy a few small helper functions from merge-recursive.c
` [PATCH 3/3] merge-ort: implement merge_incore_recursive()
` [PATCH v2 0/3] merge-ort: implement recursive merges
  ` [PATCH v2 1/3] merge-ort: copy a few small helper functions from merge-recursive.c
  ` [PATCH v2 2/3] merge-ort: make clear_internal_opts() aware of partial clearing
  ` [PATCH v2 3/3] merge-ort: implement merge_incore_recursive()
  ` [PATCH v3 0/3] merge-ort: implement recursive merges
    ` [PATCH v3 1/3] merge-ort: copy a few small helper functions from merge-recursive.c
    ` [PATCH v3 2/3] merge-ort: make clear_internal_opts() aware of partial clearing
    ` [PATCH v3 3/3] merge-ort: implement merge_incore_recursive()
    ` [PATCH v4 0/3] merge-ort: implement recursive merges
      ` [PATCH v4 1/3] merge-ort: copy a few small helper functions from merge-recursive.c
      ` [PATCH v4 2/3] merge-ort: make clear_internal_opts() aware of partial clearing
      ` [PATCH v4 3/3] merge-ort: implement merge_incore_recursive()
      ` [PATCH v5 0/4] merge-ort: implement recursive merges
        ` [PATCH v5 1/4] commit: move reverse_commit_list() from merge-recursive
        ` [PATCH v5 2/4] merge-ort: copy a few small helper functions from merge-recursive.c
        ` [PATCH v5 3/4] merge-ort: make clear_internal_opts() aware of partial clearing
        ` [PATCH v5 4/4] merge-ort: implement merge_incore_recursive()

[Patch 0/1] Remove obsolete compatibility settings for NonStop
 2020-12-17 12:14 UTC  (4+ messages)
  ` [Patch 1/1] config.mak.uname: remove old NonStop compatibility settings

[PATCH v3] mergetool: add automerge configuration
 2020-12-17  8:31 UTC  (3+ messages)

bug report: "git pack-redundant --all" crash in minimize()
 2020-12-17  6:08 UTC  (10+ messages)
    ` [PATCH] pack-redundant: fix crash when one packfile in repo
        ` [PATCH v2] "

[PATCH 00/11] Drop the PREPARE_FOR_MAIN_BRANCH prereq
 2020-12-17  1:41 UTC  (13+ messages)
` [PATCH 01/11] t1400: use `main` as initial branch name
` [PATCH 02/11] t3200: finish transitioning to the initial branch name `main`
` [PATCH 03/11] t3201: finalize transitioning to using the "
` [PATCH 04/11] t3203: complete the transition "
` [PATCH 05/11] t3205: finalize transitioning "
` [PATCH 06/11] t5505: "
` [PATCH 07/11] t5510: use `main` as initial branch name
` [PATCH 08/11] t5703: "
` [PATCH 09/11] t6302: "
` [PATCH 10/11] t9902: "
` [PATCH 11/11] tests: drop the `PREPARE_FOR_MAIN_BRANCH` prereq

Cloning empty repository uses locally configured default branch name
 2020-12-17  1:32 UTC  (21+ messages)
` [PATCH] clone: in protocol v2, use remote's default branch
  ` [PATCH v2 0/3] Cloning with remote unborn HEAD
    ` [PATCH v2 1/3] ls-refs: report unborn targets of symrefs
    ` [PATCH v2 2/3] connect, transport: add no-op arg for future patch
    ` [PATCH v2 3/3] clone: respect remote unborn HEAD

Unexpected behavior on diff -I<regex> --name-only
 2020-12-17  1:27 UTC  (4+ messages)
  ` [PATCH] diff: suppress --name-only paths where all hunks are ignored
    ` Re* "

[PATCH v5 0/8] propose config-based hooks (part I)
 2020-12-16 23:32 UTC  (6+ messages)
` [PATCH v6 00/17] "

[Bug report] includeIf config is not displayed in normal directories
 2020-12-16 23:24 UTC  (10+ messages)
` Possible bug in includeIf / conditional includes on non git initialised directories

[PATCH 00/17] use config-based hooks (config-based hooks part
 2020-12-16 20:19 UTC  (7+ messages)
` [PATCH 08/17] git-p4: use 'git hook' to run hooks
` [PATCH 10/17] hook: convert 'post-rewrite' hook to config

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

[PATCH] t/perf: fix test_export() failure with BSD `sed`
 2020-12-16 19:29 UTC  (3+ messages)

[PATCH 00/26] git-log: implement new --diff-merge options
 2020-12-16 18:49 UTC  (35+ messages)
` [PATCH v2 00/33] "
  ` [PATCH v2 01/33] revision: factor out parsing of diff-merge related options
  ` [PATCH v2 02/33] revision: factor out setup of diff-merge related settings
  ` [PATCH v2 03/33] revision: factor out initialization "
  ` [PATCH v2 04/33] revision: provide implementation for diff merges tweaks
  ` [PATCH v2 05/33] revision: move diff merges functions to its own diff-merges.c
  ` [PATCH v2 06/33] diff-merges: rename all functions to have common prefix
  ` [PATCH v2 07/33] diff-merges: move checks for first_parent_only out of the module
  ` [PATCH v2 08/33] diff-merges: rename diff_merges_default_to_enable() to match semantics
  ` [PATCH v2 09/33] diff-merges: re-arrange functions to match the order they are called in
  ` [PATCH v2 10/33] diff-merges: new function diff_merges_suppress()
  ` [PATCH v2 11/33] diff-merges: new function diff_merges_set_dense_combined_if_unset()
  ` [PATCH v2 12/33] diff-merges: introduce revs->first_parent_merges flag
  ` [PATCH v2 13/33] diff-merges: revise revs->diff flag handling
  ` [PATCH v2 14/33] t4013: support test_expect_failure through ':failure' magic
  ` [PATCH v2 15/33] t4013: add tests for -m failing to override -c/--cc
  ` [PATCH v2 16/33] diff-merges: fix -m to properly "
  ` [PATCH v2 17/33] diff-merges: split 'ignore_merges' field
  ` [PATCH v2 18/33] diff-merges: group diff-merge flags next to each other inside 'rev_info'
  ` [PATCH v2 19/33] diff-merges: get rid of now empty diff_merges_init_revs()
  ` [PATCH v2 20/33] diff-merges: refactor opt settings into separate functions
  ` [PATCH v2 21/33] diff-merges: make -m/-c/--cc explicitly mutually exclusive
  ` [PATCH v2 22/33] diff-merges: implement new values for --diff-merges
  ` [PATCH v2 23/33] diff-merges: fix style of functions definitions
  ` [PATCH v2 24/33] diff-merges: handle imply -p on -c/--cc logic for log.c
  ` [PATCH v2 25/33] diff-merges: do not imply -p for new options
  ` [PATCH v2 26/33] diff-merges: let new options enable diff without -p
  ` [PATCH v2 27/33] diff-merges: add old mnemonic counterparts to --diff-merges
  ` [PATCH v2 28/33] diff-merges: add '--diff-merges=1' as synonym for 'first-parent'
  ` [PATCH v2 29/33] doc/git-log: describe new --diff-merges options
  ` [PATCH v2 30/33] doc/diff-generate-patch: mention new --diff-merges option
  ` [PATCH v2 31/33] doc/rev-list-options: document --first-parent changes merges format
  ` [PATCH v2 32/33] doc/git-show: include --diff-merges description
  ` [PATCH v2 33/33] t4013: add tests for --diff-merges=first-parent

[PATCH] checkout: send commit provenance during prefetch
 2020-12-16 18:50 UTC  (3+ messages)

[ANNOUNCE] git-2.30.0-rc0 - Compile Fails on HPE NonStop
 2020-12-16 17:27 UTC  (7+ messages)

[Outreachy] Project blog -2
 2020-12-16 14:16 UTC 

Perf lib sanity tests fail on OSX
 2020-12-16  7:44 UTC  (3+ messages)

[PATCH] gitk: exclude common URL delimiters from linkification regex
 2020-12-16  6:55 UTC 

[Outreachy] Internship blog 2020 post #2
 2020-12-16  1:36 UTC 

[PATCH 0/1] Hashed mailmap support
 2020-12-16  0:50 UTC  (4+ messages)
` [PATCH 1/1] mailmap: support hashed entries in mailmaps

[ANNOUNCE] Git v2.30.0-rc0
 2020-12-16  0:35 UTC  (7+ messages)
` [PATCH 0/2] Make v2.30.0-rc0 compile on SunCC
` [PATCH 1/2] strmap: do not "return" in a void function
` [PATCH 2/2] style: do not "break" in switch() after "return"

[PATCH] commit: use config-based hooks (config-based hooks part II)
 2020-12-16  0:31 UTC  (2+ messages)

[PATCH 2/2] refs: warn on non-pseudoref looking .git/<file> refs
 2020-12-15 23:07 UTC  (4+ messages)
` [PATCH v2 "


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