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

git-p4 crashes on non UTF-8 output from p4
 2021-04-22 16:17 UTC  (6+ messages)
` [PATCH] add git-p4.fallbackEncoding config variable, to prevent git-p4 from crashing on non UTF-8 changeset descriptions
    ` [PATCH v3] add git-p4.fallbackEncoding config setting, "

RFC/Discussion - Submodule UX Improvements
 2021-04-22 15:32 UTC  (13+ messages)

[PATCH v2 00/12] test-lib.sh: new test_commit args, simplification & fixes
 2021-04-22 15:30 UTC  (33+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/12] check-non-portable-shell: check for "test <cond> -a/-o <cond>"
          ` [PATCH 1/2] t6400: check exit status of ls-files
            ` [PATCH 2/2] t6402: "
  ` [PATCH v4 00/11] test-lib.sh: new test_commit args, simplification & fixes
    ` [PATCH v4 01/11] test-lib: bring $remove_trash out of retirement
    ` [PATCH v4 02/11] test-lib tests: remove dead GIT_TEST_FRAMEWORK_SELFTEST variable
    ` [PATCH v4 03/11] test-lib-functions: reword "test_commit --append" docs
    ` [PATCH v4 04/11] test-lib-functions: document test_commit --no-tag
    ` [PATCH v4 05/11] test-lib functions: add an --annotated option to "test_commit"
    ` [PATCH v4 06/11] describe tests: convert setup to use test_commit
    ` [PATCH v4 07/11] test-lib functions: add --printf option to test_commit
    ` [PATCH v4 08/11] submodule tests: use symbolic-ref --short to discover branch name
    ` [PATCH v4 09/11] test-lib: reformat argument list in test_create_repo()
    ` [PATCH v4 10/11] test-lib: do not show advice about init.defaultBranch under --verbose
    ` [PATCH v4 11/11] test-lib: split up and deprecate test_create_repo()

[PATCH 0/7] Parallel Checkout (part 3)
 2021-04-22 15:17 UTC  (8+ messages)
` [PATCH 1/7] make_transient_cache_entry(): optionally alloc from mem_pool
` [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 5/7] parallel-checkout: add tests related to path collisions
` [PATCH 6/7] parallel-checkout: add tests related to .gitattributes
` [PATCH 7/7] ci: run test round with parallel-checkout enabled

[PATCH 00/18] Prepare tests for reftable backend
 2021-04-22 13:01 UTC  (29+ messages)
` [PATCH 02/18] t9300: check ref existence using git-rev-parse rather than FS check
` [PATCH 04/18] t1401-symbolic-ref: avoid direct filesystem access
` [PATCH 07/18] t5000: inspect HEAD using git-rev-parse
` [PATCH 09/18] t5304: use "reflog expire --all" to clear the reflog
` [PATCH 10/18] test-lib: provide test prereq REFFILES
` [PATCH 11/18] t1407: require REFFILES for for_each_reflog test
` [PATCH 13/18] t2017: mark --orphan/logAllRefUpdates=false test as REFFILES
` [PATCH 14/18] t1404: mark tests that muck with .git directly "
` [PATCH 15/18] t7900: mark pack-refs tests "
` [PATCH 16/18] t7003: check reflog existence only for REFFILES
` [PATCH 17/18] t4202: mark bogus head hash test with REFFILES
` [PATCH 18/18] t1415: set REFFILES for test specific to storage format

[PATCH 0/5] git-completion.bash: fixes on top of 'dl/complete-stash'
 2021-04-22 10:00 UTC  (12+ messages)
` [PATCH 4/5] git-completion.bash: consolidate cases in _git_stash()
` [PATCH 5/5] git-completion.bash: consolidate no-subcommand case for _git_stash()
` [PATCH v2 0/4] git-completion.bash: fixes on top of 'dl/complete-stash'
  ` [PATCH v2 1/4] git-completion.bash: separate some commands onto their own line
  ` [PATCH v2 2/4] git-completion.bash: rename to $__git_cmd_idx
  ` [PATCH v2 3/4] git-completion.bash: use $__git_cmd_idx in more places
  ` [PATCH v2 4/4] git-completion.bash: consolidate cases in _git_stash()

[PATCH v10 0/2] [GSOC] trailer: add new .cmd config option
 2021-04-22  9:20 UTC  (8+ messages)
` [PATCH v11 "

Strategy to deal with slow cloners
 2021-04-22  9:16 UTC  (4+ messages)

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

[PATCH v2 2/8] object.c: add a utility function for "expected type X, got Y"
 2021-04-22  6:10 UTC  (3+ messages)

[PATCH v4 0/3] config: allow overriding global/system config
 2021-04-22  5:36 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 3/3] config: allow overriding of global and system configuration

Using --term-* with bisect breaks skip
 2021-04-22  5:16 UTC  (4+ messages)
