git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-04-06 17:54:36 to 2021-04-08 21:51:29 UTC [more...]

[PATCH 0/9] git log: configurable default format for merge diffs
 2021-04-08 21:51 UTC  (23+ messages)
` [PATCH 1/9] diff-merges: introduce --diff-merges=def
` [PATCH 2/9] diff-merges: refactor set_diff_merges()
` [PATCH 3/9] diff-merges: introduce log.diffMerges config variable
` [PATCH 4/9] diff-merges: adapt -m to enable default diff format
` [PATCH 5/9] t4013: add test for --diff-merges=def
` [PATCH 6/9] t4013: add tests for log.diffMerges config
` [PATCH 7/9] t9902: fix completion tests for log.d* to match log.diffMerges
` [PATCH 8/9] doc/diff-options: document new --diff-merges features
` [PATCH 9/9] doc/config: document log.diffMerges

[PATCH v13 0/5] git-bugreport with fixed VS build
 2021-04-08 21:36 UTC  (4+ messages)
` [PATCH v13 2/5] bugreport: add tool to generate debugging info

[PATCH v13 1/5] help: move list_config_help to builtin/help
 2021-04-08 21:29 UTC  (2+ messages)
` [PATCH] Makefile: add missing dependencies of 'config-list.h'

[PATCH v4] gitweb: redacted e-mail addresses feature
 2021-04-08 21:19 UTC  (7+ messages)
` [PATCH v5] "

[PATCH v8 00/37] config-based hooks
 2021-04-08 21:17 UTC  (5+ messages)
` [PATCH v8 37/37] docs: unify githooks and git-hook manpages

[PATCH v3 0/7] add/rm: honor sparse checkout and warn on sparse paths
 2021-04-08 20:41 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/7] add: include magic part of pathspec on --refresh error
  ` [PATCH v4 2/7] t3705: add tests for `git add` in sparse checkouts
  ` [PATCH v4 3/7] add: make --chmod and --renormalize honor "
  ` [PATCH v4 4/7] pathspec: allow to ignore SKIP_WORKTREE entries on index matching
  ` [PATCH v4 5/7] refresh_index(): add flag to ignore SKIP_WORKTREE entries
  ` [PATCH v4 6/7] add: warn when asked to update "
  ` [PATCH v4 7/7] rm: honor sparse checkout patterns

[PATCH] sequencer: fix edit handling for cherry-pick and revert messages
 2021-04-08 19:58 UTC  (12+ messages)
` [PATCH v2] "
      ` unifying sequencer's options persisting, was "

[PATCH 0/5] Parallel Checkout (part 2)
 2021-04-08 19:52 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] unpack-trees: add basic support for parallel checkout
  ` [PATCH v2 2/5] parallel-checkout: make it truly parallel
  ` [PATCH v2 3/5] parallel-checkout: add configuration options
  ` [PATCH v2 4/5] parallel-checkout: support progress displaying
  ` [PATCH v2 5/5] parallel-checkout: add design documentation

[PATCH v4 00/10] userdiff: refactor + test improvements
 2021-04-08 19:29 UTC  (12+ messages)
` [PATCH v5 0/9] "
  ` [PATCH v5 1/9] userdiff style: re-order drivers in alphabetical order
  ` [PATCH v5 2/9] userdiff style: declare patterns with consistent style
  ` [PATCH v5 3/9] userdiff style: normalize pascal regex declaration
  ` [PATCH v5 4/9] userdiff: add and use for_each_userdiff_driver()
  ` [PATCH v5 5/9] userdiff tests: explicitly test "default" pattern
  ` [PATCH v5 6/9] userdiff tests: list builtin drivers via test-tool
  ` [PATCH v5 7/9] userdiff: remove support for "broken" tests
  ` [PATCH v5 8/9] blame tests: don't rely on t/t4018/ directory
  ` [PATCH v5 9/9] blame tests: simplify userdiff driver test

git-p4 crashes on non UTF-8 output from p4
 2021-04-08 19:28 UTC 

[PATCH 0/5] config: support --type=bool-or-auto for "tristate" parsing
 2021-04-08 18:36 UTC  (11+ messages)
` [PATCH 1/5] config.c: add a comment about why value=NULL is true
` [PATCH 2/5] config tests: test for --bool-or-str
` [PATCH 3/5] git-config: document --bool-or-str and --type=bool-or-str
` [PATCH 4/5] config.c: add a "tristate" helper
` [PATCH 5/5] config: add --type=bool-or-auto switch

[PATCH] config.c: remove last remnant of GIT_TEST_GETTEXT_POISON
 2021-04-08 17:55 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] completion: audit and guard $GIT_* against unset use
 2021-04-08 17:45 UTC  (2+ messages)

[PATCH v2 0/4] Finish converting git bisect to C part 4
 2021-04-08 17:38 UTC  (9+ messages)
` [PATCH v2 1/4] run-command: make `exists_in_PATH()` non-static
` [PATCH v2 2/4] bisect--helper: reimplement `bisect_visualize()`shell function in C
` [PATCH v2 3/4] bisect--helper: reimplement `bisect_run` shell "
` [PATCH v2 4/4] bisect--helper: retire `--bisect-next-check` subcommand

