git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-05-17 13:32:20 to 2021-05-19 10:41:55 UTC [more...]

[PATCH] doc: explain the use of color.pager
 2021-05-19 10:41 UTC  (2+ messages)

[PATCH] help: colorize man pages
 2021-05-19 10:36 UTC  (12+ messages)

[RFC PATCH] rev-parse: fix segfault with missing --path-format argument
 2021-05-19 10:19 UTC  (6+ messages)
` [PATCH v2 0/2] rev-parse: Fix segfault and translate messages
  ` [PATCH v2 1/2] rev-parse: fix segfault with missing --path-format argument

[BUG] clone of large repo fails when server closes idle SSH session during "Resolving deltas"
 2021-05-19  9:57 UTC  (3+ messages)

[PATCH] docs: typo in glossary content
 2021-05-19  9:28 UTC  (4+ messages)
` [PATCH v2] docs: improve fast-forward "

[PATCH] stash show: don't setup default diff output format if --{include,only}-untracked given
 2021-05-19  9:23 UTC  (3+ messages)

[PATCH v2 0/8] Sparse-index: integrate with status
 2021-05-19  8:38 UTC  (19+ messages)
` [PATCH v3 00/12] "
  ` [PATCH v3 02/12] sparse-index: include EXTENDED flag when expanding
  ` [PATCH v3 03/12] t1092: expand repository data shape
  ` [PATCH v3 07/12] unpack-trees: stop recursing into sparse directories
  ` [PATCH v3 11/12] wt-status: expand added sparse directory entries

[GSoC] Hello Git
 2021-05-19  7:19 UTC  (3+ messages)

[PATCH] Packfile-uris support excluding commit objects
 2021-05-19  4:28 UTC  (6+ messages)
` [PATCH v2 0/3] packfile-uris: commit objects exclusion
  ` [PATCH v2 1/3] packfile-uris: support for excluding commit object
  ` [PATCH v2 2/3] packfile-uris.txt: "
  ` [PATCH v2 3/3] t5702: excluding commits with packfile-uris

[PATCH] xsize_t: avoid implementation defined behavior when len < 0
 2021-05-19  1:52 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v4 0/8] Directory traversal fixes
 2021-05-19  1:44 UTC  (11+ messages)
` [PATCH v5 0/9] "
  ` [PATCH v5 8/9] dir: update stale description of treat_directory()
  ` [PATCH v5 9/9] dir: introduce readdir_skip_dot_and_dotdot() helper

[PATCH] fetch: improve grammar of "shallow roots" message
 2021-05-19  1:17 UTC  (2+ messages)

Git 2.23.0-rc0 HTTP authentication failure - error message change
 2021-05-19  1:12 UTC  (7+ messages)
  ` [PATCH 0/2] fix v2.32.0-rc0 bug with Negotiate / HTTP_NOAUTH
    ` [PATCH 1/2] t5551: test http interaction with credential helpers
    ` [PATCH 2/2] Revert "remote-curl: fall back to basic auth if Negotiate fails"

[PATCH] simple-ipc: correct ifdefs when NO_PTHREADS is defined
 2021-05-19  0:48 UTC  (2+ messages)

Options like hash-object --literally and cat-file --allow-unknown-type
 2021-05-19  0:25 UTC  (4+ messages)

[PATCH] doc: glossary: add entry for revision range
 2021-05-18 21:09 UTC  (19+ messages)
