messages from 2021-01-11 14:49:46 to 2021-01-13 08:57:29 UTC [more...]
[PATCH 00/20] pack-revindex: prepare for on-disk reverse index
2021-01-13 8:54 UTC (60+ 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 04/20] write_reused_pack_verbatim(): "
` [PATCH 05/20] check_object(): "
` [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 16/20] builtin/gc.c: guess the size of the revindex
` [PATCH 18/20] pack-revindex: remove unused 'find_revindex_position()'
` [PATCH 19/20] pack-revindex: hide the definition of 'revindex_entry'
` [PATCH 20/20] pack-revindex.c: avoid direct revindex access in 'offset_to_pack_pos()'
[PATCH] CoC: update to version 2.0 + local changes
2021-01-13 8:33 UTC
[PATCH 00/11] [RFH] Introduce support for GETTEXT_POISON=rot13
2021-01-13 7:32 UTC (21+ messages)
` [PATCH 01/11] tests: remove unnecessary GIT_TEST_GETTEXT_POISON=false constructs
` [PATCH 02/11] Support GIT_TEST_GETTEXT_POISON=rot13
` [PATCH 03/11] parse-options: add forgotten translations
` [PATCH 04/11] sha1dc: mark forgotten message for translation
` [PATCH 05/11] t0006: use `test_i18ncmp` only for C locales
` [PATCH 06/11] t0041: stop using `test_i18ngrep` on untranslated output
` [PATCH 07/11] t0027: mark a function as requiring the C locale
` [PATCH 08/11] t6301: do not expect the output of `for-each-ref` to be translated
` [PATCH 09/11] GETTEXT_POISON=rot13: do compare the output in `test_i18ncmp`
` [PATCH 10/11] GETTEXT_POISON=rot13: perform actual checks in `test_i18ngrep`
` [PATCH 11/11] test-tool i18n: do not complain about empty messages
[RFC PATCH] mergetools: support difftool.tabbed setting
2021-01-13 5:59 UTC
How to implement the "amend!" commit ?
2021-01-13 1:15 UTC
[PATCH 00/10] [RFC] Simple IPC Mechanism
2021-01-13 0:32 UTC (18+ 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
[PATCH 0/1] add--interactive: skip index refresh in reset patch mode
2021-01-12 23:22 UTC (12+ messages)
` Cc'ing the Git maintainer on GitGitGadget contributions, was "
[PATCH] refs: Always pass old object name to reftx hook
2021-01-12 21:07 UTC (3+ messages)
[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 1/2] fetch-pack: rename helper to create_promisor_file()
2021-01-12 20:59 UTC (5+ messages)
` [PATCH 2/2] fetch-pack: refactor writing promisor file
test-tool: bloom: generate_filter for multiple string?
2021-01-12 19:53 UTC (2+ messages)
[PATCH 0/2] fetch: implement support for atomic reference updates
2021-01-12 19:19 UTC (25+ messages)
` [PATCH v2 0/4] "
` [PATCH v2 1/4] fetch: extract writing to FETCH_HEAD
` [PATCH v2 4/4] fetch: implement support for atomic reference updates
` [PATCH v3 0/5] "
` [PATCH v3 1/5] fetch: extract writing to FETCH_HEAD
` [PATCH v3 2/5] fetch: use strbuf to format FETCH_HEAD updates
` [PATCH v4 0/5] fetch: implement support for atomic reference updates
` [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
rev-list with multiple commits sharing same patch-id
2021-01-12 19:13 UTC (9+ messages)
` [PATCH] patch-ids: handle duplicate hashmap entries
suspected race between packing and fetch (single case study)
2021-01-12 18:47 UTC (6+ messages)
[PATCH 0/8] pack-revindex: introduce on-disk '.rev' format
2021-01-12 18:40 UTC (10+ messages)
` [PATCH 6/8] t: prepare for GIT_TEST_WRITE_REV_INDEX
` [PATCH 7/8] t: support GIT_TEST_WRITE_REV_INDEX
[PATCH 0/5] Support for commits signed by multiple algorithms
2021-01-12 17:03 UTC (12+ messages)
` [PATCH 2/5] gpg-interface: improve interface for parsing tags
` [PATCH v2 0/5] Support for commits signed by multiple algorithms
` [PATCH v2 1/5] commit: ignore additional signatures when parsing signed commits
` [PATCH v2 2/5] gpg-interface: improve interface for parsing tags
[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 (13+ messages)
` [PATCH v7 0/8] "
` [PATCH v7 2/8] config: add new way to pass config via `--config-env`
` [PATCH v8 0/8] config: allow specifying config entries via envvar pairs
` [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 (19+ messages)
` [PATCH v5 12/23] mktag tests: improve verify_object() test coverage
` Should you use test_i18ngrep or GIT_TEST_GETTEXT_POISON=false?
` [PATCH 0/2] Makefile & gettext.c: remove warning & long comment
` [PATCH 0/6] Remove GIT_TEST_GETTEXT_POISON facility
` [PATCH 1/6] ci: remove GETTEXT_POISON jobs
` [PATCH 2/6] tests: remove support for GIT_TEST_GETTEXT_POISON
` [PATCH 3/6] tests: remove misc use of test_i18n{cmp,grep}
` [PATCH 4/6] tests: (almost) remove use of "test_i18ngrep !"
` [PATCH 5/6] tests: (almost) remove C_LOCALE_OUTPUT prerequisites
` [PATCH 6/6] tests: remove uses of GIT_TEST_GETTEXT_POISON=false
[PATCH v3 2/2] refs: allow @{n} to work with n-sized reflog
2021-01-12 6:27 UTC (4+ messages)
` [PATCH v3] fixup! "
[PATCH v4 1/2] bundle: lost objects when removing duplicate pendings
2021-01-12 2:27 UTC (9+ messages)
` [PATCH v5 1/3] test: add helper functions for git-bundle
` [PATCH v6 0/3] improvements "
` [PATCH v6 1/3] test: add helper functions "
` [PATCH v6 2/3] bundle: lost objects when removing duplicate pendings
` [PATCH v6 3/3] bundle: arguments can be read from stdin
` [PATCH v5 2/3] bundle: lost objects when removing duplicate pendings
[PATCH v4 0/2] negative-refspec: fix segfault on : refspec
2021-01-12 2:01 UTC (7+ messages)
` [PATCH v5 "
[RFC PATCH] gitk: Activate --find-copies-harder
2021-01-11 21:00 UTC (7+ messages)
Difficulties of scripting git
2021-01-11 20:22 UTC (3+ messages)
` [PATCH v2] docs: rephrase and clarify the git status --short format
Fwd: error: 'submodule' does not have a commit checked out
2021-01-11 15:36 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).