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

[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

[PATCH] Provide config option to expect files outside sparse patterns
 2022-02-22 23:13 UTC  (15+ messages)

[PATCH v2 2/2] Add new tests functions like test_path_is_*
 2022-02-22 21:54 UTC  (5+ messages)
` [PATCH v3 0/3] replace test [-f|-d] with more verbose functions
  ` [PATCH v3 1/3] t/t3903-stash.sh: replace test [-d|-f] with test_path_is_*
  ` [PATCH v3 2/3] tests: allow testing if a path is truly a file or a directory
  ` [PATCH v3 3/3] tests: make the code more readable

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

[PATCH 0/2] microproject: avoid using pipes in test
 2022-02-22 20:32 UTC  (10+ messages)
` [PATCH 1/2] t0001: remove pipes
` [PATCH 2/2] t0003: "

[PATCH 0/2] Update the die() preserve-merges messages to help some users
 2022-02-22 20:24 UTC  (10+ 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 0/2] repack: add --filter=
 2022-02-22 19:35 UTC  (13+ messages)
` [PATCH v2 0/4] [RFC] "

[PATCH v4 00/29] Builtin FSMonitor Part 2
 2022-02-22 18:53 UTC  (4+ messages)
` [PATCH v5 00/30] "

[PATCH 0/3] a couple of read_key_without_echo() fixes
 2022-02-22 18:53 UTC  (6+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] terminal: always reset terminal when reading without echo
  ` [PATCH v2 2/4] terminal: pop signal handler when terminal is restored
  ` [PATCH v2 3/4] terminal: set VMIN and VTIME in non-canonical mode
  ` [PATCH v2 4/4] add -p: disable stdin buffering when interactive.singlekey is set

[PATCH 0/3] libify reflog
 2022-02-22 18:30 UTC  (9+ messages)
` [PATCH 3/3] stash: call reflog_delete from reflog.c
` [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
  ` [PATCH v2 3/3] stash: call reflog_delete() in reflog.c

[PATCH] add usage-strings ci check and amend remaining usage strings
 2022-02-22 17:16 UTC  (3+ messages)
` [PATCH v2] add usage-strings "

[PATCH 00/12] RFC: In-core git merge-tree ("Server side merges")
 2022-02-22 16:54 UTC  (44+ 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 09/12] merge-tree: provide a list of which files have conflicts
` [PATCH v2 00/13] In-core git merge-tree ("Server side merges")
  ` [PATCH v2 04/13] merge-tree: implement real merges
  ` [PATCH v3 00/15] In-core git merge-tree ("Server side merges")
    ` [PATCH v3 04/15] merge-tree: implement real merges
    ` [PATCH v3 08/15] merge-ort: allow update messages to be written to different file stream

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-22 16:37 UTC  (2+ messages)

[PATCH 00/11] Finish converting git bisect into a built-in
 2022-02-22 16:30 UTC  (30+ messages)
` [PATCH 01/11] bisect run: fix the error message
` [PATCH 06/11] bisect--helper: make `--bisect-state` optional
` [PATCH 07/11] bisect: move even the option parsing to `bisect--helper`
` [PATCH v2 00/14] Finish converting git bisect into a built-in
  ` [PATCH v2 01/14] bisect run: fix the error message
  ` [PATCH v2 02/14] bisect: avoid double-quoting when printing the failed command
  ` [PATCH v2 03/14] bisect--helper: retire the --no-log option
  ` [PATCH v2 04/14] bisect--helper: really retire --bisect-next-check
  ` [PATCH v2 05/14] bisect--helper: really retire `--bisect-autostart`
  ` [PATCH v2 06/14] bisect--helper: using `--bisect-state` without an argument is a bug
  ` [PATCH v2 07/14] bisect--helper: align the sub-command order with git-bisect.sh
  ` [PATCH v2 08/14] bisect--helper: make `--bisect-state` optional
  ` [PATCH v2 09/14] bisect--helper: move the `BISECT_STATE` case to the end
  ` [PATCH v2 10/14] bisect--helper: return only correct exit codes in `cmd_*()`
  ` [PATCH v2 11/14] bisect: move even the option parsing to `bisect--helper`
  ` [PATCH v2 12/14] Turn `git bisect` into a full built-in
  ` [PATCH v2 13/14] bisect: remove Cogito-related code
  ` [PATCH v2 14/14] bisect: no longer try to clean up left-over `.git/head-name` files

[PATCH v4 00/12] In-core git merge-tree ("Server side merges")
 2022-02-22 16:26 UTC  (11+ messages)
` [PATCH v5 "
  ` [PATCH v5 04/12] merge-tree: implement real merges
  ` [PATCH v5 12/12] git-merge-tree.txt: add a section on potentional usage mistakes

[PATCH] add usage-strings ci check and amend remaining usage strings
 2022-02-22 15:47 UTC  (9+ messages)
      ` [cocci] "

[PATCH v3 0/2] test-lib.sh: have all tests pass under "-x", remove BASH_XTRACEFD
 2022-02-22 15:14 UTC  (9+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 3/3] test-lib.sh: remove "BASH_XTRACEFD"

[PATCH 0/9] ci: make Git's GitHub workflow output much more helpful
 2022-02-22 13:31 UTC  (9+ messages)

[PATCH] t6423-merge-rename-directories.sh: use the $(...) construct for command substitution
 2022-02-22 14:06 UTC  (2+ messages)

[PATCH 00/25] CI: run "make [test]" directly, use $GITHUB_ENV
 2022-02-22 13:05 UTC  (14+ messages)
` [PATCH 01/25] CI: run "set -ex" early in ci/lib.sh
` [PATCH 04/25] CI: remove dead "tree skipping" code
` [PATCH 05/25] CI: remove unused Azure ci/* code
` [PATCH 09/25] CI: move p4 and git-lfs variables to ci/install-dependencies.sh
` [PATCH 13/25] CI: check ignored unignored build artifacts in "win[+VS] build" too
` [PATCH 18/25] ci/run-test-slice.sh: replace shelling out with "echo"
` [PATCH 20/25] CI: only invoke ci/lib.sh as "steps" in main.yml
` [PATCH 24/25] CI: set PYTHON_PATH setting for osx-{clang,gcc} into "$jobname" case
` [PATCH 25/25] CI: don't use "set -x" in "ci/lib.sh" output

[PATCH v9 0/4] Add cat-file --batch-command flag
 2022-02-22 11:07 UTC  (6+ messages)
` [PATCH v10 "
  ` [PATCH v10 3/4] cat-file: add remove_timestamp helper

[RFC PATCH 0/2] Introduce new merge-tree-ort command
 2022-02-22 13:08 UTC  (11+ messages)

[PATCH 0/8] RFC: Server side merges (no ref updating, no commit creating, no touching worktree or index)
 2022-02-22 13:05 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 8/8] merge-tree: provide an easy way to access which files have conflicts

[PATCH v2 0/8] Makefile: optimize noop runs, add shared.mak
 2022-02-22 11:14 UTC  (5+ messages)
` [PATCH v2 4/8] Makefile: move ".SUFFIXES" rule to shared.mak

[PATCH v2 0/1] xdiff: provide indirection to git functions
 2022-02-22 11:14 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] branch: delete now accepts '-' as branch name
 2022-02-22 11:05 UTC  (10+ messages)

[PATCH v2 0/4] test-lib: improve LSAN + ASAN stack traces
 2022-02-22 10:14 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] test-lib: add GIT_SAN_OPTIONS, inherit [AL]SAN_OPTIONS
  ` [PATCH v3 3/4] test-lib: make $GIT_BUILD_DIR an absolute path
  ` [PATCH v3 4/4] test-lib: add "fast_unwind_on_malloc=0" to LSAN_OPTIONS

