git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-03-17 13:29:34 to 2021-03-18 22:04:22 UTC [more...]

[PATCH] hooks: propose repository owner configured hooks
 2021-03-18 22:03 UTC 

[PATCH 0/3] git-completion.bash: improvements to _git_stash()
 2021-03-18 21:58 UTC  (7+ messages)
` [RESEND PATCH "
  ` [RESEND PATCH 1/3] git-completion.bash: extract from else in _git_stash()
  ` [RESEND PATCH 2/3] git-completion.bash: fix `git <args>... stash branch` bug
  ` [RESEND PATCH 3/3] git-completion.bash: use __gitcomp_builtin() in _git_stash()

Regarding the depreciation of ssh+git/git+ssh protocols
 2021-03-18 21:53 UTC  (22+ messages)

Tests failed with GIT_TEST_FAIL_PREREQS and/or GIT_TEST_PROTOCOL_VERSION
 2021-03-18 21:53 UTC  (10+ messages)
    ` [PATCH] t5606: run clone branch name test with protocol v2
      ` [PATCH] t: annotate !PTHREADS tests with !FAIL_PREREQS

[PATCH v2 00/20] Sparse Index: Design, Format, Tests
 2021-03-18 21:50 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 02/20] t/perf: add performance test for sparse operations
  ` [PATCH v3 11/20] sparse-index: convert from full to sparse
  ` [PATCH v3 13/20] unpack-trees: allow sparse directories

[PATCH 0/3] teach git to respect fsmonitor in diff-index
 2021-03-18 21:36 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] fsmonitor: skip lstat deletion check during git diff-index
  ` [PATCH v2 2/3] fsmonitor: add assertion that fsmonitor is valid to check_removed
  ` [PATCH v2 3/3] fsmonitor: add perf test for git diff HEAD

[PATCH 0/5] Parallel Checkout (part 2)
 2021-03-18 20:56 UTC  (7+ messages)
` [PATCH 1/5] unpack-trees: add basic support for parallel checkout
` [PATCH 2/5] parallel-checkout: make it truly parallel
` [PATCH 3/5] parallel-checkout: add configuration options
` [PATCH 4/5] parallel-checkout: support progress displaying
` [PATCH 5/5] parallel-checkout: add design documentation

[PATCH v2 4/4] Makefile/coccicheck: set SPATCH_BATCH_SIZE to 8
 2021-03-18 20:49 UTC  (3+ messages)
` [PATCH v2 5/4] Makefile/coccicheck: use --include-headers-for-types

[PATCH] INSTALL: note on using Asciidoctor to build doc
 2021-03-18 20:05 UTC  (2+ messages)

Distinguishing FF vs non-FF updates in the reflog?
 2021-03-18 19:47 UTC  (5+ messages)

[PATCH v9] [GSOC] commit: add --trailer option
 2021-03-18 19:20 UTC  (10+ messages)
` [PATCH v10 0/3] "
  ` [PATCH v10 1/3] "
  ` [PATCH v10 2/3] interpret-trailers: add own-identity option
  ` [PATCH v10 3/3] commit: "

[PATCH 0/2] checkout: don't follow symlinks when removing entries
 2021-03-18 18:43 UTC  (3+ messages)
` [PATCH 1/2] symlinks: update comment on threaded_check_leading_path()
` [PATCH 2/2] checkout: don't follow symlinks when removing entries

Git install crashed nearly whole System
 2021-03-18 17:24 UTC  (10+ messages)

[PATCH 1/2] remote: add camel-cased *.tagOpt key, like clone
 2021-03-18 11:22 UTC  (3+ messages)
` [PATCH 2/2] remote: write camel-cased *.pushRemote on rename

Bug: reference-transaction hook for branch deletions broken between Git v2.30 and Git v2.31
 2021-03-18  7:33 UTC  (3+ messages)

[PATCH 00/27] Sparse Index: API protections
 2021-03-18  6:32 UTC  (20+ messages)
` [PATCH 05/27] add: ensure full index
` [PATCH 06/27] checkout-index: "
` [PATCH 15/27] sparse-checkout: "
` [PATCH 17/27] diff-lib: "
` [PATCH 20/27] merge-ort: "

[PATCH v5] format-patch: allow a non-integral version numbers
 2021-03-18  6:00 UTC  (2+ messages)
