git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-09-07 18:49:27 to 2020-09-10 17:03:24 UTC [more...]

[Bug report] git status doesn't escape paths of untracked files
 2020-09-10 17:01 UTC  (23+ messages)
` [PATCH] wt-status: quote paths identically whether tracked or untracked
  ` [PATCH 0/6] quote_path() clean-ups
    ` [PATCH 1/6] quote_path: rename quote_path_relative() to quote_path()
    ` [PATCH 2/6] quote_path: give flags parameter "
    ` [PATCH 3/6] quote_path: optionally allow quoting a path with SP in it
    ` [PATCH 4/6] wt-status: consistently quote paths in "status --short" output
    ` [PATCH 5/6] quote: rename misnamed sq_lookup[] to cq_lookup[]
    ` [PATCH 6/6] quote: turn 'nodq' parameter into a set of flags
    ` [PATCH v2 0/7] quote_path() clean-ups
      ` [PATCH v2 1/7] quote_path: rename quote_path_relative() to quote_path()
      ` [PATCH v2 4/7] quote_path: code clarification

[PATCH] push: make `--force-with-lease[=<ref>]` safer
 2020-09-10 10:22 UTC  (13+ messages)

[PATCH 0/2] gitk: fix mix of tabs and spaces in indentation
 2020-09-10  9:17 UTC  (5+ messages)
` [PATCH 1/2] gitk: replace spaces with tabs
` [PATCH 2/2] gitk: manually fix whitespace errors

[PATCH 0/4] builtin/diff: learn --merge-base
 2020-09-10  7:32 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] t4068: remove unnecessary >tmp
  ` [PATCH v2 2/4] git-diff.txt: backtick quote command text
  ` [PATCH v2 3/4] builtin/diff: parse --no-index using parse_options()
  ` [PATCH v2 4/4] builtin/diff: learn --merge-base

[PATCH 0/4] Fit the building tools to Plan 9 environment
 2020-09-10  5:31 UTC  (12+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] Fit to Plan 9's ANSI/POSIX compatibility layer
  ` [PATCH v2 2/2] Use $(LD) instead of $(CC) for linking the object files
  ` [PATCH v3 0/2] Fit the building tools to Plan 9 environment
    ` [PATCH v3 1/2] Fit to Plan 9's ANSI/POSIX compatibility layer
    ` [PATCH v3 2/2] Use $(LD) instead of $(CC) for linking the object files

[PATCH 0/2] enable progress traces even when quiet
 2020-09-10  5:09 UTC  (4+ messages)
` [PATCH 1/2] progress: create progress struct in 'verbose' mode

What's cooking in git.git (Sep 2020, #03; Wed, 9)
 2020-09-10  4:52 UTC  (3+ messages)

[PATCH] ls-files: respect 'submodule.recurse' config
 2020-09-10  4:50 UTC  (3+ messages)

Proposal: server-advertised config options
 2020-09-10  4:27 UTC  (9+ messages)

[PATCH 00/12] more miscellaneous Bloom filter improvements, redux
 2020-09-10  3:35 UTC  (14+ messages)
` [PATCH 01/12] commit-graph: introduce 'get_bloom_filter_settings()'
` [PATCH 02/12] t4216: use an '&&'-chain
` [PATCH 03/12] commit-graph: pass a 'struct repository *' in more places
` [PATCH 04/12] t/helper/test-read-graph.c: prepare repo settings
` [PATCH 05/12] commit-graph: respect 'commitGraph.readChangedPaths'
` [PATCH 06/12] commit-graph.c: store maximum changed paths
` [PATCH 07/12] bloom: split 'get_bloom_filter()' in two
` [PATCH 08/12] bloom: use provided 'struct bloom_filter_settings'
` [PATCH 09/12] bloom/diff: properly short-circuit on max_changes
` [PATCH 10/12] bloom: encode out-of-bounds filters as non-empty
` [PATCH 11/12] commit-graph: rename 'split_commit_graph_opts'
` [PATCH 12/12] builtin/commit-graph.c: introduce '--max-new-filters=<n>'

Git in Outreachy?
 2020-09-10  2:19 UTC  (10+ messages)

[PATCH v5 0/8] grep: honor sparse checkout and add option to ignore it
 2020-09-09 23:32 UTC  (5+ messages)
` [PATCH v5 6/8] config: correctly read worktree configs in submodules

[PATCH 1/2] progress: create progress struct in 'verbose' mode
 2020-09-09 23:06 UTC  (3+ messages)

[PATCH 1/2] progress: create progress struct in 'verbose' mode
 2020-09-09 22:42 UTC  (2+ messages)

[PATCH] rev-parse: add option for absolute or relative path formatting
 2020-09-09 22:31 UTC  (5+ messages)

[PATCH v3 0/6] propose config-based hooks
 2020-09-09 21:04 UTC  (13+ messages)
