git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-04-23 19:48:53 to 2021-04-26 17:48:06 UTC [more...]

[PATCH 00/30] subtree: clean up, improve UX
 2021-04-26 17:45 UTC  (55+ messages)
` [PATCH 04/30] subtree: t7900: use consistent formatting
` [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 14/30] subtree: drop support for git < 1.7
` [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 23/30] subtree: add comments and sanity checks
` [PATCH 24/30] subtree: don't let debug and progress output clash
` [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 00/18] Prepare tests for reftable backend
 2021-04-26 17:42 UTC  (11+ messages)
` [PATCH 10/18] test-lib: provide test prereq REFFILES
` [PATCH 16/18] t7003: check reflog existence only for REFFILES
` [PATCH 18/18] t1415: set REFFILES for test specific to storage format

reflog existence & reftable
 2021-04-26 17:33 UTC  (6+ messages)

idea to tweak wording of CRLF warning
 2021-04-26 17:31 UTC 

[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 00/23] [RFC] Builtin FSMonitor Feature
 2021-04-26 16:12 UTC  (17+ 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 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)

[BUG] ** glob pattern in git diff doesn't match root directory
 2021-04-26  8:23 UTC  (4+ 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] [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

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

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

[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  (5+ messages)
` [PATCH 6/7] parallel-checkout: add tests related to .gitattributes
` [PATCH 7/7] ci: run test round with parallel-checkout enabled


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