` [PATCH v6] "

What's cooking in git.git (Mar 2021, #05; Wed, 17)
 2021-03-17 23:17 UTC  (4+ messages)

[PATCH 0/7] Sort lists and add static-analysis
 2021-03-17 22:01 UTC  (17+ messages)
` [PATCH 1/7] Makefile: mark 'check-builtins' as a .PHONY target
` [PATCH 3/7] builtin.h: ASCII-sort list of functions
` [PATCH 4/7] test-tool.h: "
` [PATCH 5/7] Makefile: add 'check-sort' target

[PATCH 00/11] Complete merge-ort implementation...almost
 2021-03-17 21:42 UTC  (3+ messages)
` [PATCH v2 00/10] "

[PATCH 0/2] Declare merge-ort ready for general usage
 2021-03-17 21:28 UTC  (15+ messages)
` [PATCH v2 00/13] "
  ` [PATCH v2 01/13] merge-ort: use STABLE_QSORT instead of QSORT where required
  ` [PATCH v2 02/13] merge-ort: add a special minimal index just for renormalization
  ` [PATCH v2 03/13] merge-ort: have ll_merge() use a special attr_index "
  ` [PATCH v2 04/13] merge-ort: let renormalization change modify/delete into clean delete
  ` [PATCH v2 05/13] merge-ort: support subtree shifting
  ` [PATCH v2 06/13] t6428: new test for SKIP_WORKTREE handling and conflicts
  ` [PATCH v2 07/13] merge-ort: implement CE_SKIP_WORKTREE handling with conflicted entries
  ` [PATCH v2 08/13] t: mark several submodule merging tests as fixed under merge-ort
  ` [PATCH v2 09/13] merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflict
  ` [PATCH v2 10/13] merge-recursive: add a bunch of FIXME comments documenting known bugs
  ` [PATCH v2 11/13] Revert "merge-ort: ignore the directory rename split conflict for now"
  ` [PATCH v2 12/13] t6423: mark remaining expected failure under merge-ort as such
  ` [PATCH v2 13/13] Add testing with merge-ort merge strategy

Extra blank lines in "git status" output have been reduced
 2021-03-17 21:28 UTC  (4+ messages)

[PATCH v4 00/22] fsck: API improvements
 2021-03-17 21:06 UTC  (23+ messages)
` [PATCH v5 00/19] "
` [PATCH v5 01/19] fsck.c: refactor and rename common config callback
` [PATCH v5 02/19] fsck.h: use designed initializers for FSCK_OPTIONS_{DEFAULT,STRICT}
` [PATCH v5 03/19] fsck.h: use "enum object_type" instead of "int"
` [PATCH v5 04/19] fsck.c: rename variables in fsck_set_msg_type() for less confusion
` [PATCH v5 05/19] fsck.c: move definition of msg_id into append_msg_id()
` [PATCH v5 06/19] fsck.c: rename remaining fsck_msg_id "id" to "msg_id"
` [PATCH v5 07/19] fsck.c: refactor fsck_msg_type() to limit scope of "int msg_type"
` [PATCH v5 08/19] fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum
` [PATCH v5 09/19] fsck.h: re-order and re-assign "enum fsck_msg_type"
` [PATCH v5 10/19] fsck.c: call parse_msg_type() early in fsck_set_msg_type()
` [PATCH v5 11/19] fsck.c: undefine temporary STR macro after use
` [PATCH v5 12/19] fsck.c: give "FOREACH_MSG_ID" a more specific name
` [PATCH v5 13/19] fsck.[ch]: move FOREACH_FSCK_MSG_ID & fsck_msg_id from *.c to *.h
` [PATCH v5 14/19] fsck.c: pass along the fsck_msg_id in the fsck_error callback
` [PATCH v5 15/19] fsck.c: add an fsck_set_msg_type() API that takes enums
` [PATCH v5 16/19] fsck.c: move gitmodules_{found,done} into fsck_options
` [PATCH v5 17/19] fetch-pack: don't needlessly copy fsck_options
` [PATCH v5 18/19] fetch-pack: use file-scope static struct for fsck_options
` [PATCH v5 19/19] fetch-pack: use new fsck API to printing dangling submodules

[PATCH v6 00/13] Rewrite the remaining merge strategies from shell to C
 2021-03-17 20:49 UTC  (17+ messages)
