git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-01-10 08:40:47 to 2023-01-13 10:45:36 UTC [more...]

[PATCH 00/10] sequencer API & users: fix widespread leaks
 2023-01-13 10:41 UTC  (15+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] rebase: use "cleanup" pattern in do_interactive_rebase()
  ` [PATCH v2 2/9] sequencer.c: split up sequencer_remove_state()
  ` [PATCH v2 3/9] rebase & sequencer API: fix get_replay_opts() leak in "rebase"
  ` [PATCH v2 4/9] builtin/revert.c: move free-ing of "revs" to replay_opts_release()
  ` [PATCH v2 5/9] builtin/rebase.c: rename "squash_onto_name" to "to_free"
  ` [PATCH v2 6/9] builtin/rebase.c: fix "options.onto_name" leak
  ` [PATCH v2 7/9] sequencer.c: always free() the "msgbuf" in do_pick_commit()
  ` [PATCH v2 8/9] builtin/rebase.c: free() "options.strategy_opts"
  ` [PATCH v2 9/9] commit.c: free() revs.commit in get_fork_point()

[PATCH v6 0/2] check-attr: add support to work with tree-ish
 2023-01-13 10:27 UTC  (4+ messages)
  ` [PATCH v6 1/2] t0003: move setup for `--all` into new block
  ` [PATCH v6 2/2] attr: add flag `--source` to work with tree-ish

