git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-04-26 14:06:50 to 2023-04-29 18:37:48 UTC [more...]

[PATCH v5 1/1] ref-filter: add new "signature" atom
 2023-04-29 18:37 UTC  (3+ messages)

[PATCH 0/8] fetch: introduce machine-parseable output
 2023-04-29 17:34 UTC  (47+ 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 1/3] Capitalization and punctuation fixes to some user visible messages
 2023-04-29  7:18 UTC  (9+ messages)
` [PATCH v2 1/3] advice: handle "rebase" in error_resolve_conflict()
  ` [PATCH v2 2/3] sequencer: actually translate report in do_exec()
  ` [PATCH v2 3/3] Capitalization and punctuation fixes to some user visible messages

What's cooking in git.git (Apr 2023, #09; Fri, 28)
 2023-04-29  6:54 UTC 

[POLL] Git Merge 2023 dates
 2023-04-29  2:39 UTC 

What's cooking in git.git (Apr 2023, #08; Thu, 27)
 2023-04-28 22:16 UTC 

Dubious diff using --diff-algorithm=histogram
 2023-04-28 21:36 UTC  (2+ messages)

[PATCH] send-email docs: Remove mention of discontinued gmail feature
 2023-04-28 20:47 UTC  (3+ messages)

[PATCH 0/6] notes.c: introduce "--separator" option
 2023-04-28 20:46 UTC  (10+ 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 v9 6/6] notes.c: introduce "--[no-]stripspace" option

Draft of Git Rev News edition 98
 2023-04-28 20:26 UTC 

[PATCH] setup: trace bare repository setups
 2023-04-28 20:26 UTC  (9+ messages)
` [PATCH v2] "

[PATCH] attr: teach "--attr-source=<tree>" global option to "git"
 2023-04-28 20:22 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v2] sequencer: beautify subject of reverts of reverts
 2023-04-28 19:11 UTC  (3+ messages)

[RFC PATCH 0/1] push: introduce '--heads' option
 2023-04-28 18:48 UTC  (3+ messages)

[PATCH v8 6/6] notes.c: introduce "--[no-]stripspace" option
 2023-04-28 18:21 UTC  (3+ messages)

[PATCH] docs: clarify how the text and text=auto attributes are different
 2023-04-28 18:05 UTC  (3+ messages)
` [PATCH v2] docs: rewrite the documentation of the text and eol attributes

[RFC PATCH 0/2] add an external testing library for unit tests
 2023-04-28 16:31 UTC  (11+ messages)
` [RFC PATCH 1/2] Add C TAP harness
` [RFC PATCH 2/2] unit test: add basic example

Weird merge records
 2023-04-28 15:34 UTC 

[PATCH] rebase: clarify conditionals in todo_list_to_strbuf()
 2023-04-28 12:56 UTC  (2+ messages)
` [PATCH v2] "

[RFC PATCH 0/1] push: introduce '--heads' option
 2023-04-28 12:21 UTC  (3+ messages)
` [RFC PATCH 1/1] "

difftool does not support --submodule=diff
 2023-04-28  7:16 UTC  (3+ messages)

[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] 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

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  (30+ 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] 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 v2 0/2] negotiator/default: avoid stack overflow
 2023-04-26 17:38 UTC  (6+ messages)
  ` [PATCH v3 1/2] "

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)


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