git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-25 16:17:33 to 2022-08-30 09:33:56 UTC [more...]

[PATCH 00/51] completion: revamp
 2022-08-30  9:31 UTC  (28+ messages)
` [PATCH 01/51] test: completion add test for __git_cmd_idx
` [PATCH 02/51] test: add zsh completion tests
` [PATCH 03/51] completion: fix __git_cmd_idx regression for zsh
` [PATCH 04/51] completion: bash: trivial cleanup
` [PATCH 05/51] completion: zsh: add higher-priority location
` [PATCH 06/51] zsh: resolve symlink of script
` [PATCH 07/51] zsh: simplify realpath dirname idiom
` [PATCH 08/51] test: reset environment variables
` [PATCH 09/51] completion: prompt: use generic colors
` [PATCH 10/51] completion: fix for suboptions with value
` [PATCH 11/51] completion: zsh: trivial improvement
` [PATCH 12/51] completion: bash: do not modify COMP_WORDBREAKS
` [PATCH 13/51] test: completion: fix currently typed words
` [PATCH 14/51] test: completion: switch __gitcomp_nl prefix test
` [PATCH 15/51] test: completion: add run_func() helper
` [PATCH 16/51] completion: bash: remove non-append functionality
` [PATCH 17/51] completion: bash: get rid of _append() functions
` [PATCH 18/51] completion: bash: get rid of any non-append code
` [PATCH 19/51] completion: zsh: fix options with arguments
` [PATCH 20/51] completion: zsh: expand --git-dir file argument
` [PATCH 21/51] completion: zsh: add support for general -C opts
` [PATCH 22/51] completion: zsh: fix for undefined completions
` [PATCH 23/51] completion: zsh: add support for general -c opts
` [PATCH 24/51] completion: zsh: fix extra space on foo=
` [PATCH 28/51] completion: simplify equal suffix check
` [PATCH 30/51] completion: simplify __gitcomp
` [PATCH 32/51] completion: improve __gitcomp suffix code

Git in Outreachy? (December 2022)
 2022-08-30  6:53 UTC  (2+ messages)

[PATCH 0/6] clone, submodule update: check out submodule branches
 2022-08-30  4:03 UTC  (11+ messages)
` [PATCH 1/6] clone: teach --detach option
` [PATCH 2/6] repo-settings: add submodule_propagate_branches
` [PATCH 3/6] t5617: drop references to remote-tracking branches
` [PATCH 4/6] submodule: return target of submodule symref
` [PATCH 5/6] submodule--helper: refactor up-to-date criterion
` [PATCH 6/6] clone, submodule update: check out branches

[PATCH 0/3] fix failing t4301 test and &&-chain breakage
 2022-08-30  2:59 UTC  (11+ messages)
` [PATCH 1/3] t4301: account for behavior differences between sed implementations
` [PATCH 2/3] t4031: fix broken &&-chains and add missing loop termination
` [PATCH 3/3] t4301: emit blank line in more idiomatic fashion

Bug in 'git log --remerge-diff' when used with '--find-object' and '--submodule=log|diff'
 2022-08-30  2:51 UTC  (4+ messages)

[PATCH 0/3] Show original filenames in merge tree
 2022-08-30  2:13 UTC  (7+ messages)
` [PATCH 1/3] merge-tree -z: always show the original file name first

[PATCH v1 0/2] grep: integrate with sparse index
 2022-08-29 23:28 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] builtin/grep.c: add --sparse option
  ` [PATCH v2 2/2] builtin/grep.c: integrate with sparse index

[PATCH 0/2] format-patch --force-inbody-from
 2022-08-29 21:38 UTC  (11+ messages)
` [PATCH 1/2] pretty: separate out the logic to decide the use of in-body from
` [PATCH 2/2] format-patch: allow forcing the use of in-body From: header
` [PATCH v2 0/3] format-patch --force-in-body-from
  ` [PATCH v2 1/3] pretty: separate out the logic to decide the use of in-body from
  ` [PATCH v2 2/3] format-patch: allow forcing the use of in-body From: header
  ` [PATCH v2 3/3] format-patch: learn format.forceInBodyFrom configuration variable

