git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-08-16 19:44:41 to 2021-08-17 22:11:00 UTC [more...]

Why doesn't `git log -m` imply `-p`?
 2021-08-17 22:10 UTC  (18+ messages)
` [PATCH v3 00/10] diff-merges: let -m imply -p
  ` [PATCH v3 10/10] diff-merges: let "-m" imply "-p"
      ` [PATCH] Revert 'diff-merges: let "-m" imply "-p"'

[PATCH] make: add install-strip target
 2021-08-17 21:48 UTC  (3+ messages)

What's cooking in git.git (Aug 2021, #06; Mon, 16)
 2021-08-17 21:48 UTC  (9+ messages)

[PATCH] t6300: don't run cat-file on non-existent object
 2021-08-17 21:44 UTC  (2+ messages)

[PATCH v4 0/6]Finish converting git bisect to C part 4
 2021-08-17 21:36 UTC  (18+ messages)
` [PATCH v4 1/6] t6030-bisect-porcelain: add tests to control bisect run exit cases
` [PATCH v4 2/6] t6030-bisect-porcelain: add test for bisect visualize
` [PATCH v4 3/6] run-command: make `exists_in_PATH()` non-static
` [PATCH v4 4/6] bisect--helper: reimplement `bisect_visualize()`shell function in C
` [PATCH v4 5/6] bisect--helper: reimplement `bisect_run` shell "
` [PATCH v4 6/6] bisect--helper: retire `--bisect-next-check` subcommand

[PATCH 0/6] Fix GIT_TEST_SPLIT_INDEX
 2021-08-17 21:32 UTC  (13+ messages)
` [PATCH 1/6] t1600-index: remove unnecessary redirection
` [PATCH 2/6] t1600-index: don't run git commands upstream of a pipe
` [PATCH 3/6] t1600-index: disable GIT_TEST_SPLIT_INDEX
` [PATCH 4/6] read-cache: look for shared index files next to the index, too
` [PATCH 5/6] tests: disable GIT_TEST_SPLIT_INDEX for sparse index tests
` [PATCH 6/6] read-cache: fix GIT_TEST_SPLIT_INDEX

[PATCH v4 0/4] add support for systemd timers on Linux
 2021-08-17 20:29 UTC  (5+ messages)
` [PATCH v5 0/3] "

[PATCH] ci: add job for gcc-4.8 to GitHub Actions
 2021-08-17 19:36 UTC  (6+ messages)

[PATCH 0/7] In grep, no adding submodule ODB as alternates
 2021-08-17 19:29 UTC  (16+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 7/8] submodule-config: pass repo upon blob config read
` [PATCH v3 0/8] In grep, no adding submodule ODB as alternates
  ` [PATCH v3 1/8] submodule: lazily add submodule ODBs "
  ` [PATCH v3 2/8] grep: use submodule-ODB-as-alternate lazy-addition
  ` [PATCH v3 3/8] grep: typesafe versions of grep_source_init
  ` [PATCH v3 4/8] grep: read submodule entry with explicit repo
  ` [PATCH v3 5/8] grep: allocate subrepos on heap
  ` [PATCH v3 6/8] grep: add repository to OID grep sources
  ` [PATCH v3 7/8] submodule-config: pass repo upon blob config read
  ` [PATCH v3 8/8] t7814: show lack of alternate ODB-adding

git format-patch produces invalid patch if the commit adds an empty file?
 2021-08-17 18:50 UTC 

[PATCH] builtin/fsmonitor--daemon: use parse-options API fully
 2021-08-17 18:03 UTC  (2+ messages)

[RFC PATCH] fsmonitor: fix building with NO_PTHREADS
 2021-08-17 17:56 UTC  (2+ messages)

[PATCH 0/4] rebase -r: some merge related fixes
 2021-08-17 17:26 UTC  (3+ messages)
` [PATCH 3/4] rebase -r: don't write .git/MERGE_MSG when fast-forwarding

[PATCH 0/6] Sparse Index: Integrate with merge, cherry-pick, rebase, and revert
 2021-08-17 17:08 UTC  (7+ messages)
` [PATCH 1/6] t1092: use ORT merge strategy
` [PATCH 2/6] diff: ignore sparse paths in diffstat
` [PATCH 3/6] merge: make sparse-aware with ORT
` [PATCH 4/6] merge-ort: expand only for out-of-cone conflicts
` [PATCH 5/6] t1092: add cherry-pick, rebase tests
` [PATCH 6/6] sparse-index: integrate with cherry-pick and rebase

