git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-04-26 17:42:19 to 2021-04-28 09:16:40 UTC [more...]

[PATCH] git-apply: add --quiet flag
 2021-04-28  9:16 UTC  (3+ messages)

Request: `git restore $commit $file` shouldn’t override uncommited changes
 2021-04-28  9:10 UTC  (5+ messages)

[PATCH] doc: replace jargon word "impact" with "effect"/"affect"
 2021-04-28  8:58 UTC  (7+ messages)

[PATCH 00/23] [RFC] Builtin FSMonitor Feature
 2021-04-28  7:59 UTC  (45+ messages)
` [PATCH 02/23] fsmonitor-ipc: create client routines for git-fsmonitor--daemon
` [PATCH 04/23] fsmonitor: introduce `core.useBuiltinFSMonitor` to call the daemon via IPC
` [PATCH 10/23] fsmonitor--daemon: add pathname classification
` [PATCH 11/23] fsmonitor--daemon: define token-ids
` [PATCH 12/23] fsmonitor--daemon: create token-based changed path cache
` [PATCH 13/23] fsmonitor-fs-listen-win32: implement FSMonitor backend on Windows
` [PATCH 14/23] fsmonitor-fs-listen-macos: add macos header files for FSEvent
` [PATCH 15/23] fsmonitor-fs-listen-macos: implement FSEvent listener on MacOS
` [PATCH 16/23] fsmonitor--daemon: implement handle_client callback
` [PATCH 17/23] fsmonitor--daemon: periodically truncate list of modified files
` [PATCH 18/23] fsmonitor--daemon:: introduce client delay for testing
` [PATCH 19/23] fsmonitor--daemon: use a cookie file to sync with file system
` [PATCH 20/23] fsmonitor: force update index when fsmonitor token advances
` [PATCH 21/23] t7527: create test for fsmonitor--daemon
` [PATCH 22/23] p7519: add fsmonitor--daemon
` [PATCH 23/23] t7527: test status with untracked-cache and fsmonitor--daemon
` FS Monitor Windows Performance (was [PATCH 00/23] [RFC] Builtin FSMonitor Feature)
` FS Monitor macOS "

[PATCH v2] t6030: add test for git bisect skip started with --term* arguments
 2021-04-28  8:11 UTC  (2+ messages)

Pain points in Git's patch flow
 2021-04-28  7:59 UTC  (8+ messages)

[PATCH] git-apply: modify prints to account for --3way changes
 2021-04-28  7:32 UTC  (4+ messages)
` [PATCH V2] "

bug:git-check-ignore exit status is wrong for negative patterns when -v option used
 2021-04-28  7:13 UTC  (3+ messages)

Draft of Git Rev News edition 74
 2021-04-28  5:58 UTC 

[PATCH] git-apply: allow empty patch text
 2021-04-28  5:08 UTC  (5+ messages)
` [PATCH V2] git-apply: add --allow-empty flag

[PATCH] add git-p4.fallbackEncoding config variable, to prevent git-p4 from crashing on non UTF-8 changeset descriptions
 2021-04-28  4:39 UTC  (4+ messages)
` [PATCH v5] "

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

[PATCH] refs: remove EINVAL specification from the errno sideband in read_raw_ref_fn
 2021-04-28  4:20 UTC  (4+ messages)
` [PATCH v2 0/3] refs: cleanup errno sideband ref related functions
  ` [PATCH v2 2/3] refs/files-backend: stop setting errno from lock_ref_oid_basic

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

[PATCH] bisect--helper: use BISECT_TERMS in 'bisect skip' command
 2021-04-28  4:09 UTC  (4+ messages)

[PATCH v2] git-merge: move primary point before parenthetical
 2021-04-28  4:04 UTC  (3+ messages)
` [PATCH v3] git-merge: rewrite already up to date message

[PATCH v2 0/3] fast-export, fast-import: implement signed-commits
 2021-04-28  4:02 UTC  (6+ messages)
` [PATCH v3 "
  ` [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 v2] hooks: propose project configured hooks
 2021-04-28  2:48 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v4 0/8] rev-list: implement object type filter
 2021-04-28  2:18 UTC  (5+ messages)
