git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-02-15 19:59:56 to 2023-02-20 22:53:23 UTC [more...]

[PATCH] bisect: fix "reset" when branch is checked out elsewhere
 2023-02-20 22:53 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 1/2] rebase: add a --rebase-merges=drop option
 2023-02-20 21:42 UTC  (8+ messages)
` [PATCH 2/2] rebase: add a config option for --rebase-merges

[PATCH] log: omit tag prefix for color decoration
 2023-02-20 21:36 UTC  (2+ messages)

[PATCH] fetch: choose a sensible default with --jobs=0 again
 2023-02-20 21:33 UTC 

How to find places where I can contribute?
 2023-02-20 21:31 UTC  (5+ messages)

[PATCH 0/2] Teach diff to honor diff algorithms set through git attributes
 2023-02-20 21:04 UTC  (30+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] diff: consolidate diff algorithm option parsing
  ` [PATCH v2 2/2] diff: teach diff to read gitattribute diff-algorithm
  ` [PATCH v3 0/2] Teach diff to honor diff algorithms set through git attributes
    ` [PATCH v3 1/2] diff: consolidate diff algorithm option parsing
    ` [PATCH v3 2/2] diff: teach diff to read algorithm from diff driver
    ` [PATCH v4 0/2] Teach diff to honor diff algorithms set through git attributes
      ` [PATCH v4 1/2] diff: consolidate diff algorithm option parsing
      ` [PATCH v4 2/2] diff: teach diff to read algorithm from diff driver

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

[PATCH 1/2] fetch-pack: remove fetch_if_missing=0
 2023-02-20 18:13 UTC  (2+ messages)

[PATCH 0/1] range-diff: let '--abbrev' option takes effect
 2023-02-20 14:24 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] rebase -i: check labels and refs when parsing todo list
 2023-02-20 14:19 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v4 0/5] notes.c: introduce "--separator" optio
 2023-02-20 14:00 UTC  (10+ messages)
` [PATCH v5 0/3] notes.c: introduce "--separator" option
  ` [PATCH v5 1/3] notes.c: cleanup 'strbuf_grow' call in 'append_edit'
  ` [PATCH v5 2/3] notes.c: cleanup for "designated init"
  ` [PATCH v5 3/3] notes.c: introduce "--separator" option

Regarding candidature for Google Summer of Code 2023
 2023-02-20  9:46 UTC  (2+ messages)

[PATCH] delta-islands: fix segfault when freeing island marks
 2023-02-20  7:38 UTC  (6+ messages)

Feature request: Add --mtime option to git archive
 2023-02-19 10:44 UTC  (13+ messages)
` [PATCH] archive: add --mtime

[PATCH 0/2] [WIP] removed fetch_if_missing global
 2023-02-19 10:40 UTC  (6+ messages)

[PATCH 0/1] [gsoc][patch] trace.c, git.c: removed unnecessary parameter to trace_repo_setup
 2023-02-19  0:25 UTC  (4+ messages)
` [PATCH 1/1] trace.c, git.c: remove "
` [PATCH v3 1/1] trace.c, git.c: remove unnecessary parameter to trace_repo_setup()

[PATCH] t2015-checkout-unborn.sh: changes the style for cd
 2023-02-18 19:21 UTC 

[PATCH] format.attach: allow empty value to disable multi-part messages
 2023-02-18 17:34 UTC  (3+ messages)

[PATCH] restore: fault --staged --worktree with merge opts
 2023-02-18 16:39 UTC 

Proposal/Discussion: Turning parts of Git into libraries
 2023-02-18 10:36 UTC  (11+ messages)

Bug: fsck and repack don't agree when a worktree index extension is "broken"
 2023-02-18  9:38 UTC 

[PATCH v2] credential: new attribute password_expiry_utc
 2023-02-18  8:00 UTC  (10+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

Git pull without fetch
 2023-02-18  4:33 UTC  (4+ messages)

manual option --inline --no-attach override required for format.attach
 2023-02-17 22:12 UTC  (4+ messages)
` manual option --inline --no-attach override required for format.attachg

