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

[PATCH 09/15] hash: set and copy algo field in struct object_id
 2021-04-13  8:00 UTC  (11+ messages)
` [PATCH 0/2] C99: harder dependency on variadic macros
  ` [PATCH 1/2] git-compat-util.h: clarify comment on GCC-specific code
  ` [PATCH 2/2] C99 support: remove non-HAVE_VARIADIC_MACROS code

[PATCH] config: Introduce GIT_CONFIG_NOGLOBAL
 2021-04-13  7:54 UTC  (19+ messages)
` [PATCH v2 0/3] config: allow overriding global/system config
  ` [PATCH v2 3/3] config: allow overriding of global and system configuration
  ` [PATCH v3 0/3] config: allow overriding global/system config
    ` [PATCH v3 1/3] config: rename `git_etc_config()`
    ` [PATCH v3 2/3] config: unify code paths to get global config paths
    ` [PATCH v3 3/3] config: allow overriding of global and system configuration
    ` [PATCH v4 0/3] config: allow overriding global/system config
      ` [PATCH v4 1/3] config: rename `git_etc_config()`
      ` [PATCH v4 2/3] config: unify code paths to get global config paths
      ` [PATCH v4 3/3] config: allow overriding of global and system configuration
` [PATCH v3] "

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

[PATCH] pack-objects: update "nr_seen" progress based on pack-reused count
 2021-04-13  7:39 UTC  (3+ messages)

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

[PATCH v5 00/15] reftable library
 2021-04-13  7:28 UTC  (25+ messages)
` [PATCH v6 00/20] "
  ` [PATCH v6 01/20] init-db: set the_repository->hash_algo early on
  ` [PATCH v6 02/20] reftable: add LICENSE
  ` [PATCH v6 03/20] reftable: add error related functionality
  ` [PATCH v6 04/20] reftable: utility functions
  ` [PATCH v6 05/20] reftable: add blocksource, an abstraction for random access reads
  ` [PATCH v6 06/20] reftable: (de)serialization for the polymorphic record type
  ` [PATCH v6 07/20] reftable: reading/writing blocks
  ` [PATCH v6 08/20] reftable: a generic binary tree implementation
  ` [PATCH v6 09/20] reftable: write reftable files
  ` [PATCH v6 10/20] reftable: generic interface to tables
  ` [PATCH v6 11/20] reftable: read reftable files
  ` [PATCH v6 12/20] reftable: reftable file level tests
  ` [PATCH v6 13/20] reftable: add a heap-based priority queue for reftable records
  ` [PATCH v6 14/20] reftable: add merged table view
  ` [PATCH v6 15/20] reftable: implement refname validation
  ` [PATCH v6 16/20] reftable: implement stack, a mutable database of reftable files
  ` [PATCH v6 17/20] reftable: add dump utility
  ` [PATCH v6 18/20] Reftable support for git-core
  ` [PATCH v6 19/20] git-prompt: prepare for reftable refs backend
  ` [PATCH v6 20/20] Add "test-tool dump-reftable" command

rather slow 'git repack' in 'blob:none' partial clones
 2021-04-13  7:17 UTC  (11+ messages)
        ` [PATCH 0/3] low-hanging performance fruit with promisor packs
          ` [PATCH 1/3] is_promisor_object(): free tree buffer after parsing
          ` [PATCH 2/3] lookup_unknown_object(): take a repository argument
          ` [PATCH 3/3] revision: avoid parsing with --exclude-promisor-objects

GSoC Git Proposal Draft - ZheNing Hu
 2021-04-13  6:40 UTC  (4+ messages)

[PATCH] sparse-checkout: stop blocking empty workdirs
 2021-04-13  4:55 UTC  (2+ messages)

What's cooking in git.git (Apr 2021, #03; Mon, 12)
 2021-04-13  0:00 UTC 

[PATCH 00/16] test-lib.sh: new test_commit args, simplification & fixes
 2021-04-12 23:12 UTC  (34+ messages)
` [PATCH 01/16] check-non-portable-shell: complain about "test" a/-o instead of &&/||
` [PATCH 02/16] test-lib: bring $remove_trash out of retirement
` [PATCH 03/16] test-lib tests: remove dead GIT_TEST_FRAMEWORK_SELFTEST variable
` [PATCH 04/16] test-lib-functions: reword "test_commit --append" docs
` [PATCH 05/16] test-lib-functions: document test_commit --no-tag
` [PATCH 06/16] test-lib functions: add an --annotated-tag option to "test_commit"
` [PATCH 07/16] describe tests: convert setup to use test_commit
` [PATCH 08/16] test-lib functions: add --printf option to test_commit
` [PATCH 09/16] submodule tests: use symbolic-ref --short to discover branch name
` [PATCH 10/16] test-lib: reformat argument list in test_create_repo()
` [PATCH 11/16] test-lib: do not show advice about init.defaultBranch under --verbose
` [PATCH 12/16] test-lib: modernize test_create_repo() function
` [PATCH 13/16] test-lib-functions: normalize test_path_is_missing() debugging
` [PATCH 14/16] test-lib-functions: use "return 1" instead of "false"
` [PATCH 15/16] Revert and amend "test-lib-functions: assert correct parameter count"
` [PATCH 16/16] test-lib-functions: remove last two parameter count assertions

[GSoC][PATCH v2 0/1] userdiff: add support for scheme
 2021-04-12 23:04 UTC  (3+ messages)
` [GSoC][PATCH v3 1/1] userdiff: add support for Scheme