[BUG] Unicode filenames handling in `git log --stat`
 2022-08-29 18:37 UTC  (7+ messages)
` [PATCH v2 1/1] diff.c: When appropriate, use utf8_strwidth()

[PATCH 0/3] built-in add -p: support diff-so-fancy better
 2022-08-29 18:01 UTC  (18+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 2/4] add -p: gracefully ignore unparseable hunk headers in colored diffs
  ` [PATCH v2 3/4] add -p: handle `diff-so-fancy`'s hunk headers better
  ` [PATCH v3 0/5] built-in add -p: support diff-so-fancy better
    ` [PATCH v3 1/5] t3701: redefine what is "bogus" output of a diff filter
    ` [PATCH v3 2/5] add -p: gracefully ignore unparseable hunk headers in colored diffs
    ` [PATCH v3 3/5] add -p: insert space in colored hunk header as needed
    ` [PATCH v3 4/5] add -p: handle `diff-so-fancy`'s hunk headers better
    ` [PATCH v3 5/5] add -p: ignore dirty submodules

[PATCH v4 00/16] Finish converting git bisect into a built-in
 2022-08-29 17:47 UTC  (30+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/16] bisect--helper: retire the --no-log option
  ` [PATCH v5 02/16] bisect--helper: really retire --bisect-next-check
  ` [PATCH v5 03/16] bisect--helper: really retire `--bisect-autostart`
  ` [PATCH v5 04/16] bisect--helper: simplify exit code computation
  ` [PATCH v5 05/16] bisect--helper: make `terms` an explicit singleton
  ` [PATCH v5 06/16] bisect--helper: make the order consistently `argc, argv`
  ` [PATCH v5 07/16] bisect--helper: migrate to OPT_SUBCOMMAND()
  ` [PATCH v5 08/16] bisect: verify that a bogus option won't try to start a bisection
  ` [PATCH v5 09/16] bisect run: fix the error message
  ` [PATCH v5 10/16] bisect: avoid double-quoting when printing the failed command
  ` [PATCH v5 11/16] bisect--helper: calling `bisect_state()` without an argument is a bug
  ` [PATCH v5 12/16] bisect--helper: make `state` optional
  ` [PATCH v5 13/16] bisect: move even the command-line parsing to `bisect--helper`
  ` [PATCH v5 14/16] Turn `git bisect` into a full built-in
  ` [PATCH v5 15/16] bisect: remove Cogito-related code
  ` [PATCH v5 16/16] bisect: no longer try to clean up left-over `.git/head-name` files

[Proposal] Pass additional metadata to sendemail-validate hook from git send-email
 2022-08-29 15:37 UTC  (3+ messages)
` [Proposal] Pass additional metadata to sendemail-validate hook from git send-emailg

What's cooking in git.git (Aug 2022, #09; Fri, 26)
 2022-08-29 11:24 UTC  (6+ messages)
` ac/bitmap-lookup-table, was "

forcing an in-body From header
 2022-08-29 11:56 UTC  (5+ messages)

[PATCH] gc: use temporary file for editing crontab
 2022-08-29 10:52 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] ci: update 'static-analysis' to Ubuntu 22.04
 2022-08-29 10:29 UTC  (12+ messages)

Ambiguous 'HEAD' issue
 2022-08-29  6:57 UTC  (5+ messages)

[PATCH v3 4/5] bundle-uri: add support for http(s):// and file://
 2022-08-29  4:58 UTC  (2+ messages)

[PATCH 0/1] pack-bitmap.c: avoid exposing absolute paths
 2022-08-29  2:48 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 0/2] test-mergesort: reduce memory allocation overhead of sort subcommand
 2022-08-28 10:34 UTC  (3+ messages)
` [PATCH 1/2] test-mergesort: read sort input all at once
` [PATCH 2/2] test-mergesort: use mem_pool for sort input

[PATCH 0/3] tests: fix broken &&-chains & abort loops on error
 2022-08-28  4:50 UTC  (4+ messages)
` [PATCH 3/3] t: detect and signal failure within loop

