git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-05-19 09:17:14 to 2021-05-20 15:42:35 UTC [more...]

[PATCH 00/18] Prepare tests for reftable backend
 2021-05-20 15:41 UTC  (24+ messages)
` [PATCH v2 00/21] "
  ` [PATCH v2 01/21] t4202: split testcase for invalid HEAD symref and HEAD hash
  ` [PATCH v2 02/21] t/helper/ref-store: initialize oid in resolve-ref
  ` [PATCH v2 03/21] t9300: check ref existence using test-helper rather than a file system check
  ` [PATCH v2 05/21] t1401-symbolic-ref: avoid direct filesystem access
  ` [PATCH v2 06/21] t1413: use tar to save and restore entire .git directory
  ` [PATCH v2 08/21] t5000: reformat indentation to the latest fashion
  ` [PATCH v2 12/21] t5304: use "reflog expire --all" to clear the reflog
  ` [PATCH v2 15/21] t1414: mark corruption test with REFFILES
  ` [PATCH v2 16/21] t2017: mark --orphan/logAllRefUpdates=false test as REFFILES
  ` [PATCH v2 18/21] t7900: mark pack-refs tests "
  ` [PATCH v2 19/21] t7003: check reflog existence only for REFFILES

[PATCH 0/7] Optimization batch 11: avoid repeatedly detecting same renames
 2021-05-20 15:14 UTC  (24+ messages)
` [PATCH v2 00/13] "
  ` [PATCH v2 07/13] merge-ort: populate caches of rename detection results
  ` [PATCH v2 13/13] merge-ort, diffcore-rename: employ cached renames when possible
  ` [PATCH v3 00/13] Optimization batch 11: avoid repeatedly detecting same renames
    ` [PATCH v3 01/13] t6423: rename file within directory that other side renamed
    ` [PATCH v3 02/13] Documentation/technical: describe remembering renames optimization
    ` [PATCH v3 03/13] fast-rebase: change assert() to BUG()
    ` [PATCH v3 04/13] fast-rebase: write conflict state to working tree, index, and HEAD
    ` [PATCH v3 05/13] t6429: testcases for remembering renames
    ` [PATCH v3 06/13] merge-ort: add data structures for in-memory caching of rename detection
    ` [PATCH v3 07/13] merge-ort: populate caches of rename detection results
    ` [PATCH v3 08/13] merge-ort: add code to check for whether cached renames can be reused
    ` [PATCH v3 09/13] merge-ort: avoid accidental API mis-use
    ` [PATCH v3 10/13] merge-ort: preserve cached renames for the appropriate side
    ` [PATCH v3 11/13] merge-ort: add helper functions for using cached renames
    ` [PATCH v3 12/13] merge-ort: handle interactions of caching and rename/rename(1to1) cases
    ` [PATCH v3 13/13] merge-ort, diffcore-rename: employ cached renames when possible

[PATCH v4] help: colorize man pages
 2021-05-20 15:13 UTC  (5+ messages)

[PATCH] simple-ipc: correct ifdefs when NO_PTHREADS is defined
 2021-05-20 15:11 UTC  (6+ messages)
` [PATCH v2] "

RFC: error codes on exit
 2021-05-20 15:09 UTC  (8+ messages)

[PATCH] doc: explain the use of color.pager
 2021-05-20 15:05 UTC  (8+ messages)

[GSoC] Hello Git
 2021-05-20 14:59 UTC  (8+ messages)

[PATCH] [GSOC] ref-filter: add contents:raw atom
 2021-05-20 14:34 UTC  (3+ messages)

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

[PATCH] trace2: refactor to avoid gcc warning under -O3
 2021-05-20 13:13 UTC  (7+ messages)
` [PATCH v2] "
        ` [PATCH v3] "

What's cooking in git.git (May 2021, #03; Thu, 20)
 2021-05-20 11:25 UTC  (3+ messages)

[PATCH 0/5] fsck: improve error reporting
 2021-05-20 11:23 UTC  (19+ messages)
` [PATCH v3 00/17] fsck: better "invalid object" "
  ` [PATCH v3 01/17] fsck tests: refactor one test to use a sub-repo
  ` [PATCH v3 02/17] fsck tests: add test for fsck-ing an unknown type
  ` [PATCH v3 03/17] cat-file tests: test for missing object with -t and -s
  ` [PATCH v3 04/17] cat-file tests: test that --allow-unknown-type isn't on by default
  ` [PATCH v3 05/17] rev-list tests: test for behavior with invalid object types
  ` [PATCH v3 06/17] cat-file tests: add corrupt loose object test
  ` [PATCH v3 07/17] cat-file tests: test for current --allow-unknown-type behavior
  ` [PATCH v3 08/17] cache.h: move object functions to object-store.h
  ` [PATCH v3 09/17] object-file.c: make parse_loose_header_extended() public
  ` [PATCH v3 10/17] object-file.c: add missing braces to loose_object_info()
  ` [PATCH v3 11/17] object-file.c: stop dying in parse_loose_header()
  ` [PATCH v3 12/17] object-file.c: return -2 on "header too long" in unpack_loose_header()
  ` [PATCH v3 13/17] object-file.c: return -1, not "status" from unpack_loose_header()
  ` [PATCH v3 14/17] fsck: don't hard die on invalid object types
  ` [PATCH v3 15/17] object-store.h: move read_loose_object() below 'struct object_info'
  ` [PATCH v3 16/17] fsck: report invalid types recorded in objects
  ` [PATCH v3 17/17] fsck: report invalid object type-path combinations

