git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-04-08 15:04:46 to 2021-04-09 18:11:34 UTC [more...]

[PATCH v2 00/10] improve reporting of unexpected objects
 2021-04-09 18:10 UTC  (24+ messages)
` [PATCH 0/2] blob/object.c: trivial readability improvements
  ` [PATCH 1/2] blob.c: remove buffer & size arguments to parse_blob_buffer()
  ` [PATCH 2/2] object.c: initialize automatic variable in lookup_object()
  ` [PATCH 0/6] {tag,object}*.c: refactorings + prep for a larger change
    ` [PATCH 1/6] object.c: stop supporting len == -1 in type_from_string_gently()
    ` [PATCH 2/6] object.c: remove "gently" argument to type_from_string_gently()
    ` [PATCH 3/6] object.c: make type_from_string() return "enum object_type"
    ` [PATCH 4/6] object-file.c: make oid_object_info() "
    ` [PATCH 5/6] object-name.c: make dependency on object_type order more obvious
    ` [PATCH 6/6] tag.c: use type_from_string_gently() when parsing tags
    ` [PATCH 0/7] object.c: add and use "is expected" utility function + object_as_type() use
      ` [PATCH 1/7] tree.c: fix misindentation in parse_tree_gently()
      ` [PATCH 2/7] object.c: add a utility function for "expected type X, got Y"
      ` [PATCH 3/7] object.c: add and use oid_is_type_or_die_msg() function
      ` [PATCH 4/7] commit-graph: use obj->type, not object_as_type()
      ` [PATCH 5/7] commit.c: don't use deref_tag() -> object_as_type()
      ` [PATCH 6/7] object.c: normalize brace style in object_as_type()
      ` [PATCH 7/7] object.c: remove "quiet" parameter from object_as_type()

[PATCH 00/22] multi-pack reachability bitmaps
 2021-04-09 18:10 UTC  (4+ messages)
