messages from 2021-02-15 00:58:07 to 2021-02-16 18:47:38 UTC [more...]
gitattributes export-subst and software versioning
2021-02-16 18:44 UTC (6+ messages)
` [PATCH 1/2] pretty: add %(describe)
[PATCH v3] difftool.c: learn a new way start from specified file
2021-02-16 18:45 UTC (7+ messages)
` [PATCH v4] difftool.c: learn a new way start at "
` [PATCH v5 0/2] "
` [PATCH v5 1/2] diff: --{rotate,skip}-to=<path>
` [PATCH v5 2/2] difftool.c: learn a new way start at specified file
[PATCH 0/1] mergetools/vimdiff: add vimdiff1 merge tool variant
2021-02-16 18:38 UTC (3+ messages)
` [PATCH 1/1] "
Bug? I can't manually merge changes with difftool
2021-02-16 18:30 UTC
[PATCH 00/20] userdiff: refactor + test + doc + misc improvements
2021-02-16 18:35 UTC (54+ messages)
` [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 0/1] blame: remove unnecessary use of get_commit_info()
2021-02-16 18:35 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH 0/9] midx: implement a multi-pack reverse index
2021-02-16 18:28 UTC (36+ 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
Short status ignores --show-stash option
2021-02-16 18:25 UTC (2+ messages)
Git in GSoC 2021 ?
2021-02-16 18:12 UTC
Bug Report: Multi-line trailers containing empty lines break parsing
2021-02-16 18:07 UTC (3+ messages)
the git add command
2021-02-16 17:54 UTC (2+ messages)
[PATCH v2] remote-curl: fall back to basic auth if Negotiate fails
2021-02-16 16:57 UTC
Limited local file inclusion with .mailmap symlinks and git-archive
2021-02-16 16:19 UTC (23+ messages)
` [PATCH 1/2] fsck: make symlinked .gitignore and .gitattributes a warning
` [PATCH 0/6] open in-tree files with O_NOFOLLOW
` [PATCH 1/6] add open_nofollow() helper
` [PATCH 2/6] attr: convert "macro_ok" into a flags field
` [PATCH 3/6] exclude: add flags parameter to add_patterns()
` [PATCH 4/6] attr: do not respect symlinks for in-tree .gitattributes
` [PATCH 5/6] exclude: do not respect symlinks for in-tree .gitignore
` [PATCH 6/6] mailmap: do not respect symlinks for in-tree .mailmap
` [PATCH 2/2] disallow symlinked .mailmap files
[PATCH v2 00/14] Simple IPC Mechanism
2021-02-16 15:53 UTC (5+ messages)
` [PATCH v3 00/12] "
` [PATCH v3 12/12] t0052: add simple-ipc tests and t/helper/test-simple-ipc tool
git-send-email: smtpserver in $HOME
2021-02-16 15:45 UTC (4+ messages)
[PATCH 0/2] checkout-index: some cleanups to --temp and --prefix outputs
2021-02-16 14:06 UTC (8+ 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
` [PATCH v3 0/2] checkout-index: some cleanups to --temp and --prefix outputs
` [PATCH v3 1/2] write_entry(): fix misuses of `path` in error messages
` [PATCH v3 2/2] checkout-index: omit entries with no tempname from --temp output
[PATCH] [RFC] gitk: tag add right click options
2021-02-16 13:53 UTC (2+ messages)
` [PATCH v2] "
[PATCH 00/25] grep: PCREv2 fixes, remove kwset.[ch]
2021-02-16 11:58 UTC (24+ 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 10/22] pickaxe: die when --find-object and --pickaxe-all "
` [PATCH v2 11/22] diff.h: move pickaxe fields together again
` [PATCH v2 12/22] pickaxe/style: consolidate declarations and assignments
` [PATCH v2 13/22] perf: add performance test for pickaxe
` [PATCH v2 14/22] pickaxe: refactor function selection in diffcore-pickaxe()
` [PATCH v2 15/22] pickaxe: assert that we must have a needle under -G or -S
` [PATCH v2 16/22] pickaxe -S: support content with NULs under --pickaxe-regex
` [PATCH v2 17/22] pickaxe: rename variables in has_changes() for brevity
` [PATCH v2 18/22] pickaxe -S: slightly optimize contains()
` [PATCH v2 19/22] xdiff-interface: allow early return from xdiff_emit_{line,hunk}_fn
` [PATCH v2 20/22] xdiff-interface: support early exit in xdiff_outf()
` [PATCH v2 21/22] pickaxe -G: terminate early on matching lines
` [PATCH v2 22/22] pickaxe -G: don't special-case create/delete
[PATCH] userdiff: add support for Emacs Lisp
2021-02-16 11:13 UTC (30+ messages)
` [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
[PATCH] Translation: correct a typo
2021-02-16 4:01 UTC
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).