git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-07-26 20:47:23 to 2019-07-30 19:35:38 UTC [more...]

[PATCH v2 0/5] Create 'feature.*' config area and some centralized config parsing
 2019-07-30 19:35 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] repo-settings: consolidate some config settings
  ` [PATCH v3 2/5] repo-settings: add feature.manyCommits setting
  ` [PATCH v3 4/5] repo-settings: create feature.manyFiles setting
  ` [PATCH v3 5/5] repo-settings: create feature.experimental setting

[PATCHv2] send-email: Ask if a patch should be sent twice
 2019-07-30 19:35 UTC  (3+ messages)

[BUG]: Destructive behaviour of git revert
 2019-07-30 18:36 UTC  (2+ messages)

[ANNOUNCE] Git v2.23.0-rc0 - Initial test failures on NonStop
 2019-07-30 18:35 UTC  (5+ messages)

[RFC PATCH] trace2: don't overload target directories
 2019-07-30 18:00 UTC  (4+ messages)

[RFC PATCH] grep: allow for run time disabling of JIT in PCRE
 2019-07-30 17:55 UTC  (14+ messages)
` [RFC PATCH v2] "

[PATCH] git-p4: close temporary file before removing
 2019-07-30 17:37 UTC 

Weird behavior with git grep --recurse-submodules
 2019-07-30 16:53 UTC  (6+ messages)
        ` [GSoC][PATCH] grep: fix worktree case in submodules

[PATCH 0/3] grep: memory leak in PCRE2
 2019-07-30 16:52 UTC  (11+ messages)
` [PATCH 1/3] grep: make pcre1_tables version agnostic
` [PATCH 2/3] grep: use pcre_tables also for PCRE2
` [PATCH 3/3] grep: plug leak of pcre chartables in PCRE2

Git Test Coverage Report (v2.23.0-rc0)
 2019-07-30 13:07 UTC 

Git Test Coverage Report (Tues. July 30)
 2019-07-30 13:05 UTC 

[PATCH] send-email: Ask if a patch should be sent twice
 2019-07-30 12:50 UTC  (3+ messages)

What's cooking in git.git (Jul 2019, #07; Mon, 29)
 2019-07-30  9:29 UTC  (2+ messages)

[PATCH 0/4] pre-merge hook
 2019-07-30  7:13 UTC  (15+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] git-merge: Honor "
  ` [PATCH v2 3/4] merge: --no-verify to bypass "
  ` [PATCH v2 4/4] t7503: add tests for pre-merge-hook

[RFC] Improved git signing interface
 2019-07-30  6:59 UTC  (2+ messages)

blank lines in pre-created merge message
 2019-07-30  6:52 UTC  (5+ messages)
  ` Antw: "

[PATCH v1 0/1] pack-refs: pack expired loose refs to packed_refs
 2019-07-30  6:36 UTC  (3+ messages)
` [PATCH v1 1/1] "

[L10N] Kickoff for Git 2.23.0 round #1
 2019-07-30  3:35 UTC 

Push force-with-lease with multi-URL remote
 2019-07-29 22:29 UTC  (12+ messages)

'git show -c' omits hunk even though file was modified from all parents
 2019-07-29 22:26 UTC  (5+ messages)

[PATCH 00/24] Reinstate support for Visual Studio
 2019-07-29 21:56 UTC  (26+ messages)
` [PATCH v2 00/23] "
  ` [PATCH v2 01/23] Vcproj.pm: auto-generate GUIDs
  ` [PATCH v2 02/23] Vcproj.pm: list git.exe first to be startup project
  ` [PATCH v2 03/23] Vcproj.pm: do not configure VCWebServiceProxyGeneratorTool
  ` [PATCH v2 04/23] Vcproj.pm: urlencode '<' and '>' when generating VC projects
  ` [PATCH v2 05/23] contrib/buildsystems: ignore invalidcontinue.obj
  ` [PATCH v2 06/23] contrib/buildsystems: ignore irrelevant files in Generators/
  ` [PATCH v2 08/23] contrib/buildsystems: handle quoted spaces in filenames
  ` [PATCH v2 07/23] contrib/buildsystems: fix misleading error message
  ` [PATCH v2 09/23] contrib/buildsystems: ignore gettext stuff
  ` [PATCH v2 10/23] contrib/buildsystems: redirect errors of the dry run into a log file
  ` [PATCH v2 11/23] contrib/buildsystems: optionally capture the dry-run in a file
  ` [PATCH v2 12/23] contrib/buildsystems: error out on unknown option
  ` [PATCH v2 13/23] contrib/buildsystems: handle the curl library option
  ` [PATCH v2 14/23] contrib/buildsystems: handle libiconv, too
  ` [PATCH v2 15/23] contrib/buildsystems: also handle -lexpat
  ` [PATCH v2 16/23] contrib/buildsystems: handle options starting with a slash
  ` [PATCH v2 18/23] msvc: add a Makefile target to pre-generate the Visual Studio solution
  ` [PATCH v2 17/23] contrib/buildsystems: add a backend for modern Visual Studio versions
  ` [PATCH v2 19/23] vcxproj: also link-or-copy builtins
  ` [PATCH v2 20/23] .gitignore: touch up the entries regarding Visual Studio
  ` [PATCH v2 21/23] .gitignore: ignore Visual Studio's temporary/generated files
  ` [PATCH v2 22/23] bin-wrappers: append `.exe` to target paths if necessary
  ` [PATCH v2 23/23] git: avoid calling aliased builtins via their dashed form