[PATCH] refs: print errno for read_raw_ref if GIT_TRACE_REFS is set
 2021-04-12 21:45 UTC  (2+ messages)

[PATCH] reftable: document an alternate cleanup method on Windows
 2021-04-12 21:31 UTC  (2+ messages)

[PATCH v2 00/25] Sparse Index: API protections
 2021-04-12 21:08 UTC  (28+ messages)
` [PATCH v3 00/26] "
  ` [PATCH v3 01/26] sparse-index: API protection strategy
  ` [PATCH v3 02/26] *: remove 'const' qualifier for struct index_state
  ` [PATCH v3 03/26] read-cache: expand on query into sparse-directory entry
  ` [PATCH v3 04/26] cache: move ensure_full_index() to cache.h
  ` [PATCH v3 05/26] add: ensure full index
  ` [PATCH v3 06/26] checkout-index: "
  ` [PATCH v3 07/26] checkout: "
  ` [PATCH v3 08/26] commit: "
  ` [PATCH v3 09/26] difftool: "
  ` [PATCH v3 10/26] fsck: "
  ` [PATCH v3 11/26] grep: "
  ` [PATCH v3 12/26] ls-files: "
  ` [PATCH v3 13/26] merge-index: "
  ` [PATCH v3 14/26] rm: "
  ` [PATCH v3 15/26] stash: "
  ` [PATCH v3 16/26] update-index: "
  ` [PATCH v3 17/26] dir: "
  ` [PATCH v3 18/26] entry: "
  ` [PATCH v3 19/26] merge-recursive: "
  ` [PATCH v3 20/26] pathspec: "
  ` [PATCH v3 21/26] read-cache: "
  ` [PATCH v3 22/26] resolve-undo: "
  ` [PATCH v3 23/26] revision: "
  ` [PATCH v3 24/26] name-hash: don't add directories to name_hash
  ` [PATCH v3 25/26] sparse-index: expand_to_path()
  ` [PATCH v3 26/26] name-hash: use expand_to_path()

[PATCH v2 0/5] Maintenance: adapt custom refspecs
 2021-04-12 20:27 UTC  (13+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 1/3] maintenance: simplify prefetch logic
  ` [PATCH v3 2/3] fetch: add --prefetch option

[PATCH v4] git-apply: allow simultaneous --cached and --3way options
 2021-04-12 18:27 UTC  (7+ messages)
` [PATCH v5] "

[PATCH] merge-ort: only do pointer arithmetic for non-empty lists
 2021-04-12 17:47 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v13 4/5] bugreport: add uname info
 2021-04-12 17:17 UTC  (3+ messages)
` [PATCH] t0091-bugreport.sh: actually verify some content of report

[PATCH v2 00/22] pickaxe: test and refactoring for follow-up changes
 2021-04-12 17:15 UTC  (24+ messages)
