messages from 2021-02-03 03:35:35 to 2021-02-04 21:08:55 UTC [more...]
[PATCH v2 2/3] grep: make PCRE2 aware of custom allocator
2021-02-04 21:05 UTC (6+ messages)
` [PATCH 00/10] grep/pcre2: memory allocation fixes
` [PATCH 01/10] grep/pcre2: drop needless assignment + assert() on opt->pcre2
` [PATCH 02/10] grep/pcre2: drop needless assignment to NULL
` [PATCH 03/10] grep/pcre2: correct reference to grep_init() in comment
` [PATCH 04/10] grep/pcre2: prepare to add debugging to pcre2_malloc()
[PATCH 0/2] Unify trailers formatting logic for pretty.c and ref-filter.c
2021-02-04 20:53 UTC (6+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 3/3] ref-filter: use pretty.c logic for trailers
howto-index not found
2021-02-04 20:34 UTC (5+ messages)
[PATCH 1/2] gitk: refresh the colour scheme
2021-02-04 20:34 UTC (4+ messages)
What's cooking in git.git (Feb 2021, #01; Wed, 3)
2021-02-04 20:25 UTC (3+ messages)
[PATCH 0/6] Optionally restrict range-diff output to "left" or "right" range only
2021-02-04 20:07 UTC (7+ messages)
` [PATCH 1/6] range-diff: avoid leaking memory in two error code paths
` [PATCH 2/6] range-diff: libify the read_patches() function again
` [PATCH 3/6] range-diff: simplify code spawning `git log`
` [PATCH 4/6] range-diff: combine all options in a single data structure
` [PATCH 5/6] range-diff: move the diffopt initialization down one layer
` [PATCH 6/6] range-diff: offer --left-only/--right-only options
[PATCH v3 0/3] Range diff with ranges lacking dotdot
2021-02-04 19:27 UTC (10+ messages)
` [PATCH v4 "
` [PATCH v4 1/3] range-diff/format-patch: refactor check for commit range
` [PATCH v4 2/3] range-diff/format-patch: handle commit ranges other than A..B
` [PATCH v4 3/3] range-diff(docs): explain how to specify commit ranges
[PATCH] git-p4: handle non-unicode characters in p4 cl
2021-02-04 18:45 UTC (4+ messages)
[PATCH v3 0/9][Outreachy] rebase -i: add options to fixup command
2021-02-04 19:12 UTC (25+ messages)
` [PATCH v4 "
` [PATCH v4 6/9] rebase -i: add fixup [-C | -c] command
` [PATCH v4 7/9] t3437: test script for fixup [-C|-c] options in interactive rebase
` [PATCH v5 0/8][Outreachy] rebase -i: add options to fixup command
` [PATCH v5 1/8] rebase -i: only write fixup-message when it's needed
` [PATCH v5 2/8] sequencer: factor out code to append squash message
` [PATCH v5 3/8] rebase -i: comment out squash!/fixup! subjects from "
` [PATCH v5 4/8] sequencer: pass todo_item to do_pick_commit()
` [PATCH v5 5/8] sequencer: use const variable for commit message comments
` [PATCH v5 6/8] rebase -i: add fixup [-C | -c] command
` [PATCH v5 7/8] t3437: test script for fixup [-C|-c] options in interactive rebase
` [PATCH v5 8/8] doc/git-rebase: add documentation for fixup [-C|-c] options
[PATCH 00/10] [RFC] Simple IPC Mechanism
2021-02-04 19:08 UTC (13+ messages)
` [PATCH v2 00/14] "
` [PATCH v2 02/14] pkt-line: promote static buffer in packet_write_gently() to callers
` [PATCH v2 09/14] simple-ipc: add t/helper/test-simple-ipc and t0052
[PATCH] builtin/clone.c: add --no-shallow option
2021-02-04 18:36 UTC (6+ messages)
` "
[PATCH] subtree : fix split output containing unrelated history
2021-02-04 18:25 UTC
[PATCH 00/25] grep: PCREv2 fixes, remove kwset.[ch]
2021-02-04 18:22 UTC (33+ messages)
` [PATCH 05/25] grep/pcre2: prepare to add debugging to pcre2_malloc()
` [PATCH 06/25] grep/pcre2: add GREP_PCRE2_DEBUG_MALLOC debug mode
` [PATCH 07/25] grep/pcre2: use compile-time PCREv2 version test
` [PATCH 08/25] grep/pcre2: use pcre2_maketables_free() function
` [PATCH 09/25] grep/pcre2: actually make pcre2 use custom allocator
` [PATCH 10/25] grep/pcre2: move back to thread-only PCREv2 structures
` [PATCH 11/25] grep/pcre2: move definitions of pcre2_{malloc,free}
` [PATCH 12/25] pickaxe tests: refactor to use test_commit --append
` [PATCH 13/25] pickaxe -S: support content with NULs under --pickaxe-regex
` [PATCH 14/25] pickaxe -S: remove redundant "sz" check in while-loop
` [PATCH 15/25] pickaxe/style: consolidate declarations and assignments
` [PATCH 16/25] pickaxe tests: add test for diffgrep_consume() internals
` [PATCH 17/25] pickaxe tests: add test for "log -S" not being a regex
` [PATCH 18/25] perf: add performance test for pickaxe
` [PATCH 19/25] pickaxe -G: set -U0 for diff generation
` [PATCH 20/25] grep.h: make patmatch() a public function
` [PATCH 21/25] pickaxe: use PCREv2 for -G and -S
` [PATCH 22/25] Remove unused kwset.[ch]
` [PATCH 23/25] xdiff-interface: allow early return from xdiff_emit_{line,hunk}_fn
` [PATCH 24/25] xdiff-interface: support early exit in xdiff_outf()
` [PATCH 25/25] pickaxe -G: terminate early on matching lines
[PATCH 0/6] Makefile: add {program,xdiff,test,git}-objs & objects targets
2021-02-04 17:49 UTC (7+ messages)
` [PATCH v2 "
` [PATCH v2 1/6] Makefile: remove "all" on "$(FUZZ_OBJS)"
git fails with a broken pipe when one quits the pager
2021-02-04 15:38 UTC (33+ messages)
` [PATCH] pager: exit without error on SIGPIPE
[PATCH v2] alloc.h|c: migrate alloc_states to mem-pool
2021-02-04 10:33 UTC (2+ messages)
` [PATCH v3] "
[PATCH] [RFC] gitk: tag add right click options
2021-02-04 8:18 UTC
git command was killed
2021-02-04 6:38 UTC
[PATCH v2 0/8] parsing trailers with shortlog
2021-02-04 6:44 UTC (4+ messages)
` [PATCH v2 8/8] shortlog: allow multiple groups to be specified
[PATCH 00/10] repack: support repacking into a geometric sequence
2021-02-04 3:59 UTC (10+ messages)
` [PATCH v2 0/8] "
` [PATCH v2 1/8] packfile: introduce 'find_kept_pack_entry()'
` [PATCH v2 2/8] revision: learn '--no-kept-objects'
` [PATCH v2 3/8] builtin/pack-objects.c: add '--stdin-packs' option
` [PATCH v2 4/8] p5303: add missing &&-chains
` [PATCH v2 5/8] p5303: measure time to repack with keep
` [PATCH v2 6/8] builtin/pack-objects.c: rewrite honor-pack-keep logic
` [PATCH v2 7/8] packfile: add kept-pack cache for find_kept_pack_entry()
` [PATCH v2 8/8] builtin/repack.c: add '--geometric' option
[Outreachy] Internship blog 2020 post #5
2021-02-04 2:04 UTC
What's cooking in git.git (Jan 2021, #06; Sat, 30)
2021-02-04 1:38 UTC (5+ messages)
[PATCH] doc/git-branch: fix awkward wording for "-c"
2021-02-04 1:21 UTC (3+ messages)
[PATCH] status: fix verbose status coloring inconsistency
2021-02-04 0:44 UTC (3+ messages)
[PATCH 0/2] Optimization batch 6: make full use of exact renames
2021-02-04 0:05 UTC (18+ messages)
` [PATCH 1/2] diffcore-rename: no point trying to find a match better than exact
` [PATCH 2/2] diffcore-rename: filter rename_src list when possible
` [PATCH v2 0/2] Optimization batch 6: make full use of exact renames
` [PATCH v2 1/2] diffcore-rename: no point trying to find a match better than exact
` [PATCH v2 2/2] diffcore-rename: filter rename_src list when possible
git-bugreport-2021-01-06-1209.txt (git can't deal with special characters)
2021-02-03 22:13 UTC (4+ messages)
` [PATCH v4 1/1] MacOS: precompose_argv_prefix()
[PATCH v5 0/7] Finish converting git bisect to C part 3
2021-02-03 21:54 UTC (8+ messages)
` [PATCH v5 1/7] bisect--helper: reimplement `bisect_log` shell function in C
` [PATCH v5 2/7] bisect--helper: reimplement `bisect_replay` "
` [PATCH v5 3/7] bisect--helper: retire `--bisect-write` subcommand
` [PATCH v5 4/7] bisect--helper: use `res` instead of return in BISECT_RESET case option
` [PATCH v5 5/7] bisect--helper: retire `--bisect-auto-next` subcommand
` [PATCH v5 6/7] bisect--helper: reimplement `bisect_skip` shell function in C
` [PATCH v5 7/7] bisect--helper: retire `--check-and-set-terms` subcommand
[PATCH] git-gui: remove lines starting with the comment character
2021-02-03 21:42 UTC (8+ messages)
[PATCH] status: learn --color for piping colored output
2021-02-03 21:40 UTC
Should you use test_i18ngrep or GIT_TEST_GETTEXT_POISON=false?
2021-02-03 21:24 UTC (9+ messages)
` [PATCH 1/6] ci: remove GETTEXT_POISON jobs
[PATCH 00/11] FSMonitor Preliminary Commits
2021-02-03 21:19 UTC (14+ messages)
` [PATCH v2 "
` [PATCH v2 01/11] p7519: do not rely on "xargs -d" in test
` [PATCH v2 02/11] p7519: fix watchman watch-list test on Windows
` [PATCH v2 03/11] p7519: move watchman cleanup earlier in the test
` [PATCH v2 04/11] p7519: add trace logging during perf test
` [PATCH v2 05/11] preload-index: log the number of lstat calls to trace2
` [PATCH v2 06/11] read-cache: "
` [PATCH v2 07/11] read-cache: log the number of scanned files "
` [PATCH v2 08/11] fsmonitor: log invocation of FSMonitor hook "
` [PATCH v2 09/11] fsmonitor: log FSMN token when reading and writing the index
` [PATCH v2 10/11] fsmonitor: allow all entries for a folder to be invalidated
` [PATCH v2 11/11] fsmonitor: refactor initialization of fsmonitor_last_update token
[PATCH 0/5] Generation Number v2: Fix a tricky split graph bug
2021-02-03 21:08 UTC (11+ messages)
` [PATCH v2 0/6] "
` [PATCH v2 2/6] commit-graph: always parse before commit_graph_data_at()
[PATCH] status: learn --color for piping colored output
2021-02-03 21:08 UTC (7+ messages)
Bash completion suggests tags for git branch -D
2021-02-03 20:59 UTC (6+ messages)
` [PATCH] completion: handle other variants of "branch -m"
[PATCH] git-p4: remove deprecated function "encodeWithUTF8()"
2021-02-03 20:06 UTC (2+ messages)
[PATCH v2] fast-import: add new --date-format=raw-permissive format
2021-02-03 19:20 UTC (4+ messages)
` [PATCH v3] "
` Why does fast-import need to check the validity of idents? + Other ident adventures
[PATCH] annotate-tests: quote variable expansions containing path names
2021-02-03 17:23 UTC (4+ messages)
[PATCH 0/3] Speed up remove_redundant()
2021-02-03 15:59 UTC (4+ messages)
` [PATCH v2 0/5] "
` [PATCH v2 5/5] commit-reach: stale commits may prune generation further
[PATCH v5 0/3] Cloning with remote unborn HEAD
2021-02-03 14:23 UTC (3+ messages)
GIT , Visual Studio
2021-02-03 11:30 UTC (2+ messages)
RFC -- making a plan for remainder of merge-ort
2021-02-03 5:48 UTC (3+ messages)
[PATCH v4 0/4] Add helpful advice about init.defaultBranch
2021-02-03 5:20 UTC (6+ messages)
` [PATCH v5 "
` [PATCH v5 4/4] init: provide useful "
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).