git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-09-07 10:59:13 to 2021-09-08 07:46:28 UTC [more...]

[PATCH 00/19] Adds reftable library code from https://github.com/hanwen/reftable
 2021-09-08  7:45 UTC  (4+ messages)
` [PATCH 0/4] fixup for hn/reftable
  ` [PATCH 1/4] fixup! reftable: reading/writing blocks
  ` [PATCH 2/4] fixup! reftable: utility functions

[PATCH 0/2] A pair of git am --abort issues
 2021-09-08  7:02 UTC  (6+ messages)
` [PATCH 1/2] t4151: document a pair of am --abort bugs
` [PATCH 2/2] am: fix incorrect exit status on am fail to abort

[PATCH v4 00/10] Sparse index: delete ignored files outside sparse cone
 2021-09-08  6:56 UTC  (14+ messages)
` [PATCH v5 0/9] "
  ` [PATCH v5 1/9] t7519: rewrite sparse index test
  ` [PATCH v5 2/9] sparse-index: silently return when not using cone-mode patterns
  ` [PATCH v5 3/9] unpack-trees: fix nested sparse-dir search
  ` [PATCH v5 4/9] sparse-index: silently return when cache tree fails
  ` [PATCH v5 5/9] sparse-index: use WRITE_TREE_MISSING_OK
  ` [PATCH v5 6/9] sparse-checkout: create helper methods
  ` [PATCH v5 7/9] attr: be careful about sparse directories
  ` [PATCH v5 8/9] sparse-index: add SPARSE_INDEX_MEMORY_ONLY flag
  ` [PATCH v5 9/9] sparse-checkout: clear tracked sparse dirs

[PATCH 0/2] [RFC] Implement a bulk-checkin option for core.fsyncObjectFiles
 2021-09-08  6:49 UTC  (10+ messages)
` [PATCH v2 0/6] Implement a batched fsync "

[PATCH 0/2] Add cmd_gud and detect libiconv path for Mac OS
 2021-09-08  6:01 UTC  (5+ messages)
` [PATCH 1/2] add cmd_gud to open git-scm.com webpage
` [PATCH 2/2] add liconv link for makefile

[PATCH] tests: remove leftover untracked files
 2021-09-08  4:47 UTC 

[PATCH v3 0/8] add a test mode for SANITIZE=leak, run it in CI
 2021-09-08  4:46 UTC  (14+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 1/3] Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS
  ` [PATCH v4 2/3] CI: refactor "if" to "case" statement
  ` [PATCH v4 3/3] tests: add a test mode for SANITIZE=leak, run it in CI
  ` [PATCH v5 0/3] "
    ` [PATCH v5 1/3] Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS
    ` [PATCH v5 2/3] CI: refactor "if" to "case" statement
    ` [PATCH v5 3/3] tests: add a test mode for SANITIZE=leak, run it in CI

[PATCH 0/2] pack-write,repack: prevent opening packs too early
 2021-09-08  4:24 UTC  (26+ messages)
` [PATCH 0/3] rename *.idx file into place last (also after *.bitmap)
  ` [PATCH 1/3] pack-write: use more idiomatic strbuf usage for packname construction
  ` [PATCH 2/3] pack-write: split up finish_tmp_packfile() function
  ` [PATCH 3/3] pack-write: rename *.idx file into place last (really!)
` [PATCH v2 0/4] rename *.idx file into place last (also after *.bitmap)
  ` [PATCH v2 1/4] pack.h: line-wrap the definition of finish_tmp_packfile()
  ` [PATCH v2 2/4] pack-write: refactor renaming in finish_tmp_packfile()
  ` [PATCH v2 3/4] pack-write: split up finish_tmp_packfile() function
  ` [PATCH v2 4/4] pack-write: rename *.idx file into place last (really!)

[PATCH v4 14/16] pack-write.c: extract 'write_rev_file_order'
 2021-09-08  3:50 UTC  (6+ messages)
` [PATCH] pack-write: skip *.rev work when not writing *.rev

[PATCH 0/4] pack-bitmap: permute existing namehash values
 2021-09-08  2:30 UTC  (11+ messages)
` [PATCH 1/4] t/helper/test-bitmap.c: add 'dump-hashes' mode
` [PATCH 2/4] pack-bitmap.c: propagate namehash values from existing bitmaps
` [PATCH 3/4] midx.c: respect 'pack.writeBitmapHashcache' when writing bitmaps
` [PATCH 4/4] t5326: test propagating hashcache values

