git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-02-23 19:40:26 to 2023-02-27 00:00:43 UTC [more...]

[PATCH] worktree: teach find_shared_symref to ignore current worktree
 2023-02-27  0:00 UTC  (9+ messages)
` [PATCH v2 0/3] fix die_if_checked_out() when ignore_current_worktree
  ` [PATCH v4 0/4] "
    ` [PATCH v4 1/4] worktree: introduce is_shared_symref()
    ` [PATCH v4 2/4] branch: fix die_if_checked_out() when ignore_current_worktree
    ` [PATCH v4 3/4] rebase: refuse to switch to a branch already checked out elsewhere (test)
    ` [PATCH v4 4/4] switch: reject if the branch is "

[RFC][PATCH] GSoC 2023 proposal: more sparse index integration
 2023-02-26 23:52 UTC  (5+ messages)

`git bundle create -` may not write to `stdout`
 2023-02-26 23:16 UTC  (2+ messages)

git rev-list fails to verify ssh-signed commits (but git log works)
 2023-02-26 22:40 UTC  (9+ messages)
      ` [PATCH] gpg-interface: lazily initialize and read the configuration
            ` [PATCH v2] "

Bug: fsck and repack don't agree when a worktree index extension is "broken"
 2023-02-26 22:29 UTC  (9+ messages)
` [PATCH 0/3] fsck index files from all worktrees
  ` [PATCH 1/3] fsck: factor out index fsck
  ` [PATCH 2/3] fsck: check index files in all worktrees
  ` [PATCH 3/3] fsck: mention file path for index errors
    ` [PATCH 4/3] fsck: check even zero-entry index files

Draft of Git Rev News edition 96
 2023-02-26 22:11 UTC 

[PATCH] restore: fault --staged --worktree with merge opts
 2023-02-26 18:43 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/5] Clean up wildmatch.c
 2023-02-26 18:45 UTC  (7+ messages)
` [PATCH v2 1/5] git-compat-util: add isblank() and isgraph()
` [PATCH v2 2/5] wildmatch: remove IS*() macros
` [PATCH v2 3/5] wildmatch: remove NEGATE_CLASS(2) macros with trivial refactoring
` [PATCH v2 4/5] wildmatch: use char instead of uchar
` [PATCH v2 5/5] wildmatch: more cleanups after killing uchar

[PATCH] rebase: fix capitalisation autoSquash in i18n string
 2023-02-26 18:00 UTC 

[PATCH] git-gui: Fix typo in Italian translation
 2023-02-26 13:22 UTC  (2+ messages)

[PATCH] Documentation/MyFirstContribution: add setup template for git send-email
 2023-02-26 13:19 UTC  (8+ messages)
` [PATCH v3] MyFirstContribution: add note about SMTP server config

Gitk : When the number of commits is small, you can roll up excessively
 2023-02-26 12:26 UTC  (2+ messages)

[RFC PATCH v1] test-lib: move comment about test_description
 2023-02-26 10:53 UTC  (4+ messages)
` [RFC PATCH v2] test-lib: drop "
  ` [PATCH v3] "

[PATCH 0/2] sequencer parsing fixes
 2023-02-26 10:29 UTC  (8+ messages)
` [PATCH 1/2] rebase -i: match whole word in is_command()
` [PATCH 2/2] rebase -i: fix parsing of "fixup -C<commit>"

Hash for a commit sourcetree beside to a commit hash
 2023-02-26  9:37 UTC  (2+ messages)

[PATCH] pull: conflict hint pull.rebase suggestion should offer "merges" vs "true"
 2023-02-26  9:29 UTC  (18+ messages)

What's cooking in git.git (Feb 2023, #05; Fri, 24)
 2023-02-26  8:15 UTC  (2+ messages)

[GSoC][RFC]:TODO test in t7012
 2023-02-26  6:38 UTC 

[PATCH 00/11] Clarify API for dir.[ch] and unpack-trees.[ch] -- mark relevant fields as internal
 2023-02-25 23:30 UTC  (21+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/11] dir: separate public from internal portion of dir_struct
  ` [PATCH v2 02/11] dir: add a usage note to exclude_per_dir
  ` [PATCH v2 03/11] dir: mark output only fields of dir_struct as such
  ` [PATCH v2 04/11] unpack-trees: clean up some flow control
  ` [PATCH v2 05/11] sparse-checkout: avoid using internal API of unpack-trees
  ` [PATCH v2 06/11] sparse-checkout: avoid using internal API of unpack-trees, take 2
  ` [PATCH v2 07/11] unpack_trees: start splitting internal fields from public API
  ` [PATCH v2 08/11] unpack-trees: mark fields only used internally as internal
  ` [PATCH v2 09/11] unpack-trees: rewrap a few overlong lines from previous patch
  ` [PATCH v2 10/11] unpack-trees: special case read-tree debugging as internal usage
  ` [PATCH v2 11/11] unpack-trees: add usage notices around df_conflict_entry

Get rid of `warning: refs/remotes/origin/master usually tracks refs/heads/master, not refs/remotes/origin/master`
 2023-02-25 21:48 UTC  (2+ messages)

[PATCH v6 0/3] notes.c: introduce "--separator" option
 2023-02-25 21:30 UTC  (3+ messages)
` [PATCH v6 3/3] notes.c: introduce '--separator=<paragraph-break>' option