[ANNOUNCE] Git v2.23.0-rc0
 2019-07-29 21:49 UTC 

Problem with fsck and invalid submodule path in history
 2019-07-29 21:32 UTC  (8+ messages)
  ` [PATCH] Documentation/git-fsck.txt: include fsck.* config variables

[GSoC] My project blog
 2019-07-29 20:41 UTC  (2+ messages)

Settings for minimizing repacking (and keeping 'rsync' happy)
 2019-07-29 20:16 UTC  (5+ messages)

git name-rev segfault
 2019-07-29 20:00 UTC  (3+ messages)

[PATCH 0/3] grep: PCRE JIT fixes
 2019-07-29 16:23 UTC  (22+ messages)
` [PATCH v2 0/8] grep: PCRE JIT fixes + ab/no-kwset fix
` [PATCH v2 2/8] grep: stop "using" a custom JIT stack with PCRE v2
` [PATCH v2 3/8] grep: stop using a custom JIT stack with PCRE v1
` [PATCH v2 4/8] grep: consistently use "p->fixed" in compile_regexp()
` [PATCH v2 6/8] grep: stess test PCRE v2 on invalid UTF-8 data
` [PATCH v2 8/8] grep: optimistically use PCRE2_MATCH_INVALID_UTF

[PATCH] reset: unstage empty deleted ita files
 2019-07-29 16:07 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 00/19] Cleanup merge API
 2019-07-29 15:56 UTC  (20+ messages)
` [PATCH v2 00/20] "
  ` [PATCH v2 01/20] merge-recursive: fix minor memory leak in error condition
  ` [PATCH v2 03/20] Ensure index matches head before invoking merge machinery, round N
  ` [PATCH v2 04/20] merge-recursive: exit early if index != head
  ` [PATCH v2 06/20] merge-recursive: don't force external callers to do our logging
  ` [PATCH v2 07/20] Use write_index_as_tree() in lieu of write_tree_from_memory()

[PATCH v3] builtin/merge: support --squash --commit
 2019-07-29 14:05 UTC  (2+ messages)

Warnings in gc.log can prevent gc --auto from running
 2019-07-29 12:50 UTC  (3+ messages)

2.22 issue across samba
 2019-07-29 10:10 UTC  (2+ messages)

[RFC PATCH 0/9] rebase -i: extend rebase.missingCommitsCheck to `--edit-todo' and co
 2019-07-29  9:38 UTC  (4+ messages)

[PATCH] checkout.c: unstage empty deleted ita files
 2019-07-29  9:11 UTC  (4+ messages)

[PATCH] git-gui: Perform rescan on window focus-in
 2019-07-29  8:44 UTC  (12+ messages)

[PATCH] grep: print the pcre2_jit_on value
 2019-07-29  8:43 UTC  (5+ messages)

[PATCH 0/2] a few more redundant system include cleanups
 2019-07-29  4:54 UTC  (9+ messages)
` [PATCH v2 0/5] system header cleanup
  ` [PATCH v2 1/5] verify-tag: drop signal.h include
  ` [PATCH v2 2/5] wt-status.h: drop stdio.h include
  ` [PATCH v2 3/5] xdiff: drop system includes in xutils.c
  ` [PATCH v2 4/5] xdiff: remove duplicate headers from xhistogram.c
  ` [PATCH v2 5/5] xdiff: remove duplicate headers from xpatience.c

(no subject)
 2019-07-29  2:50 UTC 

(no subject)
 2019-07-29  2:50 UTC 

Reporting reused packfile objects
 2019-07-28 23:02 UTC  (2+ messages)

What's cooking in git.git (Jul 2019, #06; Thu, 25)
 2019-07-28 20:34 UTC  (6+ messages)

git maintainer workflow tools?
 2019-07-28 14:19 UTC  (2+ messages)

[GSoC] Blogging with Rohit
 2019-07-27 21:03 UTC  (2+ messages)

[PATCH] transport-helper: enforce atomic in push_refs_with_push
 2019-07-27 16:11 UTC  (7+ messages)
` [PATCH v2] "

git gui blame: Possible to pass more options in?
 2019-07-27  8:07 UTC 

BUG() during criss-cross merge with directory rename and deleted file
 2019-07-26 22:09 UTC 

[RFC PATCH 0/3] Add a JSON Schema for trace2 events
 2019-07-26 22:03 UTC  (8+ messages)
` [PATCH v3 "

How to report issues or provide patches for the documentation IN OTHER LANGUAGES?
 2019-07-26 22:02 UTC  (2+ messages)

Alternates advertisement on GitHub
 2019-07-26 21:33 UTC  (3+ messages)

[PATCH 00/12] rebase -r: support merge strategies other than recursive
 2019-07-26 21:08 UTC  (5+ messages)
` [PATCH 10/12] t/lib-rebase: prepare for testing `git rebase --rebase-merges`

[git for translators] How to always generate conflicts for merges?
 2019-07-26 20:40 UTC  (4+ 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).