git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-09-07 19:44:29 to 2021-09-08 16:32:19 UTC [more...]

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

[PATCH 0/3] Fix D/F issues in stash
 2021-09-08 16:30 UTC  (10+ 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

What's cooking in git.git (Sep 2021, #02; Wed, 8)
 2021-09-08 16:24 UTC  (2+ messages)

[PATCH v4 00/10] Sparse index: delete ignored files outside sparse cone
 2021-09-08 16:11 UTC  (16+ 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 v4 0/5] drop support for ancient curl
 2021-09-08 15:31 UTC  (7+ messages)
` [PATCH 0/5] post-v2.33 "drop support for ancient curl" follow-up
  ` [PATCH 1/5] http: drop support for curl < 7.18.0 (again)
  ` [PATCH 2/5] http: correct curl version check for CURLOPT_PINNEDPUBLICKEY
  ` [PATCH 3/5] http: correct version check for CURL_HTTP_VERSION_2_0
  ` [PATCH 4/5] http: centralize the accounting of libcurl dependencies
  ` [PATCH 5/5] http: don't hardcode the value of CURL_SOCKOPT_OK

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

[PATCH 0/6] help: fix usage nits & bugs, completion shellscript->C
 2021-09-08 15:24 UTC  (7+ messages)
` [PATCH 1/6] help: correct the usage string in -h and documentation
` [PATCH 2/6] help: correct usage string for "git help --guides"
` [PATCH 3/6] help tests: add test for --config output
` [PATCH 4/6] help: refactor "for_human" control flow in cmd_help()
` [PATCH 5/6] help: correct logic error in combining --all and --config
` [PATCH 6/6] help / completion: make "git help" do the hard work

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

[PATCH 0/4] Compile-time extensions for list-object-filter
 2021-09-08 14:23 UTC  (4+ messages)

diff-index --cc no longer permitted, gitk is now broken (slightly)
 2021-09-08 13:43 UTC  (6+ messages)

[PATCH 00/11] rebase: dereference tags
 2021-09-08 13:42 UTC  (18+ messages)
` [PATCH 01/11] t3407: run tests in $TEST_DIRECTORY
` [PATCH 02/11] t3407: use test_commit
` [PATCH 03/11] t3407: use test_cmp_rev
` [PATCH 04/11] t3407: rename a variable
` [PATCH 05/11] t3407: use test_path_is_missing
` [PATCH 06/11] t3407: strengthen rebase --abort tests
` [PATCH 07/11] t3407: rework rebase --quit tests
` [PATCH 08/11] rebase: remove redundant strbuf
` [PATCH 09/11] rebase: use our standard error return value
` [PATCH 10/11] rebase: use lookup_commit_reference_by_name()
` [PATCH 11/11] rebase: dereference tags

[PATCH 0/5] rebase -i: a couple of small improvements
 2021-09-08 13:41 UTC  (6+ messages)
` [PATCH 1/5] sequencer.c: factor out a function
` [PATCH 2/5] rebase: fix todo-list rereading
` [PATCH 3/5] reset_head(): mark oid parameter as const
` [PATCH 4/5] rebase -i: don't fork git checkout
` [PATCH 5/5] rebase: remove unused parameter

[PATCH] tests: remove leftover untracked files
 2021-09-08 13:11 UTC  (3+ messages)

[PATCH v4 0/3] add a test mode for SANITIZE=leak, run it in CI
 2021-09-08 12:03 UTC  (8+ messages)
` [PATCH v5 "
  ` [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 v9 0/3] maintenance: add support for systemd timers on Linux
 2021-09-08 11:44 UTC  (4+ messages)
` [PATCH v10 "

[PATCH 0/6] Sparse Index: Integrate with merge, cherry-pick, rebase, and revert
 2021-09-08 11:24 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/6] merge: make sparse-aware with ORT
  ` [PATCH v3 0/6] Sparse Index: Integrate with merge, cherry-pick, rebase, and revert
    ` [PATCH v3 1/6] diff: ignore sparse paths in diffstat
    ` [PATCH v3 2/6] merge: make sparse-aware with ORT
    ` [PATCH v3 3/6] merge-ort: expand only for out-of-cone conflicts
    ` [PATCH v3 4/6] t1092: add cherry-pick, rebase tests
    ` [PATCH v3 5/6] sequencer: ensure full index if not ORT strategy
    ` [PATCH v3 6/6] sparse-index: integrate with cherry-pick and rebase

[PATCH] Docs: web server must setenv GIT_PROTOCOL for v2
 2021-09-08 10:57 UTC  (6+ messages)

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

[PATCH 0/2] pack-write,repack: prevent opening packs too early
 2021-09-08  9:18 UTC  (20+ 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] hash-object: prefix_filename() returns allocated memory these days
 2021-09-08  9:42 UTC  (2+ messages)

[PATCH 0/2] pull: release handles to pack files before potentially gc'ing
 2021-09-08  8:29 UTC  (3+ messages)
` [PATCH 1/2] commit-graph: when closing the graph, also release the slab
` [PATCH 2/2] pull: release packs before fetching

[PATCH 0/2] A pair of git am --abort issues
 2021-09-08  8:08 UTC  (8+ 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 00/19] Adds reftable library code from https://github.com/hanwen/reftable
 2021-09-08  7:45 UTC  (6+ messages)
` [PATCH 0/4] fixup for hn/reftable
  ` [PATCH 1/4] fixup! reftable: reading/writing blocks
  ` [PATCH 2/4] fixup! reftable: utility functions
  ` [PATCH 3/4] fixup! Provide zlib's uncompress2 from compat/zlib-compat.c
  ` [PATCH 4/4] fixup! reftable: utility functions

[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/8] Drop support for git rebase --preserve-merges
 2021-09-08  1:30 UTC  (23+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v3 00/11] "
    ` [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 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] 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)

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

[PATCH 1/3] Add support for new %w wildcard in checkout filter
 2021-09-07 20:28 UTC  (2+ messages)

[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  (5+ messages)
` [PATCH 2/2] ref-filter: implement "quick" formats

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


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