[PATCH 00/26] Support reftable ref backend for Git
 2021-08-17 16:38 UTC  (57+ messages)
` [PATCH v2 00/25] "
  ` [PATCH v2 01/25] hash.h: provide constants for the hash IDs
  ` [PATCH v2 02/25] init-db: set the_repository->hash_algo early on
  ` [PATCH v2 03/25] reftable: RFC: add LICENSE
  ` [PATCH v2 04/25] reftable: add error related functionality
  ` [PATCH v2 05/25] reftable: utility functions
  ` [PATCH v2 06/25] reftable: add blocksource, an abstraction for random access reads
  ` [PATCH v2 07/25] reftable: (de)serialization for the polymorphic record type
  ` [PATCH v2 08/25] Provide zlib's uncompress2 from compat/zlib-compat.c
  ` [PATCH v2 09/25] reftable: reading/writing blocks
  ` [PATCH v2 10/25] reftable: a generic binary tree implementation
  ` [PATCH v2 11/25] reftable: write reftable files
  ` [PATCH v2 12/25] reftable: generic interface to tables
  ` [PATCH v2 13/25] reftable: read reftable files
  ` [PATCH v2 14/25] reftable: reftable file level tests
  ` [PATCH v2 15/25] reftable: add a heap-based priority queue for reftable records
  ` [PATCH v2 16/25] reftable: add merged table view
  ` [PATCH v2 17/25] reftable: implement refname validation
  ` [PATCH v2 18/25] reftable: implement stack, a mutable database of reftable files
  ` [PATCH v2 19/25] reftable: add dump utility
  ` [PATCH v2 20/25] refs: RFC: Reftable support for git-core
  ` [PATCH v2 21/25] git-prompt: prepare for reftable refs backend
  ` [PATCH v2 22/25] Add "test-tool dump-reftable" command
  ` [PATCH v2 23/25] t1301: document what needs to be done for reftable
  ` [PATCH v2 24/25] t1401,t2011: parameterize HEAD.lock for REFFILES
  ` [PATCH v2 25/25] t1404: annotate test cases with REFFILES
  ` [PATCH v3 00/25] Support reftable ref backend for Git
    ` [PATCH v3 01/25] hash.h: provide constants for the hash IDs
    ` [PATCH v3 02/25] init-db: set the_repository->hash_algo early on
    ` [PATCH v3 03/25] reftable: RFC: add LICENSE
    ` [PATCH v3 04/25] reftable: add error related functionality
    ` [PATCH v3 05/25] reftable: utility functions
    ` [PATCH v3 06/25] reftable: add blocksource, an abstraction for random access reads
    ` [PATCH v3 07/25] reftable: (de)serialization for the polymorphic record type
    ` [PATCH v3 08/25] Provide zlib's uncompress2 from compat/zlib-compat.c
    ` [PATCH v3 09/25] reftable: reading/writing blocks
    ` [PATCH v3 10/25] reftable: a generic binary tree implementation
    ` [PATCH v3 11/25] reftable: write reftable files
    ` [PATCH v3 12/25] reftable: generic interface to tables
    ` [PATCH v3 13/25] reftable: read reftable files
    ` [PATCH v3 14/25] reftable: reftable file level tests
    ` [PATCH v3 15/25] reftable: add a heap-based priority queue for reftable records
    ` [PATCH v3 16/25] reftable: add merged table view
    ` [PATCH v3 17/25] reftable: implement refname validation
    ` [PATCH v3 18/25] reftable: implement stack, a mutable database of reftable files
    ` [PATCH v3 19/25] reftable: add dump utility
    ` [PATCH v3 20/25] refs: RFC: Reftable support for git-core
    ` [PATCH v3 21/25] git-prompt: prepare for reftable refs backend
    ` [PATCH v3 22/25] Add "test-tool dump-reftable" command
    ` [PATCH v3 23/25] t1301: document what needs to be done for reftable
    ` [PATCH v3 24/25] t1401,t2011: parameterize HEAD.lock for REFFILES
    ` [PATCH v3 25/25] t1404: annotate test cases with REFFILES

[PATCH] fixup! propagate errno from failing read
 2021-08-17 16:14 UTC  (2+ messages)

[GSOC] [QUESTION] ref-filter: can %(raw) implement reuse oi.content?
 2021-08-17 16:09 UTC  (3+ messages)
