git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-04-24 19:45:01 to 2021-04-27 07:08:58 UTC [more...]

[PATCH] [GSOC] pretty: provide human date format
 2021-04-27  7:08 UTC  (10+ 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

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

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

[PATCH] git-apply: allow empty patch text
 2021-04-27  6:28 UTC  (3+ messages)

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

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

[PATCH] git-apply: modify prints to account for --3way changes
 2021-04-27  1:13 UTC 

[PATCH 00/30] subtree: clean up, improve UX
 2021-04-26 23:16 UTC  (47+ messages)
` [PATCH 19/30] subtree: give `$(git --exec-path)` precedence over `$PATH`
` [PATCH 20/30] subtree: use "^{commit}" instead of "^0"
` [PATCH 27/30] subtree: allow --squash to be used with --rejoin
` [PATCH 30/30] subtree: be stricter about validating flags
` [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

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 00/23] [RFC] Builtin FSMonitor Feature
 2021-04-26 21:02 UTC  (31+ messages)
` [PATCH 01/23] fsmonitor--daemon: man page and documentation
` [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 05/23] fsmonitor--daemon: add a built-in fsmonitor daemon
` [PATCH 06/23] fsmonitor--daemon: implement client command options
` [PATCH 07/23] fsmonitor-fs-listen-win32: stub in backend for Windows
` [PATCH 09/23] fsmonitor--daemon: implement daemon command options
` [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 16/23] fsmonitor--daemon: implement handle_client callback

[BUG] ** glob pattern in git diff doesn't match root directory
 2021-04-26 20:48 UTC  (6+ messages)

[PATCH] cache-tree: avoid needless promisor object fetch
 2021-04-26 19:49 UTC  (2+ messages)

[PATCH] doc: point to diff attribute in patch format docs
 2021-04-26 18:59 UTC 

[PATCH 00/18] Prepare tests for reftable backend
 2021-04-26 18:36 UTC  (27+ messages)
` [PATCH 04/18] t1401-symbolic-ref: avoid direct filesystem access
` [PATCH 10/18] test-lib: provide test prereq REFFILES
` [PATCH 14/18] t1404: mark tests that muck with .git directly as REFFILES
` [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 v6 00/20] reftable library
 2021-04-26 17:59 UTC  (6+ messages)
` [PATCH v7 00/28] "

[PATCH v1 00/43] completion: git-completion 1.3.1 patches
 2021-04-26 16:14 UTC  (44+ messages)
` [PATCH v1 01/43] completion: bash: fix prefix detection in branch.*
` [PATCH v1 02/43] completion: fix for suboptions with value
` [PATCH v1 03/43] completion: bash: fix for multiple dash commands
` [PATCH v1 04/43] completion: bash: add correct suffix in variables
` [PATCH v1 05/43] completion: bash: do not modify COMP_WORDBREAKS
` [PATCH v1 06/43] test: completion: fix currently typed words
` [PATCH v1 07/43] test: completion: switch __gitcomp_nl prefix test
` [PATCH v1 08/43] test: completion: add run_func() helper
` [PATCH v1 09/43] completion: bash: remove non-append functionality
` [PATCH v1 10/43] completion: bash: get rid of _append() functions
` [PATCH v1 11/43] completion: bash: get rid of any non-append code
` [PATCH v1 12/43] completion: zsh: fix options with arguments
` [PATCH v1 13/43] completion: zsh: expand --git-dir file argument
` [PATCH v1 14/43] completion: zsh: add support for general -C opts
` [PATCH v1 15/43] completion: zsh: fix for undefined completions
` [PATCH v1 16/43] completion: zsh: add support for general -c opts
` [PATCH v1 17/43] completion: zsh: fix extra space on foo=
` [PATCH v1 18/43] completion: zsh: add excluded options
` [PATCH v1 19/43] completion: zsh: always set compset
` [PATCH v1 20/43] completion: factor out check in __gitcomp
` [PATCH v1 21/43] completion: simplify equal suffix check
` [PATCH v1 22/43] completion: refactor __gitcomp
` [PATCH v1 23/43] completion: simplify __gitcomp
` [PATCH v1 24/43] completion: bash: change suffix check in __gitcomp
` [PATCH v1 25/43] completion: improve __gitcomp suffix code
` [PATCH v1 26/43] completion: bash: simplify config_variable_name
` [PATCH v1 27/43] test: completion: add missing test
` [PATCH v1 28/43] completion: bash: improve __gitcomp description
` [PATCH v1 29/43] completion: add __gitcomp_opts
` [PATCH v1 30/43] completion: bash: cleanup __gitcomp* invocations
` [PATCH v1 31/43] completion: bash: shuffle __gitcomp functions
` [PATCH v1 32/43] completion: zsh: simplify __gitcomp_direct
` [PATCH v1 33/43] completion: zsh: shuffle __gitcomp* functions
` [PATCH v1 34/43] completion: zsh: fix direct quoting
` [PATCH v1 35/43] completion: zsh: add elements individually in __gitcomp_opts
` [PATCH v1 36/43] completion: zsh: add __gitcompadd helper
` [PATCH v1 37/43] completion: zsh: add correct removable suffix
` [PATCH v1 38/43] completion: bash: simplify _get_comp_words_by_ref()
` [PATCH v1 39/43] completion: bash: refactor _get_comp_words_by_ref()
` [PATCH v1 40/43] completion: bash: cleanup _get_comp_words_by_ref()
` [PATCH v1 41/43] completion: bash: trivial cleanup
` [PATCH v1 42/43] completion: bash: rename _get_comp_words_by_ref()
` [PATCH v1 43/43] completion: zsh: add higher-priority location

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

[feature suggestion] Improve stash descriptions
 2021-04-26 16:14 UTC  (4+ messages)

[PATCH 0/5] fsck: improve error reporting
 2021-04-26 15:45 UTC  (6+ messages)
` [PATCH v2 0/6] fsck: better "invalid object" "
  ` [PATCH v2 5/6] fsck: report invalid types recorded in objects

Possible segfault with `git clone --mirror`
 2021-04-26 15:37 UTC  (4+ messages)

Advise request on adding a new SSH variant
 2021-04-26 15:08 UTC 

Pain points in Git's patch flow
 2021-04-26 14:36 UTC  (4+ messages)

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

not found the clone or pull log
 2021-04-26 11:58 UTC  (2+ messages)

git diff word diff bug??
 2021-04-26  9:45 UTC  (3+ messages)

[PATCH] bisect--helper: use BISECT_TERMS in 'bisect skip' command
 2021-04-26  7:06 UTC  (3+ messages)

[PATCH v2 00/13] SHA-256 / SHA-1 interop, part 1
 2021-04-26  1:03 UTC  (14+ messages)
` [PATCH v2 01/13] hash: add an algo member to struct object_id
` [PATCH v2 02/13] Always use oidread to read into "
` [PATCH v2 03/13] http-push: set algorithm when reading object ID
` [PATCH v2 04/13] hash: add a function to finalize object IDs
` [PATCH v2 05/13] Use the final_oid_fn to finalize hashing of "
` [PATCH v2 06/13] builtin/pack-redundant: avoid casting buffers to struct object_id
` [PATCH v2 07/13] hash: set, copy, and use algo field in "
` [PATCH v2 08/13] hash: provide per-algorithm null OIDs
` [PATCH v2 09/13] builtin/show-index: set the algorithm for object IDs
` [PATCH v2 10/13] commit-graph: don't store file hashes as struct object_id
` [PATCH v2 11/13] builtin/pack-objects: avoid using struct object_id for pack hash
` [PATCH v2 12/13] hex: default to the_hash_algo on zero algorithm value
` [PATCH v2 13/13] hex: print objects using the hash algorithm member

[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 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 

Security vulnerability in Git for Cygwin
 2021-04-24 21:04 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).