curiosities with tempfile.active
 2022-08-27 21:47 UTC  (4+ messages)

[PATCH] completion: prompt: use generic colors
 2022-08-27  2:18 UTC  (2+ messages)

There is no tracking information for the current branch
 2022-08-26 18:02 UTC  (2+ messages)

[PATCH 0/2] Allow passing pathspecs to git range-diff
 2022-08-26 17:02 UTC  (7+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] range-diff: reorder argument handling
  ` [PATCH v2 2/3] range-diff: consistently validate the arguments
  ` [PATCH v2 3/3] range-diff: optionally accept pathspecs

Considering add log.format and show.format configure option
 2022-08-26 16:42 UTC  (3+ messages)

[PATCH 0/11] annotating unused function parameters
 2022-08-26 16:37 UTC  (9+ messages)

Potential problems with url.<base>.insteadOf
 2022-08-26 16:16 UTC  (5+ messages)

[PATCH v5 0/6] [GSoC] bitmap: integrate a lookup table extension to the bitmap format
 2022-08-26 16:02 UTC  (4+ messages)
` [PATCH v6 "

Bad behavior in xhistogram.c in the face of hash collisions?
 2022-08-26 15:53 UTC  (2+ messages)

[PATCH 0/6] unused function parameter potpourri
 2022-08-26 13:15 UTC  (6+ messages)
` [PATCH 1/6] xdiff: drop unused mmfile parameters from xdl_do_histogram_diff()
      ` [PATCH 7/6] xdiff: drop unused mmfile parameters from xdl_do_patience_diff()

[PATCH 0/5] cocci: make "incremental" possible + a ccache-like tool
 2022-08-26 10:43 UTC  (5+ messages)
` [PATCH 3/5] cocci: make "coccicheck" rule incremental

[PATCH v4] grep: fix multibyte regex handling under macOS
 2022-08-26  8:58 UTC 

[PATCH] ci: update 'static-analysis' to Ubuntu 22.04
 2022-08-26  7:52 UTC  (5+ messages)
` [PATCH 0/2] git-compat-util.h: change UNUSED(var) to UNUSED
  ` [PATCH 1/2] git-compat-util.h: use "UNUSED", not "UNUSED(var)"
  ` [PATCH 2/2] git-compat-util.h: use "deprecated" for UNUSED variables

git gc memory usage
 2022-08-26  7:45 UTC 

[PATCH] [RFC] list-objects-filter: introduce new filter sparse:buffer=<spec>
 2022-08-26  5:10 UTC  (4+ messages)

[PATCH] t64??: convert 'test_create_repo' to 'git init'
 2022-08-26  3:49 UTC  (2+ messages)
` [PATCH v2] t64xx: "

[PATCH v3] grep: fix multibyte regex handling under macOS
 2022-08-26  0:20 UTC  (2+ messages)

What's cooking in git.git (Aug 2022, #08; Wed, 24)
 2022-08-25 22:21 UTC  (2+ messages)

[PATCH] branch: allow "-" as a short-hand for "previous branch"
 2022-08-25 19:50 UTC  (8+ messages)

[PATCH 0/3] unused function parameters newly in next
 2022-08-25 16:47 UTC  (3+ messages)
` [PATCH 1/3] pass subcommand "prefix" arguments to parse_options()

[BUG] git config --unset is not idempotent
 2022-08-25 16:25 UTC  (2+ messages)

[PATCH v2] trailer: allow spaces in tokens
 2022-08-25 16:20 UTC  (5+ messages)
` [PATCH] Documentation: clarify whitespace rules for trailers


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 NNTP newsgroup(s).