git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-07-31 17:52:12 to 2023-08-07 05:28:52 UTC [more...]

[PATCH 0/5] Fixes to trailer test script, help text, and documentation
 2023-08-07  5:28 UTC  (8+ messages)
` [PATCH 1/5] trailer tests: make test cases self-contained
` [PATCH 2/5] trailer test description: this tests --where=after, not --where=before
` [PATCH 3/5] trailer: add tests to check defaulting behavior with --no-* flags
` [PATCH 4/5] trailer: trailer location is a place, not an action
` [PATCH 5/5] trailer --no-divider help: describe usual "---" meaning

[PATCH] merge-tree: add -X strategy option
 2023-08-07  2:10 UTC  (2+ messages)

Git Commit Notes (fetching/pushing)
 2023-08-07  1:07 UTC  (4+ messages)

[PATCH] ls-tree: fix --no-full-name
 2023-08-05 23:04 UTC  (27+ messages)
          ` [PATCH v3 0/8] show negatability of options in short help
            ` [PATCH v3 1/8] subtree: disallow --no-{help,quiet,debug,branch,message}
            ` [PATCH v3 2/8] t1502, docs: disallow --no-help
            ` [PATCH v3 3/8] t1502: move optionspec help output to a file
            ` [PATCH v3 4/8] t1502: test option negation
            ` [PATCH v3 5/8] parse-options: show negatability of options in short help
            ` [PATCH v3 6/8] parse-options: factor out usage_indent() and usage_padding()
            ` [PATCH v3 7/8] parse-options: no --[no-]no-
            ` [PATCH v3 8/8] parse-options: simplify usage_padding()

[L10N] Kickoff for Git 2.42.0 round #1
 2023-08-05 15:30 UTC 

[PATCH v0 0/4] Remove obsolete Cygwin support from git-gui
 2023-08-05 14:47 UTC  (4+ messages)
` [PATCH v1 "

[QUESTION] how to diff one blob with nothing
 2023-08-05  8:27 UTC  (13+ messages)

[PATCH 0/5] Trailer readability cleanups
 2023-08-05  5:04 UTC  (6+ messages)
` [PATCH 1/5] trailer: separate public from internal portion of trailer_iterator
` [PATCH 2/5] trailer: split process_input_file into separate pieces
` [PATCH 3/5] trailer: split process_command_line_args into separate functions
` [PATCH 4/5] trailer: teach find_patch_start about --no-divider
` [PATCH 5/5] trailer: rename *_DEFAULT enums to *_UNSPECIFIED

Git-filter —force - my code disappeared before being pushed
 2023-08-04 22:08 UTC 

[PATCH 0/2] config-parse: create config parsing library
 2023-08-04 21:34 UTC  (8+ messages)
` [RFC PATCH v1.5 0/5] "
  ` [RFC PATCH v1.5 1/5] config: return positive from git_config_parse_key()
  ` [RFC PATCH v1.5 2/5] config: split out config_parse_options
  ` [RFC PATCH v1.5 3/5] config: report config parse errors using cb
  ` [RFC PATCH v1.5 4/5] config.c: accept config_parse_options in git_config_from_stdin
  ` [RFC PATCH v1.5 5/5] config-parse: split library out of config.[c|h]

What's cooking in git.git (Aug 2023, #02; Fri, 4)
 2023-08-04 21:10 UTC 

[ANNOUNCE] Git v2.42.0-rc0
 2023-08-04 19:30 UTC 

[PATCH 0/7] unresolve removal
 2023-08-04 19:03 UTC  (10+ messages)
` [PATCH 1/7] update-index: do not read HEAD and MERGE_HEAD unconditionally
` [PATCH 2/7] resolve-undo: allow resurrecting conflicted state that resolved to deletion
` [PATCH 3/7] update-index: use unmerge_index_entry() to support removal
` [PATCH 4/7] update-index: remove stale fallback code for "--unresolve"
` [PATCH 5/7] checkout/restore: refuse unmerging paths unless checking out of the index
` [PATCH 6/7] checkout/restore: add basic tests for --merge
` [PATCH 7/7] checkout: allow "checkout -m path" to unmerge removed paths

Feature request for shorter relative date format in log
 2023-08-04 18:24 UTC  (5+ messages)

Bug: fetch with deepen shortens history
 2023-08-04 18:22 UTC 

git bug report
 2023-08-04 18:12 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH] gitignore: ignore clangd .cache directory
 2023-08-04 17:56 UTC  (2+ messages)

[PATCH 0/3] git bisect visualize: find gitk on Windows again
 2023-08-04 16:57 UTC  (23+ messages)
` [PATCH 1/3] compat: make path_lookup() available outside mingw.c
` [PATCH 2/3] run-command: teach locate_in_PATH about Windows
` [PATCH 3/3] docs: update when `git bisect visualize` uses `gitk`
` [PATCH v2 0/3] git bisect visualize: find gitk on Windows again
  ` [PATCH v2 1/3] run-command: conditionally define locate_in_PATH()
  ` [PATCH v2 2/3] compat/mingw: implement a native locate_in_PATH()
  ` [PATCH v2 3/3] docs: update when `git bisect visualize` uses `gitk`

