git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-02-13 01:54:52 to 2021-02-16 12:02:32 UTC [more...]

[PATCH 00/25] grep: PCREv2 fixes, remove kwset.[ch]
 2021-02-16 11:57 UTC  (12+ messages)
` [PATCH v2 00/22] pickaxe: test and refactoring for follow-up changes
` [PATCH v2 01/22] grep/pcre2 tests: reword comments referring to kwset
` [PATCH v2 02/22] test-lib-functions: document and test test_commit --no-tag
` [PATCH v2 03/22] test-lib-functions: reword "test_commit --append" docs
` [PATCH v2 04/22] test-lib functions: add --printf option to test_commit
` [PATCH v2 05/22] pickaxe tests: refactor to use test_commit --append --printf
` [PATCH v2 06/22] pickaxe tests: add test for diffgrep_consume() internals
` [PATCH v2 07/22] pickaxe tests: add test for "log -S" not being a regex
` [PATCH v2 08/22] pickaxe tests: test for -G, -S and --find-object incompatibility
` [PATCH v2 09/22] pickaxe: die when -G and --pickaxe-regex are combined
` [PATCH v2 11/22] diff.h: move pickaxe fields together again

[PATCH 0/9] midx: implement a multi-pack reverse index
 2021-02-16 11:50 UTC  (33+ messages)
` [PATCH 2/9] midx: allow marking a pack as preferred
        ` [PATCH 0/5] commit-graph: parse_options() cleanup
        ` [PATCH 1/5] commit-graph: define common usage with a macro
        ` [PATCH 2/5] commit-graph: remove redundant handling of -h
        ` [PATCH 3/5] commit-graph: use parse_options_concat()
        ` [PATCH 4/5] commit-graph: refactor dispatch loop for style
        ` [PATCH 5/5] commit-graph: show usage on "commit-graph [write|verify] garbage"
        ` [PATCH v2 0/4] midx: split out sub-commands
          ` [PATCH v2 1/4] builtin/multi-pack-index.c: inline 'flags' with options
          ` [PATCH v2 2/4] builtin/multi-pack-index.c: don't handle 'progress' separately
          ` [PATCH v2 3/4] builtin/multi-pack-index.c: define common usage with a macro
          ` [PATCH v2 4/4] builtin/multi-pack-index.c: split sub-commands

[PATCH] userdiff: add support for Emacs Lisp
 2021-02-16 11:13 UTC  (84+ messages)
      ` [PATCH 00/20] userdiff: refactor + test + doc + misc improvements
        ` [PATCH v2 00/27] "
          ` [PATCH 0/2] diff: do not display hunk context under -W
          ` [PATCH 1/2] "
          ` [PATCH 2/2] diff: test and document -W interaction with -U<n>
        ` [PATCH v2 01/27] userdiff: refactor away the parse_bool() function
        ` [PATCH v2 02/27] userdiff style: re-order drivers in alphabetical order
        ` [PATCH v2 03/27] userdiff style: declare patterns with consistent style
        ` [PATCH v2 04/27] userdiff style: normalize pascal regex declaration
        ` [PATCH v2 05/27] userdiff: add and use for_each_userdiff_driver()
        ` [PATCH v2 06/27] userdiff tests: explicitly test "default" pattern
        ` [PATCH v2 07/27] userdiff tests: list builtin drivers via test-tool
        ` [PATCH v2 08/27] userdiff: remove support for "broken" tests
        ` [PATCH v2 09/27] userdiff tests: match full hunk headers
        ` [PATCH v2 10/27] blame tests: don't rely on t/t4018/ directory
        ` [PATCH v2 11/27] blame tests: simplify userdiff driver test
        ` [PATCH v2 12/27] userdiff tests: rewrite hunk header test infrastructure
        ` [PATCH v2 13/27] userdiff tests: do config teardown in test_diff_funcname()
        ` [PATCH v2 14/27] userdiff tests: move custom patterns into one test file
        ` [PATCH v2 15/27] userdiff tests: remove hack for "RIGHT" token
        ` [PATCH v2 16/27] userdiff tests: do not do compile tests on "custom" pattern
        ` [PATCH v2 17/27] userdiff tests + docs: document & test "diff.<driver>.x?funcname"
        ` [PATCH v2 18/27] gitattributes doc: reword discussion of built-in userdiff patterns
        ` [PATCH v2 19/27] gitattributes doc: document multi-line "
        ` [PATCH v2 20/27] userdiff tests: remove "funcname" from custom3 test
        ` [PATCH v2 21/27] userdiff tests: factor out test_diff_funcname() logic
        ` [PATCH v2 22/27] userdiff tests: test hunk headers on accumulated files
        ` [PATCH v2 23/27] userdiff tests: test hunk header selection with -U0
        ` [PATCH v2 24/27] userdiff tests: assert empty hunk header context on -U<large>
        ` [PATCH v2 25/27] userdiff: match "package" in diff=golang
        ` [PATCH v2 26/27] userdiff tests: add basic test for ada
        ` [PATCH v2 27/27] userdiff tests: add basic test for ruby
      ` [PATCH 01/20] userdiff: refactor away the parse_bool() function
      ` [PATCH 02/20] userdiff: re-order builtin drivers in alphabetical order
      ` [PATCH 03/20] userdiff: add and use for_each_userdiff_driver()
      ` [PATCH 04/20] userdiff tests: explicitly test "default" pattern
      ` [PATCH 05/20] userdiff tests: list builtin drivers via test-tool
      ` [PATCH 06/20] userdiff: remove support for "broken" tests
      ` [PATCH 07/20] userdiff tests: match full hunk headers
      ` [PATCH 08/20] userdiff tests: rewrite hunk header test infrastructure
      ` [PATCH 09/20] blame tests: don't rely on t/t4018/ directory
      ` [PATCH 10/20] userdiff tests: move custom patterns into one test file
      ` [PATCH 11/20] userdiff tests: remove hack for "RIGHT" token
      ` [PATCH 12/20] userdiff: match "package" in diff=golang
      ` [PATCH 13/20] userdiff tests + docs: document & test "diff.<driver>.x?funcname"
      ` [PATCH 14/20] gitattributes doc: reword discussion of built-in userdiff patterns
      ` [PATCH 15/20] gitattributes doc: document multi-line "
      ` [PATCH 16/20] userdiff tests: remove "funcname" from custom3 test
      ` [PATCH 17/20] userdiff tests: factor out test_diff_funcname() logic
      ` [PATCH 18/20] userdiff tests: test hunk headers on accumulated files
      ` [PATCH 19/20] userdiff tests: test hunk header selection with -U0
      ` [PATCH 20/20] userdiff tests: assert empty hunk header context on -U<large>

[PATCH 0/9] stash show: learn --include-untracked and --only-untracked
 2021-02-16  7:11 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 8/9] stash show: teach "
  ` [PATCH v3 0/2] stash show: learn "
    ` [PATCH v3 1/2] stash show: teach "
    ` [PATCH v3 2/2] stash show: learn stash.showIncludeUntracked