[Bug] git-credential-netrc.perl is not built and is not available in `exec-path`
 2021-05-20  9:51 UTC 

[PATCH] refs: ref_iterator_peel returns boolean, rather than peel_status
 2021-05-20  9:04 UTC  (4+ messages)
` [PATCH v2] refs: make explicit that ref_iterator_peel returns boolean

[PATCH 0/9] send-email: various optimizations to speed up by >2x
 2021-05-20  8:27 UTC  (13+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] send-email: remove non-working support for "sendemail.smtpssl"
  ` [PATCH v2 02/10] send-email: refactor sendemail.smtpencryption config parsing
  ` [PATCH v2 03/10] send-email: lazily load config for a big speedup
  ` [PATCH v2 04/10] send-email: lazily shell out to "git var"
  ` [PATCH v2 05/10] send-email: use function syntax instead of barewords
  ` [PATCH v2 06/10] send-email: get rid of indirect object syntax
  ` [PATCH v2 07/10] send-email: lazily load modules for a big speedup
  ` [PATCH v2 08/10] perl: lazily load some common Git.pm setup code
  ` [PATCH v2 09/10] send-email: move trivial config handling to Perl
  ` [PATCH v2 10/10] perl: nano-optimize by replacing Cwd::cwd() with Cwd::getcwd()

[PATCH] help: fix small typo in error message
 2021-05-20  7:42 UTC 

Should we do something with #git-devel on Freenode?
 2021-05-20  7:11 UTC  (4+ messages)

[Bug Report] git log -L:<funcname>:<file>
 2021-05-20  7:05 UTC  (4+ messages)

getting git.exe for Android Studio on Windows
 2021-05-20  5:22 UTC 

[PATCH] revisions(7): clarify that most commands take a single revision range
 2021-05-20  5:26 UTC  (5+ messages)

[PATCH] fetch: improve grammar of "shallow roots" message
 2021-05-20  5:03 UTC  (5+ messages)

[PATCH v2 0/3] packfile-uris: commit objects exclusion
 2021-05-20  4:46 UTC  (3+ messages)
` [PATCH v2 1/3] packfile-uris: support for excluding commit object

[PATCH] help: colorize man pages
 2021-05-20  3:48 UTC  (21+ messages)

Standardized escaping to store a .git in git?
 2021-05-20  3:26 UTC  (5+ messages)

[PATCH 0/8] Speed up connectivity checks via quarantine dir
 2021-05-20  2:19 UTC  (13+ messages)
` [PATCH 1/8] perf: fix when running with TEST_OUTPUT_DIRECTORY
` [PATCH 2/8] p5400: add perf tests for git-receive-pack(1)
` [PATCH 3/8] tmp-objdir: expose function to retrieve path
` [PATCH 4/8] packfile: have `for_each_file_in_pack_dir()` return error codes
` [PATCH 5/8] object-file: allow reading loose objects without reading their contents
` [PATCH 6/8] connected: implement connectivity check via temporary object dirs
` [PATCH 7/8] receive-pack: skip connectivity checks on delete-only commands
` [PATCH 8/8] receive-pack: check connectivity via quarantined objects

git-sh-prompt: bash: GIT_PS1_COMPRESSSPARSESTATE: unbound variable
 2021-05-20  0:09 UTC  (8+ messages)

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

Why doesn't `git log -m` imply `-p`?
 2021-05-19 17:03 UTC 

[Broken] t5300 fails at 2.32.0-rc0
 2021-05-19 16:46 UTC  (3+ messages)

Fw: Tabs vs Spaces - Handle like CLRF?
 2021-05-19 16:28 UTC  (2+ messages)

[BUG] clone of large repo fails when server closes idle SSH session during "Resolving deltas"
 2021-05-19 16:11 UTC  (4+ messages)
  ` [PATCH] fetch-pack: signal v2 server that we are done making requests

Bug in git submodule update --remote
 2021-05-19 14:41 UTC  (4+ messages)

[PATCH 0/2] fix v2.32.0-rc0 bug with Negotiate / HTTP_NOAUTH
 2021-05-19 14:53 UTC  (5+ messages)
` [PATCH 2/2] Revert "remote-curl: fall back to basic auth if Negotiate fails"

[PATCH] clone: clean up directory after transport_fetch_refs() failure
 2021-05-19 14:30 UTC  (2+ messages)

[RFC PATCH] rev-parse: fix segfault with missing --path-format argument
 2021-05-19 14:21 UTC  (7+ 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

[PATCH 0/8] refs: cleanup errno sideband ref related functions
 2021-05-19 12:33 UTC  (11+ messages)
` [PATCH 1/8] refs: remove EINVAL specification from the errno sideband in read_raw_ref_fn
` [PATCH 2/8] refs/files-backend: stop setting errno from lock_ref_oid_basic
` [PATCH 3/8] refs: make errno output explicit for read_raw_ref_fn

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

Git 2.23.0-rc0 HTTP authentication failure - error message change
 2021-05-19 11:49 UTC  (4+ messages)

[PATCH v2 0/2] config: allow specifying config entries via envvar pairs
 2021-05-19 11:36 UTC  (8+ messages)
` [PATCH v8 0/8] "
  ` [PATCH v8 2/8] config: add new way to pass config via `--config-env`


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