git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-04-29 16:46:54 to 2020-05-01 15:31:06 UTC [more...]

[PATCH 00/12] Integrating line-log and changed-path Bloom filters
 2020-05-01 15:30 UTC  (13+ messages)
` [PATCH 01/12] bloom: fix whitespace around tab length
` [PATCH 02/12] test-bloom: fix usage typo
` [PATCH 03/12] Documentation: changed-path Bloom filters use byte words
` [PATCH 04/12] bloom: de-duplicate directory entries
` [PATCH 05/12] bloom: parse commit before computing filters
` [PATCH 06/12] bloom: use num_changes not nr for limit detection
` [PATCH 07/12] completion: offer '--(no-)patch' among 'git log' options
` [PATCH 08/12] line-log: remove unused fields from 'struct line_log_data'
` [PATCH 09/12] t4211-line-log: add tests for parent oids
` [PATCH 10/12] line-log: more responsive, incremental 'git log -L'
` [PATCH 11/12] line-log: try to use generation number-based topo-ordering
` [PATCH 12/12] line-log: integrate with changed-path Bloom filters

[PATCH] doc: fix quoting bug in credential cache example
 2020-05-01 15:11 UTC  (18+ messages)
      ` [PATCH 1/2] gitcredentials(7): clarify quoting of helper examples
      ` [PATCH 2/2] gitcredentials(7): make shell-snippet example more realistic
                ` [PATCH v2 1/2] gitcredentials(7): clarify quoting of helper examples
                ` [PATCH v2 2/2] gitcredentials(7): make shell-snippet example more realistic

git checkout --recurse-submodules doesn't like checking out an older commit after a submodule was removed
 2020-05-01 14:40 UTC  (2+ messages)

[PATCH] userdiff: support Markdown
 2020-05-01 14:26 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] Teach git-rev-list --simplify-forks
 2020-05-01 14:23 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH 1/3 v3] Clean up t6016-rev-list-graph-simplify-history
  ` [PATCH 2/3 v3] Teach git-rev-list --ignore-merge-bases
  ` [PATCH 3/3 v3] Add new tests of ignore-merge-bases

[PATCH v4 0/4] credential-store: prevent fatal errors
 2020-05-01 13:57 UTC  (30+ messages)
` [PATCH v5] credential-store: warn instead of fatal for bogus lines from store
  ` [RFC PATCH v6 0/2] credential-store: prevent fatal errors
    ` [RFC PATCH v6 1/2] credential-store: warn instead of fatal for bogus lines from store
    ` [RFC PATCH v6 2/2] credential-store: warn for any incomplete credentials instead of using
        ` [RFC PATCH v6 2/2] credential-store: warn for any incomplete credentials instead of usingy
    ` [PATCH v6] credential-store: warn instead of fatal for bogus lines from store
      ` [PATCH v7] "
        ` [PATCH v8] "
        ` [PATCH v9] "
          ` [RFC PATCH v10] credential-store: warn/ignore for bogus lines from store file
            ` [RFC PATCH v10 2/1] credential-store: warn also for store and erase

[PATCH v3] clone: use submodule.recurse option for automatically clone submodules
 2020-05-01 13:54 UTC  (2+ messages)
` [PATCH v4] "

git fast-export not preserving executable permissions?
 2020-05-01 13:35 UTC  (4+ messages)

[PATCH] send-email: Defines smtpPassCmd config option
 2020-05-01 12:53 UTC  (2+ messages)

[PATCH] branch: add '-' to delete previous branch
 2020-05-01 10:22 UTC  (24+ messages)

[PATCH v2] submodule: port subcommand 'set-url' from shell to C
 2020-05-01 10:01 UTC  (2+ messages)

[PATCH 0/4] t: replace incorrect test_must_fail usage (part 5)
 2020-05-01  9:35 UTC  (21+ messages)
` [PATCH 2/4] lib-submodule-update: consolidate --recurse-submodules
` [PATCH 4/4] lib-submodule-update: pass OVERWRITING_FAIL
  ` [PATCH v1.1] "
    ` Re* [PATCH 0/4] t: replace incorrect test_must_fail usage (part 5)

[PATCH 0/2] enhance "git restore --worktree --staged" behavior
 2020-05-01  8:49 UTC  (4+ messages)
` [PATCH 1/2] restore: require --source when combining --worktree and --staged
` [PATCH 2/2] restore: default to HEAD "

Bug: git restore --staged --worktree not working in git version 2.26.2.windows.1
 2020-05-01  8:42 UTC  (2+ messages)

