Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-26 22:29:21 to 2023-05-01 17:07:47 UTC [more...]

git clone of empty repositories doesn't preserve hash
 2023-05-01 17:00 UTC  (27+ messages)
                  ` [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
                  ` [PATCH v2 0/1] Fix empty SHA-256 clones with v0 and v1
                    ` [PATCH v2 1/1] upload-pack: advertise capabilities when cloning empty repos

[PATCH 00/23] Header cleanups (more splitting of cache.h and simplifying a few other deps)
 2023-05-01 16:52 UTC  (11+ messages)
` [PATCH v2 00/22] "
  ` [PATCH v2 12/22] tree-diff.c: move S_DIFFTREE_IFXMIN_NEQ define from cache.h
  ` [PATCH v2 16/22] treewide: remove cache.h inclusion due to previous changes
  ` [PATCH v2 17/22] cache.h: remove unnecessary headers
  ` [PATCH v2 19/22] commit.h: reduce unnecessary includes

[PATCH v2] sequencer: beautify subject of reverts of reverts
 2023-05-01 16:44 UTC  (4+ messages)

What's cooking in git.git (Apr 2023, #09; Fri, 28)
 2023-05-01 16:22 UTC  (3+ messages)
` en/header-split-cache-h-part-2 (Was: Re: What's cooking in git.git (Apr 2023, #09; Fri, 28))
  ` en/header-split-cache-h-part-2

[PATCH] attr: teach "--attr-source=<tree>" global option to "git"
 2023-05-01 16:21 UTC  (9+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH 2/2] cocci: codify authoring and reviewing practices
 2023-05-01 15:55 UTC  (4+ messages)
` [PATCH] cocci: remove 'unused.cocci'

[PATCH 0/7] contrib/credential: avoid protocol injection attacks
 2023-05-01 15:54 UTC  (8+ messages)
` [PATCH 1/7] credential.c: store "wwwauth[]" values in `credential_read()`
` [PATCH 2/7] t/lib-credential.sh: ensure credential helpers handle long headers
` [PATCH 3/7] contrib/credential: avoid fixed-size buffer in osxkeychain
` [PATCH 4/7] contrib/credential: remove 'gnome-keyring' credential helper
` [PATCH 5/7] contrib/credential: .gitignore libsecret build artifacts
` [PATCH 6/7] contrib/credential: avoid fixed-size buffer in libsecret
` [PATCH 7/7] contrib/credential: embiggen fixed-size buffer in wincred

Change branch in the middle of a merge
 2023-05-01 15:48 UTC  (3+ messages)

[PATCH] t/t3501-revert-cherry-pick.sh: clarify scope of the file
 2023-05-01 15:24 UTC  (3+ messages)

[PATCH] test-ctype: check EOF
 2023-05-01 15:23 UTC  (2+ messages)

[PATCH 0/2] cocci: codify authoring and reviewing practices
 2023-05-01 15:06 UTC  (6+ 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 2/2] send-email: add --header-cmd option
 2023-05-01 14:38 UTC  (5+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 1/3] send-email: extract execute_cmd from recipients_cmd
  ` [PATCH v4 2/3] send-email: add --header-cmd, --no-header-cmd options
  ` [PATCH v4 3/3] send-email: detect empty blank lines in command output

[PATCH 00/14] [RFC] config: remove global state from config iteration
 2023-05-01 11:19 UTC  (5+ messages)
` [PATCH 02/14] config.c: use kvi for CLI config
` [PATCH 10/14] (RFC-only) config: finish config_fn_t refactor

[PATCH v3 0/1] docs: rewrite the documentation of the text and eol attributes
 2023-05-01  2:35 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH] docs: clarify how the text and text=auto attributes are different
 2023-05-01  0:40 UTC  (8+ messages)
` [PATCH v2] docs: rewrite the documentation of the text and eol attributes

[ANNOUNCE] Git Rev News edition 98
 2023-04-30 19:18 UTC 

Compatibility between GNU and Git grep -P
 2023-04-30  6:51 UTC  (3+ messages)

[PATCH 00/14] Introduce new `git replay` command
 2023-04-30  6:45 UTC  (13+ messages)
` [PATCH 11/14] replay: use standard revision ranges

[PATCH 1/3] Capitalization and punctuation fixes to some user visible messages
 2023-04-30  5:06 UTC  (10+ 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

[RFC PATCH 0/1] push: introduce '--heads' option
 2023-04-30  1:05 UTC  (4+ messages)
` [RFC PATCH 1/1] "

[RFC PATCH 0/1] push: introduce '--heads' option
 2023-04-30  1:09 UTC  (4+ messages)

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

[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 v8 6/6] notes.c: introduce "--[no-]stripspace" option
 2023-04-28 18:21 UTC  (3+ messages)

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

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

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  (20+ 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  (2+ messages)
` tb/ban-strtok (was: Re: What's cooking in git.git (Apr 2023, #07; Tue, 25))


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