git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-02-12 20:25:43 to 2020-02-15 00:42:20 UTC [more...]

[PATCH 0/13] combining object filters and bitmaps
 2020-02-15  0:42 UTC  (49+ messages)
` [PATCH 01/13] pack-bitmap: factor out type iterator initialization
` [PATCH 02/13] pack-bitmap: fix leak of haves/wants object lists
` [PATCH 03/13] rev-list: fallback to non-bitmap traversal when filtering
` [PATCH 04/13] rev-list: consolidate bitmap-disabling options
` [PATCH 05/13] rev-list: factor out bitmap-optimized routines
` [PATCH 06/13] rev-list: make --count work with --objects
` [PATCH 07/13] rev-list: allow bitmaps when counting objects
` [PATCH 08/13] pack-bitmap: basic noop bitmap filter infrastructure
` [PATCH 09/13] rev-list: use bitmap filters for traversal
` [PATCH 10/13] bitmap: add bitmap_unset() function
` [PATCH 11/13] pack-bitmap: implement BLOB_NONE filtering
` [PATCH 12/13] pack-bitmap: implement BLOB_LIMIT filtering
` [PATCH 13/13] pack-objects: support filters with bitmaps
` [PATCH v2 0/15] combining object filters and bitmaps
  ` [PATCH v2 01/15] pack-bitmap: factor out type iterator initialization
  ` [PATCH v2 02/15] pack-bitmap: fix leak of haves/wants object lists
  ` [PATCH v2 03/15] rev-list: fallback to non-bitmap traversal when filtering
  ` [PATCH v2 04/15] pack-bitmap: refuse to do a bitmap traversal with pathspecs
  ` [PATCH v2 05/15] rev-list: factor out bitmap-optimized routines
  ` [PATCH v2 06/15] rev-list: make --count work with --objects
  ` [PATCH v2 07/15] rev-list: allow bitmaps when counting objects
  ` [PATCH v2 08/15] t5310: factor out bitmap traversal comparison
  ` [PATCH v2 09/15] rev-list: allow commit-only bitmap traversals
  ` [PATCH v2 10/15] pack-bitmap: basic noop bitmap filter infrastructure
  ` [PATCH v2 11/15] rev-list: use bitmap filters for traversal
  ` [PATCH v2 12/15] bitmap: add bitmap_unset() function
  ` [PATCH v2 13/15] pack-bitmap: implement BLOB_NONE filtering
  ` [PATCH v2 14/15] pack-bitmap: implement BLOB_LIMIT filtering
  ` [PATCH v2 15/15] pack-objects: support filters with bitmaps

[PATCH 0/3] Wildcard matching for credentials
 2020-02-15  0:13 UTC  (6+ messages)
` [PATCH 1/3] mailmap: add an additional email address for brian m. carlson
` [PATCH 2/3] t1300: add test for urlmatch with multiple wildcards
` [PATCH 3/3] credential: allow wildcard patterns when matching config

[RFC PATCH] prefix_path: show gitdir when arg is outside repo
 2020-02-15  0:02 UTC  (2+ messages)

[PATCH 0/5] object.c: localize global the_repository variable into r
 2020-02-15  0:00 UTC  (14+ messages)
` [PATCH 1/5] object.c: get_max_object_index and get_indexed_object accept 'r' parameter
` [PATCH 2/5] object.c: lookup_unknown_object() accept 'r' as parameter

Nested submodule checkout
 2020-02-14 22:42 UTC 

[PATCH v6 00/15] add git-bugreport tool
 2020-02-14 22:30 UTC  (41+ messages)
` [PATCH v6 01/15] help: move list_config_help to builtin/help
` [PATCH v6 03/15] bugreport: add tool to generate debugging info
` [PATCH v6 09/15] bugreport: generate config safelist based on docs
` [PATCH v6 10/15] bugreport: add config values from safelist
` [PATCH v7 00/15] add git-bugreport tool
  ` [PATCH v7 01/15] help: move list_config_help to builtin/help
  ` [PATCH v7 02/15] help: add shell-path to --build-options
  ` [PATCH v7 03/15] bugreport: add tool to generate debugging info
  ` [PATCH v7 04/15] bugreport: gather git version and build info
  ` [PATCH v7 05/15] bugreport: add uname info
  ` [PATCH v7 06/15] bugreport: add compiler info
  ` [PATCH v7 07/15] bugreport: add git-remote-https version
  ` [PATCH v7 08/15] bugreport: include user interactive shell
  ` [PATCH v7 09/15] bugreport: generate config safelist based on docs
  ` [PATCH v7 10/15] bugreport: add config values from safelist
  ` [PATCH v7 11/15] bugreport: collect list of populated hooks
  ` [PATCH v7 12/15] bugreport: count loose objects
  ` [PATCH v7 13/15] bugreport: add packed object summary
  ` [PATCH v7 14/15] bugreport: list contents of $OBJDIR/info
  ` [PATCH v7 15/15] bugreport: summarize contents of alternates file

Feature Suggestion: Allow to enforce "rename" in git while committing
 2020-02-14 21:38 UTC  (2+ messages)

Git representative on AsciiDoc Working Group
 2020-02-14 21:05 UTC  (4+ messages)

