git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-05-12 05:27:50 to 2017-05-14 04:01:44 UTC [more...]

[RFC PATCH 00/19] Diff machine: highlight moved lines
 2017-05-14  4:01 UTC  (7+ messages)
` [PATCH 01/19] diff: readability fix
` [PATCH 02/19] diff: move line ending check into emit_hunk_header
` [PATCH 03/19] diff.c: drop 'nofirst' from emit_line_0
` [PATCH 06/19] diff: add emit_line_fmt
` [PATCH 08/19] diff.c: convert builtin_diff to use emit_line_*
` [PATCH 10/19] diff.c: convert emit_rewrite_lines "

checkout -b remotes/origin/<branch> should not work
 2017-05-14  4:00 UTC  (2+ messages)

[PATCH 0/3] interpret-trailers + commit -v bugfix
 2017-05-14  3:56 UTC  (11+ messages)
` [PATCH 1/3] mailinfo.c: is_scissors_line ends on newline
` [PATCH 2/3] commit.c: add is_scissors_line
` [PATCH 3/3] commit.c: skip scissors when computing trailers
    ` [PATCH] interpret-trailers: obey scissors lines

[RFC PATCH 00/10] Add blame to libgit
 2017-05-14  3:15 UTC  (24+ messages)
` [RFC PATCH v2 00/22] "
  ` [RFC PATCH v2 01/22] blame: remove unneeded dependency on blob.h
  ` [RFC PATCH v2 02/22] blame: move textconv_object with related functions
  ` [RFC PATCH v2 03/22] blame: remove unused parameters
  ` [RFC PATCH v2 04/22] blame: move origin and entry structures to header
  ` [RFC PATCH v2 05/22] blame: move scoreboard structure "
  ` [RFC PATCH v2 06/22] blame: move stat counters to scoreboard
  ` [RFC PATCH v2 07/22] blame: move copy/move thresholds "
  ` [RFC PATCH v2 08/22] blame: move contents_from "
  ` [RFC PATCH v2 09/22] blame: move reverse flag "
  ` [RFC PATCH v2 10/22] blame: move show_root "
  ` [RFC PATCH v2 11/22] blame: move xdl_opts flags "
  ` [RFC PATCH v2 12/22] blame: move no_whole_file_rename flag "
  ` [RFC PATCH v2 13/22] blame: make sanity_check use a callback in scoreboard
  ` [RFC PATCH v2 14/22] blame: move progess updates to a scoreboard callback
  ` [RFC PATCH v2 15/22] blame: wrap blame_sort and compare_blame_final
  ` [RFC PATCH v2 16/22] blame: rework methods that determine 'final' commit
  ` [RFC PATCH v2 17/22] blame: move origin-related methods to libgit
  ` [RFC PATCH v2 18/22] blame: move fake-commit-related "
  ` [RFC PATCH v2 19/22] blame: move scoreboard-related "
  ` [RFC PATCH v2 20/22] blame: create scoreboard init function in libgit
  ` [RFC PATCH v2 21/22] blame: create scoreboard setup "
  ` [RFC PATCH v2 22/22] blame: create entry prepend "

[PATCH] usage.c: drop set_error_handle()
 2017-05-14  2:12 UTC  (3+ messages)

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

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

[PATCH] doc: use https link to Wikipeai to avoid http redirect
 2017-05-13 19:56 UTC  (4+ messages)
  ` [PATCH] Use https links to Wikipedia to avoid http redirects

[PATCH] compat/regex: fix compilation on Windows
 2017-05-13 19:31 UTC  (8+ messages)

[PATCH] fixup! log: add exhaustive tests for pattern style options & config
 2017-05-13 19:03 UTC  (6+ messages)

[PATCH 00/29] Easy to review grep & pre-PCRE changes
 2017-05-13 18:02 UTC  (10+ messages)
` [PATCH 04/29] log: add exhaustive tests for pattern style options & config
` [PATCH 09/29] grep: amend submodule recursion test for regex engine testing
` [PATCH 11/29] grep: add a test helper function for less verbose -f \0 tests

[PATCH v4 00/12] unify appending of sob
 2017-05-13 17:41 UTC  (3+ messages)
` [PATCH v4 03/12] t/test-lib-functions.sh: allow to specify the tag name to test_commit

[PATCH 0/5] p0004: support being called by t/perf/run
 2017-05-13 16:03 UTC  (6+ messages)
