git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-09-09 20:43:26 to 2020-09-13 08:31:45 UTC [more...]

[PATCH 0/4] builtin/diff: learn --merge-base
 2020-09-13  8:31 UTC  (8+ 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

Worktrees attached to bare repo don't work
 2020-09-13  4:49 UTC  (2+ messages)

[PATCH 0/3] FAQ entries for merges and modified files
 2020-09-12 21:48 UTC  (5+ messages)
` [PATCH 1/3] docs: explain why squash merges are broken with long-running branches
` [PATCH 2/3] docs: explain why reverts are not always applied on merge
` [PATCH 3/3] docs: explain how to deal with files that are always modified

[PATCH] push: make `--force-with-lease[=<ref>]` safer
 2020-09-12 21:25 UTC  (15+ messages)
` [PATCH v2 0/2] push: make "--force-with-lease" safer
  ` [PATCH v2 1/2] push: add "--[no-]force-if-includes"
  ` [PATCH v2 2/2] push: enable "forceIfIncludesWithLease" by default

Posible bug with GIT_DEFAULT_HASH during clone
 2020-09-12 19:52 UTC  (5+ messages)
` [PATCH] builtin/clone: avoid failure with GIT_DEFAULT_HASH

[PATCH 0/8] various wt-status/worktree cleanups
 2020-09-12 14:03 UTC  (21+ messages)
` [PATCH 1/8] wt-status: replace sha1 mentions with oid
` [PATCH 2/8] wt-status: print to s->fp, not stdout
` [PATCH 3/8] wt-status: introduce wt_status_state_free_buffers()
` [PATCH 4/8] worktree: drop useless call to strbuf_reset
` [PATCH 5/8] worktree: update renamed variable in comment
` [PATCH 6/8] worktree: rename copy-pasted variable
` [PATCH 7/8] worktree: use skip_prefix to parse target
` [PATCH 8/8] worktree: simplify search for unique worktree

Docs: possible incorrect diagram of Delta Copy instruction
 2020-09-12 11:21 UTC  (3+ messages)

[PATCH v16] Support auto-merge for meld to follow the vim-diff behavior
 2020-09-12  7:21 UTC  (7+ messages)
` [PATCH v17] "
  ` [PATCH v18] "

[PATCH 0/4] clone: allow configurable default for -o/--origin
 2020-09-12  3:17 UTC  (19+ messages)
` [PATCH 1/4] clone: add tests for --template and some disallowed option pairs
` [PATCH 2/4] clone: call git_config before parse_options
` [PATCH 3/4] clone: validate --origin option before use
` [PATCH 4/4] clone: allow configurable default for `-o`/`--origin`

post-checkout hook aborts rebase
 2020-09-12  0:51 UTC  (7+ messages)

[PATCH] ref-filter: allow merged and no-merged filters
 2020-09-11 21:47 UTC  (5+ messages)
` [PATCH v2 0/2] git branch: allow combining "
  ` [PATCH v2 1/2] t3201: test multiple branch filter combinations
  ` [PATCH v2 2/2] ref-filter: allow merged and no-merged filters

[PATCH v3 1/1] remote.c: fix handling of %(push:remoteref)
 2020-09-11 21:43 UTC  (5+ messages)
` [PATCH v8 "

[PATCH 00/12] more miscellaneous Bloom filter improvements, redux
 2020-09-11 19:47 UTC  (11+ messages)
` [PATCH 10/12] bloom: encode out-of-bounds filters as non-empty
` [PATCH 12/12] builtin/commit-graph.c: introduce '--max-new-filters=<n>'

[PATCH] ls-files: respect 'submodule.recurse' config
 2020-09-11 19:19 UTC  (8+ messages)

Git doesn't honor NO_PROXY environment variable while cloning
 2020-09-11 19:08 UTC  (6+ messages)

Cannot run `git submodule init` on Cygwin from script with strict error checking
 2020-09-11 19:07 UTC  (5+ messages)

[PATCH 0/7] Maintenance III: Background maintenance
 2020-09-11 17:49 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/7] maintenance: optionally skip --auto process
  ` [PATCH v2 2/7] maintenance: add --schedule option and config
  ` [PATCH v2 3/7] for-each-repo: run subcommands on configured repos
  ` [PATCH v2 4/7] maintenance: add [un]register subcommands
  ` [PATCH v2 5/7] maintenance: add start/stop subcommands
  ` [PATCH v2 6/7] maintenance: recommended schedule in register/start
  ` [PATCH v2 7/7] maintenance: add troubleshooting guide to docs

[PATCH v4 0/9] propose config-based hooks
 2020-09-11 16:51 UTC  (16+ messages)
` [PATCH v4 3/9] hook: add list command
` [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 0/2] GitSVN: Multi line support of ignore-path, include-paths and skiping of empty commits
 2020-09-11  8:00 UTC  (3+ messages)
` [PATCH 1/2] svn: added: Multi line support for ignore-paths
` [PATCH 2/2] sv: added: Skip commit if all files are ignored

[PATCH 0/2] gitk: fix mix of tabs and spaces in indentation
 2020-09-11  4:36 UTC  (8+ messages)
` [PATCH 1/2] gitk: replace spaces with tabs
` [PATCH 2/2] gitk: manually fix whitespace errors
` [PATCH v2 0/2] gitk: fix mix of tabs and spaces in indentation
  ` [PATCH v2 1/2] gitk: replace tabs with spaces
  ` [PATCH v2 2/2] gitk: replace commented tab with space

Combine submodule and worktree with a center cache
 2020-09-11  4:24 UTC 

[PATCH] rev-parse: add option for absolute or relative path formatting
 2020-09-11  0:03 UTC  (7+ messages)

[PATCH] wt-status: quote paths identically whether tracked or untracked
 2020-09-10 23:03 UTC  (26+ messages)
` [PATCH 0/6] quote_path() clean-ups
  ` [PATCH 2/6] quote_path: give flags parameter to quote_path()
  ` [PATCH 3/6] quote_path: optionally allow quoting a path with SP in it
  ` [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 2/7] quote_path: give flags parameter "
    ` [PATCH v2 3/7] quote_path: optionally allow quoting a path with SP in it
    ` [PATCH v2 4/7] quote_path: code clarification
    ` [PATCH v2 5/7] wt-status: consistently quote paths in "status --short" output
    ` [PATCH v2 6/7] quote: rename misnamed sq_lookup[] to cq_lookup[]
    ` [PATCH v2 7/7] quote: turn 'nodq' parameter into a set of flags

[PATCH] Documentation/RelNotes: fix a typo in 2.29's relnotes
 2020-09-10 22:08 UTC 

[PATCH] fast-import: use write_pack_header()
 2020-09-10 12:41 UTC  (2+ messages)

[Bug report] git status doesn't escape paths of untracked files
 2020-09-10 15:28 UTC  (8+ messages)

Enterprise wide Git commit signing
 2020-09-10 19:16 UTC 

"--color-moved" ignored in "git diff --word-diff=porcelain --color-moved"
 2020-09-10 18:10 UTC 

[PATCH v5 0/8] grep: honor sparse checkout and add option to ignore it
 2020-09-10 17:21 UTC  (15+ messages)
` [PATCH v5 6/8] config: correctly read worktree configs in submodules
` [PATCH v6 0/9] grep: honor sparse checkout and add option to ignore it
  ` [PATCH v6 1/9] doc: grep: unify info on configuration variables
  ` [PATCH v6 2/9] t1308-config-set: avoid false positives when using test-config
  ` [PATCH v6 3/9] t/helper/test-config: be consistent with exit codes
  ` [PATCH v6 4/9] t/helper/test-config: diagnose missing arguments
  ` [PATCH v6 5/9] t/helper/test-config: unify exit labels
  ` [PATCH v6 6/9] config: make do_git_config_sequence receive a 'struct repository'
  ` [PATCH v6 7/9] config: correctly read worktree configs in submodules
  ` [PATCH v6 8/9] grep: honor sparse checkout patterns
  ` [PATCH v6 9/9] config: add setting to ignore sparsity patterns in some cmds

[PATCH 0/4] Fit the building tools to Plan 9 environment
 2020-09-10  5:31 UTC  (10+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] Fit to Plan 9's ANSI/POSIX compatibility layer
  ` [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)

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

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

[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] blame.c: replace instance of !oidcmp for oideq
 2020-09-09 20:43 UTC  (6+ 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).