` [PATCH v4 0/9] "
  ` [PATCH v4 1/9] doc: propose hooks managed by the config
  ` [PATCH v4 2/9] hook: scaffolding for git-hook subcommand
  ` [PATCH v4 3/9] hook: add list command
  ` [PATCH v4 4/9] hook: add --porcelain to "
  ` [PATCH v4 5/9] parse-options: parse into strvec
  ` [PATCH v4 6/9] hook: add 'run' subcommand
  ` [PATCH v4 7/9] hook: replace run-command.h:find_hook
  ` [PATCH v4 8/9] commit: use config-based hooks
  ` [PATCH v4 9/9] run_commit_hook: take strvec instead of varargs

[PATCH] blame.c: replace instance of !oidcmp for oideq
 2020-09-09 20:43 UTC  (14+ messages)

[PATCH v16] Support auto-merge for meld to follow the vim-diff behavior
 2020-09-09 20:43 UTC  (6+ messages)
` [PATCH v17] "

[PATCH v2] blame.c: replace instance of !oidcmp for oideq
 2020-09-09 20:08 UTC  (6+ messages)

[PATCH] config: complain about --worktree outside of a git repo
 2020-09-09 19:47 UTC  (2+ messages)

permissions of main folder for git-manpages.tar.gz
 2020-09-09 19:07 UTC  (5+ messages)

[PATCH v3] blame.c: replace instance of !oidcmp for oideq
 2020-09-09 18:33 UTC  (2+ messages)

[PATCH] pretty: allow to override the built-in formats
 2020-09-09 18:27 UTC  (9+ messages)

[PATCH] add -p: fix editing of intent-to-add paths
 2020-09-09 13:58 UTC 

post-checkout hook aborts rebase
 2020-09-09 16:07 UTC  (6+ messages)

[PATCH 0/7] Maintenance III: Background maintenance
 2020-09-09 12:14 UTC  (8+ messages)
` [PATCH 2/7] maintenance: add --schedule option and config
` [PATCH 5/7] maintenance: add start/stop subcommands

style(git-gui): Fix mixed tabs & spaces; Always use tabs
 2020-09-09 13:01 UTC  (4+ messages)
` [PATCH v2] style(git-gui): Fix mixed tabs & spaces; Prefer tabs

[PATCH] RFC: refs: add GIT_DEBUG_REFS debugging mechanism
 2020-09-09 10:15 UTC  (5+ messages)
` [PATCH v2] refs: add GIT_TRACE_REFS "
  ` [PATCH v3] "

git add intent-to-add then git add patch no longer allows edit
 2020-09-09  9:40 UTC  (9+ messages)

[PATCH] refs: move REF_LOG_ONLY to refs-internal.h
 2020-09-09  9:35 UTC  (5+ messages)

No edit option when "git add --patch" a new file
 2020-09-09  9:33 UTC  (2+ messages)

[PATCH 0/2] some minor add--interactive fixes
 2020-09-09  9:15 UTC  (6+ messages)
` [PATCH 2/2] add--interactive.perl: specify --no-color explicitly

[PATCH 0/3] format-patch: --interiff/--range-diff tweaks
 2020-09-09  6:02 UTC  (6+ messages)
` [PATCH 1/3] diff: move show_interdiff() from its own file to diff-lib
` [PATCH 2/3] diff-lib: tighten show_interdiff()'s interface
` [PATCH 3/3] format-patch: use 'origin' as start of current-series-range when known

[PATCH] ref-filter: allow merged and no-merged filters
 2020-09-09  0:00 UTC  (4+ messages)

`git describe --dirty` doesn't consider untracked files to be dirty
 2020-09-08 23:59 UTC  (5+ messages)

[PATCH 0/7] Better threaded delta resolution in index-pack (another try)
 2020-09-08 22:53 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/7] Documentation: deltaBaseCacheLimit is per-thread
  ` [PATCH v2 2/7] index-pack: remove redundant parameter
  ` [PATCH v2 3/7] index-pack: unify threaded and unthreaded code
  ` [PATCH v2 4/7] index-pack: remove redundant child field
  ` [PATCH v2 5/7] index-pack: calculate {ref,ofs}_{first,last} early
  ` [PATCH v2 6/7] index-pack: make resolve_delta() assume base data
  ` [PATCH v2 7/7] index-pack: make quantum of work smaller

Possible bug: --shallow-since and old branches
 2020-09-08 19:58 UTC 

[PATCH v2 0/3] Optionally skip linking/copying the built-ins
 2020-09-08 17:18 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/3] ci: stop linking built-ins to the dashed versions

[PATCH] add -p: fix memory leak
 2020-09-08 12:09 UTC  (2+ messages)

[PATCH] gitweb: Map names/emails with mailmap
 2020-09-07 22:10 UTC  (8+ messages)
` [PATCH v2] gitweb: map "

[PATCH] contrib/buildsystems: fix expat library name for generated vcxproj
 2020-09-07 20:09 UTC  (2+ 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).