git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-15 17:51:54 to 2022-03-18 00:34:16 UTC [more...]

[PATCH 0/7] test-lib-functions: a better "test_expect_failure"
 2022-03-18  0:33 UTC  (2+ messages)
` [PATCH 1/7] test-lib: add a "test_expect_todo", similar to "test_expect_failure"

[PATCH v2 0/2] rebase: update HEAD when is an oid
 2022-03-18  0:30 UTC  (16+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] rebase: use test_commit helper in setup
  ` [PATCH v3 2/2] rebase: set REF_HEAD_DETACH in checkout_up_to_date()
  ` [PATCH v4 0/3] rebase: update HEAD when is an oid
    ` [PATCH v4 1/3] rebase: test showing bug in rebase with non-branch
    ` [PATCH v4 2/3] rebase: use test_commit helper in setup
    ` [PATCH v4 3/3] rebase: set REF_HEAD_DETACH in checkout_up_to_date()

[PATCH] tab completion of filenames for 'git restore'
 2022-03-17 22:16 UTC  (7+ messages)
` [PATCH v2 0/2] Improved bash tab completion for 'git restore' - adds support for auto-completing filenames
  ` [PATCH v2 2/2] if a file has been staged we don't want to list it
  ` [PATCH v3] tab completion of filenames for 'git restore'

[PATCH] shallow: reset commit grafts when shallow is reset
 2022-03-17 22:11 UTC  (2+ messages)

[RFC PATCH 0/1] mv: integrate with sparse-index
 2022-03-17 21:57 UTC  (13+ messages)
` [RFC PATCH 1/1] "

[PATCH v2 00/10] tests: add and use a "test_hook" wrapper + hook fixes
 2022-03-17 21:40 UTC  (18+ messages)
` [PATCH v3 00/13] "
  ` [PATCH v3 01/13] test-lib-functions: add and use a "test_hook" wrapper
  ` [PATCH v3 02/13] hook tests: turn exit code assertions into a loop
  ` [PATCH v3 03/13] http tests: don't rely on "hook/post-update.sample"
  ` [PATCH v3 04/13] tests: assume the hooks are disabled by default
  ` [PATCH v3 05/13] bugreport tests: tighten up "git bugreport -s hooks" test
  ` [PATCH v3 06/13] fetch+push tests: use "test_hook" and "test_when_finished" pattern
  ` [PATCH v3 07/13] gc + p4 tests: use "test_hook", remove sub-shells
  ` [PATCH v3 08/13] tests: change "cat && chmod +x" to use "test_hook"
  ` [PATCH v3 09/13] tests: change "mkdir -p && write_script" "
  ` [PATCH v3 10/13] tests: use "test_hook" for misc "mkdir -p" and "chmod" cases
  ` [PATCH v3 11/13] tests: extend "test_hook" for "rm" and "chmod -x", convert "$HOOK"
  ` [PATCH v3 12/13] proc-receive hook tests: use "test_hook" instead of "write_script"
  ` [PATCH v3 13/13] http tests: use "test_hook" for "smart" and "dumb" http tests

[PATCH 0/8] reflog: migrate fully to parse_options()
 2022-03-17 19:42 UTC  (10+ messages)
` [PATCH 1/8] reflog.c: indent argument lists
` [PATCH 2/8] reflog: refactor cmd_reflog() to "if" branches
` [PATCH 3/8] reflog tests: add missing "git reflog exists" tests
` [PATCH 4/8] reflog: move "usage" variables and use macros
` [PATCH 5/8] git reflog [expire|delete]: make -h output consistent with SYNOPSIS
` [PATCH 6/8] reflog exists: use parse_options() API
` [PATCH 7/8] reflog: convert to "
` [PATCH 8/8] reflog [show]: display sensible -h output

[PATCH 0/5] refs: designated init & missing debug in ps/fetch-mirror-optim
 2022-03-17 17:45 UTC  (8+ messages)
` [PATCH 1/5] refs: use designated initializers for "struct ref_storage_be"
` [PATCH 2/5] refs: use designated initializers for "struct ref_iterator_vtable"
` [PATCH 3/5] misc *.c: use designated initializers for struct assignments
` [PATCH 4/5] packed-backend: remove stub BUG(...) functions
` [PATCH 5/5] refs debug: add a wrapper for "read_symbolic_ref"

[PATCH 0/3] Fix use of 'cache_bottom' in sparse index
 2022-03-17 15:55 UTC  (9+ messages)
` [PATCH 1/3] t1092: add sparse directory before cone in test repo
` [PATCH 2/3] unpack-trees: increment cache_bottom for sparse directories
` [PATCH 3/3] Revert "unpack-trees: improve performance of next_cache_entry"
` [PATCH v2 0/3] Fix use of 'cache_bottom' in sparse index
  ` [PATCH v2 1/3] t1092: add sparse directory before cone in test repo
  ` [PATCH v2 2/3] unpack-trees: increment cache_bottom for sparse directories
  ` [PATCH v2 3/3] Revert "unpack-trees: improve performance of next_cache_entry"