Seg Fault on git fetch with fetch.negotiationAlgorithm=skipping
 2020-05-01  8:13 UTC  (3+ messages)

[PATCH 0/3] commit-graph: write non-split graphs as read-only
 2020-05-01  5:52 UTC  (8+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 1/5] tempfile.c: introduce 'create_tempfile_mode'
  ` [PATCH v3 2/5] lockfile.c: introduce 'hold_lock_file_for_update_mode'
  ` [PATCH v3 3/5] commit-graph.c: write non-split graphs as read-only
  ` [PATCH v3 4/5] commit-graph.c: ensure graph layers respect core.sharedRepository
  ` [PATCH v3 5/5] commit-graph.c: make 'commit-graph-chain's read-only

What's cooking in git.git (Apr 2020, #04; Thu, 30)
 2020-04-30 23:04 UTC 

[PATCH 00/11] refactor git switch completion
 2020-04-30 22:56 UTC  (2+ messages)

[PATCH] bugreport: collect list of populated hooks
 2020-04-30 22:09 UTC  (9+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v9 00/10] Reftable support git-core
 2020-04-30 21:49 UTC  (7+ messages)
` [PATCH v10 00/12] "
  ` [PATCH v10 02/12] Iterate over the "refs/" namespace in for_each_[raw]ref
  ` [PATCH v10 03/12] create .git/refs in files-backend.c

[PATCH v2 0/4] shallow: extract a header file
 2020-04-30 21:11 UTC  (8+ messages)
` [PATCH v2 1/4] commit: make 'commit_graft_pos' non-static
` [PATCH v2 2/4] shallow: extract a header file for shallow-related functions
` [PATCH v2 3/4] shallow.h: document '{commit,rollback}_shallow_file'
` [PATCH v2 4/4] shallow: use struct 'shallow_lock' for additional safety

[PATCH] switch: fix errors and comments related to -c and -C
 2020-04-30 20:45 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 06/15] run-job: auto-size or use custom pack-files batch
 2020-04-30 20:13 UTC  (2+ messages)

Guess the base-commit of a series
 2020-04-30 19:52 UTC  (4+ messages)

[PATCH 0/5] shallow: extract a header file
 2020-04-30 19:32 UTC  (22+ messages)
` [PATCH 1/5] commit: make 'commit_graft_pos' non-static
` [PATCH 2/5] shallow: extract a header file for shallow-related functions
` [PATCH 3/5] commit: move 'unregister_shallow' to 'shallow.h'
` [PATCH 4/5] shallow.h: document '{commit,rollback}_shallow_file'
` [PATCH 5/5] shallow: use struct 'shallow_lock' for additional safety

git svn clone throws Svndiff data contains backward-sliding source view error
 2020-04-30 19:14 UTC  (2+ messages)

[PATCH v2] branch: add '-' to delete previous branch
 2020-04-30 15:52 UTC 

[PATCH v10 2/8] receive-pack: add new proc-receive hook
 2020-04-30 15:33 UTC  (8+ messages)
` [PATCH v12 3/7] "

Git Test Coverage Report (April 30, 2020)
 2020-04-30 15:12 UTC  (2+ messages)

subtle bug in git-am
 2020-04-30 14:26 UTC  (4+ messages)

[PATCH] rebase: save autostash entry into stash reflog on --quit
 2020-04-30  9:45 UTC  (5+ messages)

[PATCH] gitk: fix the context menu not appearing in the presence of submodule diffs
 2020-04-29 23:11 UTC  (3+ messages)

[PATCH 0/6] fixup ra/rebase-i-more-options
 2020-04-29 19:59 UTC  (3+ messages)
` [PATCH v2 0/5] cleanup ra/rebase-i-more-options

What's cooking in git.git (Apr 2020, #03; Tue, 28)
 2020-04-29 17:26 UTC  (6+ messages)

[RFC PATCH 0/3] grep: honor sparse checkout and add option to ignore it
 2020-04-29 17:21 UTC  (10+ messages)
` [RFC PATCH 3/3] grep: add option to ignore sparsity patterns

[PATCH v4 1/4] gitfaq: files in .gitignore are tracked
 2020-04-29 17:19 UTC  (9+ messages)
` [PATCH v4 2/4] gitfaq: changing the remote of a repository
` [PATCH v4 3/4] gitfaq: shallow cloning "
` [PATCH v4 4/4] gitfaq: fetching and pulling "


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