` [PATCH v3 00/22] pickaxe: test and refactoring for future PCRE backend
  ` [PATCH v3 01/22] grep/pcre2 tests: reword comments referring to kwset
  ` [PATCH v3 02/22] pickaxe tests: refactor to use test_commit --append --printf
  ` [PATCH v3 03/22] pickaxe tests: add test for diffgrep_consume() internals
  ` [PATCH v3 04/22] pickaxe tests: add test for "log -S" not being a regex
  ` [PATCH v3 05/22] pickaxe tests: test for -G, -S and --find-object incompatibility
  ` [PATCH v3 06/22] pickaxe tests: add missing test for --no-pickaxe-regex being an error
  ` [PATCH v3 07/22] pickaxe: die when -G and --pickaxe-regex are combined
  ` [PATCH v3 08/22] pickaxe: die when --find-object and --pickaxe-all "
  ` [PATCH v3 09/22] diff.h: move pickaxe fields together again
  ` [PATCH v3 10/22] pickaxe/style: consolidate declarations and assignments
  ` [PATCH v3 11/22] perf: add performance test for pickaxe
  ` [PATCH v3 12/22] pickaxe: refactor function selection in diffcore-pickaxe()
  ` [PATCH v3 13/22] pickaxe: assert that we must have a needle under -G or -S
  ` [PATCH v3 14/22] pickaxe -S: support content with NULs under --pickaxe-regex
  ` [PATCH v3 15/22] pickaxe: rename variables in has_changes() for brevity
  ` [PATCH v3 16/22] pickaxe -S: slightly optimize contains()
  ` [PATCH v3 17/22] xdiff-interface: prepare for allowing early return
  ` [PATCH v3 18/22] xdiff-interface: allow early return from xdiff_emit_line_fn
  ` [PATCH v3 19/22] pickaxe -G: terminate early on matching lines
  ` [PATCH v3 20/22] pickaxe -G: don't special-case create/delete
  ` [PATCH v3 21/22] xdiff users: use designated initializers for out_line
  ` [PATCH v3 22/22] xdiff-interface: replace discard_hunk_line() with a flag

Unexpected conflict during cherry-pick after moving submodule
 2021-04-12 17:02 UTC  (5+ messages)

[RFC PATCH v1 00/13][GSoC] doc: (monospace) apply CodingGuidelines on a large-scale
 2021-04-12 13:37 UTC  (2+ messages)

[GSoC][Draft Proposal] Finish converting git submodule to builtin
 2021-04-12 13:29 UTC  (7+ messages)
` [GSoC][Draft Proposal v2] "

[PATCH 00/25] grep: PCREv2 fixes, remove kwset.[ch]
 2021-04-12 13:19 UTC  (4+ messages)
` [PATCH v2 04/22] test-lib functions: add --printf option to test_commit

[PATCH v2 0/3] git-send-email: improve SSL configuration
 2021-04-12 13:16 UTC  (10+ messages)
` [PATCH v2 2/3] git-send-email: die on invalid smtp_encryption

[PATCH 00/10] describe tests: refactor & fix recent broken tests
 2021-04-12 11:33 UTC  (10+ messages)
` [PATCH v2 0/5] describe test fixes
  ` [PATCH v2 1/5] describe tests: improve test for --work-tree & --dirty
  ` [PATCH v2 2/5] describe tests: refactor away from glob matching
  ` [PATCH v2 3/5] describe tests: don't rely on err.actual from "check_describe"
  ` [PATCH v2 4/5] describe tests: fix nested "test_expect_success" call
  ` [PATCH v2 5/5] describe tests: support -C in "check_describe"
` [PATCH v2 0/2] svn tests: trivial "set -e" in main body of test fixes
  ` [PATCH v2 1/2] svn tests: remove legacy re-setup from init-clone test
  ` [PATCH v2 2/2] svn tests: refactor away a "set -e" in test body

[PATCH 00/15] SHA-256 / SHA-1 interop, part 1
 2021-04-12 11:13 UTC  (7+ messages)
` [PATCH 09/15] hash: set and copy algo field in struct object_id


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