ab/plug-random-leaks (was Re: What's cooking in git.git (Mar 2022, #01; Thu, 3))
 2022-03-17 15:54 UTC  (6+ messages)
` [PATCH] tests: test show --word-diff --color-moved
  ` [PATCH v2 0/2] diff.c: fix a recent memory leak regression
    ` [PATCH v2 1/2] tests: demonstrate "show --word-diff --color-moved" regression
    ` [PATCH v2 2/2] diff.c: fix a double-free regression in a18d66cefb

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

What's cooking in git.git (Mar 2022, #04; Thu, 17)
 2022-03-17 11:34 UTC 

[RFC/REVIEW 0/7] fixups/suggestions/musings for tl/ls-tree-oid-only
 2022-03-17 10:04 UTC  (3+ messages)

[PATCH 0/7] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects
 2022-03-17  5:48 UTC  (19+ messages)
` [PATCH 1/7] bulk-checkin: rename 'state' variable and separate 'plugged' boolean
` [PATCH 2/7] core.fsyncmethod: batched disk flushes for loose-objects
` [PATCH 3/7] update-index: use the bulk-checkin infrastructure
` [PATCH 4/7] unpack-objects: "
` [PATCH 5/7] core.fsync: use batch mode and sync loose objects by default on Windows
` [PATCH 6/7] core.fsyncmethod: tests for batch mode
` [PATCH 7/7] core.fsyncmethod: performance tests for add and stash

[PATCH v4 00/10] fetch --recurse-submodules: fetch unpopulated submodules
 2022-03-16 23:08 UTC  (12+ messages)
` [PATCH v5 "

[PATCH 0/2] addition of all symbols defined by curl
 2022-03-16 22:24 UTC  (7+ messages)
` [PATCH 1/2] curl: streamline conditional compilation
` [PATCH 2/2] git-curl-compat.h: addition of all symbols defined by curl

Let's have a user experience workshop
 2022-03-16 22:05 UTC  (8+ messages)

[PATCH 0/6] Importing and exporting stashes to refs
 2022-03-16 21:50 UTC  (18+ messages)
` [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

crash upon "commit removedfile/newfile removedfile"
 2022-03-16 21:21 UTC  (2+ messages)

[PATCH v2 0/5] Allow 'reset --quiet' to refresh the index, use 'reset --quiet' in 'stash'
 2022-03-16 20:55 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 5/5] stash: make internal resets quiet and refresh index

What's cooking in git.git (Mar 2022, #03; Mon, 14)
 2022-03-16 20:54 UTC  (6+ messages)
` gc/recursive-fetch-with-unused-submodules (was Re: What's cooking in git.git (Mar 2022, #03; Mon, 14))

[PATCH] Use reverse_commit_list helper function for in-place list reversal
 2022-03-16 19:44 UTC  (5+ messages)
` [PATCH v2] sequencer.c: use reverse_commit_list() helper
  ` [PATCH v3] "

understand Diff Formatting --cc flag?
 2022-03-16 19:39 UTC  (5+ messages)

[PATCH 0/4] builtin add -p: hopefully final readkey fixes
 2022-03-16 18:54 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/4] terminal: don't assume stdin is /dev/tty
  ` [PATCH v3 4/4] terminal: restore settings on SIGTSTP
` [PATCH v4 0/4] builtin add -p: hopefully final readkey fixes
  ` [PATCH v4 1/4] terminal: use flags for save_term()
  ` [PATCH v4 2/4] terminal: don't assume stdin is /dev/tty
  ` [PATCH v4 3/4] terminal: work around macos poll() bug
  ` [PATCH v4 4/4] terminal: restore settings on SIGTSTP

Git has two ways to count modified lines
 2022-03-16 18:08 UTC 

[RFE] Signing using SSL
 2022-03-16 16:44 UTC  (4+ messages)

Payment slip
 2022-03-16 15:36 UTC 

[PATCH 1/1] Use reverse_commit_list helper function for in-place list reversal
 2022-03-16 11:32 UTC  (3+ messages)

[PATCH] git-curl-compat.h: addition of all symbols defined by curl
 2022-03-16 10:33 UTC  (4+ messages)

[PATCH] partial-clone: add a partial-clone test case
 2022-03-16  9:46 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] partial-clone: add a partial-clone test case
 2022-03-16  8:06 UTC  (2+ messages)

[PATCH] maintenance: fix synopsis in documentation
 2022-03-16  5:51 UTC  (3+ messages)

Follow-up on hooks series
 2022-03-15 22:37 UTC  (2+ messages)

[GSoC][PATCH 0/1] userdiff: add buildin diff driver for JavaScript language
 2022-03-15 21:34 UTC  (7+ messages)
` [GSoC][PATCH v2] Add a diff driver for JavaScript languages

[PATCH v9 0/3] teach submodules to know they're submodules
 2022-03-15 21:19 UTC  (14+ messages)
` [PATCH v9 2/3] introduce submodule.hasSuperproject record

[PATCH 0/7] Finish converting "submodule update" to C
 2022-03-15 21:09 UTC  (8+ messages)
` [PATCH 1/7] submodule--helper: run update using child process struct
` [PATCH 2/7] submodule update: use die_message()
` [PATCH 3/7] builtin/submodule--helper.c: rename option struct to "opt"
` [PATCH 4/7] submodule--helper: teach update_data more options
` [PATCH 5/7] submodule--helper: reduce logic in run_update_procedure()
` [PATCH 6/7] submodule: move core cmd_update() logic to C
` [PATCH 7/7] submodule--helper: remove forward declaration

[GSOC] [PATCH 1/1] t7403: Use helper function 'test_path_is_dir' to check if the path is a directory
 2022-03-15 20:00 UTC  (3+ messages)

[PATCH v6 6/6] core.fsync: documentation and user-friendly aggregate options
 2022-03-15 19:56 UTC  (4+ messages)
` [PATCH v7] "

[PATCH 00/16] Builtin FSMonitor Part 2.5
 2022-03-15 19:06 UTC  (5+ messages)
` [PATCH 16/16] fsmonitor-settings: simplify initialization of settings data


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