git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-23 11:43:25 to 2020-04-24 22:34:45 UTC [more...]

[PATCH 0/4] fix make sparse warning
 2020-04-24 22:34 UTC  (28+ messages)
` [PATCH 1/4] C: s/0/NULL/ for pointer type
` [PATCH 2/4] compat/regex: silence `make sparse` warning
` [PATCH 3/4] graph.c: limit linkage of internal variable
` [PATCH 4/4] progress.c: silence cgcc suggestion about internal linkage
` [PATCH 5/4] fmt-merge-msg.c: fix `make sparse` on next
` [PATCH v2 0/4] Fix Sparse Warning
  ` [PATCH v2 1/4] test-parse-pathspec-file.c: s/0/NULL/ for pointer type
  ` [PATCH v2 2/4] compat/regex: include alloca.h before undef it
  ` [PATCH v2 3/4] graph.c: limit linkage of internal variable
  ` [PATCH v2 4/4] progress.c: silence cgcc suggestion about internal linkage

[PATCH 0/3] credential: handle partial URLs in config settings again
 2020-04-24 22:29 UTC  (37+ messages)
` [PATCH 2/3] credential: teach `credential_from_url()` a non-strict mode
` [PATCH 3/3] credential: handle `credential.<partial-URL>.<key>` again
` [PATCH v2 0/3] credential: handle partial URLs in config settings again
  ` [PATCH v2 1/3] credential: fix grammar
  ` [PATCH v2 2/3] credential: optionally allow partial URLs in credential_from_url_gently()
  ` [PATCH v2 3/3] credential: handle `credential.<partial-URL>.<key>` again
  ` [PATCH v3 0/3] credential: handle partial URLs in config settings again
    ` [PATCH v3 1/3] credential: fix grammar
    ` [PATCH v3 2/3] credential: optionally allow partial URLs in credential_from_url_gently()
    ` [PATCH v3 3/3] credential: handle `credential.<partial-URL>.<key>` again

gitweb:fix tests on uninitialized hash indexes to avoid uninitialized value warnings in server log
 2020-04-24 21:59 UTC 

[PATCH 0/8] CMake build system for git
 2020-04-24 21:44 UTC  (29+ messages)
` [PATCH 1/8] Introduce CMake support for configuring Git on Linux
` [PATCH 2/8] cmake: generate the shell/perl/python scripts and templates, translations
` [PATCH 3/8] cmake: installation support for git
` [PATCH 4/8] cmake: support for testing git with ctest
` [PATCH 5/8] cmake: support for testing git when building out of the source tree
` [PATCH 6/8] cmake: support for building git on windows with mingw
` [PATCH 7/8] cmake: support for building git on windows with msvc and clang
` [PATCH 8/8] ci: modification of main.yml to use cmake for vs-build job

[PATCH] ci: fix GitHub workflow when on a tagged revision
 2020-04-24 21:24 UTC  (4+ messages)

[PATCH] push: anonymize URLs in error messages and warnings
 2020-04-24 21:22 UTC  (6+ messages)

[PATCH] shallow.c: use 'reset_repository_shallow' when appropriate
 2020-04-24 20:45 UTC  (11+ messages)
      ` [PATCH v2 0/2] shallow.c: reset shallow-ness after updating
        ` [PATCH v2 1/2] t5537: use test_write_lines, indented heredocs for readability

[PATCH 0/2] More ISO-8601 support
 2020-04-24 20:29 UTC  (26+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] date.c: skip fractional second part of ISO-8601
` [PATCH v4 0/4] More ISO-8601 support
  ` [PATCH v4 1/4] date.c: s/is_date/set_date/
  ` [PATCH v4 2/4] date.c: validate and set time in a helper function
  ` [PATCH v4 3/4] date.c: skip fractional second part of ISO-8601
  ` [PATCH v4 4/4] date.c: allow compact version of ISO-8601 datetime
` [PATCH v5 0/4] More ISO-8601 support
  ` [PATCH v5 1/4] date.c: s/is_date/set_date/
  ` [PATCH v5 2/4] date.c: validate and set time in a helper function
  ` [PATCH v5 3/4] date.c: skip fractional second part of ISO-8601
  ` [PATCH v5 4/4] date.c: allow compact version of ISO-8601 datetime

