git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-04-22 17:28:34 to 2021-04-26 01:03:55 UTC [more...]

[PATCH v2 00/13] SHA-256 / SHA-1 interop, part 1
 2021-04-26  1:02 UTC  (2+ messages)
` [PATCH v2 03/13] http-push: set algorithm when reading object ID

Possible segfault with `git clone --mirror`
 2021-04-26  0:39 UTC  (2+ messages)

[feature suggestion] Improve stash descriptions
 2021-04-25 17:17 UTC  (2+ messages)

[PATCH 00/12] Fix all leaks in tests t0002-t0099: Part 1
 2021-04-25 14:16 UTC  (26+ messages)
` [PATCH 01/12] revision: free remainder of old commit list in limit_list
` [PATCH 03/12] ls-files: free max_prefix when done
` [PATCH 04/12] bloom: clear each bloom_key after use
` [PATCH 09/12] mailinfo: also free strbuf lists when clearing mailinfo
` [PATCH v2 00/12] Fix all leaks in tests t0002-t0099: Part 1
  ` [PATCH v2 01/12] revision: free remainder of old commit list in limit_list
  ` [PATCH v2 02/12] wt-status: fix multiple small leaks
  ` [PATCH v2 03/12] ls-files: free max_prefix when done
  ` [PATCH v2 04/12] bloom: clear each bloom_key after use
  ` [PATCH v2 05/12] branch: FREE_AND_NULL instead of NULL'ing real_ref
  ` [PATCH v2 06/12] builtin/bugreport: don't leak prefixed filename
  ` [PATCH v2 07/12] builtin/check-ignore: clear_pathspec before returning
  ` [PATCH v2 08/12] builtin/checkout: clear pending objects after diffing
  ` [PATCH v2 09/12] mailinfo: also free strbuf lists when clearing mailinfo
  ` [PATCH v2 10/12] builtin/for-each-ref: free filter and UNLEAK sorting
  ` [PATCH v2 11/12] builtin/rebase: release git_format_patch_opt too
  ` [PATCH v2 12/12] builtin/rm: avoid leaking pathspec and seen

[PATCH] [GSOC] pretty: provide human date format
 2021-04-25 10:41 UTC  (12+ messages)
` [PATCH v2] "
  ` [PATCH 0/2] pretty tests: --date/format test improvements
    ` [PATCH 1/2] pretty tests: simplify %aI/%cI date format test
    ` [PATCH 2/2] pretty tests: give --date/format tests a better description
  ` [PATCH v3] [GSOC] pretty: provide human date format

git diff word diff bug??
 2021-04-25  8:54 UTC  (2+ messages)

[PATCH] bisect--helper: use BISECT_TERMS in 'bisect skip' command
 2021-04-25  8:16 UTC  (2+ messages)

[PATCH v2] t6030: add test for git bisect skip started with --term* arguments
 2021-04-25  8:05 UTC 

Feature request: stash rename
 2021-04-25  7:10 UTC 

[PATCH 00/30] subtree: clean up, improve UX
 2021-04-25  2:55 UTC  (57+ messages)
` [PATCH 01/30] .gitignore: Ignore /git-subtree
` [PATCH 02/30] subtree: t7900: update for having the default branch name be 'main'
` [PATCH 03/30] subtree: t7900: use test-lib.sh's test_count
` [PATCH 04/30] subtree: t7900: use consistent formatting
` [PATCH 05/30] subtree: t7900: comment subtree_test_create_repo
` [PATCH 06/30] subtree: t7900: use 'test' for string equality
` [PATCH 07/30] subtree: t7900: delete some dead code
` [PATCH 08/30] subtree: t7900: fix 'verify one file change per commit'
` [PATCH 09/30] subtree: t7900: rename last_commit_message to last_commit_subject
` [PATCH 10/30] subtree: t7900: add a test for the -h flag
` [PATCH 11/30] subtree: t7900: add porcelain tests for 'pull' and 'push'
` [PATCH 12/30] subtree: don't have loose code outside of a function
` [PATCH 13/30] subtree: more consistent error propagation
` [PATCH 14/30] subtree: drop support for git < 1.7
` [PATCH 15/30] subtree: use `git merge-base --is-ancestor`
` [PATCH 16/30] subtree: use git-sh-setup's `say`
` [PATCH 17/30] subtree: use more explicit variable names for cmdline args
` [PATCH 18/30] subtree: use $* instead of $@ as appropriate
` [PATCH 19/30] subtree: give `$(git --exec-path)` precedence over `$PATH`
` [PATCH 20/30] subtree: use "^{commit}" instead of "^0"
` [PATCH 21/30] subtree: parse revs in individual cmd_ functions
` [PATCH 22/30] subtree: remove duplicate check
` [PATCH 23/30] subtree: add comments and sanity checks
` [PATCH 24/30] subtree: don't let debug and progress output clash
` [PATCH 25/30] subtree: have $indent actually affect indentation
` [PATCH 26/30] subtree: give the docs a once-over
` [PATCH 27/30] subtree: allow --squash to be used with --rejoin
` [PATCH 28/30] subtree: allow 'split' flags to be passed to 'push'
` [PATCH 29/30] subtree: push: allow specifying a local rev other than HEAD
` [PATCH 30/30] subtree: be stricter about validating flags

[RFC PATCH] cygwin: disallow backslashes in file names
 2021-04-24 21:21 UTC 

Security vulnerability in Git for Cygwin
 2021-04-24 21:04 UTC  (2+ messages)

how to rename remote branches, the long way
 2021-04-24 18:24 UTC  (8+ messages)

git pull --rebase silently skipping commits
 2021-04-24 13:46 UTC 

[PATCH] add git-p4.fallbackEncoding config variable, to prevent git-p4 from crashing on non UTF-8 changeset descriptions
 2021-04-24  8:14 UTC  (9+ messages)
` [PATCH v3] add git-p4.fallbackEncoding config setting, "

