git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-01-10 13:27:52 to 2021-01-12 15:36:53 UTC [more...]

rev-list with multiple commits sharing same patch-id
 2021-01-12 15:34 UTC  (7+ messages)

[PATCH 00/10] [RFC] Simple IPC Mechanism
 2021-01-12 15:31 UTC  (11+ 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 v2 0/5] Hashed mailmap
 2021-01-12 14:08 UTC  (10+ messages)
` [PATCH v2 4/5] mailmap: use case-sensitive comparisons for local-parts and names
` [PATCH v2 5/5] mailmap: support hashed entries in mailmaps

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

[PATCH 00/11] [RFH] Introduce support for GETTEXT_POISON=rot13
 2021-01-12 13:32 UTC  (16+ 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

[PATCH 0/2] fetch: implement support for atomic reference updates
 2021-01-12 12:29 UTC  (32+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] fetch: extract writing to FETCH_HEAD
  ` [PATCH v2 2/4] fetch: refactor `s_update_ref` to use common exit path
  ` [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 v3 3/5] fetch: refactor `s_update_ref` to use common exit path
  ` [PATCH v3 4/5] fetch: allow passing a transaction to `s_update_ref()`
  ` [PATCH v3 5/5] fetch: implement support for atomic reference updates
` [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 v2 0/2] config: allow specifying config entries via envvar pairs
 2021-01-12 12:27 UTC  (25+ messages)
` [PATCH v6 0/8] config: allow specifying config entries via env
  ` [PATCH v6 2/8] config: add new way to pass config via `--config-env`
` [PATCH v7 0/8] config: allow specifying config entries via envvar pairs
  ` [PATCH v7 1/8] git: add `--super-prefix` to usage string
  ` [PATCH v7 2/8] config: add new way to pass config via `--config-env`
  ` [PATCH v7 3/8] quote: make sq_dequote_step() a public function
  ` [PATCH v7 4/8] config: extract function to parse config pairs
  ` [PATCH v7 5/8] config: store "git -c" variables using more robust format
  ` [PATCH v7 6/8] config: parse more robust format in GIT_CONFIG_PARAMETERS
  ` [PATCH v7 7/8] environment: make `getenv_safe()` a public function
  ` [PATCH v7 8/8] config: allow specifying config entries via envvar pairs
` [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  (21+ 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 1/2] Makefile: remove a warning about old GETTEXT_POISON flag
          ` [PATCH 2/2] gettext.c: remove/reword a mostly-useless 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 00/20] pack-revindex: prepare for on-disk reverse index
 2021-01-12  9:45 UTC  (44+ 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 1/2] fetch-pack: rename helper to create_promisor_file()
 2021-01-12  8:21 UTC  (2+ messages)
` [PATCH 2/2] fetch-pack: refactor writing promisor file

[PATCH v2 0/2] refs: allow @{n} to work with n-sized reflog
 2021-01-12  6:27 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] "
      ` [PATCH v3] fixup! "

[PATCH 0/5] Support for commits signed by multiple algorithms
 2021-01-12  5:24 UTC  (21+ messages)
` [PATCH 1/5] commit: ignore additional signatures when parsing signed commits
` [PATCH 2/5] gpg-interface: improve interface for parsing tags
` [PATCH 3/5] commit: allow parsing arbitrary buffers with headers
` [PATCH 4/5] ref-filter: hoist signature parsing
` [PATCH 5/6] fixup! commit: ignore additional signatures when parsing signed commits
` [PATCH 5/5] gpg-interface: remove other signature headers before verifying
` [PATCH 6/6] "
` [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 3/5] commit: allow parsing arbitrary buffers with headers
  ` [PATCH v2 4/5] ref-filter: hoist signature parsing
  ` [PATCH v2 5/5] gpg-interface: remove other signature headers before verifying

[PATCH v4 1/2] bundle: lost objects when removing duplicate pendings
 2021-01-12  2:27 UTC  (11+ messages)
` [PATCH v5 0/3] improvements for git-bundle
` [PATCH v5 1/3] test: add helper functions "
    ` [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 v5 3/3] bundle: arguments can be read from stdin

[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  (7+ messages)
` [PATCH] docs: add description of status output table
` [PATCH v2] docs: rephrase and clarify the git status --short format

suspected race between packing and fetch (single case study)
 2021-01-11 19:25 UTC  (4+ messages)

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

Fwd: error: 'submodule' does not have a commit checked out
 2021-01-11 15:36 UTC  (2+ messages)

Using Git for OpenSCAD and 3D Printing
 2021-01-11 12:28 UTC  (2+ messages)

[PATCH v4 00/10] [GSoC] Implement Corrected Commit Date
 2021-01-11 12:43 UTC  (7+ messages)
` [PATCH v5 00/11] "
  ` [PATCH v5 09/11] commit-graph: use generation v2 only if entire chain does

Git 2.30.0 and failed self tests
 2021-01-11  7:37 UTC  (5+ messages)

[PATCH] gitk: check main window visibility before waiting for it to show
 2021-01-10 22:23 UTC  (2+ messages)

[PATCH v5 00/12] Rewrite the remaining merge strategies from shell to C
 2021-01-10 20:51 UTC  (8+ messages)
` [PATCH v6 00/13] "
  ` [PATCH v6 06/13] merge-index: don't fork if the requested program is `git-merge-one-file'

[PATCH] t6016: move to lib-log-graph.sh framework
 2021-01-10 15:28 UTC  (2+ messages)
` [PATCH v2] "


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