git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-01-12 12:46:48 to 2023-01-15 06:59:59 UTC [more...]

[PATCH] ci: do not die on deprecated-declarations warning
 2023-01-15  6:59 UTC  (13+ messages)
` [PATCH v2] "

[PATCH v4 0/5] notes.c: introduce "--separator" optio
 2023-01-15  4:53 UTC  (3+ messages)
` [PATCH v4 1/5] notes.c: cleanup 'strbuf_grow' call in 'append_edit'

[PATCH 0/4] worktree: Support `--orphan` when creating new worktrees
 2023-01-15  3:49 UTC  (17+ 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

[PATCH v5 0/2] send-email: expose header information to git-send-email's sendemail-validate hook
 2023-01-15  3:34 UTC  (6+ messages)
` [PATCH v5 2/2] "

Gitorious should use CRC128 / 256 / 512 instead of SHA-1
 2023-01-15  3:14 UTC  (3+ messages)

[PATCH] t/interop: allow tests to run "git env--helper"
 2023-01-15  2:06 UTC  (6+ messages)
` [PATCH] env-helper: move this built-in to to "test-tool env-helper"

What's cooking in git.git (Jan 2023, #04; Sat, 14)
 2023-01-15  2:07 UTC  (5+ messages)
` ja/worktree-orphan (was What's cooking in git.git (Jan 2023, #04; Sat, 14))

[PATCH] worktree add: introduce basic DWYM for --orphan
 2023-01-14 22:58 UTC  (2+ messages)

Segmentation fault within git read-tree
 2023-01-14 22:14 UTC 

[PATCH 0/4] clarify ls-files docs
 2023-01-14 20:26 UTC  (10+ 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] t6426: fix TODO about making test more comprehensive
 2023-01-14 18:49 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] ls-tree: fix expansion of repeated %(path)
 2023-01-14 18:24 UTC  (4+ messages)
` [BONUS][PATCH] ls-tree: remove dead store and strbuf for quote_c_style()

test_pause giving '__git_ps1: not found' warning
 2023-01-14 17:49 UTC  (2+ messages)

BUG: git grep behave oddly with alternatives
 2023-01-14 16:08 UTC  (20+ messages)

git.functions to improve the git users experience in your bash
 2023-01-14 11:25 UTC  (2+ messages)

[PATCH v3] sparse-checkout.txt: new document with sparse-checkout directions
 2023-01-14 10:18 UTC  (5+ messages)
` [PATCH v4] "

bugreport: "git checkout -B" allows checking out one branch across multiple worktrees
 2023-01-14  9:45 UTC 

[PATCH v1 0/3] fixes for commented out code in tests (was "Re: [PATCH] *: fix typos which duplicate a word")
 2023-01-14  9:43 UTC  (5+ messages)
` [PATCH v1 3/3] t7527: use test_when_finished in 'case insensitive+preserving'

[PATCH v7 0/2] check-attr: add support to work with tree-ish
 2023-01-14  8:30 UTC  (3+ messages)
  ` [PATCH v7 1/2] t0003: move setup for `--all` into new block
  ` [PATCH v7 2/2] attr: add flag `--source` to work with tree-ish

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

[PATCH v6 0/2] check-attr: add support to work with tree-ish
 2023-01-14  8:23 UTC  (5+ messages)
  ` [PATCH v6 2/2] attr: add flag `--source` "

[PATCH] ls-files: add %(skipworktree) atom to format option
 2023-01-14  3:00 UTC  (9+ messages)

[PATCH] rebase -i: allow a comment after a "break" command
 2023-01-14  2:47 UTC  (16+ messages)

Did config `branch.<name>.fetch` ever exist?
 2023-01-14  1:33 UTC  (7+ messages)
  ` [PATCH] doc: fix non-existing config name
        ` [PATCH v2] doc: fix non-existent "

ctrl-z ignored by git; creates blobs from non-existent repos
 2023-01-13 22:01 UTC 

[PATCH v3 00/11] Enhance credential helper protocol to include auth headers
 2023-01-13 21:06 UTC  (23+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 6/8] test-http-server: pass Git requests to http-backend
  ` [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 10/10] credential: add WWW-Authenticate header to cred requests

[PATCH 00/10] sequencer API & users: fix widespread leaks
 2023-01-13 20:47 UTC  (14+ messages)
` [PATCH v2 0/9] "
  ` [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 8/9] builtin/rebase.c: free() "options.strategy_opts"
  ` [PATCH v2 9/9] commit.c: free() revs.commit in get_fork_point()

[PATCH] rebase: cleanup "--exec" option handling
 2023-01-13 20:06 UTC  (2+ messages)

[PATCH] ls-tree: add --sparse-filter-oid argument
 2023-01-13 20:01 UTC  (3+ messages)

[PATCH v2 00/20] leak fixes: various simple leak fixes
 2023-01-13 19:57 UTC  (5+ messages)
` [PATCH v3 00/19] "
  ` [PATCH v3 13/19] builtin/merge.c: always free "struct strbuf msg"

[PATCH v2] scalar: show progress if stderr refer to a terminal
 2023-01-13 19:52 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] date.c: allow ISO 8601 reduced precision times
 2023-01-13 19:50 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/5] cache API: always have a "istate->repo"
 2023-01-13 19:22 UTC  (15+ messages)
` [PATCH v2 0/6] "
  ` [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] merge: break out of all_strategy loop when strategy is found
 2023-01-13 18:24 UTC  (3+ messages)
` [PATCH v2] "

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

[PATCH 0/5] Documentation: updates and a correction around 'ORIG_HEAD'
 2023-01-13 17:56 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] git-prompt: customizable symbols
 2023-01-13 17:53 UTC 

Gitorious should use CRC128 / 256 / 512 instead of SHA-1
 2023-01-13 17:44 UTC  (26+ messages)

[PATCH 0/5] cleaning up read_object() family of functions
 2023-01-13 17:40 UTC  (15+ 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] docs: link generating patch sections
 2023-01-13 16:15 UTC  (4+ messages)
` [PATCH v2] "

Bug report: checkout --recurse-submodules failing
 2023-01-13 13:58 UTC  (2+ messages)

Parallelism for submodule update
 2023-01-13 10:49 UTC  (3+ messages)

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

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

[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  (6+ messages)
` [PATCH 5/6] ls-tree: cleanup the redundant SPACE
` [PATCH 6/6] t3104: remove shift code in 'test_ls_tree_format'


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