` [PATCH 01/22] pack-bitmap.c: harden 'test_bitmap_walk()' to check type bitmaps
` [PATCH 02/22] pack-bitmap-write.c: gracefully fail to write non-closed bitmaps
` [PATCH 03/22] pack-bitmap-write.c: free existing bitmaps

Possible memory leak bug reports for the latest "git" repository
 2021-04-09 16:49 UTC  (2+ messages)

[PATCH 0/6] Push negotiation
 2021-04-09 16:38 UTC  (14+ messages)
` [PATCH 1/6] fetch-pack: buffer object-format with other args
` [PATCH 2/6] fetch-pack: refactor process_acks()
` [PATCH 3/6] fetch-pack: refactor add_haves()
` [PATCH 4/6] fetch-pack: refactor command and capability write
` [PATCH 5/6] fetch: teach independent negotiation (no packfile)
` [PATCH 6/6] send-pack: support push negotiation

[PATCH 0/7] rev-parse: implement object type filter
 2021-04-09 16:05 UTC  (30+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 2/8] revision: mark commit parents as NOT_USER_GIVEN
  ` [PATCH v2 7/8] pack-bitmap: implement combined filter
  ` [PATCH v2 8/8] rev-list: allow filtering of provided items
  ` [PATCH v3 0/8] rev-parse: implement object type filter
    ` [PATCH v3 1/8] uploadpack.txt: document implication of `uploadpackfilter.allow`
    ` [PATCH v3 2/8] revision: mark commit parents as NOT_USER_GIVEN
    ` [PATCH v3 3/8] list-objects: move tag processing into its own function
    ` [PATCH v3 4/8] list-objects: support filtering by tag and commit
    ` [PATCH v3 5/8] list-objects: implement object type filter
    ` [PATCH v3 6/8] pack-bitmap: "
    ` [PATCH v3 7/8] pack-bitmap: implement combined filter
    ` [PATCH v3 8/8] rev-list: allow filtering of provided items
      ` [RESEND PATCH "

There should have be git gc --repack-arguments
 2021-04-09 15:49 UTC  (8+ messages)

[PATCH] config: Introduce GIT_CONFIG_NOGLOBAL
 2021-04-09 15:41 UTC  (18+ messages)
` [PATCH v2 0/3] config: allow overriding global/system config
  ` [PATCH v2 1/3] config: rename `git_etc_config()`
  ` [PATCH v2 2/3] config: unify code paths to get global config paths
  ` [PATCH v2 3/3] config: allow overriding of global and system configuration

git-p4 crashes on non UTF-8 output from p4
 2021-04-09 15:38 UTC  (2+ messages)

[PATCH 0/5] small doc make and lint fixes
 2021-04-09 15:02 UTC  (13+ messages)
` [PATCH 5/5] doc lint: lint and fix missing "GIT" end sections
` [PATCH v2 0/7] doc make and lint fixes
  ` [PATCH v2 1/7] Documentation/Makefile: make $(wildcard howto/*.txt) a var
  ` [PATCH v2 2/7] Documentation/Makefile: make doc.dep dependencies a variable again
  ` [PATCH v2 3/7] doc lint: Perl "strict" and "warnings" in lint-gitlink.perl
  ` [PATCH v2 4/7] doc lint: fix bugs in, simplify and improve lint script
  ` [PATCH v2 5/7] doc lint: lint and fix missing "GIT" end sections
  ` [PATCH v2 6/7] doc lint: lint relative section order
  ` [PATCH v2 7/7] docs: fix linting issues due to incorrect "

[RFC PATCH 0/2] share a config between submodule and superproject
 2021-04-09 14:35 UTC  (5+ messages)
` [RFC PATCH 1/2] config: rename "submodule" scope to "gitmodules"
` [RFC PATCH 2/2] config: add 'config.superproject' file

[PATCH] sequencer: fix edit handling for cherry-pick and revert messages
 2021-04-09 13:53 UTC  (13+ messages)
` [PATCH v2] "
      ` unifying sequencer's options persisting, was "

[PATCH v7] [GSOC] trailer: add new trailer.<token>.cmd config option
 2021-04-09 13:37 UTC  (4+ messages)
` [PATCH v8 0/2] [GSOC] trailer: add new .cmd "
  ` [PATCH v8 1/2] [GSOC] docs: correct descript of trailer.<token>.command
  ` [PATCH v8 2/2] [GSOC] trailer: add new .cmd config option

[PATCH] [GSOC] ref-filter: get rid of show_ref_array_item
 2021-04-09 13:35 UTC 

[PATCH 0/5] config: support --type=bool-or-auto for "tristate" parsing
 2021-04-09 12:53 UTC  (17+ messages)
` [PATCH 1/5] config.c: add a comment about why value=NULL is true
` [PATCH 2/5] config tests: test for --bool-or-str
` [PATCH 3/5] git-config: document --bool-or-str and --type=bool-or-str
` [PATCH 4/5] config.c: add a "tristate" helper
` [PATCH 5/5] config: add --type=bool-or-auto switch

[PATCH 0/5] Maintenance: adapt custom refspecs
 2021-04-09 11:48 UTC  (5+ messages)
` [PATCH 5/5] maintenance: allow custom refspecs during prefetch

[RFC PATCH v1 00/13][GSoC] doc: (monospace) apply CodingGuidelines on a large-scale
 2021-04-09  9:49 UTC  (15+ messages)
` [RFC PATCH v1 01/13] doc: typeset command-line options in monospace
` [RFC PATCH v1 02/13] doc: typeset branches and remotes "
` [RFC PATCH v1 03/13] doc: typeset configuration options "
` [RFC PATCH v1 04/13] doc: typeset git-related commands "
` [RFC PATCH v1 05/13] doc: typeset git-svn subcommands "
` [RFC PATCH v1 06/13] doc: typeset dummy URLs and protocols "
` [RFC PATCH v1 07/13] doc: typeset git dotfiles "
` [RFC PATCH v1 08/13] doc: typeset filepath and $variables "
` [RFC PATCH v1 09/13] doc: typeset command/option/value entries "
` [RFC PATCH v1 10/13] doc: typeset more command "
` [RFC PATCH v1 11/13] doc: typeset config option "
` [RFC PATCH v1 12/13] doc: typeset environment vars without $ "
` [RFC PATCH v1 13/13] doc: typeset common programs "

[PATCH 0/3] rebase: don't override --no-reschedule-failed-exec with config
 2021-04-09  8:01 UTC  (4+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] rebase tests: camel-case rebase.rescheduleFailedExec consistently
  ` [PATCH v2 2/2] rebase: don't override --no-reschedule-failed-exec with config

[PATCH v2 0/4] Finish converting git bisect to C part 4
 2021-04-09  6:15 UTC  (6+ messages)
` [PATCH v2 1/4] run-command: make `exists_in_PATH()` non-static
` [PATCH v2 3/4] bisect--helper: reimplement `bisect_run` shell function in C

What's cooking in git.git (Apr 2021, #02; Thu, 8)
 2021-04-09  0:15 UTC  (2+ messages)

[PATCH 0/2] git-send-email: refactor duplicate $? checks into a function
 2021-04-09  0:08 UTC  (8+ messages)
` [PATCH v2 0/4] refactor duplicate $? checks into a function + improve errors
  ` [PATCH v2 2/4] git-send-email: refactor duplicate $? checks into a function

[PATCH v8 00/37] config-based hooks
 2021-04-09  0:03 UTC  (7+ messages)
` [PATCH v8 37/37] docs: unify githooks and git-hook manpages

[PATCH v13 0/5] git-bugreport with fixed VS build
 2021-04-08 23:58 UTC  (13+ messages)
` [PATCH v13 2/5] bugreport: add tool to generate debugging info
` [PATCH v13 4/5] bugreport: add uname info
` [PATCH v13 5/5] bugreport: add compiler info

[PATCH v13 1/5] help: move list_config_help to builtin/help
 2021-04-08 23:40 UTC  (4+ messages)
` [PATCH] Makefile: add missing dependencies of 'config-list.h'

[PATCH 0/9] git log: configurable default format for merge diffs
 2021-04-08 23:07 UTC  (18+ messages)
` [PATCH 1/9] diff-merges: introduce --diff-merges=def
` [PATCH 3/9] diff-merges: introduce log.diffMerges config variable
` [PATCH 7/9] t9902: fix completion tests for log.d* to match log.diffMerges

[PATCH v4] gitweb: redacted e-mail addresses feature
 2021-04-08 22:54 UTC  (12+ messages)
` [PATCH v5] "
  ` [PATCH v6] "

[PATCH v3 0/7] add/rm: honor sparse checkout and warn on sparse paths
 2021-04-08 20:41 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/7] add: include magic part of pathspec on --refresh error
  ` [PATCH v4 2/7] t3705: add tests for `git add` in sparse checkouts
  ` [PATCH v4 3/7] add: make --chmod and --renormalize honor "
  ` [PATCH v4 4/7] pathspec: allow to ignore SKIP_WORKTREE entries on index matching
  ` [PATCH v4 5/7] refresh_index(): add flag to ignore SKIP_WORKTREE entries
  ` [PATCH v4 6/7] add: warn when asked to update "
  ` [PATCH v4 7/7] rm: honor sparse checkout patterns

[PATCH 0/5] Parallel Checkout (part 2)
 2021-04-08 19:52 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] unpack-trees: add basic support for parallel checkout
  ` [PATCH v2 2/5] parallel-checkout: make it truly parallel
  ` [PATCH v2 3/5] parallel-checkout: add configuration options
  ` [PATCH v2 4/5] parallel-checkout: support progress displaying
  ` [PATCH v2 5/5] parallel-checkout: add design documentation

[PATCH v4 00/10] userdiff: refactor + test improvements
 2021-04-08 19:29 UTC  (9+ messages)
` [PATCH v5 0/9] "
  ` [PATCH v5 4/9] userdiff: add and use for_each_userdiff_driver()
  ` [PATCH v5 5/9] userdiff tests: explicitly test "default" pattern
  ` [PATCH v5 6/9] userdiff tests: list builtin drivers via test-tool
  ` [PATCH v5 7/9] userdiff: remove support for "broken" tests
  ` [PATCH v5 8/9] blame tests: don't rely on t/t4018/ directory
  ` [PATCH v5 9/9] blame tests: simplify userdiff driver test

[PATCH] config.c: remove last remnant of GIT_TEST_GETTEXT_POISON
 2021-04-08 17:55 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] completion: audit and guard $GIT_* against unset use
 2021-04-08 17:45 UTC  (2+ messages)

[PATCH] [GSOC] ref-filter: use single strbuf for all output
 2021-04-08 15:12 UTC  (8+ messages)
` [PATCH v2] "


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