git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-02-22 23:17:09 to 2022-02-24 09:16:23 UTC [more...]

What's cooking in git.git (Feb 2022, #06; Wed, 23)
 2022-02-24  9:11 UTC  (3+ messages)
` ab/commit-plug-leaks + ab/diff-free-more (was: What's cooking in git.git (Feb 2022, #06; Wed, 23))
` ab/c99 + ab/hook-tests "

[PATCH 0/2] Subject: [PATCH 0/2] [GSoC][PATCH 0/2] t0000-t0050: avoid pipes with Git on LHS
 2022-02-24  8:59 UTC  (5+ messages)
` [PATCH 1/2] t0001-t0028: "
` [PATCH 2/2] t0030-t0050: "

[PATCH v2] switch: mention the --detach option when dying due to lack of a branch
 2022-02-24  8:53 UTC  (2+ messages)

[BUG] git-stash does not handle branch name with slash correctly
 2022-02-24  7:13 UTC  (4+ messages)
` [PATCH] stash: strip "refs/heads/" with skip_prefix

[PATCH] add usage-strings ci check and amend remaining usage strings
 2022-02-24  6:26 UTC  (10+ messages)
` [PATCH v2] add usage-strings "
  ` [PATCH v3 0/2] add usage-strings ci "
    ` [PATCH v3 1/2] amend remaining usage strings according to style guide
    ` [PATCH v3 2/2] parse-options.c: add style checks for usage-strings

[PATCH] switch: mention the --detach option when dying due to lack of a branch
 2022-02-24  6:08 UTC  (5+ messages)

[PATCH] Provide config option to expect files outside sparse patterns
 2022-02-24  5:22 UTC  (4+ messages)
` [PATCH v2] repo_read_index: add config "
  ` [PATCH v3] "

[PATCH 0/2] microproject: avoid using pipes in test
 2022-02-24  5:22 UTC  (21+ messages)
` [PATCH 1/2] t0001: remove pipes
` [PATCH v2 0/2] avoid pipes with Git on LHS
  ` [PATCH v2 1/2] t0001: "
  ` [PATCH v2 2/2] t0003: "

[PATCH v2 00/13] In-core git merge-tree ("Server side merges")
 2022-02-24  2:22 UTC  (11+ messages)
` [PATCH v3 00/15] "
  ` [PATCH v3 04/15] merge-tree: implement real merges

[PATCH] ls-files: support --recurse-submodules --stage
 2022-02-24  0:23 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/2] Specify the actual pack size limit which is breached
 2022-02-24  0:14 UTC  (9+ messages)
` [PATCH 1/2] index-pack: clarify the breached limit
` [PATCH 2/2] t5302: confirm that large packs mention limit
` [PATCH v2] index-pack: clarify the breached limit

[PATCH] ls-files: support --recurse-submodules --stage
 2022-02-24  0:11 UTC  (2+ messages)

[PATCH 0/3] libify reflog
 2022-02-23 23:50 UTC  (20+ messages)
` [PATCH 1/3] reflog: libify delete reflog function and helpers
` [PATCH v2 0/3] libify reflog
  ` [PATCH v2 1/3] stash: add test to ensure reflog --rewrite --updatref behavior
  ` [PATCH v2 2/3] reflog: libify delete reflog function and helpers

pull fails after commit dry-run
 2022-02-22 23:15 UTC  (2+ messages)

[PATCH 00/17] cruft packs
 2022-02-23 23:37 UTC  (13+ messages)
` [PATCH 06/17] t/helper: add 'pack-mtimes' test-tool
` [PATCH 08/17] builtin/pack-objects.c: --cruft without expiration
` [PATCH 11/17] builtin/pack-objects.c: --cruft with expiration
` [PATCH 12/17] builtin/repack.c: support generating a cruft pack

[PATCH 00/25] [RFC] Bundle URIs
 2022-02-23 22:17 UTC  (27+ messages)
