git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-10 13:11:59 to 2022-03-12 00:09:04 UTC [more...]

[PATCH 0/5] Separate '--skip-refresh' from '--quiet' in 'reset', use '--quiet' internally in 'stash'
 2022-03-12  0:08 UTC  (5+ messages)
` [PATCH 1/5] reset: revise index refresh advice
` [PATCH 2/5] reset: introduce --[no-]refresh option to --mixed
` [PATCH 3/5] reset: replace '--quiet' with '--no-refresh' in performance advice
` [PATCH 4/5] reset: suppress '--no-refresh' advice if logging is silenced

[PATCH v4] name-rev: use generation numbers if available
 2022-03-12  0:00 UTC 

[PATCH 00/16] Builtin FSMonitor Part 2.5
 2022-03-11 21:15 UTC  (16+ messages)
` [PATCH 01/16] t/test-lib: avoid using git on LHS of pipe
` [PATCH 02/16] update-index: convert advise() messages back to warning()
` [PATCH 03/16] compat/fsmonitor/fsm-listen-darwin: split out GCC-specific declarations
` [PATCH 04/16] t/helper/fsmonitor-client: cleanup call to parse_options()
` [PATCH 05/16] fsmonitor--daemon: refactor cookie handling for readability
` [PATCH 06/16] t/perf/p7519: use grep rather than egrep in test
` [PATCH 07/16] t/perf/p7519: cleanup coding style
` [PATCH 08/16] t7527: add parameters to start_daemon to handle args and subshell
` [PATCH 09/16] t7527: fix && chaining in matrix_try()
` [PATCH 10/16] t7527: delete unused verify_status() function
` [PATCH 11/16] fsmonitor-ipc: add _() to calls to die()
` [PATCH 12/16] compat/fsmonitor/fsm-listen-darwin: add _() to calls to error()
` [PATCH 13/16] compat/fsmonitor/fsm-listen-win32: "
` [PATCH 14/16] fsmonitor--daemon: add _() to calls to die()
` [PATCH 15/16] fsmonitor--daemon: add _() to calls to error()

[PATCH] tab completion of filenames for 'git restore'
 2022-03-11 21:07 UTC 

[PATCH v3] test-lib.sh: Use GLIBC_TUNABLES instead of MALLOC_CHECK_ on glibc >= 2.34
 2022-03-11 23:06 UTC  (9+ messages)
` [PATCH] test-lib.sh: use awk instead of expr for a POSIX non integer check

[PATCH v5 00/30] Builtin FSMonitor Part 2
 2022-03-11 21:01 UTC  (15+ messages)
` [PATCH v6 "
  ` [PATCH v6 03/30] fsmonitor: config settings are repository-specific
  ` [PATCH v6 16/30] compat/fsmonitor/fsm-listen-darwin: add MacOS header files for FSEvent

[GSOC] Interested in the project 'Unify ref-filter formats with other pretty formats'
 2022-03-11 21:48 UTC  (2+ messages)

[PATCH 00/23] Builtin FSMonitor Part 3
 2022-03-11 22:25 UTC  (10+ messages)
` [PATCH v2 00/27] "
  ` [PATCH v2 04/27] fsmonitor-settings: bare repos are incompatible with FSMonitor
  ` [PATCH v2 25/27] t/lib-unicode-nfc-nfd: helper prereqs for testing unicode nfc/nfd

[PATCH] rebase: set REF_HEAD_DETACH in checkout_up_to_date()
 2022-03-11 21:31 UTC  (11+ messages)
