git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-22 10:22:12 to 2022-02-23 18:25:25 UTC [more...]

[PATCH 0/7] Sparse index: integrate with 'read-tree'
 2022-02-23 18:25 UTC  (2+ messages)
` [PATCH 1/7] sparse-index: prevent repo root from becoming sparse

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

[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  (13+ 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/2] Specify the actual pack size limit which is breached
 2022-02-23 17:22 UTC  (5+ messages)
` [PATCH 1/2] index-pack: clarify the breached limit
` [PATCH 2/2] t5302: confirm that large packs mention limit

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

BUG: fast-import, ftruncate, and file mode
 2022-02-23 15:33 UTC  (3+ messages)

[PATCH 00/11] Updates to worktree code and docs
 2022-02-23 14:29 UTC  (26+ messages)
` [PATCH v2 "
  ` [PATCH v2 05/11] worktree: use 'worktree' over 'working tree'
  ` [PATCH v2 06/11] "
  ` [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] add usage-strings ci check and amend remaining usage strings
 2022-02-23 14:27 UTC  (7+ 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 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 00/25] CI: run "make [test]" directly, use $GITHUB_ENV
 2022-02-23 13:55 UTC  (7+ messages)
` [PATCH 05/25] CI: remove unused Azure ci/* code

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

[PATCH 00/11] Finish converting git bisect into a built-in
 2022-02-23  9:47 UTC  (32+ 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 0/3] libify reflog
 2022-02-23  9:02 UTC  (11+ 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 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 v4 00/12] In-core git merge-tree ("Server side merges")
 2022-02-23  7:46 UTC  (21+ 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 v6 00/12] In-core git merge-tree ("Server side merges")
    ` [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] switch: mention the --detach option when dying due to lack of a branch
 2022-02-23  7:31 UTC 

[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] Provide config option to expect files outside sparse patterns
 2022-02-23  3:10 UTC  (16+ messages)
` [PATCH v2] repo_read_index: add config "

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

[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 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 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 v2 00/13] In-core git merge-tree ("Server side merges")
 2022-02-22 16:48 UTC  (20+ messages)
` [PATCH v3 00/15] "
  ` [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] add usage-strings ci check and amend remaining usage strings
 2022-02-22 15:47 UTC  (8+ messages)
      ` [cocci] "

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

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

[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  (4+ 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  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/4] test-lib: make $GIT_BUILD_DIR an absolute path


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