[PATCH] git-gui: Fix typo in Italian translation
 2023-02-17 22:02 UTC 

FR: make git clone --depth and --shallow-since produce maximal set of commits
 2023-02-17 21:21 UTC 

[PATCH v2 0/6] imap-send: replace auto-probe libcurl with hard dependency
 2023-02-17 20:50 UTC  (11+ messages)
` [PATCH v2 6/6] imap-send: correctly report "host" when using "tunnel"

[PATCH] blame-tree: add library and tests via "test-tool blame-tree"
 2023-02-17 20:42 UTC  (2+ messages)

[PATCH] branch: introduce --(no-)has-upstream and --(no-)gone options
 2023-02-17 19:44 UTC  (9+ messages)

[PATCH v2] RFC: mergetool: new config guiDefault supports auto-toggling gui by DISPLAY
 2023-02-17 10:59 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2 0/3] get rid of sscanf() when shortening refs
 2023-02-17  6:46 UTC  (9+ messages)
` [PATCH v2 3/3] shorten_unambiguous_ref(): avoid sscanf()

--jobs=0 no longer does any work
 2023-02-17  1:54 UTC 

Bug: git behind proxy is broken in 2.34.1
 2023-02-17  0:43 UTC  (5+ messages)
  ` [PATCH] add basic http proxy tests

[PATCH] dir-iterator: drop unused `DIR_ITERATOR_FOLLOW_SYMLINKS`
 2023-02-17  0:40 UTC  (6+ messages)
        ` [PATCH 2/1] t0066: drop setup of "dir5"

[PATCH v8 0/3] Enhance credential helper protocol to include auth headers
 2023-02-16 22:34 UTC  (13+ messages)
` [PATCH v9 "
  ` [PATCH v9 1/3] t5563: add tests for basic and anoymous HTTP access
  ` [PATCH v9 2/3] http: read HTTP WWW-Authenticate response headers
  ` [PATCH v9 3/3] credential: add WWW-Authenticate header to cred requests
  ` [PATCH v10 0/3] Enhance credential helper protocol to include auth headers
    ` [PATCH v10 1/3] t5563: add tests for basic and anoymous HTTP access
    ` [PATCH v10 2/3] http: read HTTP WWW-Authenticate response headers
    ` [PATCH v10 3/3] credential: add WWW-Authenticate header to cred requests

[PATCH] rev-list: clarify git-log default date format
 2023-02-16 17:24 UTC  (12+ messages)
            ` [PATCH v2] "
              ` [PATCH v3] "

[GSoC][PATCH v3] apply: Change #define to enum and variable types from int to enum
 2023-02-16 17:21 UTC  (5+ messages)

[Bug] Test 1450.91 Fails on NonStop
 2023-02-16 16:14 UTC  (10+ messages)
          ` [PATCH] test-genzeros: avoid raw write(2)

When using git commit in a path with spaces, it prompts Cannot read "xxx": No such file or directory
 2023-02-16 16:09 UTC 

[Bug] make gitweb with GITWEB_JS set fails to build
 2023-02-16 12:35 UTC 

Git oddities with case of branch names on Windows
 2023-02-16  7:03 UTC  (3+ messages)

Git security vulnerabilities announced
 2023-02-16  6:41 UTC 

bug report: symbolic-ref --short command echos the wrong text while use Chinese language
 2023-02-16  6:08 UTC  (6+ messages)

[RFC] fetch: support hideRefs to speed up connectivity checks
 2023-02-16  1:32 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] worktree: teach find_shared_symref to ignore current worktree
 2023-02-15 22:17 UTC  (6+ messages)
` [PATCH v2 0/3] fix die_if_checked_out() when ignore_current_worktree
  ` [PATCH v3 0/4] "
    ` [PATCH v3 4/4] switch: reject if the branch is already checked out elsewhere (test)

[PATCH v3 1/3] branch: avoid unnecessary worktrees traversals
 2023-02-15 22:00 UTC  (2+ 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).