` [PATCH v2 0/2] rebase: update HEAD when is an oid
  ` [PATCH v2 1/2] rebase: use test_commit helper in setup
  ` [PATCH v2 2/2] rebase: set REF_HEAD_DETACH in checkout_up_to_date()

[PATCH 0/3] bundle-uri: "dumb" static CDN offloading, spec & server implementation
 2022-03-11 21:28 UTC  (16+ messages)
` [RFC PATCH v2 00/13] bundle-uri: a "dumb CDN" for git
  ` [RFC PATCH v2 01/13] protocol v2: add server-side "bundle-uri" skeleton
  ` [RFC PATCH v2 02/13] bundle-uri docs: add design notes
  ` [RFC PATCH v2 03/13] bundle-uri client: add "bundle-uri" parsing + tests
  ` [RFC PATCH v2 04/13] connect.c: refactor sending of agent & object-format
  ` [RFC PATCH v2 05/13] bundle-uri client: add minimal NOOP client
  ` [RFC PATCH v2 06/13] bundle-uri client: add "git ls-remote-bundle-uri"
  ` [RFC PATCH v2 07/13] bundle-uri client: add transfer.injectBundleURI support
  ` [RFC PATCH v2 08/13] bundle-uri client: add boolean transfer.bundleURI setting
  ` [RFC PATCH v2 09/13] fetch-pack: add a deref_without_lazy_fetch_extended()
  ` [RFC PATCH v2 10/13] fetch-pack: move --keep=* option filling to a function
  ` [RFC PATCH v2 11/13] bundle.h: make "fd" version of read_bundle_header() public
  ` [RFC PATCH v2 12/13] bundle-uri client: support for bundle-uri with "clone"
  ` [RFC PATCH v2 13/13] bundle-uri: make the download program configurable

[RFC PATCH 0/1] Documentation/git-sparse-checkout.txt: add an OPTIONS section
 2022-03-11 20:56 UTC  (3+ messages)
` [RFC PATCH 1/1] "

[GSoC][PATCH] userdiff: Add diff driver for Kotlin lang and tests
 2022-03-11 20:07 UTC  (9+ messages)
` [PATCH v5] userdiff: add builtin diff driver for kotlin language
` [PATCH v6] "

RFC: Using '--no-output-indicator-old' to only show new state
 2022-03-11 19:42 UTC  (11+ messages)
            ` [PATCH] parse-options: add per-option flag to stop abbreviation

[PATCH v4 0/4] A design for future-proofing fsync() configuration
 2022-03-11 18:50 UTC  (37+ messages)
` [PATCH v5 0/5] "
  ` [PATCH v5 3/5] core.fsync: introduce granular fsync control
  ` [PATCH 6/8] core.fsync: add `fsync_component()` wrapper which doesn't die
  ` [PATCH 7/8] core.fsync: new option to harden loose references
  ` [PATCH 8/8] core.fsync: new option to harden packed references
  ` [PATCH v6 0/6] A design for future-proofing fsync() configuration
    ` [PATCH v6 1/6] wrapper: make inclusion of Windows csprng header tightly scoped
    ` [PATCH v6 2/6] core.fsyncmethod: add writeout-only mode
    ` [PATCH v6 3/6] core.fsync: introduce granular fsync control infrastructure
    ` [PATCH v6 4/6] core.fsync: add configuration parsing
    ` [PATCH v6 5/6] core.fsync: new option to harden the index
    ` [PATCH v6 6/6] core.fsync: documentation and user-friendly aggregate options
    ` [PATCH v2] core.fsync: new option to harden references

[PATCH 0/4] builtin add -p: hopefully final readkey fixes
 2022-03-11 16:52 UTC  (18+ messages)
` [PATCH 4/4] terminal: restore settings on SIGTSTP
` [PATCH v2 0/4] builtin add -p: hopefully final readkey fixes
  ` [PATCH v2 1/4] terminal: use flags for save_term()
  ` [PATCH v2 3/4] terminal: work around macos poll() bug

[PATCH] repack: add config to skip updating server info
 2022-03-11 16:20 UTC  (2+ messages)

`git rebase -i --rebase-merges` formatting
 2022-03-11 14:58 UTC 

Incorrect work dir for submodule fetch operations
 2022-03-11 14:10 UTC 

[PATCH 00/25] [RFC] Bundle URIs
 2022-03-11 13:47 UTC  (16+ messages)
` [PATCH 02/25] bundle: alphabetize subcommands better
` [PATCH 10/25] bundle: add --filter option to 'fetch'
` [PATCH 11/25] bundle: allow relative URLs in table of contents
` [PATCH 15/25] config: add git_config_get_timestamp()

[PATCH v5 00/11] Avoid removing the current working directory, even if it becomes empty
 2022-03-11 11:57 UTC  (4+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/11] t2501: add various tests for removing the current working directory

git submodule add adding an extra "Git" to path
 2022-03-11 11:53 UTC 

[PATCH v8 0/3] teach submodules to know they're submodules
 2022-03-11  9:09 UTC  (11+ messages)
` [PATCH v9 "
  ` [PATCH v9 2/3] introduce submodule.hasSuperproject record

