git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-03-10 16:42:49 to 2024-03-13 03:11:28 UTC [more...]

[PATCH 0/8] builtin/config: introduce subcommands
 2024-03-13  3:11 UTC  (17+ messages)
` [PATCH v2 00/13] "
  ` [PATCH v2 01/13] builtin/config: move option array around
  ` [PATCH v2 02/13] builtin/config: move "fixed-value" option to correct group
  ` [PATCH v2 03/13] builtin/config: use `OPT_CMDMODE()` to specify modes
  ` [PATCH v2 04/13] builtin/config: pull out function to handle config location
  ` [PATCH v2 05/13] builtin/config: pull out function to handle `--null`
  ` [PATCH v2 06/13] builtin/config: introduce "list" subcommand
  ` [PATCH v2 07/13] builtin/config: introduce "get" subcommand
  ` [PATCH v2 08/13] builtin/config: introduce "set" subcommand
  ` [PATCH v2 09/13] builtin/config: introduce "unset" subcommand
  ` [PATCH v2 10/13] builtin/config: introduce "rename-section" subcommand
  ` [PATCH v2 11/13] builtin/config: introduce "remove-section" subcommand
  ` [PATCH v2 12/13] builtin/config: introduce "edit" subcommand
  ` [PATCH v2 13/13] builtin/config: display subcommand help

[PATCH] diff: add diff.srcprefix and diff.dstprefix option support
 2024-03-13  2:15 UTC  (7+ messages)
  ` [PATCH v2] diff: add diff.srcprefix and diff.dstprefix configuration variables
    ` [PATCH v3] diff: add diff.srcPrefix and diff.dstPrefix "

[PATCH 0/7] reftable: memory optimizations for reflog iteration
 2024-03-13  1:09 UTC  (12+ messages)
` [PATCH 1/7] refs/reftable: reload correct stack when creating reflog iter
` [PATCH 3/7] reftable/record: avoid copying author info
` [PATCH 6/7] reftable/record: use scratch buffer when decoding records

[RFC PATCH] mailsplit: add option to extract PATCH M/N numbers
 2024-03-13  0:58 UTC 

[PATCH 1/4] sequencer: Do not require `allow_empty` for redundant commit options
 2024-03-12 22:25 UTC  (13+ messages)
` [PATCH v3 0/7] cherry-pick: add `--empty` for more robust redundant commit handling
` [PATCH v3 1/7] docs: address inaccurate `--empty` default with `--exec`
` [PATCH v3 2/7] docs: clean up `--empty` formatting in git-rebase(1) and git-am(1)
` [PATCH v3 3/7] rebase: update `--empty=ask` to `--empty=stop`
` [PATCH v3 4/7] sequencer: treat error reading HEAD as unborn branch
` [PATCH v3 5/7] sequencer: do not require `allow_empty` for redundant commit options
` [PATCH v3 6/7] cherry-pick: enforce `--keep-redundant-commits` incompatibility
` [PATCH v3 7/7] cherry-pick: add `--empty` for more robust redundant commit handling

[PATCH 0/3] cat-file: add %(objectmode) avoid verifying submodules' OIDs
 2024-03-12 22:17 UTC  (13+ messages)
` [PATCH 1/3] t1006: update 'run_tests' to test generic object specifiers
` [PATCH 2/3] cat-file: add %(objectmode) atom
` [PATCH 3/3] cat-file: avoid verifying submodules' OIDs

[RFC PATCH 0/3] Parallel submodule status
 2024-03-12 22:15 UTC  (13+ messages)
` [RFC PATCH 1/3] Make read_gitfile and resolve_gitfile thread safe
` [RFC PATCH 2/3] Make ce_compare_gitlink thread-safe

[PATCH 2/2] Add transport message for up-to-date references
 2024-03-12 21:55 UTC 

[PATCH 1/2] Teach send-pack & push to --send-up-to-date refs
 2024-03-12 21:55 UTC 

[PATCH 0/2] Optionally support push options on up-to-date branches
 2024-03-12 21:55 UTC 

[PATCH] Allow git-config to append a comment
 2024-03-12 21:47 UTC  (27+ messages)
` [PATCH v2] config: add --comment option to add "
  ` [PATCH v3] "

