git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-05-10 00:04:29 to 2017-05-11 19:15:03 UTC [more...]

[PATCH 00/11] Start retiring .git/remotes/ and .git/branches/ for good
 2017-05-11 19:14 UTC  (16+ messages)
` [PATCH 01/11] git-parse-remote: fix highly misleading man page
` [PATCH 02/11] Documentation: really deprecate .git/remotes/ and .git/branches/
` [PATCH 03/11] remote: warn loud and clear when .git/branches/ is *still* used
` [PATCH 04/11] remote: warn loud and clear when .git/remotes/ "
` [PATCH 05/11] Revert "Revert "Don't create the $GIT_DIR/branches directory on init""
` [PATCH 06/11] PREVIEW: t5510: convert .git/remotes/ test to use a regular remote
` [PATCH 07/11] PREVIEW: t5516: stop testing .git/branches/ functionality
` [PATCH 08/11] PREVIEW: remote: remove support for migrating ancient remotes
` [PATCH 09/11] PREVIEW: t5515: remove .git/remotes/ and .git/branches/ tests
` [PATCH 10/11] PREVIEW: t0060: stop testing support for .git/remotes/ and .git/branches/
` [PATCH 11/11] PREVIEW: remove "

[PATCH 1/4] usability: don't ask questions if no reply is required
 2017-05-11 19:08 UTC  (15+ messages)
` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] read-tree -m: make error message for merging 0 trees less smart aleck
      ` [PATCH] read-tree: "read-tree -m --empty" does not make sense
  ` [PATCH v2 3/3] git-filter-branch: make the error msg when missing branch more open
` [PATCH v3 1/3] usability: don't ask questions if no reply is required
  ` [PATCH v3 2/3] read-tree -m: make error message for merging 0 trees less smart aleck
  ` [PATCH v3 3/3] git-filter-branch:

[PATCH] fetch-pack: always allow fetching of literal SHA1s
 2017-05-11 19:03 UTC  (22+ messages)
` [PATCH v2] "
` [PATCH v3] "

Possible bug in includeIf / conditional includes on non git initialised directories
 2017-05-11 18:53 UTC 

[PATCH 00/29] Easy to review grep & pre-PCRE changes
 2017-05-11 18:36 UTC  (33+ messages)
` [PATCH 01/29] Makefile & configure: reword inaccurate comment about PCRE
` [PATCH 02/29] grep & rev-list doc: stop promising libpcre for --perl-regexp
` [PATCH 03/29] test-lib: rename the LIBPCRE prerequisite to PCRE
` [PATCH 04/29] log: add exhaustive tests for pattern style options & config
` [PATCH 05/29] grep: add a test asserting that --perl-regexp dies when !PCRE
` [PATCH 06/29] grep: add a test for backreferences in PCRE patterns
` [PATCH 07/29] grep: change non-ASCII -i test to stop using --debug
` [PATCH 08/29] grep: add tests for --threads=N and grep.threads
` [PATCH 09/29] grep: amend submodule recursion test for regex engine testing
` [PATCH 10/29] grep: add tests for grep pattern types being passed to submodules
` [PATCH 11/29] grep: add a test helper function for less verbose -f \0 tests
` [PATCH 12/29] grep: prepare for testing binary regexes containing rx metacharacters
` [PATCH 13/29] grep: add tests to fix blind spots with \0 patterns
` [PATCH 14/29] perf: add a GIT_PERF_MAKE_COMMAND for when *_MAKE_OPTS won't do
` [PATCH 15/29] perf: emit progress output when unpacking & building
` [PATCH 16/29] perf: add a performance comparison test of grep -G, -E and -P
` [PATCH 17/29] perf: add a performance comparison of fixed-string grep
` [PATCH 18/29] grep: catch a missing enum in switch statement
` [PATCH 19/29] grep: remove redundant regflags assignment under PCRE
` [PATCH 20/29] grep: remove redundant `regflags &= ~REG_EXTENDED` assignments
` [PATCH 21/29] grep: factor test for \0 in grep patterns into a function
` [PATCH 22/29] grep: change the internal PCRE macro names to be PCRE1
` [PATCH 23/29] grep: change internal *pcre* variable & function names to be *pcre1*
` [PATCH 24/29] grep: move two functions to avoid forward declaration
` [PATCH 25/29] test-lib: add a PTHREADS prerequisite
` [PATCH 26/29] pack-objects & index-pack: add test for --threads warning
` [PATCH 27/29] pack-objects: fix buggy warning about threads
` [PATCH 28/29] grep: given --threads with NO_PTHREADS=YesPlease, warn
` [PATCH 29/29] grep: assert that threading is enabled when calling grep_{lock,unlock}

[PATCH] pull: optionally rebase submodules
 2017-05-11 18:12 UTC  (2+ messages)

[PATCH/RFC 0/6] Speed up git-grep by using PCRE v2 as a backend
 2017-05-11 17:51 UTC  (6+ messages)
