git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-01-13 17:58:53 to 2021-01-15 21:01:40 UTC [more...]

What's cooking in git.git (Jan 2021, #02; Fri, 8)
 2021-01-15 20:59 UTC  (26+ messages)

[PATCH] ci/install-depends: attempt to fix "brew cask" stuff
 2021-01-15 20:46 UTC  (8+ messages)

[PATCH v2] use delete_refs when deleting tags or branches
 2021-01-15 20:06 UTC  (3+ messages)

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

[PATCH 0/1] And so it begins...merge/rename performance work
 2021-01-15 19:29 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] merge-ort: begin performance work; instrument with trace2_region_* calls
  ` [PATCH v3 0/1] And so it begins...merge/rename performance work
    ` [PATCH v3 1/1] merge-ort: begin performance work; instrument with trace2_region_* calls

[PATCH v2 0/2] config: allow specifying config entries via envvar pairs
 2021-01-15 19:16 UTC  (4+ messages)
` [PATCH v8 0/8] "
  ` [PATCH v8 5/8] config: store "git -c" variables using more robust format

How to implement the "amend!" commit ?
 2021-01-15 18:05 UTC  (12+ messages)

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

git fails with a broken pipe when one quits the pager
 2021-01-15 16:15 UTC 

[PATCH 00/27] t: general test cleanup + `set -o pipefail`
 2021-01-15 10:04 UTC  (16+ messages)
` [PATCH 0/6] tests: add a bash "set -o pipefail" test mode
` [PATCH 1/6] test-lib: add tests for test_might_fail
` [PATCH 2/6] test-lib: add ok=* support to test_might_fail
` [PATCH 3/6] test_lib: allow test_{must,might}_fail to accept non-git on "sigpipe"
` [PATCH 4/6] tests: use "test_might_fail ok=sigpipe grep" when appropriate
` [PATCH 5/6] tests: split up bash detection library
` [PATCH 6/6] tests: add a "set -o pipefail" for a patched bash

[PATCH 00/20] pack-revindex: prepare for on-disk reverse index
 2021-01-15  9:33 UTC  (55+ messages)
` [PATCH v2 "
  ` [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] shortlog: remove unused(?) "repo-abbrev" feature
 2021-01-15  5:53 UTC  (26+ messages)
` [PATCH 00/22] mailmap: doc + test fixes
  ` [PATCH 0/2] mailmap: test cleanup
    ` [PATCH 1/2] test-lib-functions.sh: fix usage for test_commit()
    ` [PATCH 2/2] t4203: stop losing return codes of git commands
` [PATCH 01/22] mailmap doc: create a new "gitmailmap(5)" man page
  ` [PATCH] fixup! "
    ` [PATCH v2] mailmap doc: use correct environment variable 'GIT_WORK_TREE'
` [PATCH 06/22] mailmap tests: modernize syntax & test idioms
` [PATCH 10/22] mailmap tests: get rid of overly complex blame fuzzing
` [PATCH 14/22] test-lib functions: add --author support to test_commit

[PATCH 0/5] Support for commits signed by multiple algorithms
 2021-01-15  1:47 UTC  (5+ messages)
` [PATCH 2/5] gpg-interface: improve interface for parsing tags

add a blank line when a commit has no parent in log output?
 2021-01-15  1:12 UTC  (4+ messages)

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

[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

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

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

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

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

[PATCH 00/10] [RFC] Simple IPC Mechanism
 2021-01-14  1:19 UTC  (4+ messages)
` [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  (5+ messages)

[PATCH] CoC: update to version 2.0 + local changes
 2021-01-13 18:58 UTC  (4+ 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).