messages from 2023-04-25 19:09:55 to 2023-04-28 09:24:10 UTC [more...]
[PATCH 0/6] notes.c: introduce "--separator" option
2023-04-28 9:23 UTC (7+ messages)
` [PATCH v9 "
` [PATCH v9 1/6] notes.c: cleanup 'strbuf_grow' call in 'append_edit'
` [PATCH v9 2/6] notes.c: use designated initializers for clarity
` [PATCH v9 3/6] t3321: add test cases about the notes stripspace behavior
` [PATCH v9 4/6] notes.c: introduce '--separator=<paragraph-break>' option
` [PATCH v9 5/6] notes.c: append separator instead of insert by pos
[PATCH 0/8] fetch: introduce machine-parseable output
2023-04-28 8:51 UTC (42+ messages)
` [PATCH 3/8] fetch: fix missing from-reference when fetching HEAD:foo
` [PATCH 7/8] fetch: introduce new `--output-format` option
` [PATCH 8/8] fetch: introduce machine-parseable "porcelain" output format
` [PATCH v2 0/8] fetch: introduce machine-parseable output
` [PATCH v2 1/8] fetch: split out tests for output format
` [PATCH v2 2/8] fetch: add a test to exercise invalid output formats
` [PATCH v2 3/8] fetch: fix missing from-reference when fetching HEAD:foo
` [PATCH v2 4/8] fetch: introduce `display_format` enum
` [PATCH v2 5/8] fetch: move display format parsing into main function
` [PATCH v2 6/8] fetch: move option related variables "
` [PATCH v2 7/8] fetch: introduce new `--output-format` option
` [PATCH v2 8/8] fetch: introduce machine-parseable "porcelain" output format
[PATCH v2] sequencer: beautify subject of reverts of reverts
2023-04-28 8:35 UTC
[PATCH v8 6/6] notes.c: introduce "--[no-]stripspace" option
2023-04-28 7:40 UTC (2+ messages)
difftool does not support --submodule=diff
2023-04-28 7:16 UTC (3+ messages)
[PATCH] docs: clarify how the text and text=auto attributes are different
2023-04-28 4:22 UTC (4+ messages)
` [PATCH v2] docs: rewrite the documentation of the text and eol attributes
[PATCH 0/3] warn when unreachable commits are left behind
2023-04-28 0:49 UTC (11+ messages)
` [PATCH 2/3] worktree: warn when removing a worktree with orphan commits
` [PATCH 3/3] checkout: warn when unreachable commits after using --orphan
[PATCH] setup: trace bare repository setups
2023-04-27 23:36 UTC (3+ messages)
[PATCH] sequencer: rectify empty hint in call of require_clean_work_tree()
2023-04-27 22:33 UTC (4+ messages)
Weird behavior of 'git log --before' or 'git log --date-order': Commits from 2011 are treated to be before 1980
2023-04-27 22:32 UTC (7+ messages)
[PATCH 0/2] cocci: codify authoring and reviewing practices
2023-04-27 22:22 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] cocci: add headings to and reword README
` [PATCH v2 2/2] cocci: codify authoring and reviewing practices
[PATCH 0/2] doc: git-checkout: trivial style improvements
2023-04-27 22:09 UTC (8+ messages)
` [PATCH 1/2] doc: git-checkout: trivial callout cleanup
[RFC PATCH 0/2] add an external testing library for unit tests
2023-04-27 21:35 UTC (10+ messages)
` [RFC PATCH 1/2] Add C TAP harness
` [RFC PATCH 2/2] unit test: add basic example
Proposal: adding --soft and --mixed options to git checkout
2023-04-27 21:10 UTC (4+ messages)
git clone of empty repositories doesn't preserve hash
2023-04-27 20:40 UTC (31+ messages)
` [PATCH] doc: GIT_DEFAULT_HASH is and will be ignored during "clone"
` [PATCH 0/2] Fix empty SHA-256 clones with v0 and v1
` [PATCH 1/2] http: advertise capabilities when cloning empty repos
` [PATCH 2/2] Honor GIT_DEFAULT_HASH for empty clones without remote algo
Commit graph not using minimal number of columns
2023-04-27 18:24 UTC (8+ messages)
[PATCH v8 4/6] notes.c: introduce '--separator=<paragraph-break>' option
2023-04-27 18:21 UTC (3+ messages)
[PATCH v2 0/3] fixing some parse_commit() timestamp corner cases
2023-04-27 16:57 UTC (23+ messages)
` [PATCH v2 3/4] parse_commit(): handle broken whitespace-only timestamp
` [PATCH v3 0/4] fixing some parse_commit() timestamp corner cases
` [PATCH v3 1/4] t4212: avoid putting git on left-hand side of pipe
` [PATCH v3 2/4] parse_commit(): parse timestamp from end of line
` [PATCH v3 3/4] parse_commit(): handle broken whitespace-only timestamp
` [PATCH v3 4/4] parse_commit(): describe more date-parsing failure modes
[PATCH v2] send-email: prompt-dependent exit codes
2023-04-27 15:49 UTC (2+ messages)
[PATCH] attr: teach "--attr-source=<tree>" global option to "git"
2023-04-27 14:07 UTC (4+ messages)
` [PATCH v2] "
[PATCH] fsmonitor: handle differences between Windows named pipe functions
2023-04-27 13:45 UTC (5+ messages)
` [PATCH v2] "
[PATCH] rebase -i: do not update "done" when rescheduling command
2023-04-27 10:17 UTC (8+ messages)
` [PATCH v2 0/6] rebase -i: impove handling of failed commands
` [PATCH v2 1/6] rebase -i: move unlink() calls
` [PATCH v2 2/6] rebase -i: remove patch file after conflict resolution
Non-zero exit code of custom filter process is not handled
2023-04-27 8:40 UTC (2+ messages)
[PATCH] strbuf_stripspace(): rename skip_comments arg to strip_comments
2023-04-27 8:32 UTC (3+ messages)
[PATCH] format-patch: add --description-file option
2023-04-27 8:11 UTC (2+ messages)
[PATCH v8 5/6] notes.c: append separator instead of insert by pos
2023-04-27 7:51 UTC (2+ messages)
[PATCH] [RFC] transport: add --show-service option
2023-04-27 5:50 UTC (4+ messages)
[PATCH] contrib/completion: fix zsh completion regression
2023-04-27 5:27 UTC
[PATCH v8 3/6] t3321: add test cases about the notes stripspace behavior
2023-04-27 3:47 UTC (2+ messages)
What's cooking in git.git (Apr 2023, #07; Tue, 25)
2023-04-26 23:34 UTC (3+ messages)
` gc/doc-cocci-updates (Re: What's cooking in git.git (Apr 2023, #07; Tue, 25))
` tb/ban-strtok (was: "
[PATCH] revisions.txt: correct a mistake in dotted range notations section
2023-04-26 21:16 UTC (3+ messages)
Proposal: tell git a file has been renamed
2023-04-26 20:39 UTC (9+ messages)
Improving support for name changes in git
2023-04-26 18:35 UTC (2+ messages)
[PATCH 00/23] Header cleanups (more splitting of cache.h and simplifying a few other deps)
2023-04-26 18:14 UTC (8+ messages)
` [PATCH v2 00/22] "
` [PATCH v2 13/22] hash-ll.h: split out of hash.h to remove dependency on repository.h
[PATCH v1] negotiator/default.c: avoid stack overflow
2023-04-26 17:38 UTC (14+ messages)
` [PATCH v2 0/2] negotiator/default: "
` [PATCH v2 1/2] "
` [External] "
` [PATCH v2 2/2] negotiator/skipping: fix some problems in mark_common()
` [External] "
` [PATCH v3 1/2] negotiator/default: avoid stack overflow
` [PATCH v3 2/2] negotiator/skipping: fix some problems in mark_common()
git-gui (Windows) bug report
2023-04-26 17:14 UTC
[PATCH] t/lib-rebase: (mostly) cosmetic improvements to set_fake_editor()
2023-04-26 17:24 UTC (3+ messages)
[PATCH 0/8] sequencer refactoring
2023-04-26 15:34 UTC (4+ messages)
` [PATCH 8/8] rebase: improve resumption from incorrect initial todo list
[PATCH] developer: remove gcc 12 workaround
2023-04-26 15:00 UTC (4+ messages)
[PATCH] builtin/pack-objects.c: introduce `pack.extraCruftTips`
2023-04-26 10:52 UTC (4+ messages)
With git+ssh deprecated, how can multiple git identities be managed?
2023-04-26 6:38 UTC (3+ messages)
[PATCH] Handle compiler versions containing a dash
2023-04-26 0:48 UTC (2+ messages)
` [PATCH] Handle some "
Video conference libification eng discussion, this Thursday 16:30 UTC
2023-04-25 21:22 UTC
[PATCH 0/5] banned: mark `strok()`, `strtok_r()` as banned
2023-04-25 21:03 UTC (10+ messages)
` [PATCH v3 0/6] "
` [PATCH v3 2/6] string-list: introduce `string_list_setlen()`
` [PATCH v3 6/6] banned.h: mark `strtok()` and `strtok_r()` as banned
[PATCH 0/3] pack-bitmap: boundary-based bitmap traversal
2023-04-25 20:27 UTC (8+ messages)
[PATCH] credential: new attribute oauth_refresh_token
2023-04-25 19:19 UTC (4+ messages)
` [PATCH v2] "
[PATCH 2/2] send-email: add --header-cmd option
2023-04-25 19:09 UTC (5+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] send-email: extract execute_cmd from recipients_cmd
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).