git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-01-12 09:38:53 to 2021-01-14 06:33:51 UTC [more...]

[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/20] pack-revindex: prepare for on-disk reverse index
 2021-01-14  6:33 UTC  (69+ messages)
` [PATCH 01/20] pack-revindex: introduce a new API
` [PATCH 02/20] write_reuse_object(): convert to new revindex API
` [PATCH 03/20] write_reused_pack_one(): "
` [PATCH 07/20] show_objects_for_type(): "
` [PATCH 09/20] try_partial_reuse(): "
` [PATCH 13/20] packed_object_info(): "
` [PATCH 14/20] unpack_entry(): "
` [PATCH 18/20] pack-revindex: remove unused 'find_revindex_position()'
` [PATCH 20/20] pack-revindex.c: avoid direct revindex access in 'offset_to_pack_pos()'
` [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()'

[PATCH 0/8] pack-revindex: introduce on-disk '.rev' format
 2021-01-13 22:28 UTC  (19+ messages)
` [PATCH 6/8] t: prepare for GIT_TEST_WRITE_REV_INDEX
` [PATCH 7/8] t: support GIT_TEST_WRITE_REV_INDEX
` [PATCH v2 0/8] pack-revindex: introduce on-disk '.rev' format
  ` [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

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

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

[PATCH 00/10] [RFC] Simple IPC Mechanism
 2021-01-14  1:19 UTC  (23+ messages)
` [PATCH 01/10] pkt-line: use stack rather than static buffer in packet_write_gently()
` [PATCH 02/10] pkt-line: (optionally) libify the packet readers
` [PATCH 03/10] pkt-line: optionally skip the flush packet in write_packetized_from_buf()
` [PATCH 04/10] pkt-line: accept additional options in read_packetized_to_strbuf()
` [PATCH 05/10] simple-ipc: design documentation for new IPC mechanism
` [PATCH 06/10] simple-ipc: add win32 implementation
` [PATCH 07/10] unix-socket: create gentle version of unix_stream_listen()
` [PATCH 08/10] unix-socket: add no-chdir option to unix_stream_listen_gently()
` [PATCH 09/10] simple-ipc: add t/helper/test-simple-ipc and t0052
` [PATCH 10/10] simple-ipc: add Unix domain socket implementation

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

[RFC PATCH 0/9][Outreachy] rebase -i: add options to fixup command
 2021-01-13 20:37 UTC  (8+ 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

rev-list with multiple commits sharing same patch-id
 2021-01-13 20:33 UTC  (12+ 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)

How to implement the "amend!" commit ?
 2021-01-13 18:27 UTC  (3+ 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  (12+ 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] shortlog: remove unused(?) "repo-abbrev" feature
 2021-01-12 22:34 UTC  (28+ 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

[PATCH 0/2] fetch: implement support for atomic reference updates
 2021-01-12 19:19 UTC  (15+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 4/4] "
` [PATCH v4 0/5] "
  ` [PATCH v4 1/5] fetch: extract writing to FETCH_HEAD
  ` [PATCH v4 2/5] fetch: use strbuf to format FETCH_HEAD updates
  ` [PATCH v4 3/5] fetch: refactor `s_update_ref` to use common exit path
  ` [PATCH v4 4/5] fetch: allow passing a transaction to `s_update_ref()`
  ` [PATCH v4 5/5] fetch: implement support for atomic reference updates

[PATCH 0/5] Support for commits signed by multiple algorithms
 2021-01-12 17:03 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] commit: ignore additional signatures when parsing signed commits

[PATCH v2 0/5] Hashed mailmap
 2021-01-12 14:08 UTC  (5+ messages)
` [PATCH v2 4/5] mailmap: use case-sensitive comparisons for local-parts and names

What's cooking in git.git (Jan 2021, #02; Fri, 8)
 2021-01-12 14:00 UTC  (8+ messages)

[PATCH v2 0/2] config: allow specifying config entries via envvar pairs
 2021-01-12 12:27 UTC  (10+ messages)
` [PATCH v8 0/8] "
  ` [PATCH v8 1/8] git: add `--super-prefix` to usage string
  ` [PATCH v8 2/8] config: add new way to pass config via `--config-env`
  ` [PATCH v8 3/8] quote: make sq_dequote_step() a public function
  ` [PATCH v8 4/8] config: extract function to parse config pairs
  ` [PATCH v8 5/8] config: store "git -c" variables using more robust format
  ` [PATCH v8 6/8] config: parse more robust format in GIT_CONFIG_PARAMETERS
  ` [PATCH v8 7/8] environment: make `getenv_safe()` a public function
  ` [PATCH v8 8/8] config: allow specifying config entries via envvar pairs

[PATCH v4 00/20] make "mktag" use fsck_tag() & more
 2021-01-12 11:22 UTC  (8+ messages)
` [PATCH v5 12/23] mktag tests: improve verify_object() test coverage
    ` Should you use test_i18ngrep or GIT_TEST_GETTEXT_POISON=false?


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