[BUG] ** glob pattern in git diff doesn't match root directory
 2021-04-24  3:31 UTC  (2+ messages)

[PATCH v2] hooks: propose project configured hooks
 2021-04-24  1:38 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 00/10] Sparse-index: integrate with status and add
 2021-04-23 21:34 UTC  (18+ messages)
` [PATCH 01/10] t1092: add tests for status/add and sparse files
` [PATCH 02/10] unpack-trees: make sparse aware
` [PATCH v2 0/8] Sparse-index: integrate with status
  ` [PATCH v2 1/8] t1092: add tests for status/add and sparse files
  ` [PATCH v2 2/8] unpack-trees: preserve cache_bottom
  ` [PATCH v2 3/8] unpack-trees: compare sparse directories correctly
  ` [PATCH v2 4/8] unpack-trees: stop recursing into sparse directories
  ` [PATCH v2 5/8] dir.c: accept a directory as part of cone-mode patterns
  ` [PATCH v2 6/8] status: skip sparse-checkout percentage with sparse-index
  ` [PATCH v2 7/8] status: use sparse-index throughout
  ` [PATCH v2 8/8] fsmonitor: test with sparse index

[PATCH 0/7] Parallel Checkout (part 3)
 2021-04-23 19:56 UTC  (11+ messages)
` [PATCH 2/7] builtin/checkout.c: complete parallel checkout support
` [PATCH 3/7] checkout-index: add "
` [PATCH 4/7] parallel-checkout: add tests for basic operations
` [PATCH 6/7] parallel-checkout: add tests related to .gitattributes
` [PATCH 7/7] ci: run test round with parallel-checkout enabled

[RFC PATCH] fast-export, fast-import: Let tags specify an internal name
 2021-04-23 16:47 UTC  (8+ messages)

[PATCH v2 0/3] fast-export, fast-import: implement signed-commits
 2021-04-23 16:41 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] git-fast-import.txt: add missing LF in the BNF
  ` [PATCH v3 2/3] fast-export: rename --signed-tags='warn' to 'warn-verbatim'
  ` [PATCH v3 3/3] fast-export, fast-import: implement signed-commits

[PATCH] refs: remove EINVAL specification from the errno sideband in read_raw_ref_fn
 2021-04-23 15:31 UTC  (7+ messages)
` [PATCH v2 0/3] refs: cleanup errno sideband ref related functions
  ` [PATCH v2 1/3] refs: remove EINVAL specification from the errno sideband in read_raw_ref_fn
  ` [PATCH v2 2/3] refs/files-backend: stop setting errno from lock_ref_oid_basic
  ` [PATCH v2 3/3] refs: make errno output explicit for read_raw_ref_fn

What's cooking in git.git (Apr 2021, #05; Mon, 19)
 2021-04-23 14:41 UTC  (3+ messages)

[PATCH 0/5] fsck: improve error reporting
 2021-04-23 14:37 UTC  (8+ messages)
` [PATCH v2 0/6] fsck: better "invalid object" "
  ` [PATCH v2 3/6] fsck: don't hard die on invalid object types
  ` [PATCH v2 4/6] object-store.h: move read_loose_object() below 'struct object_info'
  ` [PATCH v2 5/6] fsck: report invalid types recorded in objects

reflog existence & reftable
 2021-04-23 14:07 UTC  (5+ messages)

[Question] git cat-file --batch cannot handle irregular path
 2021-04-23 13:07 UTC  (3+ messages)