[ANNOUNCE] Git v2.40.0-rc0
 2023-02-25 19:21 UTC  (3+ messages)

[PATCH v4 1/3] rebase: add documentation and test for --no-rebase-merges
 2023-02-25 18:09 UTC  (26+ messages)
` [PATCH v4 2/3] rebase: stop accepting --rebase-merges=""
` [PATCH v4 3/3] rebase: add a config option for --rebase-merges
` [PATCH v5 0/3] "
  ` [PATCH v5 1/3] rebase: add documentation and test for --no-rebase-merges
  ` [PATCH v5 2/3] rebase: deprecate --rebase-merges=""
  ` [PATCH v5 3/3] rebase: add a config option for --rebase-merges

[PATCH 0/2] branch: operations on orphan branches
 2023-02-25 15:08 UTC  (6+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v3 "
    ` [PATCH v4 "
      ` [PATCH v4 1/3] branch: avoid unnecessary worktrees traversals

[PATCH 0/2] [RFC] push: allow delete one level ref
 2023-02-25 14:11 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] "

[PATCH] index-pack: remove fetch_if_missing=0
 2023-02-25  5:24 UTC 

[L10N] Kickoff for Git 2.40.0 round #1
 2023-02-25  5:21 UTC 

[PATCH 02/11] dir: add a usage note to exclude_per_dir
 2023-02-25  3:23 UTC  (5+ messages)

Proposal/Discussion: Turning parts of Git into libraries
 2023-02-25  1:48 UTC  (2+ messages)

[GSOC] [PATCH v1 0/2] Modernize t9700 test script
 2023-02-25  1:30 UTC  (9+ messages)
` [GSOC] [PATCH v2 0/3] t9700:moderizen test scripts
  ` [GSOC] [PATCH v2 1/3] t9700:fix title style
  ` [GSOC] [PATCH v2 2/3] t9700:change indents to TAB
  ` [GSOC] [PATCH v2 3/3] t9700:delete whitespaces after redirect operators
    ` Re:Re: [GSOC] [PATCH v2 0/3] t9700:moderizen test scripts
` [GSOC] [PATCH v3 1/1] t9700: modernize "

[PATCH 00/16] Header cleanups
 2023-02-25  0:57 UTC  (36+ messages)
` [PATCH 02/16] treewide: remove unnecessary git-compat-util.h includes in headers
` [PATCH 05/16] alloc.h: move ALLOC_GROW() functions from cache.h
` [PATCH 10/16] object.h: stop depending on cache.h; make cache.h depend on object.h
` [PATCH 12/16] object-store.h: move struct object_info from cache.h
` [PATCH v2 00/17] Header cleanups
  ` [PATCH v2 01/17] treewide: ensure one of the appropriate headers is sourced first
  ` [PATCH v2 02/17] treewide: remove unnecessary git-compat-util.h includes in headers
  ` [PATCH v2 03/17] treewide: remove unnecessary cache.h includes
  ` [PATCH v2 04/17] treewide: remove unnecessary cache.h includes in source files
  ` [PATCH v2 05/17] alloc.h: move ALLOC_GROW() functions from cache.h
  ` [PATCH v2 06/17] hash.h: move some oid-related declarations "
  ` [PATCH v2 07/17] hex.h: move some hex-related "
  ` [PATCH v2 08/17] cache.h: remove dependence on hex.h; make other files include it explicitly
  ` [PATCH v2 09/17] pretty.h: move has_non_ascii() declaration from commit.h
  ` [PATCH v2 10/17] ident.h: move ident-related declarations out of cache.h
  ` [PATCH v2 11/17] object.h: stop depending on cache.h; make cache.h depend on object.h
  ` [PATCH v2 12/17] dir.h: refactor to no longer need to include cache.h
  ` [PATCH v2 13/17] object-store.h: move struct object_info from cache.h
  ` [PATCH v2 14/17] replace-object.h: move read_replace_refs declaration from cache.h to here
  ` [PATCH v2 15/17] treewide: replace cache.h with more direct headers, where possible
  ` [PATCH v2 16/17] Remove unnecessary includes of builtin.h
  ` [PATCH v2 17/17] diff.h: remove unnecessary include of object.h