` [PATCH 01/25] docs: document bundle URI standard
` [PATCH 02/25] bundle: alphabetize subcommands better
` [PATCH 03/25] dir: extract starts_with_dot[_dot]_slash()
` [PATCH 04/25] remote: move relative_url()
` [PATCH 05/25] remote: allow relative_url() to return an absolute url
` [PATCH 06/25] http: make http_get_file() external
` [PATCH 07/25] remote-curl: add 'get' capability
` [PATCH 08/25] bundle: implement 'fetch' command for direct bundles
` [PATCH 09/25] bundle: parse table of contents during 'fetch'
` [PATCH 10/25] bundle: add --filter option to 'fetch'
` [PATCH 11/25] bundle: allow relative URLs in table of contents
` [PATCH 12/25] bundle: make it easy to call 'git bundle fetch'
` [PATCH 13/25] clone: add --bundle-uri option
` [PATCH 14/25] clone: --bundle-uri cannot be combined with --depth
` [PATCH 15/25] config: add git_config_get_timestamp()
` [PATCH 16/25] bundle: only fetch bundles if timestamp is new
` [PATCH 17/25] fetch: fetch bundles before fetching original data
` [PATCH 18/25] connect.c: refactor sending of agent & object-format
` [PATCH 19/25] protocol-caps: implement cap_features()
` [PATCH 20/25] serve: understand but do not advertise 'features' capability
` [PATCH 21/25] serve: advertise 'features' when config exists
` [PATCH 22/25] connect: implement get_recommended_features()
` [PATCH 23/25] transport: add connections for 'features' capability
` [PATCH 24/25] clone: use server-recommended bundle URI
` [PATCH 25/25] t5601: basic bundle URI test

BUG: fast-import, ftruncate, and file mode
 2022-02-23 23:18 UTC  (4+ messages)

[PATCH v5 00/12] In-core git merge-tree ("Server side merges")
 2022-02-23 23:13 UTC  (15+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/12] merge-tree: rename merge_trees() to trivial_merge_trees()
  ` [PATCH v6 02/12] merge-tree: move logic for existing merge into new function
  ` [PATCH v6 03/12] merge-tree: add option parsing and initial shell for real merge function
  ` [PATCH v6 04/12] merge-tree: implement real merges
  ` [PATCH v6 05/12] merge-ort: split out a separate display_update_messages() function
  ` [PATCH v6 06/12] merge-tree: support including merge messages in output
  ` [PATCH v6 07/12] merge-ort: provide a merge_get_conflicted_files() helper function
  ` [PATCH v6 08/12] merge-tree: provide a list of which files have conflicts
  ` [PATCH v6 09/12] merge-tree: provide easy access to `ls-files -u` style info
  ` [PATCH v6 10/12] merge-tree: allow `ls-files -u` style info to be NUL terminated
  ` [PATCH v6 11/12] merge-tree: add a --allow-unrelated-histories flag
  ` [PATCH v6 12/12] git-merge-tree.txt: add a section on potentional usage mistakes

[PATCH v2 2/2] Add new tests functions like test_path_is_*
 2022-02-23 22:59 UTC  (3+ messages)
