messages from 2023-08-08 17:12:44 to 2023-08-10 21:18:15 UTC [more...]
[PATCH 0/5] Fixes to trailer test script, help text, and documentation
2023-08-10 21:17 UTC (4+ messages)
` [PATCH v2 00/13] "
` [PATCH v2 01/13] trailer tests: make test cases self-contained
` [PATCH v2 02/13] trailer test description: this tests --where=after, not --where=before
[PATCH v2] pretty: add %(decorate[:<options>]) format
2023-08-10 21:16 UTC (8+ messages)
` [PATCH v3 1/7] pretty-formats: define "literal formatting code"
` [PATCH v3 2/7] pretty-formats: enclose options in angle brackets
` [PATCH v3 3/7] decorate: refactor format_decorations()
` [PATCH v3 4/7] decorate: avoid some unnecessary color overhead
` [PATCH v3 5/7] decorate: color each token separately
` [PATCH v3 6/7] pretty: add %(decorate[:<options>]) format
` [PATCH v3 7/7] pretty: add pointer and tag options to %(decorate)
[PATCH 0/6] maintenance: schedule maintenance on a random minute
2023-08-10 20:39 UTC (35+ messages)
` [PATCH 1/6] maintenance: add get_random_minute()
` [PATCH 6/6] maintenance: use random minute in systemd scheduler
` [PATCH v2 0/8] maintenance: schedule maintenance on a random minute
` [PATCH v2 1/8] maintenance: add get_random_minute()
` [PATCH v2 2/8] maintenance: use random minute in launchctl scheduler
` [PATCH v2 3/8] maintenance: use random minute in Windows scheduler
` [PATCH v2 4/8] maintenance: use random minute in cron scheduler
` [PATCH v2 5/8] maintenance: swap method locations
` [PATCH v2 6/8] maintenance: use random minute in systemd scheduler
` [PATCH v2 7/8] maintenance: fix systemd schedule overlaps
` [PATCH v2 8/8] maintenance: update schedule before config
[RFC/PATCH] commit-graph: verify swapped zero/non-zero generation cases
2023-08-10 20:37 UTC (8+ messages)
` [PATCH 0/4] commit-graph: fsck zero/non-zero generation number fixes
` [PATCH 1/4] commit-graph: introduce `commit_graph_generation_from_graph()`
` [PATCH 2/4] commit-graph: verify swapped zero/non-zero generation cases
` [PATCH 3/4] t/t5318-commit-graph.sh: test generation zero transitions during fsck
` [PATCH 4/4] commit-graph: invert negated conditional
[RFC PATCH 0/8] Introduce Git Standard Library
2023-08-10 20:36 UTC (11+ messages)
` [RFC PATCH v2 0/7] "
` [RFC PATCH v2 1/7] hex-ll: split out functionality from hex
` [RFC PATCH v2 2/7] object: move function to object.c
` [RFC PATCH v2 3/7] config: correct bad boolean env value error message
` [RFC PATCH v2 4/7] parse: create new library for parsing strings and env values
` [RFC PATCH v2 5/7] date: push pager.h dependency up
` [RFC PATCH v2 6/7] git-std-lib: introduce git standard library
` [RFC PATCH v2 7/7] git-std-lib: add test file to call git-std-lib.a functions
[PATCH v2] send-email: prompt-dependent exit codes
2023-08-10 19:56 UTC (10+ messages)
` [PATCH v3] "
` [PATCH v4] "
[PATCH] ls-tree: fix --no-full-name
2023-08-10 19:45 UTC (14+ messages)
` [PATCH] describe: fix --no-exact-match
[PATCH] t9001: fix/unify indentation regarding pipes somewhat
2023-08-10 19:09 UTC (4+ messages)
[PATCH] t4053: avoid race when killing background processes
2023-08-10 17:40 UTC (2+ messages)
[PATCH 0/2] sequencer: truncate lockfile and ref to NAME_MAX
2023-08-10 17:15 UTC (5+ messages)
` [PATCH 1/2] sequencer: truncate labels to accommodate loose refs
` [PATCH 2/2] rebase: allow overriding the maximal length of the generated labels
[ANNOUNCE] Git v2.42.0-rc1
2023-08-10 16:45 UTC
[PATCH] upload-pack: fix race condition in error messages
2023-08-10 16:14 UTC (2+ messages)
[PATCH v2] sequencer: rectify empty hint in call of require_clean_work_tree()
2023-08-10 16:04 UTC (5+ messages)
` [PATCH v3] "
[PATCH v2] rebase: clarify conditionals in todo_list_to_strbuf()
2023-08-10 16:03 UTC (7+ messages)
` [PATCH v3] "
[PATCH] t/lib-rebase: (mostly) cosmetic improvements to set_fake_editor()
2023-08-10 16:00 UTC (13+ messages)
` [PATCH 0/3] "
` [PATCH 3/3] t/lib-rebase: improve documentation of set_fake_editor()
` [PATCH v2 0/1] t/lib-rebase: (mostly) cosmetic improvements to set_fake_editor()
` [PATCH v2 1/1] t/lib-rebase: improve documentation of set_fake_editor()
[PATCH] Fix bug when more than one readline instance is used
2023-08-10 15:14 UTC (6+ messages)
` [[PATCH v2]] "
[PATCH 0/3] diff --no-index: support reading from named pipes
2023-08-10 12:56 UTC (5+ messages)
` [PATCH v2 0/4] "
` [PATCH v2 4/4] "
"git fetch --refetch" and multiple (separate/orphan) branches
2023-08-10 7:14 UTC (3+ messages)
Fetching too many tags?
2023-08-10 6:08 UTC
[PATCH] Fix grammar in git push man page
2023-08-10 1:45 UTC (5+ messages)
` [[PATCH v2]] git-push.txt: fix grammar
[PATCH] repack: free geometry struct
2023-08-10 0:19 UTC (7+ messages)
` [PATCH 0/2] repack: prevent geometry struct leak
` [PATCH 1/2] repack: free geometry struct
` [PATCH 2/2] repack: move `pack_geometry` struct to the stack
[PATCH 0/9] Repack objects into separate packfiles based on a filter
2023-08-10 0:10 UTC (42+ messages)
` [PATCH v2 0/8] "
` [PATCH v2 5/8] repack: add `--filter=<filter-spec>` option
` [PATCH v3 0/8] Repack objects into separate packfiles based on a filter
` [PATCH v3 2/8] t/helper: add 'find-pack' test-tool
` [PATCH v3 4/8] repack: refactor finding pack prefix
` [PATCH v3 5/8] repack: add `--filter=<filter-spec>` option
` [PATCH v3 6/8] gc: add `gc.repackFilter` config option
` [PATCH v4 0/8] Repack objects into separate packfiles based on a filter
` [PATCH v4 1/8] pack-objects: allow `--filter` without `--stdout`
` [PATCH v4 2/8] t/helper: add 'find-pack' test-tool
` [PATCH v4 3/8] repack: refactor finishing pack-objects command
` [PATCH v4 4/8] repack: refactor finding pack prefix
` [PATCH v4 5/8] repack: add `--filter=<filter-spec>` option
` [PATCH v4 6/8] gc: add `gc.repackFilter` config option
` [PATCH v4 8/8] gc: add `gc.repackFilterTo` "
Lost files after git stash && git stash pop
2023-08-09 20:57 UTC (7+ messages)
` [PATCH v1 1/1] git stash needing mkdir deletes untracked file
[PATCH v2] sequencer: simplify allocation of result array in todo_list_rearrange_squash()
2023-08-09 20:51 UTC (2+ messages)
[PATCH] t9001: remove excessive GIT_SEND_EMAIL_NOTTY=1
2023-08-09 19:43 UTC (2+ messages)
[GSoC] Blog
2023-08-09 19:29 UTC (2+ messages)
git send-email -v
2023-08-09 19:11 UTC (4+ messages)
[PATCH 1/8] rebase: simplify code related to imply_merge()
2023-08-09 17:15 UTC (5+ messages)
` [PATCH v2 0/3] rebase refactoring
` [PATCH v2 1/3] rebase: simplify code related to imply_merge()
` [PATCH v2 2/3] rebase: handle --strategy via imply_merge() as well
` [PATCH v2 3/3] rebase: move parse_opt_keep_empty() down
[PATCH v2] sequencer: beautify subject of reverts of reverts
2023-08-09 17:15 UTC (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] doc: revert: add discussion
[PATCH RESEND] format-patch: add --description-file option
2023-08-09 17:15 UTC (2+ messages)
` [PATCH v2] "
[PATCH 0/2] maintenance: do not open console on Windows
2023-08-09 16:54 UTC (3+ messages)
` [PATCH 1/2] win32: add a helper to run `git.exe` without a foreground window
` [PATCH 2/2] git maintenance: avoid console window in scheduled tasks on Windows
[PATCH v2 0/6] rebase -i: impove handling of failed commands
2023-08-09 13:08 UTC (6+ messages)
` [PATCH v3 0/7] "
git pre-push hook not getting the lines from STDIN
2023-08-09 12:38 UTC (3+ messages)
[PATCH] fix `git mv existing-dir non-existing-dir`*
2023-08-09 7:47 UTC (6+ messages)
` [PATCH v2] fix `git mv existing-dir non-existing-dir` in some environments
[RESEND PATCH v10 7/8] worktree add: extend DWIM to infer --orphan
2023-08-09 6:47 UTC (2+ messages)
` RESEND [PATCH "
Re:
2023-08-09 5:12 UTC
What's cooking in git.git (Aug 2023, #03; Tue, 8)
2023-08-09 2:42 UTC
[PATCH] sequencer: rectify empty hint in call of require_clean_work_tree()
2023-08-09 1:24 UTC (3+ messages)
` [PATCH v2] "
[PATCH] parse-options: disallow negating OPTION_SET_INT 0
2023-08-08 23:52 UTC (2+ messages)
What's cooking in git.git (Aug 2023, #01; Wed, 2)
2023-08-08 21:19 UTC (5+ messages)
` leak in jt/path-filter-fix, was "
[PATCH 0/2] fix git-send-email with recent versions of Term::ReadLine::Gnu
2023-08-08 20:16 UTC (5+ messages)
` [PATCH 1/2] send-email: drop FakeTerm hack
` [PATCH 2/2] send-email: avoid creating more than one Term::ReadLine object
[PATCH] t0040: declare non-tab indentation to be okay in this script
2023-08-08 20:19 UTC (2+ messages)
Video conference libification eng discussion, this Thursday 17:00 UTC
2023-08-08 17:19 UTC
[PATCH 0/5] Trailer readability cleanups
2023-08-08 12:19 UTC (4+ messages)
` [PATCH 1/5] trailer: separate public from internal portion of trailer_iterator
git bug report
2023-08-08 17:07 UTC (8+ messages)
` [EXTERNAL] "
[ANNOUNCE] Git for Windows 2.42.0-rc0
2023-08-08 11:55 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).