[RFC PATCH 0/2] share a config between submodule and superproject
 2021-04-23 12:45 UTC  (11+ messages)
` [RFC PATCH v2 0/4] "
  ` [RFC PATCH v2 1/4] config: rename "submodule" scope to "gitmodules"
  ` [RFC PATCH v2 2/4] t1510-repo-setup: don't use exact matching on traces
  ` [RFC PATCH v2 3/4] t7006-pager.sh: more lenient trace checking
  ` [RFC PATCH v2 4/4] config: add 'config.superproject' file

[PATCH] cache-tree: avoid needless promisor object fetch
 2021-04-23 12:28 UTC  (2+ messages)

[PATCH v3 00/16] reftable library
 2021-04-23 10:22 UTC  (5+ messages)
` [PATCH v4 00/15] "
  ` [PATCH v4 13/15] Reftable support for git-core

[PATCH 0/2] git: support separate arg for `--config-env`'s value
 2021-04-23 10:07 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH v2 0/2] config: allow specifying config entries via envvar pairs
 2021-04-23 10:05 UTC  (7+ messages)
` [PATCH v8 0/8] "
  ` [PATCH v8 2/8] config: add new way to pass config via `--config-env`

Strategy to deal with slow cloners
 2021-04-23 10:02 UTC  (2+ messages)

[PATCH v3 0/3] config: allow overriding global/system config
 2021-04-23  9:32 UTC  (11+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] config: rename `git_etc_config()`
  ` [PATCH v5 0/3] config: allow overriding global/system config

[PATCH 00/18] Prepare tests for reftable backend
 2021-04-23  9:16 UTC  (10+ messages)
` [PATCH 04/18] t1401-symbolic-ref: avoid direct filesystem access

[PATCH v4 0/8] rev-list: implement object type filter
 2021-04-23  9:13 UTC  (4+ messages)
` [PATCH v5 "

[PATCH] refs/debug: trace into reflog expiry too
 2021-04-23  9:10 UTC 

[PATCH] refs: print errno for read_raw_ref if GIT_TRACE_REFS is set
 2021-04-23  8:34 UTC  (5+ messages)

[PATCH v2 0/5] test-lib-functions.sh: trickery to make -x less verbose
 2021-04-23  7:29 UTC  (6+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] test-lib-functions: normalize test_path_is_missing() debugging
  ` [PATCH v3 2/4] Revert and amend "test-lib-functions: assert correct parameter count"
  ` [PATCH v3 3/4] test-helpers: rename "path-utils is_valid_path" to "is-valid-paths"
  ` [PATCH v3 4/4] test-helpers: split "file-size" into "file-size(s)"

[PATCH v4 00/11] test-lib.sh: new test_commit args, simplification & fixes
 2021-04-23  7:21 UTC  (13+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/11] test-lib: bring $remove_trash out of retirement
  ` [PATCH v5 02/11] test-lib tests: remove dead GIT_TEST_FRAMEWORK_SELFTEST variable
  ` [PATCH v5 03/11] test-lib-functions: reword "test_commit --append" docs
  ` [PATCH v5 04/11] test-lib-functions: document test_commit --no-tag
  ` [PATCH v5 05/11] test-lib functions: add an --annotated option to "test_commit"
  ` [PATCH v5 06/11] describe tests: convert setup to use test_commit
  ` [PATCH v5 07/11] test-lib functions: add --printf option to test_commit
  ` [PATCH v5 08/11] submodule tests: use symbolic-ref --short to discover branch name
  ` [PATCH v5 09/11] test-lib: reformat argument list in test_create_repo()
  ` [PATCH v5 10/11] test-lib: do not show advice about init.defaultBranch under --verbose
  ` [PATCH v5 11/11] test-lib: split up and deprecate test_create_repo()

[PATCH] t6030: add test for git bisect skip started with --term* arguments
 2021-04-23  7:03 UTC 

[PATCH v5 3/3] config: allow overriding of global and system configuration
 2021-04-23  5:47 UTC  (2+ messages)
` [PATCH] t1300: fix unset of GIT_CONFIG_NOSYSTEM leaking into subsequent tests

Pull warning
 2021-04-23  3:12 UTC 

RFC: Moving git-gui development to GitHub
 2021-04-22 20:22 UTC  (8+ messages)
          ` Pain points in PRs [was: Re: RFC: Moving git-gui development to GitHub]

[PATCH 0/7] improve reporting of unexpected objects
 2021-04-22 18:09 UTC  (7+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] object.c: stop supporting len == -1 in type_from_string_gently()

[PATCH v6 00/20] reftable library
 2021-04-22 17:27 UTC  (5+ messages)
` [PATCH v7 00/28] "
  ` [PATCH v7 03/28] refs/debug: trace into reflog expiry too


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