[PATCH 0/6] Sparse Index: Integrate with merge, cherry-pick, rebase, and revert
 2021-09-08  1:49 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/6] merge: make sparse-aware with ORT

[PATCH 0/3] Fix D/F issues in stash
 2021-09-08  1:43 UTC  (4+ messages)
` [PATCH 1/3] t3903: document a pair of directory/file bugs
` [PATCH 2/3] stash: avoid feeding directories to update-index
` [PATCH 3/3] stash: restore untracked files AFTER restoring tracked files

[PATCH 0/8] Drop support for git rebase --preserve-merges
 2021-09-08  1:30 UTC  (33+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 5/7] rebase: drop support for `--preserve-merges`
  ` [PATCH v2 7/7] rebase: drop the internal `rebase--interactive` command
  ` [PATCH v3 00/11] Drop support for git rebase --preserve-merges
    ` [PATCH v3 01/11] t5520: do not use `pull.rebase=preserve`
    ` [PATCH v3 02/11] remote: warn about unhandled branch.<name>.rebase values
    ` [PATCH v3 03/11] tests: stop testing `git rebase --preserve-merges`
    ` [PATCH v3 04/11] pull: remove support for `--rebase=preserve`
    ` [PATCH v3 05/11] rebase: drop support for `--preserve-merges`
    ` [PATCH v3 06/11] git-svn: "
    ` [PATCH v3 07/11] rebase: drop the internal `rebase--interactive` command
    ` [PATCH v3 08/11] rebase: remove obsolete code comment
    ` [PATCH v3 09/11] rebase: stop mentioning the -p option in comments
    ` [PATCH v3 10/11] rebase: remove a no-longer-used function
    ` [PATCH v3 11/11] sequencer: restrict scope of a formerly public function

Git apply can convert LF file into CRLF when .gitattributes file is a part of a patch
 2021-09-08  0:53 UTC 

Aborting 'rebase main feat' removes unversioned files
 2021-09-08  0:41 UTC  (10+ messages)

[GSoC] [PATCH v4 0/8] submodule: convert the rest of 'add' to C
 2021-09-08  0:31 UTC  (3+ messages)
` [GSoC] [PATCH v5 0/9] "

[PATCH 0/7] In grep, no adding submodule ODB as alternates
 2021-09-08  0:26 UTC  (3+ messages)
` [PATCH v3 0/8] "

[PATCH v2] help.c: help.autocorrect=prompt waits for user action
 2021-09-08  0:18 UTC  (3+ messages)
` [PATCH v3] "

[GSoC] [PATCH v3] submodule--helper: run update procedures from C
 2021-09-08  0:14 UTC  (3+ messages)
` [PATCH v4] "

[PATCH 0/6] Speed up mirror-fetches with many refs
 2021-09-08  0:08 UTC  (4+ messages)
` [PATCH v3 0/7] "

[PATCH] hash-object: prefix_filename() returns allocated memory these days
 2021-09-07 22:10 UTC 

[PATCH] Documentation: fix default directory of git bugreport -o
 2021-09-07 21:56 UTC  (7+ messages)
` bugreport papercuts
  ` [PATCH 1/2] bugreport: avoid duplicating options in usage()
  ` [PATCH 2/2] bugreport: slightly better memory management

[PATCH] test-tool run-command: remove dead "testsuite" code
 2021-09-07 21:41 UTC  (3+ messages)

[PATCH] Docs: web server must setenv GIT_PROTOCOL for v2
 2021-09-07 21:11 UTC  (4+ messages)

expired key in junio-gpg-pub
 2021-09-07 20:41 UTC  (7+ messages)

diff-index --cc no longer permitted, gitk is now broken (slightly)
 2021-09-07 20:32 UTC  (5+ messages)

[PATCH 1/3] Add support for new %w wildcard in checkout filter
 2021-09-07 20:28 UTC  (6+ messages)
` [PATCH 2/3] Die if filter is attempted without a worktree

[PATCH] Makefile: remove the check_bindir script
 2021-09-07 20:27 UTC  (2+ messages)

[PATCH 0/9] remove dead shell code
 2021-09-07 19:58 UTC  (9+ messages)
` [PATCH v2 0/7] remove dead & undocumented "
  ` [PATCH v2 1/7] git-sh-setup: remove unused git_pager() function

[PATCH] ll-merge: teach ll_binary_merge() a trivial three-way merge
 2021-09-07 20:15 UTC  (4+ messages)
` [PATCH v2] apply: resolve trivial merge without hitting ll-merge with "--3way"

[hacky PATCH 0/2] speeding up trivial for-each-ref invocations
 2021-09-07 20:06 UTC  (14+ messages)
