messages from 2023-01-19 16:24:40 to 2023-01-23 15:05:41 UTC [more...]
[PATCH v3] sparse-checkout.txt: new document with sparse-checkout directions
2023-01-23 15:05 UTC (7+ messages)
` [PATCH v4] "
[PATCH v9 0/2] send-email: expose header information to git-send-email's sendemail-validate hook
2023-01-23 13:51 UTC (6+ messages)
` [PATCH v9 1/2] send-email: refactor header generation functions
` [PATCH v9 2/2] send-email: expose header information to git-send-email's sendemail-validate hook
[PATCH] ls-tree: add --sparse-filter-oid argument
2023-01-23 13:06 UTC (4+ messages)
` [PATCH v2] "
[PATCH] Documentation: render dash correctly
2023-01-23 11:04 UTC (5+ messages)
` [PATCH v2] "
[PATCH] ssh signing: better error message when key not in agent
2023-01-23 10:02 UTC (8+ messages)
[PATCH] tree-walk: disallow overflowing modes
2023-01-23 8:33 UTC (6+ messages)
What's cooking in git.git (Jan 2023, #06; Sun, 22)
2023-01-23 7:48 UTC
[PATCH] attr: fix instructions on how to check attrs
2023-01-23 4:22 UTC (4+ messages)
` [PATCH v2] "
[PATCH] MyFirstContribution: refrain from self-iterating too much
2023-01-23 4:18 UTC (6+ messages)
` [PATCH v2] "
[PATCH] bisect: fix "reset" when branch is checked out elsewhere
2023-01-23 2:01 UTC (2+ messages)
[PATCH] worktree: teach find_shared_symref to ignore current worktree
2023-01-22 23:21 UTC (13+ messages)
` [PATCH v2 0/3] fix die_if_checked_out() when ignore_current_worktree
` [PATCH v2 1/3] branch: "
` [PATCH v2 2/3] rebase: refuse to switch to a branch already checked out elsewhere (test)
` [PATCH v2 3/3] switch: reject if the branch is "
nested submodules detection w/o .gitmodules file
2023-01-22 20:34 UTC
[PATCH v1 1/1] t0003: Call dd with portable blocksize
2023-01-22 18:00 UTC (5+ messages)
` [PATCH v2 "
t5559 breaks with apache 2.4.55
2023-01-22 16:33 UTC (2+ messages)
What's cooking in git.git (Jan 2023, #05; Tue, 17)
2023-01-22 16:37 UTC (3+ messages)
[ANNOUNCE] git-sim: a command line tool to visually simulate local git operations
2023-01-22 15:02 UTC
[RFC/PATCH 0/6] hash-object: use fsck to check objects
2023-01-22 11:39 UTC (7+ messages)
` [PATCH 7/6] fsck: do not assume NUL-termination of buffers
[PATCH] rebase: mark --update-refs as requiring the merge backend
2023-01-22 6:12 UTC (42+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] rebase: remove completely useless -C option
` [PATCH v2 2/2] rebase: mark --update-refs as requiring the merge backend
` [PATCH v3 0/7] rebase: fix several code/testing/documentation issues around flag incompatibilities
` [PATCH v3 1/7] rebase: mark --update-refs as requiring the merge backend
` [PATCH v3 2/7] rebase: flag --apply and --merge as incompatible
` [PATCH v3 3/7] rebase: remove --allow-empty-message from incompatible opts
` [PATCH v3 4/7] rebase: fix docs about incompatibilities with --root
` [PATCH v3 5/7] rebase: add coverage of other incompatible options
` [PATCH v3 6/7] rebase: clarify the OPT_CMDMODE incompatibilities
` [PATCH v3 7/7] rebase: fix formatting of rebase --reapply-cherry-picks option in docs
` [PATCH v4 0/9] rebase: fix several code/testing/documentation issues around flag incompatibilities
` [PATCH v4 1/9] rebase: mark --update-refs as requiring the merge backend
` [PATCH v4 2/9] rebase: flag --apply and --merge as incompatible
` [PATCH v4 3/9] rebase: remove --allow-empty-message from incompatible opts
` [PATCH v4 4/9] rebase: fix docs about incompatibilities with --root
` [PATCH v4 5/9] rebase: add coverage of other incompatible options
` [PATCH v4 6/9] rebase: clarify the OPT_CMDMODE incompatibilities
` [PATCH v4 7/9] rebase: fix formatting of rebase --reapply-cherry-picks option in docs
` [PATCH v4 8/9] rebase: put rebase_options initialization in single place
` [PATCH v4 9/9] rebase: provide better error message for apply options vs. merge config
[PATCH] win32: fix thread usage for win32
2023-01-21 22:53 UTC (2+ messages)
[PATCH] mingw: replace deprecated GetVersion with RtlGetVersion
2023-01-21 20:04 UTC (4+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] mingw: prefer RtlGetVersion over GetVersion
[BUG] `git stash` exits without output when lockfile present
2023-01-21 18:07 UTC
Git worktree bug
2023-01-21 14:06 UTC
[CI]: Is t7527 known to be flakey?
2023-01-21 10:23 UTC (4+ messages)
[PATCH] name-rev: stop including taggerdate in naming of commits
2023-01-21 4:28 UTC
[PATCH v2] checkout/switch: disallow checking out same branch in multiple worktrees
2023-01-20 22:12 UTC (8+ messages)
` [PATCH v3] "
` [PATCH v4] "
[PATCH v5 00/10] Enhance credential helper protocol to include auth headers
2023-01-20 22:08 UTC (30+ messages)
` [PATCH v6 00/12] "
` [PATCH v6 04/12] test-http-server: add stub HTTP server test helper
` [PATCH v6 05/12] test-http-server: add HTTP error response function
` [PATCH v6 06/12] test-http-server: add HTTP request parsing
` [PATCH v6 08/12] test-http-server: add simple authentication
` [PATCH v6 11/12] http: read HTTP WWW-Authenticate response headers
` [PATCH v7 00/12] Enhance credential helper protocol to include auth headers
` [PATCH v7 01/12] daemon: libify socket setup and option functions
` [PATCH v7 02/12] daemon: libify child process handling functions
` [PATCH v7 03/12] daemon: rename some esoteric/laboured terminology
` [PATCH v7 04/12] test-http-server: add stub HTTP server test helper
` [PATCH v7 05/12] test-http-server: add HTTP error response function
` [PATCH v7 06/12] test-http-server: add HTTP request parsing
` [PATCH v7 07/12] test-http-server: pass Git requests to http-backend
` [PATCH v7 08/12] test-http-server: add simple authentication
` [PATCH v7 09/12] test-http-server: add sending of arbitrary headers
` [PATCH v7 10/12] http: replace unsafe size_t multiplication with st_mult
` [PATCH v7 11/12] http: read HTTP WWW-Authenticate response headers
` [PATCH v7 12/12] credential: add WWW-Authenticate header to cred requests
[PATCH] Makefile: suppress annotated leaks with certain ASan options
2023-01-20 20:55 UTC (5+ messages)
[PATCH] fsm-listen-daarwin: combine bit operations
2023-01-20 19:48 UTC (5+ messages)
` [PATCH v2] fsm-listen-darwin: "
[PATCH] hooks: add sendemail-validate-series
2023-01-20 16:34 UTC (2+ messages)
[PATCH] ls-files: add %(skipworktree) atom to format option
2023-01-20 16:34 UTC (8+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] docs: fix sparse-checkout docs link
` [PATCH v2 2/2] ls-files: add %(skipworktree) atom to format option
[PATCH 0/8] Bundle URIs V: creationToken heuristic for incremental fetches
2023-01-20 15:53 UTC (15+ messages)
` [PATCH 4/8] bundle-uri: download in creationToken order
` [PATCH 5/8] clone: set fetch.bundleURI if appropriate
` [PATCH 6/8] bundle-uri: drop bundle.flag from design doc
` [PATCH 7/8] fetch: fetch from an external bundle URI
` [PATCH 8/8] bundle-uri: store fetch.bundleCreationToken
Race condition on `git checkout -c`
2023-01-20 9:01 UTC (3+ messages)
Redirect isn't working:
2023-01-20 1:46 UTC (2+ messages)
[PATCH 0/5] format-patch: Add --{to,cc}-cmd support
2023-01-20 0:33 UTC (7+ messages)
` [PATCH 1/5] t4014: Add test checking cover-letter To header
` [PATCH 2/5] log: Refactor duplicated code to headerize recipient lists
` [PATCH 3/5] log: Push to/cc handling down into show_log()
` [PATCH 4/5] pretty: Add name_and_address_only parameter
` [PATCH 5/5] format-patch: Add support for --{to,cc}-cmd flags
[PATCH] fetch: fix duplicate remote parallel fetch bug
2023-01-19 23:44 UTC (3+ messages)
[PATCH 0/2] branch: operations on orphan branches
2023-01-19 23:34 UTC (8+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] avoid unnecessary worktrees traversing
` [PATCH 3/3] branch: rename orphan branches in any worktree
[PATCH 0/4] worktree: Support `--orphan` when creating new worktrees
2023-01-19 22:20 UTC (16+ messages)
` [PATCH v5 "
` [PATCH v6 "
` [PATCH v7 "
` [PATCH v8 "
` [PATCH v8 3/4] worktree add: add --orphan flag
Parallelism for submodule update
2023-01-19 21:39 UTC (2+ messages)
[PATCH] die: fix inconsistencies with header
2023-01-19 20:28 UTC (2+ messages)
` [PATCH v2] die: fix inconsistencies with usage header
[PATCH v4] pretty-formats: add hard truncation, without ellipsis, options
2023-01-19 18:18 UTC (7+ messages)
` [PATCH v5 0/5] Pretty formats: Clarify column alignment
` [PATCH v5 1/5] doc: pretty-formats: separate parameters from placeholders
` [PATCH v5 2/5] doc: pretty-formats: delineate `%<|(` parameter values
` [PATCH v5 3/5] doc: pretty-formats document negative column alignments
` [PATCH v5 4/5] doc: pretty-formats describe use of ellipsis in truncation
` [PATCH v5 5/5] doc: pretty-formats note wide char limitations, and add tests
[PATCH 0/2] [RFC] push: allow delete one level ref
2023-01-19 17:39 UTC (4+ messages)
` [PATCH 2/2] "
Is GGG mislabeling topics?
2023-01-19 17:32 UTC
[PATCH] checkout: document -b/-B to highlight the differences from "git branch"
2023-01-19 17:12 UTC
[PATCH] git-cat-file.txt: fix list continuations rendering literally
2023-01-19 16:24 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).