` [PATCH v5 "

[PATCH 00/12] Fix all leaks in tests t0002-t0099: Part 1
 2021-04-28  0:43 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 09/12] mailinfo: also free strbuf lists when clearing mailinfo

[gitweb] Problem with html base tag
 2021-04-27 20:50 UTC 

[BUG] ** glob pattern in git diff doesn't match root directory
 2021-04-27 19:58 UTC  (7+ messages)

[RFC PATCH] cygwin: disallow backslashes in file names
 2021-04-27 19:22 UTC  (3+ messages)

Two issues with mark_reachable_objects
 2021-04-27 15:43 UTC  (4+ messages)
` [PATCH] prune: save reachable-from-recent objects with bitmaps

[PATCH v6 00/20] reftable library
 2021-04-27 15:21 UTC  (9+ messages)
` [PATCH v7 00/28] "
  ` [PATCH v7 02/28] refs: document reflog_expire_fn's flag argument

[PATCH v10 0/2] [GSOC] trailer: add new .cmd config option
 2021-04-27 12:24 UTC  (10+ messages)
` [PATCH v11 "

[PATCH] doc: point to diff attribute in patch format docs
 2021-04-27 11:02 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 00/18] Prepare tests for reftable backend
 2021-04-27 10:38 UTC  (69+ messages)
` [PATCH 01/18] t4202: split testcase for invalid HEAD symref and HEAD hash
` [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 05/18] t1413: use tar to save and restore entire .git directory
` [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 14/18] t1404: mark tests that muck with .git directly as REFFILES
` [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 v2 00/21] Prepare tests for reftable backend
  ` [PATCH v2 01/21] t4202: split testcase for invalid HEAD symref and HEAD hash
  ` [PATCH v2 02/21] t/helper/ref-store: initialize oid in resolve-ref
  ` [PATCH v2 03/21] t9300: check ref existence using test-helper rather than a file system check
  ` [PATCH v2 04/21] t5601: read HEAD using rev-parse
  ` [PATCH v2 05/21] t1401-symbolic-ref: avoid direct filesystem access
  ` [PATCH v2 06/21] t1413: use tar to save and restore entire .git directory
  ` [PATCH v2 07/21] t1301: fix typo in error message
  ` [PATCH v2 08/21] t5000: reformat indentation to the latest fashion
  ` [PATCH v2 09/21] t5000: inspect HEAD using git-rev-parse
  ` [PATCH v2 10/21] t7003: use rev-parse rather than FS inspection
  ` [PATCH v2 11/21] t5304: restyle: trim empty lines, drop ':' before >
  ` [PATCH v2 12/21] t5304: use "reflog expire --all" to clear the reflog
  ` [PATCH v2 13/21] test-lib: provide test prereq REFFILES
  ` [PATCH v2 14/21] t1407: require REFFILES for for_each_reflog test
  ` [PATCH v2 15/21] t1414: mark corruption test with REFFILES
  ` [PATCH v2 16/21] t2017: mark --orphan/logAllRefUpdates=false test as REFFILES
  ` [PATCH v2 17/21] t1404: mark tests that muck with .git directly "
  ` [PATCH v2 18/21] t7900: mark pack-refs tests "
  ` [PATCH v2 19/21] t7003: check reflog existence only for REFFILES
  ` [PATCH v2 20/21] t4202: mark bogus head hash test with REFFILES
  ` [PATCH v2 21/21] t1415: set REFFILES for test specific to storage format

Bug: Git invokes hooks from wrong directory
 2021-04-27  7:23 UTC 

[PATCH v2] [GSOC] pretty: provide human date format
 2021-04-27  7:08 UTC  (5+ messages)
` [PATCH 0/2] pretty tests: --date/format test improvements
  ` [PATCH 1/2] pretty tests: simplify %aI/%cI date format test

reflog existence & reftable
 2021-04-27  6:52 UTC  (7+ messages)

The way to maintain lots of packfile-uris configs?
 2021-04-27  3:02 UTC 

[PATCH 0/7] Parallel Checkout (part 3)
 2021-04-27  2:30 UTC  (10+ 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

idea to tweak wording of CRLF warning
 2021-04-26 21:43 UTC  (3+ messages)

Track changes across multiple branches, c.f. "p4 interchanges" ?
 2021-04-26 21:35 UTC  (3+ messages)

[PATCH] cache-tree: avoid needless promisor object fetch
 2021-04-26 19:49 UTC  (2+ 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).