` [PATCH v7 00/15] "
  ` [PATCH v7 01/15] t6407: modernise tests
  ` [PATCH v7 02/15] t6060: modify multiple files to expose a possible issue with merge-index
  ` [PATCH v7 03/15] t6060: add tests for removed files
  ` [PATCH v7 04/15] merge-index: libify merge_one_path() and merge_all()
  ` [PATCH v7 05/15] merge-index: drop the index
  ` [PATCH v7 06/15] merge-index: add a new way to invoke `git-merge-one-file'
  ` [PATCH v7 07/15] update-index: move add_cacheinfo() to read-cache.c
  ` [PATCH v7 08/15] merge-one-file: rewrite in C
  ` [PATCH v7 09/15] merge-resolve: "
  ` [PATCH v7 10/15] merge-recursive: move better_branch_name() to merge.c
  ` [PATCH v7 11/15] merge-octopus: rewrite in C
  ` [PATCH v7 12/15] merge: use the "resolve" strategy without forking
  ` [PATCH v7 13/15] merge: use the "octopus" "
  ` [PATCH v7 14/15] sequencer: use the "resolve" "
  ` [PATCH v7 15/15] sequencer: use the "octopus" merge "

[PATCH v3 07/20] test-read-cache: print cache entries with --table
 2021-03-17 20:43 UTC  (16+ messages)
` [RFC/PATCH 0/5] "
` [RFC/PATCH 2/5] ls-files: make "mode" in show_ce() loop a variable
` [RFC/PATCH 3/5] ls-files: add and use a new --sparse option
` [RFC/PATCH 4/5] test-tool read-cache: --table is redundant to ls-files
` [RFC/PATCH 5/5] test-tool: split up test-tool read-cache

[PATCH v3 00/22] fsck: API improvements
 2021-03-17 20:27 UTC  (20+ messages)
` [PATCH v4 01/22] fsck.h: update FSCK_OPTIONS_* for object_name
` [PATCH v4 02/22] fsck.h: use designed initializers for FSCK_OPTIONS_{DEFAULT,STRICT}
` [PATCH v4 08/22] fsck.c: move definition of msg_id into append_msg_id()
` [PATCH v4 11/22] fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum
` [PATCH v4 12/22] fsck.h: re-order and re-assign "enum fsck_msg_type"
` [PATCH v4 14/22] fsck.c: undefine temporary STR macro after use
` [PATCH v4 17/22] fsck.c: pass along the fsck_msg_id in the fsck_error callback
` [PATCH v4 22/22] fetch-pack: use new fsck API to printing dangling submodules

[PATCH 0/2] Fix memory corruption with FSMonitor-enabled unpack_trees()
 2021-03-17 20:21 UTC  (5+ messages)
` [PATCH 1/2] fsmonitor: fix memory corruption in some corner cases
` [PATCH 2/2] fsmonitor: do not forget to release the token in `discard_index()`

[PATCH] fetch: show progress for packfile uri downloads
 2021-03-17 19:31 UTC  (3+ messages)

[PATCH] format-patch: allow a non-integral version numbers
 2021-03-17 19:17 UTC  (4+ messages)

[PATCH v8 00/37] config-based hooks
 2021-03-17 19:16 UTC  (4+ messages)

git bisect fails to handle annotated tags
 2021-03-17 18:24 UTC  (4+ messages)
  ` [PATCH] bisect: peel annotated tags to commits

[PATCH] builtin/fetch.c: clean tmp pack after receive signal
 2021-03-17 18:15 UTC  (3+ messages)

[PATCH v2 0/6] Move the read_tree() function to its only user
 2021-03-17 17:38 UTC  (3+ messages)
` [PATCH v3 0/9] read_tree() and read_tree_recursive() refactoring

[PATCH v3] format-patch: allow a non-integral version numbers
 2021-03-17 17:27 UTC  (6+ messages)
` [PATCH v4] "

[PATCH] fsmonitor: avoid global-buffer-overflow READ when checking trivial response
 2021-03-17 17:10 UTC  (3+ messages)

[PATCH] pack-bitmap: avoid traversal of objects referenced by uninteresting tag
 2021-03-17 15:11 UTC 

[PATCH v7] [GSOC] commit: add --trailer option
 2021-03-17 13:54 UTC  (7+ messages)
` [PATCH v8 0/2] "
  ` [PATCH v8 1/2] "


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