git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-04 17:52:31 to 2020-10-07 18:37:54 UTC [more...]

[PATCH v2 0/3] submodule: port subcommand add from shell to C
 2020-10-07 18:37 UTC  (6+ messages)
` [PATCH v2 1/3] dir: change the scope of function 'directory_exists_in_index()'
` [PATCH v2 2/3] submodule: port submodule subcommand 'add' from shell to C
` [PATCH v2 3/3] t7400: add test to check 'submodule add' for tracked paths

[ANNOUNCE] Git v2.29.0-rc0
 2020-10-07 18:19 UTC  (13+ messages)
      ` [PATCH 0/3] jt/threaded-inex-pack leftovers
        ` [PATCH 1/3] index-pack: restore "resolving deltas" progress meter
        ` [PATCH 2/3] index-pack: drop type_cas mutex
        ` [PATCH 3/3] index-pack: stop mentioning find_unresolved_deltas()

[PATCH] Improve diff pattern for PHP files
 2020-10-07 18:07 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] userdiff: php: Add "final" and "abstract" to the list of function modifiers

[PATCH 1/2] git-completion.bash: __git_diff_common_options: add --[no-]patch
 2020-10-07 17:54 UTC  (3+ messages)
` [PATCH 2/2] git-completion.bash: stash-show: complete $__git_diff_common_options

[PATCH] help: do not expect built-in commands to be hardlinked
 2020-10-07 17:48 UTC  (3+ messages)

[PATCH] userdiff: expand detected chunk headers for css
 2020-10-07 17:09 UTC  (3+ messages)

[PATCH 0/2] checkout: learn the checkout.guess config variable
 2020-10-07 16:47 UTC  (10+ messages)
` [PATCH 2/2] checkout: learn to respect checkout.guess
` [PATCH v2 0/2] checkout: learn the checkout.guess config variable
  ` [PATCH v2 1/2] Documentation/config/checkout: replace sq with backticks
  ` [PATCH v2 2/2] checkout: learn to respect checkout.guess

[PATCH 0/7] subtree: Fix handling of complex history
 2020-10-07 16:31 UTC  (18+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/7] subtree: handle multiple parents passed to cache_miss
  ` [PATCH v2 2/7] subtree: exclude commits predating add from recursive processing
  ` [PATCH v2 3/7] subtree: persist cache between split runs
  ` [PATCH v2 4/7] subtree: add git subtree map command
  ` [PATCH v2 5/7] subtree: add git subtree use and ignore commands
  ` [PATCH v2 6/7] subtree: more robustly distinguish subtree and mainline commits
  ` [PATCH v2 7/7] subtree: document new subtree commands

[PATCH] t5534: split stdout and stderr redirection
 2020-10-07 16:21 UTC  (4+ messages)

Git Alias not working in worktree
 2020-10-07 15:51 UTC  (3+ messages)

[PATCH v3 00/11] [GSoC] Implement Corrected Commit Date
 2020-10-07 14:09 UTC  (22+ messages)
` [PATCH v3 05/11] commit-graph: return 64-bit generation number
` [PATCH v4 00/10] [GSoC] Implement Corrected Commit Date
  ` [PATCH v4 01/10] commit-graph: fix regression when computing Bloom filters
  ` [PATCH v4 02/10] revision: parse parent in indegree_walk_step()
  ` [PATCH v4 03/10] commit-graph: consolidate fill_commit_graph_info
  ` [PATCH v4 04/10] commit-graph: return 64-bit generation number
  ` [PATCH v4 05/10] commit-graph: add a slab to store topological levels
  ` [PATCH v4 06/10] commit-graph: implement corrected commit date
  ` [PATCH v4 07/10] commit-graph: implement generation data chunk
  ` [PATCH v4 08/10] commit-graph: use generation v2 only if entire chain does
  ` [PATCH v4 09/10] commit-reach: use corrected commit dates in paint_down_to_common()
  ` [PATCH v4 10/10] doc: add corrected commit date info

[PATCH] userdiff: support Rust macros
 2020-10-07 13:26 UTC  (6+ messages)
` [PATCH v2] userdiff: permit Rust's macro_rules! keyword in hunk headers
  ` [PATCH v3] userdiff: recognize 'macro_rules!' as starting a Rust function block

[PATCH] maintenance: test commit-graph auto condition
 2020-10-07 12:55 UTC 

[PATCH] GitHub workflow: automatically follow minor updates of setup-msbuild
 2020-10-07 12:49 UTC  (2+ messages)

