git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-04-07 19:52:33 to 2021-04-09 05:27:50 UTC [more...]

[PATCH 0/6] Push negotiation
 2021-04-09  5:27 UTC  (11+ messages)
` [PATCH 1/6] fetch-pack: buffer object-format with other args
` [PATCH 2/6] fetch-pack: refactor process_acks()
` [PATCH 3/6] fetch-pack: refactor add_haves()
` [PATCH 4/6] fetch-pack: refactor command and capability write
` [PATCH 5/6] fetch: teach independent negotiation (no packfile)
` [PATCH 6/6] send-pack: support push negotiation

[RFC PATCH v1 00/13][GSoC] doc: (monospace) apply CodingGuidelines on a large-scale
 2021-04-09  4:03 UTC  (14+ messages)
` [RFC PATCH v1 01/13] doc: typeset command-line options in monospace
` [RFC PATCH v1 02/13] doc: typeset branches and remotes "
` [RFC PATCH v1 03/13] doc: typeset configuration options "
` [RFC PATCH v1 04/13] doc: typeset git-related commands "
` [RFC PATCH v1 05/13] doc: typeset git-svn subcommands "
` [RFC PATCH v1 06/13] doc: typeset dummy URLs and protocols "
` [RFC PATCH v1 07/13] doc: typeset git dotfiles "
` [RFC PATCH v1 08/13] doc: typeset filepath and $variables "
` [RFC PATCH v1 09/13] doc: typeset command/option/value entries "
` [RFC PATCH v1 10/13] doc: typeset more command "
` [RFC PATCH v1 11/13] doc: typeset config option "
` [RFC PATCH v1 12/13] doc: typeset environment vars without $ "
` [RFC PATCH v1 13/13] doc: typeset common programs "

[PATCH 0/5] config: support --type=bool-or-auto for "tristate" parsing
 2021-04-09  1:33 UTC  (16+ 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: Introduce GIT_CONFIG_NOGLOBAL
 2021-04-09  0:25 UTC  (10+ messages)

What's cooking in git.git (Apr 2021, #02; Thu, 8)
 2021-04-09  0:15 UTC  (2+ messages)

[PATCH 0/2] git-send-email: refactor duplicate $? checks into a function
 2021-04-09  0:08 UTC  (8+ messages)
` [PATCH v2 0/4] refactor duplicate $? checks into a function + improve errors
  ` [PATCH v2 2/4] git-send-email: refactor duplicate $? checks into a function

[PATCH v8 00/37] config-based hooks
 2021-04-09  0:03 UTC  (7+ messages)
` [PATCH v8 37/37] docs: unify githooks and git-hook manpages

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

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

[RFC PATCH 0/2] share a config between submodule and superproject
 2021-04-08 23:39 UTC  (3+ messages)
` [RFC PATCH 1/2] config: rename "submodule" scope to "gitmodules"
` [RFC PATCH 2/2] config: add 'config.superproject' file

[PATCH 0/9] git log: configurable default format for merge diffs
 2021-04-08 23:07 UTC  (27+ 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 v4] gitweb: redacted e-mail addresses feature
 2021-04-08 22:54 UTC  (12+ messages)
` [PATCH v5] "
  ` [PATCH v6] "

[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] 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  (8+ 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] [GSOC] ref-filter: use single strbuf for all output
 2021-04-08 15:12 UTC  (10+ messages)
` [PATCH v2] "

[PATCH v4] git-apply: allow simultaneous --cached and --3way options
 2021-04-08 13:33 UTC  (3+ messages)
` [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  (6+ messages)

[PATCH 0/5] Maintenance: adapt custom refspecs
 2021-04-08  7:33 UTC  (18+ messages)
` [PATCH 3/5] refspec: output a refspec item
` [PATCH v2 0/5] Maintenance: adapt custom refspecs
  ` [PATCH v2 1/5] maintenance: simplify prefetch logic
  ` [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)


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