` Fwd: "

[ANNOUNCE] Git v2.33.0-rc2 (Build/Test Report)
 2021-08-17 14:30 UTC  (16+ messages)

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

[PATCH] refs file backend: remove dead "errno == EISDIR" code
 2021-08-17 13:35 UTC  (4+ messages)
` [PATCH v2 00/11] fix "git reflog expire" race & get rid of EISDIR in refs API
  ` [PATCH v2 09/11] reflog expire: don't lock reflogs using previously seen OID

[ANNOUNCE] Git for Windows 2.33.0
 2021-08-17 10:30 UTC 

[QUESTION]Is it possible that git would support two-factor authentication?
 2021-08-17 10:19 UTC  (4+ messages)
  `  "

[PATCH v2 0/2] [GSOC] cherry-pick: fix bug when used with GIT_CHERRY_PICK_HELP
 2021-08-17 10:09 UTC  (5+ messages)
` [PATCH v3] [GSOC] cherry-pick: use better advice message

[PATCH v4] commit: restore --edit when combined with --fixup
 2021-08-17 10:06 UTC  (3+ messages)
` [PATCH v5] "

[PATCH 0/2] builtin/add: minor unrelated fixes
 2021-08-17 10:05 UTC  (4+ messages)
` [PATCH 1/2] builtin/add: remove obsoleted support for legacy stash -p
` [PATCH 2/2] builtin/add: make clear edit and patch/interactive are incompatible

[PATCH 0/3] rebase --continue: remove .git/MERGE_MSG
 2021-08-17 10:05 UTC  (10+ messages)
` [PATCH 1/3] t3403: fix commit authorship

[PATCH 0/8] [GSOC] [RFC] ref-filter: code logic optimization
 2021-08-17  8:41 UTC  (9+ messages)
` [PATCH 1/8] [GSOC] ref-filter: remove grab_oid() function
` [PATCH 2/8] [GSOC] ref-filter: merge two for loop in grab_person
` [PATCH 3/8] [GSOC] ref-filter: remove strlen from find_subpos
` [PATCH 4/8] [GSOC] ref-filter: introducing xstrvfmt_len() and xstrfmt_len()
` [PATCH 5/8] [GSOC] ref-filter: introduction ref_filter_slopbuf[1]
` [PATCH 6/8] [GSOC] ref-filter: add deref member to struct used_atom
` [PATCH 7/8] [GSOC] ref-filter: introduce symref_atom_parser()
` [PATCH 8/8] [GSOC] ref-filter: use switch/case instead of if/else

[PATCH 0/5] [GSOC] [RFC] ref-filter: performance optimization
 2021-08-17  7:14 UTC  (6+ messages)
` [PATCH 1/5] [GSOC] ref-filter: skip parse_object_buffer in some cases
` [PATCH 2/5] [GSOC] ref-filter: remove second parsing in format_ref_array_item
` [PATCH 3/5] [GSOC] ref-filter: reuse final buffer
` [PATCH 4/5] [GSOC] ref-filter: reduce unnecessary object_info comparisons
` [PATCH 5/5] [GSOC]: ref-filter: instead CALLOC_ARRAY to ALLOC_ARRAY

[GSoC] My Git Dev Blog – Week 11
 2021-08-17  5:01 UTC  (6+ messages)

[PATCH v2 0/6] config-based hooks restarted
 2021-08-17  0:36 UTC  (13+ messages)
` [PATCH v2 1/6] hook: run a list of hooks instead
` [PATCH v2 2/6] hook: allow parallel hook execution
` [PATCH v2 3/6] hook: introduce "git hook list"

[PATCH] transport: no warning if no server wait-for-done
 2021-08-16 23:06 UTC  (2+ messages)

A note from the maintainer
 2021-08-16 23:06 UTC 

[ANNOUNCE] Git v2.33.0
 2021-08-16 23:06 UTC 

[PATCH] transport: no warning if no server wait-for-done
 2021-08-16 22:26 UTC  (2+ messages)

git clone corrupts file
 2021-08-16 22:26 UTC  (9+ messages)

git format-patch -s enhancement
 2021-08-16 21:49 UTC  (3+ messages)

[PATCH v2 7/8] submodule-config: pass repo upon blob config read
 2021-08-16 20:57 UTC  (3+ messages)

[PATCH v2 6/8] grep: add repository to OID grep sources
 2021-08-16 19:44 UTC  (2+ 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).