[PATCH 0/6] parse-options: long option parsing fixes and cleanup
 2024-03-12 21:45 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] parse-options: recognize abbreviated negated option with arg
  ` [PATCH v2 3/6] parse-options: factor out register_abbrev() and struct parsed_option
  ` [PATCH v2 5/6] parse-options: normalize arg and long_name before comparison
  ` [PATCH v2 6/6] parse-options: rearrange long_name matching code

having issue with git commands. Probably a bug
 2024-03-12 21:36 UTC 

[PATCH] documentation: camel case of config option, and "no" instead of "false"
 2024-03-12 21:34 UTC 

[BUG] cannot git clone with includeif onbranch
 2024-03-12 20:38 UTC  (5+ messages)
` [PATCH] t5601: exercise clones with "includeIf.*.onbranch"

Clarify the meaning of "character" in the documentation
 2024-03-12 20:30 UTC  (37+ messages)
        ` [messy PATCH] multi-byte core.commentChar
          ` [PATCH 0/15] allow "
            ` [PATCH 11/15] find multi-byte comment chars in unterminated buffers
            ` [PATCH 12/15] sequencer: handle multi-byte comment characters when writing todo list
            ` [PATCH v2 0/16] allow multi-byte core.commentChar
              ` [PATCH v2 01/16] config: forbid newline as core.commentChar
              ` [PATCH v2 02/16] strbuf: simplify comment-handling in add_lines() helper
              ` [PATCH v2 03/16] strbuf: avoid static variables in strbuf_add_commented_lines()
              ` [PATCH v2 04/16] commit: refactor base-case of adjust_comment_line_char()
              ` [PATCH v2 05/16] strbuf: avoid shadowing global comment_line_char name
              ` [PATCH v2 06/16] environment: store comment_line_char as a string
              ` [PATCH v2 07/16] strbuf: accept a comment string for strbuf_stripspace()
              ` [PATCH v2 08/16] strbuf: accept a comment string for strbuf_commented_addf()
              ` [PATCH v2 09/16] strbuf: accept a comment string for strbuf_add_commented_lines()
              ` [PATCH v2 10/16] prefer comment_line_str to comment_line_char for printing
              ` [PATCH v2 11/16] find multi-byte comment chars in NUL-terminated strings
              ` [PATCH v2 12/16] find multi-byte comment chars in unterminated buffers
              ` [PATCH v2 13/16] sequencer: handle multi-byte comment characters when writing todo list
              ` [PATCH v2 14/16] wt-status: drop custom comment-char stringification
              ` [PATCH v2 15/16] environment: drop comment_line_char compatibility macro
              ` [PATCH v2 16/16] config: allow multi-byte core.commentChar

[PATCH 0/5] Fixes for Documentation/MyFirstObjectWalk.txt
 2024-03-12 19:29 UTC  (11+ messages)
` [PATCH 1/5] MyFirstObjectWalk: use additional arg in config_fn_t
` [PATCH 2/5] MyFirstObjectWalk: fix misspelled "builtins/"
` [PATCH 3/5] MyFirstObjectWalk: fix filtered object walk
` [PATCH 4/5] MyFirstObjectWalk: fix description for counting omitted objects
` [PATCH 5/5] MyFirstObjectWalk: add stderr to pipe processing

[PATCH 0/3] format-patch: teach `--header-cmd`
 2024-03-12 17:43 UTC  (7+ messages)
` [PATCH 1/3] log-tree: take ownership of pointer
` [PATCH 2/3] format-patch: teach `--header-cmd`

t0032 fails on NFS mounts
 2024-03-12 17:11 UTC  (2+ messages)

[PATCH] bugreport.c: fix a crash in `git bugreport` with `--no-suffix` option
 2024-03-12 16:26 UTC 

[PATCH 0/3] Improve the documentation and test coverage for whitespace and comments
 2024-03-12 15:55 UTC  (4+ messages)
` [PATCH 1/3] config.txt: describe whitespace characters further and more accurately
` [PATCH 2/3] config.txt: perform some minor reformatting
` [PATCH 3/3] t1300: add tests for internal whitespace and inline comments

[PATCH 0/4] checkout: cleanup --conflict=
 2024-03-12 15:50 UTC  (6+ messages)
` [PATCH 4/4] checkout: cleanup --conflict=<style> parsing