[PATCH] credential: remove unnecessary forward declarations
 2020-04-24 20:26 UTC  (2+ messages)

Credential helpers are no longer invoked in case of having sub-folder parts in a repository URL. Since 2.26.1 version
 2020-04-24 20:20 UTC  (4+ messages)
` [PATCH v2] credential: fix matching URLs with multiple levels in path

[PATCH] blame: drop unused parameter from maybe_changed_path
 2020-04-24 20:18 UTC  (4+ messages)

[PATCH 0/4] commit-graph: handle file descriptor exhaustion
 2020-04-24 20:02 UTC  (11+ messages)
` [PATCH 1/4] commit-graph.c: don't use discarded graph_name in error
` [PATCH 2/4] t/test-lib.sh: make ULIMIT_FILE_DESCRIPTORS available to tests
` [PATCH 3/4] commit-graph.c: gracefully handle file descriptor exhaustion
` [PATCH 4/4] commit-graph: close descriptors after mmap

[PATCH 0/2] minor fixups for gs/commit-graph-path-filter
 2020-04-24 20:00 UTC  (11+ messages)
` [PATCH 1/2] test-bloom: fix some whitespace issues
` [PATCH 2/2] test-bloom: check that we have expected arguments

[PATCH] userdiff: support Markdown
 2020-04-24 17:21 UTC  (4+ messages)

[PATCH v2 2/2] shallow.c: use '{commit,rollback}_shallow_file'
 2020-04-24 17:13 UTC  (4+ messages)

[PATCH 0/4] pack-bitmap: use bitmaps for traversals with '--filter=tree:0'
 2020-04-24 16:54 UTC  (5+ messages)
` [PATCH 4/4] pack-bitmap: pass object filter to fill-in traversal

PullRequest: gitweb.perl: fix 'Use of uninitialized value $params{"action"} in string eq at gitweb.cgi line 1377'
 2020-04-24 13:34 UTC 

Commit change disappeared from repository
 2020-04-24 14:34 UTC  (3+ messages)

[PATCH 0/7] commit-graph: split strategies, '--[no-]check-oids'
 2020-04-24 10:59 UTC  (7+ messages)
` [PATCH 7/7] commit-graph.c: introduce '--[no-]check-oids'

p4merge no longer working after upgrade to 2.26.0
 2020-04-24  9:28 UTC  (7+ messages)

[RFC PATCH 0/5] line-log: towards a more responsive, incremental 'git log -L'
 2020-04-24  9:02 UTC  (3+ messages)

[PATCH] config.mak.uname: Define FREAD_READS_DIRECTORIES for GNU/Hurd
 2020-04-24  5:51 UTC  (7+ messages)

Git 2.26 fetches many times more objects than it should, wasting gigabytes
 2020-04-24  5:32 UTC  (4+ messages)

[PATCH] ssh: add 'ssh.keyfile' option
 2020-04-24  4:33 UTC  (8+ messages)
` [PATCH v2] "

Bad experience with gpg signing failures
 2020-04-24  0:23 UTC 

[PATCH] userdiff: support Markdown
 2020-04-23 23:32 UTC  (2+ messages)

[PATCH] completion: complete remote branches with switch --track
 2020-04-23 23:46 UTC  (3+ messages)

[Bug] Misleading error message when run in a non-Git directory
 2020-04-23 23:26 UTC  (2+ messages)

[PATCH v8 0/9] Reftable support git-core
 2020-04-23 21:52 UTC  (6+ messages)
` [PATCH v9 00/10] "

[PATCH] macos: do let the build find the gettext headers/libraries/msgfmt
 2020-04-23 20:49 UTC  (3+ messages)

[PATCH v3 00/12] Finish converting git bisect to C part 2
 2020-04-23 20:01 UTC  (2+ messages)

how to (integrity) verify a whole git repo
 2020-04-23 18:12 UTC  (5+ messages)

[ANNOUNCE] Git Rev News edition 62
 2020-04-23 16:25 UTC 

Draft of Git Rev News edition 62
 2020-04-23 16:15 UTC  (3+ messages)

What's cooking in git.git (Apr 2020, #02; Mon, 20)
 2020-04-23 13:39 UTC  (2+ messages)

"added by them" uses wrong path?
 2020-04-23 11:36 UTC 


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 NNTP newsgroup(s).