` [PATCH 1/5] p0004: simplify calls of test-lazy-init-name-hash
` [PATCH 2/5] p0004: avoid using pipes
` [PATCH 3/5] p0004: use test_perf
` [PATCH 4/5] p0004: don't abort if multi-threaded is too slow
` [PATCH 5/5] p0004: don't error out if test repo is too small

[PATCH 1/4] usability: don't ask questions if no reply is required
 2017-05-13 15:37 UTC  (13+ messages)
` [PATCH v3 1/3] "
  ` [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 v4 1/3] usability: don't ask questions if no reply is required
  ` [PATCH v4 2/3] read-tree -m: make error message for merging 0 trees less smart aleck
  ` [PATCH v4 3/3] git-filter-branch: be more direct in an error message

[PATCH] hashmap: hashmap_get_next passes through keydata as well
 2017-05-13 14:06 UTC  (3+ messages)

[PATCH 00/11] Start retiring .git/remotes/ and .git/branches/ for good
 2017-05-13 10:13 UTC  (10+ messages)

[PATCH] fetch-pack: always allow fetching of literal SHA1s
 2017-05-13  9:29 UTC  (18+ messages)
` [PATCH v3] "
` [PATCH v5] "
` [PATCH v6] "

What's cooking in git.git (May 2017, #04; Fri, 12)
 2017-05-13  9:26 UTC  (5+ messages)

git subtree merge deletes files in top directory
 2017-05-13  9:20 UTC 

[PATCH v7 00/10] refactor the filter process code into a reusable module
 2017-05-13  9:16 UTC  (7+ messages)
` [PATCH v7 04/10] convert: move packet_write_line() into pkt-line as packet_writel()
` [PATCH v7 09/10] sub-process: move sub-process functions into separate files

Best "triangle" workflow setup?
 2017-05-13  6:43 UTC  (6+ messages)

[Git 2.13.0] BUG: setup_git_env called without repository
 2017-05-13  3:55 UTC  (12+ messages)
` [PATCH] config: complain about --local outside of a git repo
      ` [PATCH 0/3] BUG() and "config --local" outside of repo
        ` [PATCH 1/3] usage.c: add BUG() function
        ` [PATCH 2/3] setup_git_env: convert die("BUG") to BUG()
        ` [PATCH 3/3] config: complain about --local outside of a git repo

[PATCH] builtin/log: honor log.decorate
 2017-05-13  2:49 UTC  (11+ messages)
    ` [PATCH v2] "

[PATCH v4] send-email: --batch-size to work around some SMTP server limit
 2017-05-13  1:57 UTC 

[RFC] send-email: support validate hook
 2017-05-12 22:38 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/7] Update the compat/regex engine from upstream
 2017-05-12 20:59 UTC  (5+ messages)
` [PATCH 1/7] compat/regex: add a README with a maintenance guide

[PATCH 3/2] ls-files: only recurse on active submodules
 2017-05-12 18:19 UTC  (5+ messages)

[PATCH 0/7] PCRE v2, PCRE v1 JIT, log -P & fixes
 2017-05-12 18:17 UTC  (4+ messages)
` [PATCH 1/7] grep: don't redundantly compile throwaway patterns under threading

[PATCH] pull: optionally rebase submodules
 2017-05-12 17:30 UTC  (3+ messages)

[PATCH 0/8] convert pathspec.c to take an index parameter
 2017-05-12 17:29 UTC  (4+ messages)
` [PATCH v2 0/6] "

Git 2.13 silent install
 2017-05-12 13:55 UTC 

[GSoC][RFC/PATCH v2] submodule: port subcommand foreach from shell to C
 2017-05-12 11:44 UTC  (3+ messages)
` [GSoC][RFC/PATCH v3 1/2] t7407: test "submodule foreach --recursive" from subdirectory added
  ` [GSoC][RFC/PATCH v3 2/2] submodule: port subcommand foreach from shell to C

Git credential helper store flushes randomly
 2017-05-12 10:05 UTC  (5+ messages)

[BUG] fast-export --anonymize does not maintain fixup! commits
 2017-05-12  9:39 UTC  (3+ messages)

[PATCH 0/4] doc improvements for config includes
 2017-05-12  9:28 UTC  (4+ messages)
` [PATCH 1/4] docs/config: clarify include/includeIf relationship

Possible bug in includeIf / conditional includes on non git initialised directories
 2017-05-12  8:58 UTC  (2+ messages)

What's cooking in git.git (May 2017, #03; Wed, 10)
 2017-05-12  5:29 UTC  (3+ 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).