[PATCH] config: Introduce GIT_CONFIG_NOGLOBAL
 2021-04-08 17:25 UTC  (3+ messages)

[PATCH] [GSOC] ref-filter: use single strbuf for all output
 2021-04-08 15:12 UTC  (12+ messages)
` [PATCH v2] "

[PATCH v3] git-apply: allow simultaneous --cached and --3way options
 2021-04-08 13:33 UTC  (5+ messages)
` [PATCH v4] "
  ` [PATCH v5] "

There should have be git gc --repack-arguments
 2021-04-08 13:31 UTC  (8+ messages)

GSoC Git Proposal Draft - ZheNing Hu
 2021-04-08 13:29 UTC  (5+ messages)

[PATCH v3] cache-tree.c: remove implicit dependency on the_repository
 2021-04-08 13:23 UTC  (5+ messages)
` [PATCH v4] "

[GSoC][Draft Proposal] Finish converting git submodule to builtin
 2021-04-08 10:19 UTC  (2+ messages)
` [GSoC][Draft Proposal v2] "

[GSoC][PATCH v2 0/1] userdiff: add support for scheme
 2021-04-08  9:14 UTC  (3+ messages)
` [GSoC][PATCH v3 "
` [GSoC][PATCH v3 1/1] userdiff: add support for Scheme

[GSoC] Draft Proposal (Convert submodule to builtin)
 2021-04-08  9:11 UTC  (7+ messages)

[PATCH 0/5] Maintenance: adapt custom refspecs
 2021-04-08  7:33 UTC  (28+ messages)
` [PATCH 3/5] refspec: output a refspec item
` [PATCH 4/5] test-tool: test refspec input/output
` [PATCH 5/5] maintenance: allow custom refspecs during prefetch
` [PATCH v2 0/5] Maintenance: adapt custom refspecs
  ` [PATCH v2 1/5] maintenance: simplify prefetch logic
  ` [PATCH v2 2/5] test-lib: use exact match for test_subcommand
  ` [PATCH v2 3/5] refspec: output a refspec item
  ` [PATCH v2 4/5] test-tool: test refspec input/output
  ` [PATCH v2 5/5] maintenance: allow custom refspecs during prefetch

[PATCH] completion: treat unset GIT_COMPLETION_SHOW_ALL gracefully
 2021-04-08  6:52 UTC  (3+ messages)

rather slow 'git repack' in 'blob:none' partial clones
 2021-04-08  0:35 UTC  (5+ messages)

[PATCH] hooks: propose repository owner configured hooks
 2021-04-07 22:47 UTC  (13+ messages)
` [PATCH v2] hooks: propose project "

[PATCH] bash completion: complete CHERRY_PICK_HEAD
 2021-04-07 22:21 UTC  (2+ messages)

No error when overwriting ignored files
 2021-04-07 22:17 UTC  (4+ messages)

[PATCH] gitk: add option to perform 'git fetch' command
 2021-04-07 19:43 UTC  (2+ messages)

Reviewed-by given by celebrities (no subject matter expertise on Git development)
 2021-04-07 21:18 UTC  (5+ messages)

exporting git commands in parsable format for constructing language-specific API for git CLI
 2021-04-07 20:42 UTC  (4+ messages)

Shell completion for branch names
 2021-04-07 20:00 UTC  (3+ messages)

Can not list stash (git version 2.30.0)
 2021-04-07 19:48 UTC  (2+ messages)

Regarding the depreciation of ssh+git/git+ssh protocols
 2021-04-07 19:46 UTC  (3+ messages)

Shell completion for branch names
 2021-04-07 14:23 UTC 

signed-off-by not overwritten with GIT_AUTHOR_NAME...?
 2021-04-07 14:00 UTC  (3+ messages)

[PATCH v6] [GSOC] trailer: add new trailer.<token>.cmd config option
 2021-04-07  4:51 UTC  (4+ messages)
` [PATCH v7] "

[PATCH 1/1] git-apply: Allow simultaneous --cached and --3way options
 2021-04-07  2:25 UTC  (7+ messages)
` [PATCH V2] "

[PATCH] git-apply: try threeway first when "--3way" is used
 2021-04-07  0:19 UTC  (5+ messages)

[PATCH] doc: replace jargon word "impact" with "effect"/"affect"
 2021-04-07  0:06 UTC  (5+ messages)

[Bug report] diff.noprefix config is ignored for interactive `add`
 2021-04-06 22:47 UTC  (4+ messages)

What's cooking in git.git (Apr 2021, #01; Mon, 5)
 2021-04-06 21:35 UTC  (3+ messages)

[PATCH v2 0/4] refactor duplicate $? checks into a function + improve errors
 2021-04-06 20:33 UTC  (3+ messages)
` [PATCH v3 0/3] "

[GSOC][PATCH] userdiff: add support for Scheme
 2021-04-06 19:10 UTC  (9+ messages)

[PATCH 0/7] rev-parse: implement object type filter
 2021-04-06 18:08 UTC  (8+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 7/8] pack-bitmap: implement combined filter
  ` [PATCH v2 8/8] rev-list: allow filtering of provided items


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