git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-01-12 19:22:00 to 2021-01-14 21:04:31 UTC [more...]

[PATCH 0/8] pack-revindex: introduce on-disk '.rev' format
 2021-01-14 20:57 UTC  (17+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/8] packfile: prepare for the existence of '*.rev' files
  ` [PATCH v2 2/8] pack-write.c: prepare to write 'pack-*.rev' files
  ` [PATCH v2 3/8] builtin/index-pack.c: write reverse indexes
  ` [PATCH v2 4/8] builtin/pack-objects.c: respect 'pack.writeReverseIndex'
  ` [PATCH v2 5/8] Documentation/config/pack.txt: advertise 'pack.writeReverseIndex'
  ` [PATCH v2 6/8] t: prepare for GIT_TEST_WRITE_REV_INDEX
  ` [PATCH v2 7/8] t: support GIT_TEST_WRITE_REV_INDEX
  ` [PATCH v2 8/8] pack-revindex: ensure that on-disk reverse indexes are given precedence

[PATCH 00/20] pack-revindex: prepare for on-disk reverse index
 2021-01-14 20:53 UTC  (64+ messages)
` [PATCH 01/20] pack-revindex: introduce a new API
` [PATCH 02/20] write_reuse_object(): convert to new revindex API
` [PATCH 18/20] pack-revindex: remove unused 'find_revindex_position()'
` [PATCH v2 00/20] pack-revindex: prepare for on-disk reverse index
  ` [PATCH v2 01/20] pack-revindex: introduce a new API
  ` [PATCH v2 02/20] write_reuse_object(): convert to new revindex API
  ` [PATCH v2 03/20] write_reused_pack_one(): "
  ` [PATCH v2 04/20] write_reused_pack_verbatim(): "
  ` [PATCH v2 05/20] check_object(): "
  ` [PATCH v2 06/20] bitmap_position_packfile(): "
  ` [PATCH v2 07/20] show_objects_for_type(): "
  ` [PATCH v2 08/20] get_size_by_pos(): "
  ` [PATCH v2 09/20] try_partial_reuse(): "
  ` [PATCH v2 10/20] rebuild_existing_bitmaps(): "
  ` [PATCH v2 11/20] get_delta_base_oid(): "
  ` [PATCH v2 12/20] retry_bad_packed_offset(): "
  ` [PATCH v2 13/20] packed_object_info(): "
  ` [PATCH v2 14/20] unpack_entry(): "
  ` [PATCH v2 15/20] for_each_object_in_pack(): "
  ` [PATCH v2 16/20] builtin/gc.c: guess the size of the revindex
  ` [PATCH v2 17/20] pack-revindex: remove unused 'find_pack_revindex()'
  ` [PATCH v2 18/20] pack-revindex: remove unused 'find_revindex_position()'
  ` [PATCH v2 19/20] pack-revindex: hide the definition of 'revindex_entry'
  ` [PATCH v2 20/20] pack-revindex.c: avoid direct revindex access in 'offset_to_pack_pos()'

add a blank line when a commit has no parent in log output?
 2021-01-14 20:44 UTC  (3+ messages)

How to implement the "amend!" commit ?
 2021-01-14 20:32 UTC  (7+ messages)

[PATCH] shortlog: remove unused(?) "repo-abbrev" feature
 2021-01-14 20:21 UTC  (35+ messages)
` [PATCH 00/22] mailmap: doc + test fixes
` [PATCH 01/22] mailmap doc: create a new "gitmailmap(5)" man page
` [PATCH 02/22] mailmap doc: quote config variables `like.this`
` [PATCH 03/22] check-mailmap doc: note config options
` [PATCH 04/22] mailmap doc: start by mentioning the comment syntax
` [PATCH 05/22] mailmap tests: use our preferred whitespace syntax
` [PATCH 06/22] mailmap tests: modernize syntax & test idioms
` [PATCH 07/22] mailmap tests: improve --stdin tests
` [PATCH 08/22] mailmap tests: remove redundant entry in test
` [PATCH 09/22] mailmap tests: add a test for "not a blob" error
` [PATCH 10/22] mailmap tests: get rid of overly complex blame fuzzing
` [PATCH 11/22] mailmap: test for silent exiting on missing file/blob
` [PATCH 12/22] test-lib functions: expand "test_commit" comment template
` [PATCH 13/22] test-lib functions: document arguments to test_commit
` [PATCH 14/22] test-lib functions: add --author support "
` [PATCH 15/22] test-lib functions: add an --append option "
` [PATCH 16/22] tests: refactor a few tests to use "test_commit --append"
` [PATCH 17/22] mailmap doc + tests: add better examples & test them
` [PATCH 18/22] mailmap tests: add a test for comment syntax
` [PATCH 19/22] mailmap tests: add tests for whitespace syntax
` [PATCH 20/22] mailmap tests: add tests for empty "<>" syntax
` [PATCH 21/22] mailmap doc + tests: document and test for case-insensitivity
` [PATCH 22/22] shortlog: remove unused(?) "repo-abbrev" feature

