git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-01-07 21:30:09 to 2023-01-11 15:43:19 UTC [more...]

[PATCH] ls-files: add %(skipworktree) atom to format option
 2023-01-11 15:42 UTC 

Unify ref-filter formats with other pretty formats
 2023-01-11 15:28 UTC 

[PATCH] scalar: use verbose mode in clone
 2023-01-11 14:55 UTC  (6+ messages)
` [PATCH v2] scalar: show progress if stderr refer to a terminal
  ` [PATCH v3] "

[PATCH v5 0/2] check-attr: add support to work with tree-ish
 2023-01-11 11:30 UTC  (4+ messages)
  ` [PATCH v5 2/2] attr: add flag `--source` "

Reducing Git Repository size - git-filter-repo doesn't help
 2023-01-11  8:41 UTC  (8+ messages)

Misleading error message on a failed `git mv`
 2023-01-11  4:19 UTC 

[PATCH] date.c: allow ISO 8601 reduced precision times
 2023-01-11  0:10 UTC  (11+ messages)
        ` [PATCH] fixup! "
          ` [PATCH] date.c: limit less precision ISO-8601 with its marker
` [PATCH v2] date.c: allow ISO 8601 reduced precision times

What's cooking in git.git (Jan 2023, #03; Mon, 9)
 2023-01-10 22:44 UTC  (3+ messages)