[PATCH 0/4] worktree: Support `--orphan` when creating new worktrees
 2023-01-13 10:20 UTC  (10+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v3 "
    ` [PATCH v4 0/3] "
      ` [PATCH v5 0/4] "
        ` [PATCH v6 "
          ` [PATCH v7 "
            ` [PATCH v8 "
              ` [PATCH v8 3/4] worktree add: add --orphan flag

BUG: git grep behave oddly with alternatives
 2023-01-13  8:28 UTC  (13+ messages)

Round-tripping fast-export/import changes commit hashes
 2023-01-13  7:21 UTC  (15+ messages)

[PATCH] ls-files: add %(skipworktree) atom to format option
 2023-01-13  4:43 UTC  (5+ messages)

[PATCH 0/4] clarify ls-files docs
 2023-01-13  4:41 UTC  (5+ messages)
` [PATCH 1/4] ls-files: add missing documentation for --resolve-undo option
` [PATCH 2/4] ls-files: clarify descriptions of file selection options
` [PATCH 3/4] ls-files: clarify descriptions of status tags for -t
` [PATCH 4/4] ls-files: guide folks to --exclude-standard over other --exclude* options

[PATCH v1 0/3] fixes for commented out code in tests (was "Re: [PATCH] *: fix typos which duplicate a word")
 2023-01-13  4:32 UTC  (7+ messages)
` [PATCH v1 1/3] t6003: uncomment test '--max-age=c3, --topo-order'
` [PATCH v1 2/3] t6422: drop commented out code
` [PATCH v1 3/3] t7527: use test_when_finished in 'case insensitive+preserving'

[PATCH] t6426: fix TODO about making test more comprehensive
 2023-01-13  4:28 UTC 

[PATCH v3 00/11] Enhance credential helper protocol to include auth headers
 2023-01-12 20:54 UTC  (48+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 1/8] http: read HTTP WWW-Authenticate response headers
  ` [PATCH v4 2/8] credential: add WWW-Authenticate header to cred requests
  ` [PATCH v4 3/8] test-http-server: add stub HTTP server test helper
  ` [PATCH v4 5/8] test-http-server: add HTTP request parsing
  ` [PATCH v4 6/8] test-http-server: pass Git requests to http-backend
  ` [PATCH v4 7/8] test-http-server: add simple authentication
  ` [PATCH v4 8/8] t5556: add HTTP authentication tests
  ` [PATCH v5 00/10] Enhance credential helper protocol to include auth headers
    ` [PATCH v5 01/10] daemon: libify socket setup and option functions
    ` [PATCH v5 02/10] daemon: libify child process handling functions
    ` [PATCH v5 03/10] daemon: rename some esoteric/laboured terminology
    ` [PATCH v5 04/10] test-http-server: add stub HTTP server test helper
    ` [PATCH v5 05/10] test-http-server: add HTTP error response function
    ` [PATCH v5 06/10] test-http-server: add simple authentication
    ` [PATCH v5 07/10] http: replace unsafe size_t multiplication with st_mult
    ` [PATCH v5 08/10] strvec: expose strvec_push_nodup for external use
    ` [PATCH v5 09/10] http: read HTTP WWW-Authenticate response headers
    ` [PATCH v5 10/10] credential: add WWW-Authenticate header to cred requests

[PATCH] rebase -i: allow a comment after a "break" command
 2023-01-12 18:04 UTC  (13+ messages)

[PATCH 0/5] cleaning up read_object() family of functions
 2023-01-12 16:53 UTC  (16+ messages)
` [PATCH 1/5] object-file: inline calls to read_object()
    ` [PATCH] object-file: fix indent-with-space
` [PATCH 5/5] packfile: inline custom read_object()

[PATCH] rebase: cleanup "--exec" option handling
 2023-01-12 16:50 UTC 

Request to remove Junio C Hamano as the Git Maintainer
 2023-01-12 16:48 UTC  (8+ messages)

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

[PATCH] t/interop: allow tests to run "git env--helper"
 2023-01-12 16:39 UTC  (3+ messages)
` [PATCH] env-helper: move this built-in to to "test-tool env-helper"

[PATCH 0/6] bisect: follow-up fixes from js/bisect-in-c
 2023-01-12 15:19 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] bisect--helper: simplify exit code computation
  ` [PATCH v2 2/6] bisect--helper: make the order consistently `argc, argv`
  ` [PATCH v2 3/6] bisect: verify that a bogus option won't try to start a bisection
  ` [PATCH v2 4/6] bisect run: fix the error message
  ` [PATCH v2 5/6] bisect: remove Cogito-related code
  ` [PATCH v2 6/6] bisect: no longer try to clean up left-over `.git/head-name` files

[PATCH 0/6] ls-tree.c: clean-up works
 2023-01-12 15:02 UTC  (10+ messages)
` [PATCH 1/6] ls-tree: don't use "show_tree_data" for "fast" callbacks
` [PATCH 2/6] ls-tree: use a "struct options"
` [PATCH 3/6] ls-tree: fold "show_tree_data" into "cb" struct
` [PATCH 4/6] ls-tree: make "line_termination" less generic
` [PATCH 5/6] ls-tree: cleanup the redundant SPACE
` [PATCH 6/6] t3104: remove shift code in 'test_ls_tree_format'

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

Bug report: checkout --recurse-submodules failing
 2023-01-12 12:17 UTC 

A few usability question about git diff --cached
 2023-01-12 11:54 UTC 

git: The break command does not allow for comments
 2023-01-12 10:38 UTC  (2+ messages)

[PATCH v3 0/5] notes.c: introduce "--no-blank-line" option
 2023-01-12  9:53 UTC  (10+ messages)
` [PATCH v4 0/5] notes.c: introduce "--separator" optio
  ` [PATCH v4 1/5] notes.c: cleanup 'strbuf_grow' call in 'append_edit'
  ` [PATCH v4 2/5] notes.c: cleanup for "designated init" and "char ptr init"
  ` [PATCH v4 3/5] notes.c: drop unreachable code in 'append_edit()'
  ` [PATCH v4 4/5] notes.c: provide tips when target and append note are both empty
  ` [PATCH v4 5/5] notes.c: introduce "--separator" option

What's cooking in git.git (Jan 2023, #03; Mon, 9)
 2023-01-12  2:51 UTC  (3+ messages)
` pb/doc-orig-head (was: Re: What's cooking in git.git (Jan 2023, #03; Mon, 9))

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

Misleading error message on a failed `git mv`
 2023-01-11 23:25 UTC  (4+ messages)

[PATCH] githooks: discuss Git operations in foreign repositories
 2023-01-11 19:01 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/2] some minor starts_with()/skip_prefix() cleanups
 2023-01-11 18:38 UTC  (5+ messages)
` [PATCH 2/2] convert trivial uses of strncmp() to skip_prefix()

[PATCH] ls-tree: add --sparse-filter-oid argument
 2023-01-11 17:01 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] date.c: allow ISO 8601 reduced precision times
 2023-01-11  0:10 UTC  (2+ messages)
` [PATCH v2] "

[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  (8+ messages)
` [PATCH v2 "
  ` [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 v2 00/20] leak fixes: various simple leak fixes
 2023-01-10 18:52 UTC  (4+ messages)
` [PATCH v3 00/19] "
  ` [PATCH v3 13/19] builtin/merge.c: always free "struct strbuf msg"

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

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

[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  (3+ messages)
` [PATCH v3 0/1] ref-filter: add new "


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