[GSOC] Student Introduction - Reachability bitmap Improvements
 2022-02-22  7:47 UTC  (3+ messages)

pull fails after commit dry-run
 2022-02-22  6:11 UTC 

[PATCH v2 1/2] clean: avoid looking for nested repositories when unnecessary
 2022-02-22  1:48 UTC  (3+ messages)
` [PATCH v2 2/2] clean: avoid traversing into untracked dirs "

Pretty format color bug
 2022-02-22  0:15 UTC  (3+ messages)

[PATCH 00/11] Makefile: fix "Perl" and "Python" rules, speed up re-builds
 2022-02-21 20:14 UTC  (2+ messages)

[PATCH 0/7] help: test and fix small "help -g" regression
 2022-02-21 19:38 UTC  (11+ messages)
` [PATCH v2 0/9] help: tests, parse_options() sanity, fix "
  ` [PATCH v2 1/9] help doc: add missing "]" to "[-a|--all]"
  ` [PATCH v2 2/9] help.c: use puts() instead of printf{,_ln}() for consistency
  ` [PATCH v2 3/9] help tests: test "git" and "git help [-a|-g] spacing
  ` [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

rewinding interactive rebases
 2022-02-21 19:06 UTC 

[PATCH] ls-files: support --recurse-submodules --stage
 2022-02-21 18:51 UTC  (4+ messages)

[PATCH v2 0/7] reftable: avoid reading and writing empty keys
 2022-02-21 18:46 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/7] Documentation: object_id_len goes up to 31
  ` [PATCH v3 2/7] reftable: reject 0 object_id_len
  ` [PATCH v3 3/7] reftable: add a test that verifies that writing empty keys fails
  ` [PATCH v3 4/7] reftable: avoid writing empty keys at the block layer
  ` [PATCH v3 5/7] reftable: ensure that obj_id_len is >= 2 on writing
  ` [PATCH v3 6/7] reftable: add test for length of disambiguating prefix
  ` [PATCH v3 7/7] reftable: rename writer_stats to reftable_writer_stats

[PATCH] usage.[ch] API users: use report_fn, not hardcoded prototype
 2022-02-21 18:21 UTC  (2+ messages)

[PATCH] gpg-interface: fix for gpgsm v2.3
 2022-02-21  9:22 UTC  (7+ messages)

[PATCH v2 0/7] fetch: improve atomicity of `--atomic` flag
 2022-02-21  8:02 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/7] fetch: increase test coverage of fetches
  ` [PATCH v3 6/7] fetch: make `--atomic` flag cover backfilling of tags

What's cooking in git.git (Feb 2022, #05; Thu, 17)
 2022-02-21 11:14 UTC  (2+ messages)
` pw/single-key-interactive (was Re: What's cooking in git.git (Feb 2022, #05; Thu, 17))

[PATCH 0/7] rebase: make reflog messages independent of the backend
 2022-02-21 11:10 UTC  (2+ messages)
` [PATCH 7/7] rebase: cleanup action handling


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