` es/hooks-and-local-env (was "What's cooking in git.git (Jan 2023, #03; Mon, 9)")
` pb/doc-orig-head (was: Re: What's cooking in git.git (Jan 2023, #03; Mon, 9))

[PATCH v5 0/2] send-email: expose header information to git-send-email's sendemail-validate hook
 2023-01-10 21:16 UTC  (3+ messages)
` [PATCH v5 1/2] send-email: refactor header generation functions
` [PATCH v5 2/2] send-email: expose header information to git-send-email's sendemail-validate hook

Ignored commits appearing in git blame
 2023-01-10 21:09 UTC  (4+ messages)

[PATCH 0/5] Documentation: updates and a correction around 'ORIG_HEAD'
 2023-01-10 20:06 UTC  (17+ messages)
` [PATCH 1/5] git-cherry-pick.txt: do not use 'ORIG_HEAD' in example
` [PATCH 4/5] revisions.txt: be explicit about commands writing 'ORIG_HEAD'
` [PATCH 5/5] git-rebase.txt: add a note about 'ORIG_HEAD' being overwritten
` [PATCH v2 0/5] Documentation: updates and a correction around 'ORIG_HEAD'
  ` [PATCH v2 1/5] git-cherry-pick.txt: do not use 'ORIG_HEAD' in example
  ` [PATCH v2 2/5] git-reset.txt: mention 'ORIG_HEAD' in the Description
  ` [PATCH v2 3/5] git-merge.txt: "
  ` [PATCH v2 4/5] revisions.txt: be explicit about commands writing 'ORIG_HEAD'
  ` [PATCH v2 5/5] git-rebase.txt: add a note about 'ORIG_HEAD' being overwritten

[PATCH 00/20] leak fixes: various simple leak fixes
 2023-01-10 18:52 UTC  (26+ messages)
` [PATCH v2 "
  ` [PATCH v2 15/20] connected.c: free(new_pack) in check_connected()
  ` [PATCH v3 00/19] leak fixes: various simple leak fixes
    ` [PATCH v3 01/19] tests: mark tests as passing with SANITIZE=leak
    ` [PATCH v3 02/19] bundle.c: don't leak the "args" in the "struct child_process"
    ` [PATCH v3 03/19] commit-graph: use free_commit_graph() instead of UNLEAK()
    ` [PATCH v3 04/19] clone: use free() "
    ` [PATCH v3 05/19] various: add missing clear_pathspec(), fix leaks
    ` [PATCH v3 06/19] name-rev: don't xstrdup() an already dup'd string
    ` [PATCH v3 07/19] repack: fix leaks on error with "goto cleanup"
    ` [PATCH v3 08/19] worktree: fix a trivial leak in prune_worktrees()
    ` [PATCH v3 09/19] http-backend.c: fix "dir" and "cmd_arg" leaks in cmd_main()
    ` [PATCH v3 10/19] http-backend.c: fix cmd_main() memory leak, refactor reg{exec,free}()
    ` [PATCH v3 11/19] commit-graph: fix a parse_options_concat() leak
    ` [PATCH v3 12/19] show-branch: free() allocated "head" before return
    ` [PATCH v3 13/19] builtin/merge.c: always free "struct strbuf msg"
    ` [PATCH v3 14/19] builtin/merge.c: free "&buf" on "Your local changes..." error
    ` [PATCH v3 15/19] object-file.c: release the "tag" in check_tag()
    ` [PATCH v3 16/19] grep.c: refactor free_grep_patterns()
    ` [PATCH v3 17/19] grep API: plug memory leaks by freeing "header_list"
    ` [PATCH v3 18/19] receive-pack: free() the "ref_name" in "struct command"
    ` [PATCH v3 19/19] push: free_refs() the "local_refs" in set_refspecs()

BUG: git prompt breaks with zsh < 5.0.6
 2023-01-10 15:15 UTC  (3+ messages)

[PATCH 0/5] cache API: always have a "istate->repo"
 2023-01-10 15:09 UTC  (13+ messages)
` [PATCH 1/5] builtin/difftool.c: { 0 }-initialize rather than using memset()
` [PATCH 2/5] sparse-index.c: expand_to_path() can assume non-NULL "istate"
` [PATCH 3/5] sparse-index API: fix TODO, BUG() out on NULL ensure_full_index()
` [PATCH 4/5] read-cache.c: refactor set_new_index_sparsity() for subsequent commit
` [PATCH 5/5] treewide: always have a valid "index_state.repo" member

Bugreport: Prefix - is ignored when sorting (on committerdate)
 2023-01-10 13:47 UTC  (6+ messages)

[PATCH] t/interop: allow tests to run "git env--helper"
 2023-01-10 13:39 UTC 

[PATCH] git-bisect-lk2009: update java code conventions link
 2023-01-10 12:26 UTC  (5+ messages)
` [PATCH v2 0/2] update references in git-bisect-lk2009.txt
  ` [PATCH v2 1/2] git-bisect-lk2009: update java code conventions link
  ` [PATCH v2 2/2] git-bisect-lk2009: update nist report link

[PATCH] ref-filter: add new atom "signature" atom
 2023-01-10  9:13 UTC  (6+ messages)
` [PATCH v3 0/1] ref-filter: add new "
  ` [PATCH v3 1/1] "

[PATCH] grep: correctly identify utf-8 characters with \{b,w} in -P
 2023-01-10  4:49 UTC  (8+ messages)
` [PATCH v2] "
    ` bug#60690: [PATCH v2] grep: correctly identify utf-8 characters with \{b, w} "

[PATCH] githooks: discuss Git operations in foreign repositories
 2023-01-09 21:47 UTC  (10+ messages)
` [PATCH v2] "

Did config `branch.<name>.fetch` ever exist?
 2023-01-09 21:38 UTC  (4+ messages)
  ` [PATCH] doc: fix non-existing config name

[PATCH] doc: use "git switch -c" rather than "git checkout -b" consistently
 2023-01-09 21:24 UTC  (13+ messages)
` [PATCH v2] doc: add "git switch -c" as another option on detached HEAD

How to debug "fatal: external diff died, stopping at ..."?
 2023-01-09 20:21 UTC  (3+ messages)

[PATCH v3 0/4] Optionally skip hashing index on write
 2023-01-09 19:22 UTC  (9+ messages)
` [PATCH v4 "

[PATCH 0/4] worktree: Support `--orphan` when creating new worktrees
 2023-01-09 19:20 UTC  (20+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v3 "
    ` [PATCH v4 0/3] "
      ` [PATCH v5 0/4] "
        ` [PATCH v6 "
          ` [PATCH v7 "
            ` [PATCH v7 2/4] worktree add: refactor opt exclusion tests
            ` [PATCH v8 0/4] worktree: Support `--orphan` when creating new worktrees
              ` [PATCH v8 1/4] worktree add: include -B in usage docs
              ` [PATCH v8 2/4] worktree add: refactor opt exclusion tests
              ` [PATCH v8 3/4] worktree add: add --orphan flag
              ` [PATCH v8 4/4] worktree add: add hint to direct users towards --orphan

[PATCH] git: replace two checks with one not equal check
 2023-01-09 18:57 UTC 

[PATCH 0/3] COPY_ARRAY, MOVE_ARRAY, DUP_ARRAY
 2023-01-09 18:08 UTC  (7+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 2/4] do full type check in BARF_UNLESS_COPYABLE

[PATCH] merge: break out of all_strategy loop when strategy is found
 2023-01-09 17:34 UTC  (3+ messages)
` [PATCH v2] "

Ambiguity on .gitignore vs pathspec ... pathspec
 2023-01-09 17:02 UTC 

[PATCH 0/5] cleaning up read_object() family of functions
 2023-01-09 15:09 UTC  (2+ messages)

[PATCH 0/8] Bundle URIs V: creationToken heuristic for incremental fetches
 2023-01-09 14:58 UTC  (10+ messages)
` [PATCH 2/8] bundle-uri: parse bundle.heuristic=creationToken
` [PATCH 3/8] bundle-uri: parse bundle.<id>.creationToken values
` [PATCH 4/8] bundle-uri: download in creationToken order

git 2.39 does not want to talk to git 2.35
 2023-01-09 13:24 UTC 

Github actions failing
 2023-01-09 13:01 UTC  (7+ messages)

[PATCH] ref-filter: add new atom "signature" atom
 2023-01-09 12:59 UTC  (3+ messages)

should git rev-parse -q --verify on a range produce output?
 2023-01-09  9:04 UTC  (5+ messages)

[PATCH 0/2] Remove MSys Support
 2023-01-09  8:52 UTC  (9+ messages)
` [PATCH 2/2] mingw: remove msysGit/MSYS1 support

[PATCH v13] git: edit variable types to match what is assigned to them
 2023-01-08 19:03 UTC  (3+ messages)
` [PATCH v14] git: change "
  ` [PATCH v15] "

[PATCH] run-command: make async_exit usage consistent
 2023-01-08 15:13 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v3] run-command: remove async_exit

[PATCH] mingw: check that the file attributes are valid
 2023-01-08 14:49 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v3] mingw: check that the file attributes are valid before modifying them

Bug report between git hooks and git worktree
 2023-01-08  6:32 UTC  (2+ messages)

[PATCH v2] *: fix typos which duplicate a word
 2023-01-08  1:29 UTC  (2+ messages)

BUG: git grep behave oddly with alternatives
 2023-01-08  1:27 UTC  (9+ messages)

[PATCH 0/2] some minor starts_with()/skip_prefix() cleanups
 2023-01-07 21:29 UTC  (4+ messages)
` [PATCH 2/2] convert trivial uses of strncmp() to skip_prefix()


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