messages from 2021-02-10 20:37:35 to 2021-02-14 07:54:28 UTC [more...]
[PATCH v2] git-difftool-helper.sh: learn a new way go back to last save point
2021-02-14 7:53 UTC (6+ messages)
` [PATCH v3] difftool.c: learn a new way start from specified file
[PATCH 0/2] Optimization batch 6: make full use of exact renames
2021-02-14 7:35 UTC (10+ messages)
` [PATCH v2 "
` [PATCH v2 2/2] diffcore-rename: filter rename_src list when possible
` [PATCH v3 0/2] Optimization batch 6: make full use of exact renames
` [PATCH v3 1/2] diffcore-rename: no point trying to find a match better than exact
` [PATCH v3 2/2] diffcore-rename: filter rename_src list when possible
[PATCH v2 0/4] Optimization batch 7: use file basenames to guide rename detection
2021-02-14 3:14 UTC (26+ messages)
` [PATCH v3 0/5] "
` [PATCH v3 1/5] t4001: add a test comparing basename similarity and content similarity
` [PATCH v3 2/5] diffcore-rename: compute basenames of all source and dest candidates
` [PATCH v3 3/5] diffcore-rename: complete find_basename_matches()
` [PATCH v3 4/5] diffcore-rename: guide inexact rename detection based on basenames
` [PATCH v4 0/6] Optimization batch 7: use file basenames to guide rename detection
` [PATCH v4 1/6] t4001: add a test comparing basename similarity and content similarity
` [PATCH v4 2/6] diffcore-rename: compute basenames of all source and dest candidates
` [PATCH v4 3/6] diffcore-rename: complete find_basename_matches()
` [PATCH v4 4/6] diffcore-rename: guide inexact rename detection based on basenames
` [PATCH v4 5/6] gitdiffcore doc: mention new preliminary step for rename detection
` [PATCH v4 6/6] merge-ort: call diffcore_rename() directly
[PATCH 0/1] mergetools/vimdiff: add vimdiff1 merge tool variant
2021-02-14 2:28 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH] userdiff: add support for Emacs Lisp
2021-02-14 1:41 UTC (2+ messages)
Limited local file inclusion with .mailmap symlinks and git-archive
2021-02-13 17:49 UTC
git ability
2021-02-13 17:25 UTC (2+ messages)
[PATCH v2 1/2] t5411: use different out file to prevent overwriting
2021-02-13 15:13 UTC (4+ messages)
` [PATCH v3 0/2] use unique out file in t5411
[PATCH 00/12] test-lib: misc improvements
2021-02-13 14:39 UTC (29+ messages)
` [PATCH 01/12] test-lib: remove check_var_migration
` [PATCH 07/12] test-lib-functions: move function to lib-bitmap.sh
` [PATCH 09/12] test libs: rename "diff-lib" to "lib-diff"
` [PATCH 12/12] test-lib-functions: split out {debug,path,text} helpers
` [PATCH v2 00/11] test-lib: misc improvements
` [PATCH v2 01/11] test-lib: remove check_var_migration
` [PATCH v2 02/11] test lib: change "error" to "BUG" as appropriate
` [PATCH v2 03/11] test-lib-functions: move test_set_index_version() to its user
` [PATCH v2 04/11] test-lib-functions: remove generate_zero_bytes() wrapper
` [PATCH v2 05/11] test libs: rename bundle helper to "lib-bundle.sh"
` [PATCH v2 06/11] test libs: rename gitweb-lib.sh to lib-gitweb.sh
` [PATCH v2 07/11] test-lib-functions: move function to lib-bitmap.sh
` [PATCH v2 08/11] t/.gitattributes: sort lines
` [PATCH v2 09/11] test libs: rename "diff-lib" to "lib-diff"
` [PATCH v2 10/11] test-lib-functions: remove bug-inducing "diagnostics" helper param
` [PATCH v2 11/11] test-lib-functions: assert correct parameter count
[PATCH v2 0/3] Remove GIT_TEST_GETTEXT_POISON facility
2021-02-13 14:31 UTC (8+ messages)
` [PATCH 0/4] More GETTEXT_POISON removal
` [PATCH 1/4] tests: remove last uses of GIT_TEST_GETTEXT_POISON=false
` [PATCH 2/4] tests: remove most uses of C_LOCALE_OUTPUT
` [PATCH 3/4] tests: remove last "
` [PATCH 4/4] tests: remove most uses of test_i18ncmp
inquiry on Git GUI for Windows 2.30.0
2021-02-13 14:27 UTC (3+ messages)
` [EXTERNAL] "
[PATCH 00/10] [RFC] Simple IPC Mechanism
2021-02-13 9:30 UTC (25+ messages)
` [PATCH v2 00/14] "
` [PATCH v2 06/14] pkt-line: accept additional options in read_packetized_to_strbuf()
` [PATCH v2 11/14] unix-socket: add options to unix_stream_listen()
` [PATCH v3 00/12] Simple IPC Mechanism
` [PATCH v3 01/12] pkt-line: eliminate the need for static buffer in packet_write_gently()
` [PATCH v3 02/12] pkt-line: do not issue flush packets in write_packetized_*()
` [PATCH v3 03/12] pkt-line: (optionally) libify the packet readers
` [PATCH v3 04/12] pkt-line: add options argument to read_packetized_to_strbuf()
` [PATCH v3 05/12] simple-ipc: design documentation for new IPC mechanism
` [PATCH v3 06/12] simple-ipc: add win32 implementation
` [PATCH v3 07/12] unix-socket: elimiate static unix_stream_socket() helper function
` [PATCH v3 08/12] unix-socket: add backlog size option to unix_stream_listen()
` [PATCH v3 09/12] unix-socket: disallow chdir() when creating unix domain sockets
` [PATCH v3 10/12] unix-socket: create `unix_stream_server__listen_with_lock()`
` [PATCH v3 11/12] simple-ipc: add Unix domain socket implementation
` [PATCH v3 12/12] t0052: add simple-ipc tests and t/helper/test-simple-ipc tool
[PATCH v3 0/3] Unify trailers formatting logic for pretty.c and ref-filter.c
2021-02-13 1:52 UTC (6+ messages)
` [PATCH v4 0/4] "
` [PATCH v4 1/4] t6300: use function to test trailer options
` [PATCH v4 2/4] pretty.c: refactor trailer logic to `format_set_trailers_options()`
` [PATCH v4 3/4] pretty.c: capture invalid trailer argument
` [PATCH v4 4/4] ref-filter: use pretty.c logic for trailers
[RFC PATCH] mergetools: support difftool.tabbed setting
2021-02-12 22:21 UTC (3+ messages)
[PATCH v7 09/17] hook: replace find_hook() with hook_exists()
2021-02-12 22:15 UTC (3+ messages)
[PATCH v2] config: improve error message for boolean config
2021-02-12 19:52 UTC (4+ messages)
` [PATCH v3] "
[PATCH] reflog expire --stale-fix: be generous about missing objects
2021-02-12 19:35 UTC (5+ messages)
[PATCH] diff: --{rotate,skip}-to=<path>
2021-02-12 17:54 UTC (3+ messages)
Git Commit Signature Encoding
2021-02-12 10:12 UTC (5+ messages)
default editor
2021-02-12 6:03 UTC (8+ messages)
[PATCH 0/7][Outreachy] Improve the 'fixup [-C | -c]' in interactive rebase
2021-02-12 0:19 UTC (6+ messages)
` [PATCH v3 00/11][Outreachy] "
[PATCH v7 08/17] hook: add 'run' subcommand
2021-02-11 22:44 UTC (3+ messages)
[PATCH v3 00/10] Modernizing the t7001 test script
2021-02-11 21:44 UTC (12+ messages)
` [PATCH v3 01/10] t7001: modernize test formatting
` [PATCH v3 02/10] t7001: indent with TABs instead of spaces
` [PATCH v3 03/10] t7001: remove unnecessary blank lines
` [PATCH v3 04/10] t7001: modernize subshell formatting
` [PATCH v3 05/10] t7001: remove whitespace after redirect operators
` [PATCH v3 06/10] t7001: avoid using `cd` outside of subshells
` [PATCH v3 07/10] t7001: use '>' rather than 'touch'
` [PATCH v3 08/10] t7001: put each command on a separate line
` [PATCH v3 09/10] t7001: use here-docs instead of echo
` [PATCH v3 10/10] t7001: use `test` rather than `[`
[PATCH v2 00/17] Refactor chunk-format into an API
2021-02-11 19:43 UTC (6+ messages)
` [PATCH v3 "
` [PATCH v3 02/17] chunk-format: create chunk format write API
[PATCH 0/9] midx: implement a multi-pack reverse index
2021-02-11 19:33 UTC (26+ messages)
` [PATCH 1/9] t/helper/test-read-midx.c: add '--show-objects'
` [PATCH 2/9] midx: allow marking a pack as preferred
` [PATCH 3/9] midx: don't free midx_name early
` [PATCH 4/9] midx: keep track of the checksum
` [PATCH 5/9] midx: make some functions non-static
` [PATCH 6/9] Documentation/technical: describe multi-pack reverse indexes
` [PATCH 7/9] pack-revindex: read "
` [PATCH 8/9] pack-write.c: extract 'write_rev_file_order'
` [PATCH 9/9] pack-revindex: write multi-pack reverse indexes
[PATCH v2 1/9] git-stash.txt: be explicit about subcommand options
2021-02-11 19:07 UTC (2+ messages)
` [PATCH] fixup! "
[PATCH 0/2] rev-list --disk-usage
2021-02-11 17:57 UTC (10+ messages)
` [PATCH v2] "
[PATCH] commit-graph: when incompatible with graphs, indicate why
2021-02-11 17:32 UTC (3+ messages)
[PATCH] t1500: ensure current --since= behavior remains
2021-02-11 17:06 UTC (3+ messages)
[PATCH v4 0/2] diff: add -I<regex> that ignores matching changes
2021-02-11 10:45 UTC (9+ messages)
` [PATCH 1/2] diff: add an API for deferred freeing
` [PATCH v2 0/2] "
` [PATCH v2 1/2] "
` [PATCH v2 2/2] diff: plug memory leak from regcomp() on {log,diff} -I
[PATCH v3 0/6] Support for commits signed by multiple algorithms
2021-02-11 7:45 UTC (9+ messages)
` [PATCH v4 "
` [PATCH v4 1/6] ref-filter: switch some uses of unsigned long to size_t
` [PATCH v4 2/6] commit: ignore additional signatures when parsing signed commits
` [PATCH v4 3/6] gpg-interface: improve interface for parsing tags
` [PATCH v4 4/6] commit: allow parsing arbitrary buffers with headers
` [PATCH v4 5/6] ref-filter: hoist signature parsing
` [PATCH v4 6/6] gpg-interface: remove other signature headers before verifying
[PATCH v2 00/10] Modernizing the t7001 test script
2021-02-11 7:59 UTC (6+ messages)
[PATCH] docs: clarify that refs/notes/ do not keep the attached objects alive
2021-02-11 7:43 UTC (10+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH 0/5] Generation Number v2: Fix a tricky split graph bug
2021-02-11 4:44 UTC (3+ messages)
` [PATCH v2 0/6] "
What's cooking in git.git (Feb 2021, #02; Wed, 10)
2021-02-11 1:32 UTC
how to most effectively cherry pick by selective patch hunk?
2021-02-11 0:54 UTC (4+ messages)
[PATCH 0/2] Fix fsck --name-objects bug
2021-02-11 0:10 UTC (7+ messages)
` [PATCH 1/2] t1450: robustify `remove_object()`
` [PATCH 2/2] fsck --name-objects: be more careful parsing generation numbers
[PATCH] doc: mention bigFileThreshold for packing
2021-02-10 22:19 UTC (4+ messages)
[PATCH v2 2/3] grep: make PCRE2 aware of custom allocator
2021-02-10 21:34 UTC (3+ messages)
` [PATCH 00/10] grep/pcre2: memory allocation fixes
page: next (older) | prev (newer) | latest
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).