.gitignore is not enough
 2023-08-03 21:53 UTC  (8+ messages)

[PATCH] rebase --skip: fix commit message clean up when skipping squash
 2023-08-03 20:38 UTC  (3+ messages)

[PATCH v6 0/7] Changed path filter hash fix and version bump
 2023-08-03 18:45 UTC  (7+ messages)

[PATCH v3 0/3] check-attr: integrate with sparse-index
 2023-08-03 16:22 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/3] attr.c: read attributes in a sparse directory

[PATCH v2 0/6] rebase -i: impove handling of failed commands
 2023-08-03 13:06 UTC  (19+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 1/7] rebase -i: move unlink() calls
  ` [PATCH v3 2/7] rebase -i: remove patch file after conflict resolution
  ` [PATCH v3 3/7] sequencer: use rebase_path_message()
  ` [PATCH v3 4/7] sequencer: factor out part of pick_commits()
  ` [PATCH v3 5/7] rebase: fix rewritten list for failed pick
  ` [PATCH v3 6/7] rebase --continue: refuse to commit after failed command
  ` [PATCH v3 7/7] rebase -i: fix adding failed command to the todo list

[PATCH] rebase -i: do not update "done" when rescheduling command
 2023-08-03 12:56 UTC  (3+ messages)

[Question] git rev-parse verify for non-existent object
 2023-08-03  6:16 UTC  (5+ messages)

Git is removing . from the last part of user.name
 2023-08-02 21:38 UTC  (13+ messages)
          ` [PATCH] ident: don't consider trailing dot crud

[GSoC] Blog
 2023-08-02 19:52 UTC  (2+ messages)

What's cooking in git.git (Aug 2023, #01; Wed, 2)
 2023-08-02 19:28 UTC  (4+ messages)
` jt/path-filter-fix (was: Re: What's cooking in git.git (Aug 2023, #01; Wed, 2))
  ` jt/path-filter-fix

[PATCH] fsck: remove redundant parse_tree() invocation
 2023-08-02  0:21 UTC 

[PATCH] fsck: remove redundant parse_tree() invocation
 2023-08-02  0:28 UTC 

[PATCH 0/2] Changed path filter hash fix and version bump
 2023-08-01 21:07 UTC  (12+ messages)
` [PATCH v7 0/7] "
  ` [PATCH v7 1/7] gitformat-commit-graph: describe version 2 of BDAT
  ` [PATCH v7 2/7] t/helper/test-read-graph.c: extract `dump_graph_info()`
  ` [PATCH v7 3/7] bloom.h: make `load_bloom_filter_from_graph()` public
  ` [PATCH v7 4/7] t/helper/test-read-graph: implement `bloom-filters` mode
  ` [PATCH v7 5/7] t4216: test changed path filters with high bit paths
  ` [PATCH v7 6/7] repo-settings: introduce commitgraph.changedPathsVersion
  ` [PATCH v7 7/7] commit-graph: new filter ver. that fixes murmur3

What's cooking in git.git (Jul 2023, #06; Thu, 27)
 2023-08-01 20:50 UTC  (4+ messages)
` tb/commit-graph-tests (was: Re: What's cooking in git.git (Jul 2023, #06; Thu, 27))

[PATCH] status: fix branch shown when not only bisecting
 2023-08-01 20:45 UTC  (4+ messages)

Join us for Review Club
 2023-08-01 20:36 UTC 

What's cooking in git.git (Jul 2023, #07; Mon, 31)
 2023-08-01 20:35 UTC  (5+ messages)

[PATCH 0/2] avoid functions deprecated in OpenSSL 3+
 2023-08-01 20:17 UTC  (6+ messages)
` [PATCH 1/2] sha256: "
` [PATCH 2/2] avoid SHA-1 "

[PATCH] Documentation/RelNotes/2.42.0.txt: typofix
 2023-08-01 18:29 UTC  (2+ messages)

git-switch history and checkout compatibility
 2023-08-01 18:28 UTC  (4+ messages)

What is the status of GSoC 2022 work on making Git use roaring bitmaps?
 2023-08-01 17:43 UTC  (14+ messages)

follow-up: can't get any fsck msgid to fire for tags
 2023-08-01 16:13 UTC 

Beyond Merge and Rebase: The Upstream Import Approach in Git
 2023-08-01  9:17 UTC  (6+ messages)

[BUG] Git 2.39.0+ Git.pm ignores Directory=> argument for bare repos
 2023-08-01  8:35 UTC 

[ANNOUNCE] Virtual Contributor's Summit 2023
 2023-07-31 20:10 UTC  (4+ messages)

[ANNOUNCE] Git Rev News edition 101
 2023-07-31 18:53 UTC 

Draft of Git Rev News edition 101
 2023-07-31 17:51 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).