` [PATCH 1/2] ref-filter: hacky "streaming" mode
` [PATCH 2/2] ref-filter: implement "quick" formats

[BUG?] git range-diff -Ix @{1}... segfaults
 2021-09-07 20:05 UTC  (3+ messages)

[PATCH v6 0/6] Finish converting git bisect to C part 4
 2021-09-07 18:32 UTC  (6+ messages)
` [PATCH v6 5/6] bisect--helper: reimplement `bisect_run` shell

What's cooking in git.git (Sep 2021, #01; Thu, 2)
 2021-09-07 17:39 UTC  (7+ messages)

[PATCH v6 0/9] ssh signing: Add commit & tag signing/verification via SSH keys using ssh-keygen
 2021-09-07 17:35 UTC  (5+ messages)
` [PATCH v7 "

[PATCH v9 0/3] maintenance: add support for systemd timers on Linux
 2021-09-07 16:48 UTC  (3+ messages)
` [PATCH v10 "

[PATCH 0/4] Gets rid of "if reflog exists, append to it regardless of config settings"
 2021-09-07 15:53 UTC  (14+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 2/5] test-ref-store: tweaks to for-each-reflog-ent format
  ` [PATCH v3 0/7] Gets rid of "if reflog exists, append to it regardless of config settings"
    ` [PATCH v3 1/7] show-branch: show reflog message
    ` [PATCH v3 2/7] refs: trim newline from "
    ` [PATCH v3 3/7] test-ref-store: tweaks to for-each-reflog-ent format
    ` [PATCH v3 4/7] t1400: use test-helper ref-store to inspect reflog contents
    ` [PATCH v3 5/7] refs: drop force_create argument of create_reflog API
    ` [PATCH v3 6/7] RFC: refs: reflog entries aren't written based on reflog existence
    ` [PATCH v3 7/7] refs: change log_ref_setup calling convention

[PATCH 00/13] submodule: convert the rest of 'update' to C
 2021-09-07 13:50 UTC  (23+ messages)
` [PATCH 01/13] submodule--helper: split up ensure_core_worktree()
` [PATCH 02/13] submodule--helper: get remote names from any repository
` [PATCH 03/13] submodule--helper: introduce get_default_remote_submodule()
` [PATCH 04/13] submodule--helper: rename helpers for update-clone
` [PATCH 05/13] submodule--helper: refactor get_submodule_displaypath()
` [PATCH 06/13] submodule: move core cmd_update() logic to C
` [PATCH 07/13] submodule: remove fetch_in_submodule shell function
` [PATCH 08/13] submodule--helper: remove update-clone subcommand
` [PATCH 09/13] submodule--helper: remove update-module-mode subcommand
` [PATCH 10/13] submodule--helper: remove shell interface to ensure_core_worktree()
` [PATCH 11/13] submodule--helper: remove print-default-remote subcommand
` [PATCH 12/13] submodule--helper: remove relative-path subcommand
` [PATCH 13/13] submodule--helper: remove run-update-procedure subcommand

[PATCH RESEND] bugreport: Add hint to answer questionnaire in English
 2021-09-07 12:21 UTC  (2+ messages)

[PATCH v5 00/21] fsck: lib-ify object-file.c & better fsck "invalid object" error reporting
 2021-09-07 10:58 UTC  (15+ messages)
` [PATCH v6 00/22] "
  ` [PATCH v6 10/22] object-file.c: make parse_loose_header_extended() public
  ` [PATCH v6 11/22] object-file.c: add missing braces to loose_object_info()
  ` [PATCH v6 12/22] object-file.c: simplify unpack_loose_short_header()
  ` [PATCH v6 13/22] object-file.c: split up ternary in parse_loose_header()
  ` [PATCH v6 14/22] object-file.c: stop dying "
  ` [PATCH v6 15/22] object-file.c: guard against future bugs in loose_object_info()
  ` [PATCH v6 16/22] object-file.c: return -1, not "status" from unpack_loose_header()
  ` [PATCH v6 17/22] object-file.c: return -2 on "header too long" in unpack_loose_header()
  ` [PATCH v6 18/22] object-file.c: use "enum" return type for unpack_loose_header()
  ` [PATCH v6 19/22] fsck: don't hard die on invalid object types
  ` [PATCH v6 20/22] object-store.h: move read_loose_object() below 'struct object_info'
  ` [PATCH v6 21/22] fsck: report invalid types recorded in objects
  ` [PATCH v6 22/22] fsck: report invalid object type-path combinations


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