[PATCH v2 00/11] Rewrite the remaining merge strategies from shell to C
 2020-10-07  6:57 UTC  (16+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/11] t6027: modernise tests
  ` [PATCH v3 02/11] merge-one-file: rewrite in C
  ` [PATCH v3 03/11] merge-index: libify merge_one_path() and merge_all()
  ` [PATCH v3 04/11] merge-index: don't fork if the requested program is `git-merge-one-file'
  ` [PATCH v3 05/11] merge-resolve: rewrite in C
  ` [PATCH v3 06/11] merge-recursive: move better_branch_name() to merge.c
  ` [PATCH v3 07/11] merge-octopus: rewrite in C
  ` [PATCH v3 08/11] merge: use the "resolve" strategy without forking
  ` [PATCH v3 09/11] merge: use the "octopus" "
  ` [PATCH v3 10/11] sequencer: use the "resolve" "
  ` [PATCH v3 11/11] sequencer: use the "octopus" merge "

[PATCH] compat/mingw.h: drop extern from function declaration
 2020-10-07  8:31 UTC  (2+ messages)

[PATCH] git-gui: Basic dark mode support
 2020-10-07 11:13 UTC  (2+ messages)

[PATCH] git-gui: Basic dark mode support
 2020-10-07 11:07 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4 0/9] propose config-based hooks
 2020-10-07  9:23 UTC  (20+ messages)
` [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 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

What's cooking in git.git (Oct 2020, #01; Mon, 5)
 2020-10-07  8:07 UTC  (2+ messages)

[PATCH 0/2] checkout/restore: fix `git checkout -p HEAD...` bug
 2020-10-07  7:56 UTC  (8+ messages)
` [PATCH 1/2] builtin/checkout: "
` [PATCH v2 0/4] checkout/restore: "
  ` [PATCH v2 1/4] builtin/checkout: "
  ` [PATCH v2 2/4] Doc: document "A...B" form for <tree-ish> in checkout and switch
  ` [PATCH v2 3/4] add-patch: add NEEDSWORK about comparing commits
  ` [PATCH v2 4/4] t2016: add a NEEDSWORK about the PERL prerequisite

Git Test Coverage Report (v2.29.0-rc0)
 2020-10-06 20:49 UTC  (2+ messages)

[PATCH 0/7] forbidding symlinked .gitattributes and .gitignore
 2020-10-06 20:41 UTC  (39+ messages)
` [PATCH 1/7] fsck_tree(): fix shadowed variable
` [PATCH 2/7] fsck_tree(): wrap some long lines
` [PATCH 3/7] t7415: rename to expand scope
` [PATCH 4/7] t7450: test verify_path() handling of gitmodules
` [PATCH 5/7] t0060: test obscured .gitattributes and .gitignore matching
` [PATCH 6/7] verify_path(): disallow symlinks in .gitattributes and .gitignore
` [PATCH 7/7] fsck: complain when .gitattributes or .gitignore is a symlink
` [PATCH v2 0/8] forbidding symlinked .gitattributes and .gitignore
  ` [PATCH v2 1/8] fsck_tree(): fix shadowed variable
  ` [PATCH v2 2/8] fsck_tree(): wrap some long lines
  ` [PATCH v2 3/8] t7415: rename to expand scope
  ` [PATCH v2 4/8] t7450: test verify_path() handling of gitmodules
  ` [PATCH v2 5/8] t7450: test .gitmodules symlink matching against obscured names
  ` [PATCH v2 6/8] t0060: test obscured .gitattributes and .gitignore matching
  ` [PATCH v2 7/8] verify_path(): disallow symlinks in .gitattributes and .gitignore
  ` [PATCH v2 8/8] fsck: complain when .gitattributes or .gitignore is a symlink

[PATCH v4 8/9] commit: use config-based hooks
 2020-10-06 19:08 UTC  (5+ messages)

[GIT PULL] gitk update
 2020-10-06 11:13 UTC  (3+ messages)

[ANNOUNCE] Git for Windows 2.29.0-rc0
 2020-10-06  9:25 UTC 

[L10N] Kickoff for Git 2.29.0 round #1
 2020-10-06  1:42 UTC 

git submodule init initialises submodules for which active=false has been defined
 2020-10-06  0:25 UTC  (2+ messages)

[PATCH] unpack-trees: do not set SKIP_WORKTREE on submodules
 2020-10-06  0:06 UTC 

Optimizing for partial clone with '--filter=tree:0'
 2020-10-05 16:38 UTC 

[PATCH 0/7] Maintenance III: Background maintenance
 2020-10-05 19:57 UTC  (19+ messages)
` [PATCH v2 "
  ` [PATCH v2 6/7] maintenance: recommended schedule in register/start
  ` [PATCH v3 0/7] Maintenance III: Background maintenance
    ` [PATCH v3 1/7] maintenance: optionally skip --auto process
    ` [PATCH v3 2/7] maintenance: add --schedule option and config
    ` [PATCH v3 3/7] for-each-repo: run subcommands on configured repos
    ` [PATCH v3 4/7] maintenance: add [un]register subcommands
    ` [PATCH v3 5/7] maintenance: add start/stop subcommands
    ` [PATCH v3 6/7] maintenance: use default schedule if not configured
    ` [PATCH v3 7/7] maintenance: add troubleshooting guide to docs

[PATCH v2 00/19] Parallel Checkout (part I)
 2020-10-05 13:45 UTC  (5+ messages)
` [PATCH v2 10/19] unpack-trees: add basic support for parallel checkout
  ` [PATCH] parallel-checkout: drop unused checkout state parameter

[PATCH] po: adjust for the recent change in send-pack/transport-helper
 2020-10-05  0:15 UTC  (3+ messages)

[PATCH 00/13] reftable library
 2020-10-04 18:39 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 12/13] reftable: rest of library

[PATCH] range-diff: fix some 'hdr-check' and sparse warnings
 2020-10-04 18:35 UTC  (9+ messages)

bug report: gitk crashes on git commit with emoji (utf-8)
 2020-10-05 11:33 UTC 

[PATCH 0/2] Avoid main as branch name in the test suite
 2020-10-05  9:59 UTC  (5+ messages)
` [PATCH 1/2] t1415: avoid using `main` as ref name
` [PATCH 2/2] tests: avoid using the branch name `main`

[PATCH] docs: clarify git rm --cached function in gitignore note
 2020-10-05  8:58 UTC 

[PATCH] fast-import: fix typo in documentation
 2020-10-04 19:56 UTC  (2+ messages)

[PATCH] gitsubmodules: add '--recurse-submodules' for 'ls-files'
 2020-10-04 19:55 UTC  (2+ messages)

git add --intent-to-add and git stash
 2020-10-04 18:53 UTC 


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