git notes question
 2022-03-11  9:02 UTC  (9+ messages)

Minor regression in 2.35 with reflog expire
 2022-03-11  7:37 UTC  (3+ messages)
` [PATCH] reflog: don't be noisy on empty reflogs

[PATCH 0/6] Importing and exporting stashes to refs
 2022-03-11  2:08 UTC  (12+ messages)
` [PATCH 1/6] builtin/stash: factor out generic function to look up stash info
` [PATCH 2/6] builtin/stash: fill in all commit data
` [PATCH 3/6] object-name: make get_oid quietly return an error
` [PATCH 4/6] builtin/stash: provide a way to export stashes to a ref
` [PATCH 5/6] builtin/stash: provide a way to import stashes from "
` [PATCH 6/6] doc: add stash export and import to docs

Bug with rebase and commit hashes
 2022-03-10 22:55 UTC  (4+ messages)

[GSOC] Applicant Introduction, ref: Unify ref-filter formats with other pretty formats
 2022-03-10 19:48 UTC 

[PATCH] block-sha1: remove use of assembly
 2022-03-10 19:18 UTC  (3+ messages)
` [PATCH v3] block-sha1: remove use of obsolete x86 assembly

[PATCH 0/4] A couple of fixes for the Trace2 documentation
 2022-03-10 19:00 UTC  (11+ messages)
` [PATCH 1/4] trace2 docs: a couple of grammar fixes
` [PATCH 2/4] trace2 docs: surround more terms in backticks
` [PATCH 3/4] trace2 docs: fix a JSON formatted example
` [PATCH 4/4] trace2 docs: clarify what `varargs` is all about

[PATCH v8 0/9] Implement a batched fsync option for core.fsyncObjectFiles
 2022-03-10 18:48 UTC  (14+ messages)
` [PATCH v9 "

[PATCH 3/7] commit-graph: start parsing generation v2 (again)
 2022-03-10 17:18 UTC  (12+ messages)

[PATCH v4 2/4] core.fsync: introduce granular fsync control
 2022-03-10 17:15 UTC  (12+ messages)

[PATCH 0/9] ci: make Git's GitHub workflow output much more helpful
 2022-03-10 15:23 UTC  (14+ messages)
              ` win+VS environment has "cut" but not "paste"?

[PATCH 00/24] revision.[ch]: add and use release_revisions()
 2022-03-10 15:10 UTC  (13+ messages)
` [PATCH 05/24] revision.[ch]: provide and start using a release_revisions()
` [PATCH 17/24] revisions API: have release_revisions() release "cmdline"
` [PATCH 20/24] revisions API: clear "boundary_commits" in release_revisions()

[PATCH 00/12] RFC: In-core git merge-tree ("Server side merges")
 2022-03-10 15:10 UTC  (15+ messages)
` [PATCH 08/12] merge-ort: provide a merge_get_conflicted_files() helper function

[PATCH v3 00/12] Partial bundles
 2022-03-10 14:24 UTC  (6+ messages)
` [PATCH v4 00/13] "
  ` [PATCH v4 04/13] pack-objects: use rev.filter when possible

[PATCH v3 0/7] fetch: add repair: full refetch without negotiation (was: "refiltering")
 2022-03-10 14:29 UTC  (5+ messages)
    ` [PATCH v3 0/7] fetch: add repair: full refetch without negotiation

[PATCH v12 00/12] ls-tree: "--object-only" and "--format" opts
 2022-03-10 13:57 UTC  (9+ messages)
` [RFC/REVIEW 0/7] fixups/suggestions/musings for tl/ls-tree-oid-only
  ` [RFC/REVIEW 1/7] ls-tree tests: add tests for --name-status
  ` [RFC/REVIEW 2/7] ls-tree tests: exhaustively test fast & slow path for --format
  ` [RFC/REVIEW 3/7] ls-tree: remove dead labels
  ` [RFC/REVIEW 4/7] ls-tree: remove unused "MODE_UNSPECIFIED"
  ` [RFC/REVIEW 5/7] ls-tree: detect and error on --name-only --name-status
  ` [RFC/REVIEW 6/7] ls-tree: remove FIELD_*, just use MODE_*
  ` [RFC/REVIEW 7/7] ls-tree: split up "fast path" callbacks


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 NNTP newsgroup(s).