` [PATCH v3 0/3] replace test [-f|-d] with more verbose functions

[PATCH 0/7] help: test and fix small "help -g" regression
 2022-02-23 22:31 UTC  (17+ messages)
` [PATCH v2 0/9] help: tests, parse_options() sanity, fix "
  ` [PATCH v2 2/9] help.c: use puts() instead of printf{,_ln}() for consistency
  ` [PATCH v2 4/9] help.c: split up list_all_cmds_help() function
  ` [PATCH v2 5/9] help: note the option name on option incompatibility
  ` [PATCH v2 6/9] help: correct usage & behavior of "git help --all"
  ` [PATCH v2 7/9] help: error if [-a|-g|-c] and [-i|-m|-w] are combined
  ` [PATCH v2 8/9] help: add --no-[external-commands|aliases] for use with --all
  ` [PATCH v2 9/9] help: don't print "\n" before single-section output

[PATCH 00/25] CI: run "make [test]" directly, use $GITHUB_ENV
 2022-02-23 21:18 UTC  (4+ messages)

[PATCH v2 0/7] reftable: avoid reading and writing empty keys
 2022-02-23 21:37 UTC  (3+ messages)
` [PATCH v3 "

[PATCH 00/11] Finish converting git bisect into a built-in
 2022-02-23 21:35 UTC  (6+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 11/14] bisect: move even the option parsing to `bisect--helper`

[PATCH 0/3] a couple of read_key_without_echo() fixes
 2022-02-23 21:34 UTC  (3+ messages)
` [PATCH v2 0/4] "

When rebase.autoStash=true is used, 'git pull' merge process still complains when incoming changes are in a different place of the file than local changes
 2022-02-23 21:23 UTC  (3+ messages)

[PATCH 00/11] Updates to worktree code and docs
 2022-02-23 20:24 UTC  (24+ messages)
` [PATCH v2 "
  ` [PATCH v2 05/11] worktree: use 'worktree' over 'working tree'
  ` [PATCH v2 08/11] "
  ` [PATCH v3 00/11] Updates to worktree code and docs
    ` [PATCH v3 01/11] worktree: combine two translatable messages
    ` [PATCH v3 02/11] worktree: extract copy_filtered_worktree_config()
    ` [PATCH v3 03/11] worktree: extract copy_sparse_checkout()
    ` [PATCH v3 04/11] worktree: extract checkout_worktree()
    ` [PATCH v3 05/11] worktree: use 'worktree' over 'working tree'
    ` [PATCH v3 06/11] "
    ` [PATCH v3 07/11] "
    ` [PATCH v3 08/11] "
    ` [PATCH v3 09/11] "
    ` [PATCH v3 10/11] "
    ` [PATCH v3 11/11] "

[PATCH v2 0/4] test-lib: improve LSAN + ASAN stack traces
 2022-02-23 20:16 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/4] test-lib: make $GIT_BUILD_DIR an absolute path

What's cooking in git.git (Feb 2022, #05; Thu, 17)
 2022-02-23 19:39 UTC  (4+ messages)
` en/present-despite-skipped (Re: What's cooking in git.git (Feb 2022, #05; Thu, 17))

[PATCH 0/2] repack: add --filter=
 2022-02-23 19:31 UTC  (10+ messages)
` [PATCH v2 0/4] [RFC] "

[PATCH 0/7] Sparse index: integrate with 'read-tree'
 2022-02-23 18:25 UTC  (8+ messages)
` [PATCH 1/7] sparse-index: prevent repo root from becoming sparse
` [PATCH 2/7] status: fix nested sparse directory diff in sparse index
` [PATCH 3/7] read-tree: expand sparse checkout test coverage
` [PATCH 4/7] read-tree: integrate with sparse index
` [PATCH 5/7] read-tree: narrow scope of index expansion for '--prefix'
` [PATCH 6/7] read-tree: make two-way merge sparse-aware
` [PATCH 7/7] read-tree: make three-way "

[PATCH 00/11] Partial bundles
 2022-02-23 17:55 UTC  (12+ messages)
` [PATCH 01/11] index-pack: document and test the --promisor option
` [PATCH 02/11] revision: put object filter into struct rev_info
` [PATCH 03/11] pack-objects: use rev.filter when possible
` [PATCH 04/11] pack-bitmap: drop filter in prepare_bitmap_walk()
` [PATCH 05/11] list-objects: consolidate traverse_commit_list[_filtered]
` [PATCH 06/11] MyFirstObjectWalk: update recommended usage
` [PATCH 07/11] bundle: safely handle --objects option
` [PATCH 08/11] bundle: parse filter capability
` [PATCH 09/11] rev-list: move --filter parsing into revision.c
` [PATCH 10/11] bundle: create filtered bundles
` [PATCH 11/11] bundle: unbundle promisor packs

[PATCH 0/2] Update the die() preserve-merges messages to help some users
 2022-02-23 17:44 UTC  (11+ messages)
` [PATCH 1/2] rebase: help user when dying with preserve-merges`
` [PATCH 2/2] rebase: `preserve` is also a pull option, tell dying users

[PATCH] gitk: fix error when resizing gitk
 2022-02-23 17:16 UTC  (3+ messages)

[PATCH 0/5] fetch: more optimizations for mirror fetches
 2022-02-23 14:18 UTC  (8+ messages)
` [PATCH 1/5] upload-pack: look up "want" lines via commit-graph
` [PATCH 2/5] fetch: avoid lookup of commits when not appending to FETCH_HEAD
` [PATCH 3/5] refs: add ability for backends to special-case reading of symbolic refs
` [PATCH 4/5] remote: read symbolic refs via `refs_read_symbolic_ref()`
` [PATCH 5/5] refs/files-backend: optimize reading of symbolic refs

[PATCH 0/9] ci: make Git's GitHub workflow output much more helpful
 2022-02-23 12:13 UTC  (8+ messages)
` [PATCH 4/9] ci/run-build-and-tests: add some structure to the GitHub workflow output

[PATCH 0/2] Fix a couple small leaks in merge-ort
 2022-02-23  7:57 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] merge-ort: fix small memory leak in detect_and_process_renames()

[PATCH] gpg-interface: fix for gpgsm v2.3
 2022-02-23  4:38 UTC  (8+ messages)

[PATCH 00/12] RFC: In-core git merge-tree ("Server side merges")
 2022-02-23  4:00 UTC  (14+ messages)
` [PATCH 08/12] merge-ort: provide a merge_get_conflicted_files() helper function
                ` machine-parsable git-merge-tree messages (was: [PATCH 08/12] merge-ort: provide a merge_get_conflicted_files() helper function)

[PATCH 0/5] Remove the present-despite-SKIP_WORKTREE class of bugs (for sparse-checkouts)
 2022-02-22 23:17 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/5] repo_read_index: clear SKIP_WORKTREE bit from files present in worktree


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