[PATCH 06/11] sparse-checkout: avoid using internal API of unpack-trees, take 2
 2023-02-25  0:40 UTC  (3+ messages)

[PATCH 05/11] sparse-checkout: avoid using internal API of unpack-trees
 2023-02-25  0:33 UTC  (3+ messages)

[PATCH 06/16] hash.h: move some oid-related declarations from cache.h
 2023-02-24 23:55 UTC  (2+ messages)

[RFC PATCH 0/2] status: improve info for detached HEAD
 2023-02-24 23:28 UTC  (3+ messages)
` [RFC PATCH 1/2] t7508: test status output for detached HEAD after clone
` [RFC PATCH 2/2] status: improve info "

Proposal/Discussion: Turning parts of Git into libraries
 2023-02-24 22:59 UTC  (11+ messages)

[PATCH 04/11] unpack-trees: clean up some flow control
 2023-02-24 22:33 UTC  (2+ messages)

[PATCH 0/21] more -Wunused-parameter fixes
 2023-02-24 17:59 UTC  (24+ messages)
` [PATCH 01/21] ref-filter: drop unused atom parameter from get_worktree_path()
` [PATCH 02/21] ls-refs: drop config caching
` [PATCH 03/21] serve: use repository pointer to get config
` [PATCH 04/21] serve: mark unused parameters in virtual functions
` [PATCH 05/21] object-name: mark unused parameters in disambiguate callbacks
` [PATCH 06/21] http-backend: mark argc/argv unused
` [PATCH 07/21] http-backend: mark unused parameters in virtual functions
` [PATCH 08/21] ref-filter: mark unused callback parameters
` [PATCH 09/21] mark "pointless" data pointers in callbacks
` [PATCH 10/21] run-command: mark error routine parameters as unused
` [PATCH 11/21] mark unused parameters in signal handlers
` [PATCH 12/21] list-objects: mark unused callback parameters
` [PATCH 13/21] for_each_object: "
` [PATCH 14/21] prio-queue: mark unused parameters in comparison functions
` [PATCH 15/21] notes: mark unused callback parameters
` [PATCH 16/21] fetch-pack: mark unused parameter in callback function
` [PATCH 17/21] rewrite_parents(): mark unused callback parameter
` [PATCH 18/21] for_each_commit_graft(): "
` [PATCH 19/21] userformat_want_item(): mark unused parameter
` [PATCH 20/21] run_processes_parallel: mark unused callback parameters
` [PATCH 21/21] help: mark unused parameter in git_unknown_cmd_config()

[PATCH v2 0/2] Teach diff to honor diff algorithms set through git attributes
 2023-02-24 17:44 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] diff: teach diff to read algorithm from diff driver

git-stash docs state --patch only valid for 'push' and 'save' but it's also valid for 'show'
 2023-02-24 15:21 UTC 

[PATCH 0/16] http test bug potpourri
 2023-02-24  3:01 UTC  (11+ messages)
` [PATCH 03/16] t5541: simplify and move "no empty path components" test
` [PATCH 04/16] t5551: drop redundant grep for Accept-Language
` [PATCH 14/16] t/lib-httpd: enable HTTP/2 "h2" protocol, not just h2c

What's cooking in git.git (Feb 2023, #04; Wed, 22)
 2023-02-23 22:57 UTC  (3+ messages)
` ab/config-multi-and-nonbool (was Re: What's cooking in git.git (Feb 2023, #04; Wed, 22))

[PATCH v9 0/3] Enhance credential helper protocol to include auth headers
 2023-02-23 19:49 UTC  (5+ messages)
` [PATCH v10 "
  ` [PATCH v10 2/3] http: read HTTP WWW-Authenticate response headers


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