` Re* "

[PATCH v2] help: colorize man pages
 2021-05-18 20:53 UTC  (3+ messages)

[PATCH v3] help: colorize man pages
 2021-05-18 20:47 UTC 

[PATCH 0/3] Convert index writes to use hashfile API
 2021-05-18 18:32 UTC  (16+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 2/4] csum-file.h: increase hashfile buffer size
  ` [PATCH v2 3/4] read-cache: use hashfile instead of git_hash_ctx
  ` [PATCH v3 0/4] Convert index writes to use hashfile API
    ` [PATCH v3 1/4] hashfile: use write_in_full()
    ` [PATCH v3 2/4] csum-file.h: increase hashfile buffer size
    ` [PATCH v3 3/4] read-cache: use hashfile instead of git_hash_ctx
    ` [PATCH v3 4/4] read-cache: delete unused hashing methods

[GSoC] An Introduction
 2021-05-18 16:23 UTC  (3+ messages)

Why doesn't `git log -m` imply `-p`?
 2021-05-18 15:52 UTC  (24+ messages)
` [PATCH v1 0/9] diff-merges: let -m imply -p
  ` [PATCH v1 1/9] t4013: test that "-m" alone has no effect in "git log"
  ` [PATCH v1 2/9] t4013: test "git -m --raw"
  ` [PATCH v1 3/9] t4013: test "git -m --stat"
  ` [PATCH v1 4/9] t4013: test "git diff-index -m"
  ` [PATCH v1 5/9] diff-merges: move specific diff-index "-m" handling to diff-index
  ` [PATCH v1 6/9] git-svn: stop passing "-m" to "git rev-list"
  ` [PATCH v1 7/9] stash list: stop passing "-m" to "git list"
  ` [PATCH v1 8/9] diff-merges: rename "combined_imply_patch" to "merges_imply_patch"
  ` [PATCH v1 9/9] diff-merges: let "-m" imply "-p"

Man pages have colors? A deep dive into groff
 2021-05-18 14:27 UTC  (15+ messages)

"bad revision" fetch error when fetching missing objects from partial clones
 2021-05-18 14:04 UTC  (9+ messages)

[BUG] apply -N deletes the index
 2021-05-18 13:59 UTC 

[BUG] Unix Builds Requires Pthread Support (was [PATCH v4 00/12] Simple IPC Mechanism)
 2021-05-18 13:59 UTC  (7+ messages)

[PATCH 0/7] Optimization batch 11: avoid repeatedly detecting same renames
 2021-05-18 13:57 UTC  (20+ messages)
` [PATCH v2 00/13] "
  ` [PATCH v2 04/13] fast-rebase: write conflict state to working tree, index, and HEAD
  ` [PATCH v2 06/13] merge-ort: add data structures for in-memory caching of rename detection
  ` [PATCH v2 07/13] merge-ort: populate caches of rename detection results
  ` [PATCH v2 08/13] merge-ort: add code to check for whether cached renames can be reused
  ` [PATCH v2 09/13] merge-ort: avoid accidental API mis-use
  ` [PATCH v2 12/13] merge-ort: handle interactions of caching and rename/rename(1to1) cases
  ` [PATCH v2 13/13] merge-ort, diffcore-rename: employ cached renames when possible

[PATCH v6 00/20] reftable library
 2021-05-18 13:30 UTC  (9+ messages)
` [PATCH v7 00/28] "
  ` [PATCH v7 10/28] reftable: (de)serialization for the polymorphic record type
  ` [PATCH v7 23/28] Reftable support for git-core

git repack on shallow clone of large repo (linux kernel) hangs at "Enumerating objects"
 2021-05-18 12:07 UTC  (4+ messages)

[PATCH] revisions(7): clarify that most commands take a single revision range
 2021-05-18 11:17 UTC 

[Broken] RE: [ANNOUNCE] Git v2.32.0-rc0
 2021-05-18 10:30 UTC  (3+ messages)

[PATCH] setup: split "extensions found" messages into singular and plural
 2021-05-18  8:27 UTC  (3+ messages)

[PATCH] Packfile-uris support excluding commit objects
 2021-05-18  8:08 UTC 

[PATCH] stash: don't translate literal commands
 2021-05-18  6:08 UTC  (3+ messages)

Preserving the ability to have both SHA1 and SHA256 signatures
 2021-05-18  5:32 UTC  (6+ messages)
  ` Is the sha256 object format experimental or not?

[PATCH] Optimize the description of the configuration in packfile-uris doc
 2021-05-18  0:44 UTC  (4+ messages)
` packfile-uri.txt: fix blobPackfileUri description

Git Gui - Searching for in Google
 2021-05-18  0:34 UTC  (4+ messages)

[PATCH] sparse-index: fix uninitialized jump
 2021-05-17 21:45 UTC  (2+ messages)

[PATCH] tr2: log parent process name
 2021-05-17 20:17 UTC  (5+ messages)

[RFC PATCH] parallel-checkout: send the new object_id algo field to the workers
 2021-05-17 19:49 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] t7500: remove non-existant C_LOCALE_OUTPUT prereq
 2021-05-17 19:46 UTC  (3+ messages)

[PATCH 0/3] SubmittingPatches: a few unrelated minor fixes
 2021-05-17 19:05 UTC  (7+ messages)
` [PATCH 3/3] SubmittingPatches: remove pine-specific hints from MUA hints

[PATCH 0/2] sparse-index.c: minor prepare_repo_settings() fixes
 2021-05-17 17:31 UTC  (5+ messages)
` [PATCH 2/2] sparse-index.c: don't call prepare_repo_settings() twice in a row

[PATCH 00/11] doc: asciidoctor: direct man page creation and fixes
 2021-05-17 16:50 UTC  (9+ messages)
` [PATCH 01/11] doc: allow the user to provide ASCIIDOC_EXTRA

[PATCH] merge: don't translate literal commands
 2021-05-17 16:49 UTC  (2+ messages)

[PATCH] describe-doc: clarify default length of abbreviation
 2021-05-17 16:44 UTC  (3+ messages)
` [PATCH v2] "

Rebase options via git pull
 2021-05-17 14:48 UTC  (9+ messages)

[ANNOUNCE] Git for Windows 2.32.0-rc0
 2021-05-17 15:05 UTC 

[ANNOUNCE] Git v2.32.0-rc0
 2021-05-17 13:33 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).