` [PATCH v2] test: add test for git bisect skip with --term* arguments

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

[PATCH] git-merge: move space to between strings
 2021-04-22  3:41 UTC  (5+ messages)
` [PATCH v2] git-merge: move primary point before parenthetical
  ` [PATCH v3] git-merge: rewrite already up to date message

[PATCH 00/10] Sparse-index: integrate with status and add
 2021-04-22  2:24 UTC  (32+ messages)
` [PATCH 01/10] t1092: add tests for status/add and sparse files
` [PATCH 02/10] unpack-trees: make sparse aware
` [PATCH 03/10] dir.c: accept a directory as part of cone-mode patterns
` [PATCH 04/10] status: skip sparse-checkout percentage with sparse-index
` [PATCH 05/10] status: use sparse-index throughout
` [PATCH 06/10] dir: use expand_to_path() for sparse directories
` [PATCH 08/10] pathspec: stop calling ensure_full_index
` [PATCH 10/10] fsmonitor: test with sparse index

[PATCH] mailinfo: strip CR from base64/quoted-printable email
 2021-04-22  1:10 UTC  (5+ messages)

[PATCH 0/3] fast-export, fast-import: let tags specify a different refname
 2021-04-22  1:06 UTC  (4+ messages)
` [PATCH 1/3] fast-export, fast-import: make stylistic changes
` [PATCH 2/3] fast-export: fix bug with nested tags
` [PATCH 3/3] fast-export, fast-import: let tags specify a different refname

[PATCH] git-apply: silence errors for success cases
 2021-04-21 23:53 UTC  (3+ messages)

[PATCH 0/7] object.c: add and use "is expected" utility function + object_as_type() use
 2021-04-21 23:28 UTC  (5+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 3/8] object.c: add and use oid_is_type_or_die_msg() function

[PATCH v6 00/20] reftable library
 2021-04-21 23:28 UTC  (20+ messages)
` [PATCH v7 00/28] "
  ` [PATCH v7 01/28] refs: ref_iterator_peel returns boolean, rather than peel_status
  ` [PATCH v7 04/28] hash.h: provide constants for the hash IDs
  ` [PATCH v7 06/28] reftable: add LICENSE
  ` [PATCH v7 23/28] Reftable support for git-core

Random GitHub Actions added to git/git???
 2021-04-21 23:05 UTC  (5+ messages)

What's cooking in git.git (Apr 2021, #05; Mon, 19)
 2021-04-21 22:32 UTC  (6+ messages)

[PATCH v2 6/8] commit.c: don't use deref_tag() -> object_as_type()
 2021-04-21 22:26 UTC  (2+ messages)

[PATCH 0/3] fast-export, fast-import: implement signed-commits
 2021-04-21 22:03 UTC  (8+ messages)
` [PATCH 3/3] "

[PATCH 0/2] prevent `repack` to unpack and delete promisor objects
 2021-04-21 19:32 UTC  (8+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] repack: avoid loosening promisor objects in partial clones
  ` [PATCH v3] "

Track changes across multiple branches, c.f. "p4 interchanges" ?
 2021-04-21 19:05 UTC  (2+ messages)

git word diff bug?
 2021-04-21 18:13 UTC 

[PATCH 00/16] test-lib.sh: new test_commit args, simplification & fixes
 2021-04-21 18:02 UTC  (12+ messages)
` [PATCH v2 0/3] test-lib-functions.sh: trickery to make -x less verbose
  ` [PATCH v2 2/3] Revert and amend "test-lib-functions: assert correct parameter count"
  ` [PATCH v2 0/5] test-lib-functions.sh: trickery to make -x less verbose
    ` [PATCH v2 1/5] test-lib-functions: normalize test_path_is_missing() debugging
    ` [PATCH v2 2/5] Revert and amend "test-lib-functions: assert correct parameter count"
    ` [PATCH v2 3/5] test helpers: remove unused test-tool path-utils slice-tests
    ` [PATCH v2 4/5] test-helpers: rename "path-utils is_valid_path" to "is-valid-paths"
    ` [PATCH v2 5/5] test-helpers: split "file-size" into "file-size(s)"

[PATCH 0/7] diffcore-rename improvements
 2021-04-21 17:38 UTC  (5+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 6/9] t4058: explore duplicate tree entry handling in a bit more detail

reflog existence & reftable
 2021-04-21 16:55 UTC  (3+ messages)

The meaning of the '+' before the submodule hash
 2021-04-21 14:36 UTC  (3+ messages)

[PATCH 00/23] [RFC] Builtin FSMonitor Feature
 2021-04-21 13:17 UTC  (4+ messages)

Pain points in Git's patch flow
 2021-04-21 10:19 UTC  (5+ messages)

[PATCH] [GSOC] ref-filter: get rid of show_ref_array_item
 2021-04-21  5:51 UTC  (3+ messages)

[PATCH] git-rev-list: add --exclude-path-first-parent flag
 2021-04-21  0:48 UTC  (6+ messages)
` [PATCH V2] git-rev-list: add --first-parent-not flag

[PATCH v2] object-info: support for retrieving object info
 2021-04-21  0:42 UTC  (2+ messages)

[PATCH] object-info: support for retrieving object info
 2021-04-20 23:43 UTC  (3+ messages)

Problems with CRLF line endings
 2021-04-20 23:34 UTC  (2+ messages)

[PATCH 0/2] Describe Git's security policy
 2021-04-20 23:34 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] Document how we do embargoed releases
    ` [PATCH v2 2/2] Document how we do embargoed releases - improving mail template


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