gitattributes export-subst and software versioning
 2021-02-16  5:04 UTC  (9+ messages)
` [PATCH 1/2] pretty: add %(describe)
  ` [PATCH 2/2] pretty: add merge and exclude options to %(describe)

[PATCH] Translation: correct a typo
 2021-02-16  4:01 UTC 

Bug Report: Multi-line trailers containing empty lines break parsing
 2021-02-16  2:29 UTC  (2+ messages)

[PATCH 0/2] checkout-index: some cleanups to --temp and --prefix outputs
 2021-02-16  2:26 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] write_entry(): fix misuses of `path` in error messages
  ` [PATCH v2 2/2] checkout-index: omit entries with no tempname from --temp output

git-send-email: smtpserver in $HOME
 2021-02-16  2:14 UTC  (2+ messages)

Limited local file inclusion with .mailmap symlinks and git-archive
 2021-02-16  1:56 UTC  (7+ messages)
  ` [PATCH 1/2] fsck: make symlinked .gitignore and .gitattributes a warning
  ` [PATCH 2/2] disallow symlinked .mailmap files

[PATCH v2] git-difftool-helper.sh: learn a new way go back to last save point
 2021-02-16  1:46 UTC  (8+ messages)
` [PATCH v3] difftool.c: learn a new way start from specified file
  ` [PATCH v4] difftool.c: learn a new way start at "

Short status ignores --show-stash option
 2021-02-15 20:02 UTC 

Submodules and SHA-256/SHA-1 interoperability
 2021-02-14 21:50 UTC 

Bug report: git remote prune does not take negative refspecs into account
 2021-02-14  9:18 UTC 

[PATCH 00/10] Optimization batch 8: use file basenames even more
 2021-02-14  7:59 UTC  (11+ messages)
` [PATCH 01/10] Move computation of dir_rename_count from merge-ort to diffcore-rename
` [PATCH 02/10] diffcore-rename: add functions for clearing dir_rename_count
` [PATCH 03/10] diffcore-rename: move dir_rename_counts into a dir_rename_info struct
` [PATCH 04/10] diffcore-rename: extend cleanup_dir_rename_info()
` [PATCH 05/10] diffcore-rename: compute dir_rename_counts in stages
` [PATCH 06/10] diffcore-rename: add a mapping of destination names to their indices
` [PATCH 07/10] diffcore-rename: add a dir_rename_guess field to dir_rename_info
` [PATCH 08/10] diffcore-rename: add a new idx_possible_rename function
` [PATCH 09/10] diffcore-rename: limit dir_rename_counts computation to relevant dirs
` [PATCH 10/10] diffcore-rename: use directory rename guided basename comparisons

[PATCH v2 0/4] Optimization batch 7: use file basenames to guide rename detection
 2021-02-14  7:51 UTC  (23+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 1/5] t4001: add a test comparing basename similarity and content similarity
  ` [PATCH v3 3/5] diffcore-rename: complete find_basename_matches()
  ` [PATCH v4 0/6] Optimization batch 7: use file basenames to guide rename detection
    ` [PATCH v5 "
      ` [PATCH v5 1/6] t4001: add a test comparing basename similarity and content similarity
      ` [PATCH v5 2/6] diffcore-rename: compute basenames of source and dest candidates
      ` [PATCH v5 3/6] diffcore-rename: complete find_basename_matches()
      ` [PATCH v5 4/6] diffcore-rename: guide inexact rename detection based on basenames
      ` [PATCH v5 5/6] gitdiffcore doc: mention new preliminary step for rename detection
      ` [PATCH v5 6/6] merge-ort: call diffcore_rename() directly

[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 0/1] mergetools/vimdiff: add vimdiff1 merge tool variant
 2021-02-14  2:28 UTC  (2+ messages)
` [PATCH 1/1] "

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  (5+ messages)
` [PATCH 12/12] test-lib-functions: split out {debug,path,text} helpers

[PATCH v2 0/3] Remove GIT_TEST_GETTEXT_POISON facility
 2021-02-13 14:31 UTC  (4+ messages)
` [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 v2 00/14] Simple IPC Mechanism
 2021-02-13  9:30 UTC  (4+ messages)
` [PATCH v3 00/12] "
  ` [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  (4+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 3/4] pretty.c: capture invalid trailer argument
  ` [PATCH v4 4/4] ref-filter: use pretty.c logic for trailers


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