[bug] git-ls-files sometimes does not list files with pathspec magic ":(exclude)"
 2021-01-14 20:21 UTC  (3+ messages)

[PATCH 0/1] And so it begins...merge/rename performance work
 2021-01-14 20:18 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] merge-ort: begin performance work; instrument with trace2_region_* calls

[PATCH v2 0/3] Refactor writing promisor file
 2021-01-14 20:11 UTC  (6+ messages)
` [PATCH v2 1/3] fetch-pack: rename helper to create_promisor_file()
` [PATCH v2 2/3] fetch-pack: refactor writing promisor file
` [PATCH v2 3/3] pack-write: die on error in write_promisor_file()

[PATCH] git-gui: fix blurry icon on macos taskbar
 2021-01-14 18:20 UTC  (2+ messages)

[PATCH] git-gui: fix typo in russian locale
 2021-01-14 17:37 UTC  (2+ messages)

bug: checkout --recurse-submodules discard uncommited changes in submodule
 2021-01-14 16:40 UTC  (3+ messages)

[PATCH] builtin/ls-files.c:add git ls-file --dedup option
 2021-01-14 12:22 UTC  (6+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 2/2] builtin:ls-files.c:add "
  ` [PATCH v3] ls-files.c: add "

[ANNOUNCE] Git for Windows 2.30.0(2)
 2021-01-14 11:26 UTC 

[RFC PATCH 0/9][Outreachy] rebase -i: add options to fixup command
 2021-01-14 10:46 UTC  (17+ messages)
` [RFC PATCH 1/9] rebase -i: only write fixup-message when it's needed
` [RFC PATCH 3/9] rebase -i: comment out squash!/fixup! subjects from squash message
` [RFC PATCH 5/9] sequencer: use const variable for commit message comments
` [RFC PATCH 6/9] rebase -i: add fixup [-C | -c] command

[PATCH 0/1] add--interactive: skip index refresh in reset patch mode
 2021-01-14  6:32 UTC  (16+ messages)
        ` Cc'ing the Git maintainer on GitGitGadget contributions, was "

[PATCH 00/10] [RFC] Simple IPC Mechanism
 2021-01-14  1:19 UTC  (12+ messages)
` [PATCH 01/10] pkt-line: use stack rather than static buffer in packet_write_gently()
` [PATCH 07/10] unix-socket: create gentle version of unix_stream_listen()

Bug report: git checkout introduces local changes
 2021-01-13 22:32 UTC 

rev-list with multiple commits sharing same patch-id
 2021-01-13 20:33 UTC  (11+ messages)
      ` [PATCH] patch-ids: handle duplicate hashmap entries

git am fails because of weird text in commit log
 2021-01-13 20:33 UTC  (2+ messages)

[PATCH] refs: Always pass old object name to reftx hook
 2021-01-13 20:11 UTC  (6+ messages)

[PATCH] CoC: update to version 2.0 + local changes
 2021-01-13 18:58 UTC  (5+ messages)

[PATCH 1/2] fetch-pack: rename helper to create_promisor_file()
 2021-01-13 15:20 UTC  (7+ messages)
` [PATCH 2/2] fetch-pack: refactor writing promisor file

test-tool: bloom: generate_filter for multiple string?
 2021-01-13 15:13 UTC  (6+ messages)

git-bugreport-2021-01-06-1209.txt (git can't deal with special characters)
 2021-01-13 14:57 UTC  (2+ messages)

suspected race between packing and fetch (single case study)
 2021-01-13 14:55 UTC  (7+ messages)

[PATCH 00/11] [RFH] Introduce support for GETTEXT_POISON=rot13
 2021-01-13  7:32 UTC  (11+ messages)
` [PATCH 02/11] Support GIT_TEST_GETTEXT_POISON=rot13
` [PATCH 04/11] sha1dc: mark forgotten message for translation
` [PATCH 09/11] GETTEXT_POISON=rot13: do compare the output in `test_i18ncmp`

[RFC PATCH] mergetools: support difftool.tabbed setting
 2021-01-13  5:59 UTC 

[PATCH] rebase -i: do leave commit message intact in fixup! chains
 2021-01-12 23:12 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/2] fetch: implement support for atomic reference updates
 2021-01-12 19:19 UTC  (8+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 4/4] "


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