[GSOC][PATCH] userdiff: Add JavaScript function patterns
 2024-03-12 13:14 UTC  (4+ messages)
` [GSOC][PATCH v2 1/3]t4018-diff-funcname: use test_grep instead of test_i18ngrep
  ` [GSOC][PATCH v2 2/3]t4034-diff-words: add javascript language driver
  ` [GSOC][PATCH v2 3/3]userdiff: remove trailing whitespaces, fix multiline comments

Git failed fetch with latest version of Git within Azure DevOps
 2024-03-12 12:11 UTC 

What's cooking in git.git (Mar 2024, #03; Mon, 11)
 2024-03-12 12:02 UTC  (3+ messages)

[PATCH 0/1] Documentation/user-manual.txt: try to clarify on object hashes
 2024-03-12 10:41 UTC  (3+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] Documentation/user-manual.txt: example for generating "

Should --update-refs exclude refs pointing to the current HEAD?
 2024-03-12  9:28 UTC  (9+ messages)

[RFC/PATCH 0/2] some transport-helper "option object-format" confusion
 2024-03-12  7:45 UTC  (4+ messages)
` [PATCH 2/2] doc/gitremote-helpers: match object-format option docs to code

Using git-prompt.sh is wrapping text to early in Bash
 2024-03-12  5:25 UTC  (2+ messages)

[PATCH 0/5] promise: introduce promises to track success or error
 2024-03-12  4:18 UTC  (7+ messages)

[GSoC][PATCH 0/1] add zero count optimization in ewah_bitmap.c
 2024-03-11 22:29 UTC  (5+ messages)
` [GSoC][PATCH 1/1] "

[PATCH 0/6] doc: rework doc files for git-init and git-clone
 2024-03-11 21:43 UTC  (9+ messages)
` [PATCH 1/6] doc: git-init: format verbatim parts
` [PATCH 2/6] doc: git-init: format placeholders
` [PATCH 3/6] doc: git-init: rework definition lists
` [PATCH 4/6] doc: git-init: rework config item init.templateDir
` [PATCH 5/6] doc: git-clone: format verbatim words
` [PATCH 6/6] doc: git-clone: format placeholders

[PATCH] diff: implement config.diff.renames=copies-harder
 2024-03-11 21:42 UTC  (2+ messages)

[PATCH v3 0/2] diff: copies-harder support
 2024-03-11 21:38 UTC  (3+ messages)
` [PATCH v3 1/2] diff: implement config.diff.renames=copies-harder
` [PATCH v3 2/2] diff: whitespace cleanup

Git bug report CDPATH completion
 2024-03-11 21:35 UTC  (3+ messages)

[PATCH] setup: allow cwd=.git w/ bareRepository=explicit
 2024-03-11 21:02 UTC  (5+ messages)
` [PATCH 0/2] Loosening safe.bareRepository=explicit even further
  ` [PATCH v2] setup: notice more types of implicit bare repositories

[PATCH] sequencer: allow disabling conflict advice
 2024-03-11 20:58 UTC  (9+ messages)
` [PATCH v2 0/2] Allow disabling advice shown after merge conflicts
  ` [PATCH v2 1/2] sequencer: allow disabling conflict advice
  ` [PATCH v2 2/2] builtin/am: "

[RFC PATCH 0/1] Add hostname condition to includeIf
 2024-03-11 17:39 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] config: learn the "hostname:" includeIf condition

[PATCH] reftable/block: fix binary search over restart counter
 2024-03-11 17:33 UTC  (7+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 2/2] "

[GSOC][PATCH v3 0/1] microproject: use test_path_is_* functions in test scripts
 2024-03-11 16:32 UTC  (4+ messages)
` [GSOC][PATCH v4 "
  ` [GSOC][PATCH v4 1/1] t7301: use test_path_is_(missing|file)

Fix early wrapping when using bash with git-prompt.sh
 2024-03-11 14:05 UTC 

repositoryformatversion and extensions
 2024-03-11 11:54 UTC 

[PATCH] ci(github): make Windows test artifacts name unique
 2024-03-10 20:04 UTC 

unintelligible error fatal: empty ident name (for <>) not allowed
 2024-03-10 16:42 UTC  (3+ 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).