[PATCH v1] builtin/rebase: remove a call to get_oid() on `options.switch_to'
 2020-02-14 20:43 UTC  (3+ messages)

[PATCH] doc: move credential helper info into gitcredentials(7)
 2020-02-14 18:54 UTC 

[PATCH] credential.c: fix credential reading with regards to CR/LF
 2020-02-14 18:32 UTC  (3+ messages)

What's cooking in git.git (Feb 2020, #03; Wed, 12)
 2020-02-14 18:10 UTC  (12+ messages)
` bw/remote-rename-update-config, was "
` yz/p4-py3, "

[PATCH v7] MyFirstContribution: add avenues for getting help
 2020-02-14 17:36 UTC  (4+ messages)
` [PATCH] MyFirstContribution: rephrase contact info

[PATCH v3] unpack-trees.c: distinguish ita files from empty files
 2020-02-14 17:14 UTC  (2+ messages)
` [PATCH v4] "

[PATCH] reset: unstage empty deleted ita files
 2020-02-14 17:12 UTC  (6+ messages)
` [PATCH v3] diff-lib.c: handle "

git-describe --tags warning: 'X' is really 'Y' here
 2020-02-14 16:57 UTC  (4+ messages)

How to force configure script to use curl ?
 2020-02-14 16:49 UTC  (6+ messages)

[PATCH 0/3] [GSoC] receive.denyCurrentBranch: respect all worktrees
 2020-02-14 15:03 UTC  (8+ messages)
` [PATCH 1/3] get_main_worktree(): allow it to be called in the Git directory
` [PATCH 2/3] t5509: initialized `pushee` as bare repository
` [PATCH 3/3] receive.denyCurrentBranch: respect all worktrees

[PATCH v5 0/7] git-p4: add hooks for p4-changelist
 2020-02-14 14:44 UTC  (9+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/7] git-p4: rewrite prompt to be Windows compatible
  ` [PATCH v6 2/7] git-p4: create new function run_git_hook
  ` [PATCH v6 3/7] git-p4: add p4-pre-submit exit text
  ` [PATCH v6 4/7] git-p4: add --no-verify option
  ` [PATCH v6 5/7] git-p4: restructure code in submit
  ` [PATCH v6 6/7] git-p4: add p4 submit hooks
  ` [PATCH v6 7/7] git-p4: add RCS keyword status message

[PATCH] t9001, t9116: avoid pipes
 2020-02-14 13:53 UTC 

[PATCH 0/1] [RFC][GSoC] submodule: enforcing stricter checks
 2020-02-14 13:28 UTC  (5+ messages)
` [PATCH 1/1][RFC][GSoC] submodule: using 'is_writing_gitmodules_ok()' for a stricter check

[RFC][GSOC] Microproject Suggestion
 2020-02-14  8:49 UTC  (4+ messages)

Fix inet_ntop and inet_pton on Solaris
 2020-02-14  6:50 UTC  (2+ messages)

RFC: Merge hints
 2020-02-14  6:44 UTC  (2+ messages)

Inconsistent results from git rev-parse --show-toplevel
 2020-02-14  6:36 UTC  (8+ messages)

How do I change the AuthorDate and CommitDate of all my commits?
 2020-02-14  6:32 UTC  (2+ messages)

Calculating major.minor.patch from commit hash
 2020-02-14  0:27 UTC  (4+ messages)

[PATCH] t5580: test cloning without file://, test fetching via UNC paths
 2020-02-13 21:51 UTC 

[PATCH] mingw: add a helper function to attach GDB to the current process
 2020-02-13 21:49 UTC 

[PATCH] mingw: workaround for hangs when sending STDIN
 2020-02-13 19:22 UTC  (4+ messages)
` Test program used to prove quota's behavior

[PATCH v3 00/15] rebase: make the default backend configurable
 2020-02-13 18:54 UTC  (11+ messages)
` [PATCH v4 00/19] "
  ` [PATCH v4 01/19] git-rebase.txt: update description of --allow-empty-message
  ` [PATCH v4 03/19] rebase (interactive-backend): make --keep-empty the default
  ` [PATCH v4 04/19] rebase (interactive-backend): fix handling of commits that become empty

[PATCH 0/3] builtin/commit-graph.c: new split/merge options
 2020-02-13 17:58 UTC  (22+ messages)
` [PATCH 2/3] builtin/commit-graph.c: introduce '--input=<source>'
` [PATCH v2 0/3] builtin/commit-graph.c: new split/merge options
  ` [PATCH v2 1/3] builtin/commit-graph.c: support '--split[=<strategy>]'
` [PATCH v3 0/3] builtin/commit-graph.c: new split/merge options
  ` [PATCH v3 3/3] builtin/commit-graph.c: support '--input=none'

[PATCH] [RFC PATCH] stash save/push: add --index-only option
 2020-02-13 17:12 UTC  (6+ messages)

recursive cloning with --reference-if-able + --dissociate
 2020-02-13 16:18 UTC  (2+ messages)

Git tedious verbosity
 2020-02-13 14:03 UTC  (2+ messages)
  ` Verbosity of git checkout (was Re: Git tedious verbosity)

Conversion of 'git submodule' to C: need some help
 2020-02-13 13:33 UTC  (2+ messages)

Git tedious verbosity
 2020-02-13  4:45 UTC  (9+ messages)

[PATCH v2] doc: describe Git bundle format
 2020-02-12 22:43 UTC  (8+ messages)
` [PATCH v3] "

SHA1dc on mac
 2020-02-12 22:40 UTC  (4+ messages)

Fwd: Re: [PATCH 0/5] object.c: localize global the_repository variable into r
 2020-02-12 22:25 UTC 

[PATCH] advice: refactor advise API
 2020-02-12 20:57 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).