` [PATCH/RFC 1/6] Makefile & compat/pcre2: add ability to build an embedded PCRE
` [PATCH/RFC 2/6] Makefile & compat/pcre2: add dependency on pcre2_convert.c
` [PATCH/RFC 4/6] test-lib: add LIBPCRE1 & LIBPCRE2 prerequisites
` [PATCH/RFC 5/6] grep: support regex patterns containing \0 via PCRE v2
` [PATCH/RFC 6/6] grep: use PCRE v2 under the hood for -G & -E for amazing speedup

[PATCH 0/8] convert pathspec.c to take an index parameter
 2017-05-11 17:36 UTC  (15+ messages)
` [PATCH 3/8] pathspec: change PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flag
` [PATCH 4/8] pathspec: rename PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAP
` [PATCH 5/8] pathspec: convert strip_submodule_slash to take an index
` [PATCH 8/8] pathspec: convert parse_pathspec "

[PATCH 0/7] PCRE v2, PCRE v1 JIT, log -P & fixes
 2017-05-11 17:01 UTC  (8+ messages)
` [PATCH 1/7] grep: don't redundantly compile throwaway patterns under threading
` [PATCH 2/7] grep: skip pthreads overhead when using one thread
` [PATCH 3/7] log: add -P as a synonym for --perl-regexp
` [PATCH 4/7] grep: add support for the PCRE v1 JIT API
` [PATCH 5/7] grep: un-break building with PCRE < 8.32
` [PATCH 6/7] grep: un-break building with PCRE < 8.20
` [PATCH 7/7] grep: add support for PCRE v2

Possible bug in includeIf / conditional includes
 2017-05-11 16:47 UTC  (21+ messages)
                ` [PATCH 0/4] doc improvements for config includes
                  ` [PATCH 1/4] docs/config: clarify include/includeIf relationship
                  ` [PATCH 2/4] docs/config: give a relative includeIf example
                  ` [PATCH 3/4] docs/config: avoid the term "expand" for includes
                  ` [PATCH 4/4] docs/config: consistify include.path examples

What's cooking in git.git (May 2017, #03; Wed, 10)
 2017-05-11 16:35 UTC  (10+ messages)

Article on the branch strategy in gitworkflows(7)
 2017-05-11 15:56 UTC  (2+ messages)

[BUG] fast-export --anonymize does not maintain fixup! commits
 2017-05-11 14:38 UTC 

[PATCH] compat/regex: fix compilation on Windows
 2017-05-11 14:30 UTC  (2+ messages)

git-log(1) Doesn't Describe -L start,end Fully
 2017-05-11 13:45 UTC 

[PATCH 00/26] Address a couple of issues identified by Coverity
 2017-05-11 11:33 UTC  (9+ messages)
      ` Automating Coverity, was "

[PATCH v2 0/2] perf: show that wildmatch() regressed for pathological cases in v2.0
 2017-05-11  9:59 UTC  (9+ messages)
` [PATCH v2 1/2] perf: add function to setup a fresh test repo
` [PATCH v2 2/2] perf: add test showing exponential growth in path globbing

https://travis-ci.org/git/git/builds/
 2017-05-11  9:51 UTC  (3+ messages)

[PATCH v3 0/2] perf: show that wildmatch() regressed for pathological cases in v2.0
 2017-05-11  9:41 UTC  (6+ messages)
` [PATCH v3 1/2] perf: add function to setup a fresh test repo
` [PATCH v3 2/2] perf: add test showing exponential growth in path globbing
` [PATCH v4 0/2] perf: show that wildmatch() regressed for pathological cases in v2.0
` [PATCH v4 1/2] perf: add function to setup a fresh test repo
` [PATCH v4 2/2] perf: add test showing exponential growth in path globbing

Should "git submodule update" accepts --init?
 2017-05-11  7:59 UTC  (3+ messages)

git log --follow after subtree merge
 2017-05-11  6:52 UTC  (5+ messages)

[PATCH] status: show in-progress info for short status
 2017-05-11  2:45 UTC  (6+ messages)

t0025 flaky on OSX
 2017-05-11  2:17 UTC  (5+ messages)
` [PATCH v3 1/1] t0027: tests are not expensive; remove t0025

t6134 test failure in 'pu'
 2017-05-11  0:21 UTC  (2+ messages)

git worktrees must exist even if locked
 2017-05-10 20:24 UTC 

[noob] is this normal behavior
 2017-05-10 17:27 UTC  (3+ messages)

bug with git add and .gitignore
 2017-05-10 13:44 UTC 

[Query] Override sendemail.tocmd
 2017-05-10 12:21 UTC  (7+ messages)

[PATCH v2] archive-tar: fix a sparse 'constant too large' warning
 2017-05-10 10:55 UTC  (5+ messages)

Snapping git
 2017-05-10 10:35 UTC 

[ANNOUNCE] Git for Windows 2.13.0
 2017-05-10  8:56 UTC 

[PATCH 00/15] Handle fopen() errors
 2017-05-10  5:12 UTC  (7+ messages)
` [PATCH v2 00/21]
          ` [PATCH] config.mak.uname: set FREAD_READS_DIRECTORIES for Darwin, too

[PATCH v2] add DEVELOPER makefile knob to check for acknowledged warnings
 2017-05-10  4:59 UTC  (3+ messages)

Script to rebase branches
 2017-05-10  4:46 UTC  (8+ messages)

[BUG] :(attr) pathspecs can die("BUG") in the tree-walker
 2017-05-10  1:25 UTC  (3+ messages)

[ANNOUNCE] Git v2.12.3 and others
 2017-05-10  0:38 UTC  (2+ messages)

[ANNOUNCE] Git v2.13.0
 2017-05-10  0:03 UTC 


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