git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-05-23 19:26:02 to 2017-05-26 01:20:38 UTC [more...]

[PATCHv5 00/17] Diff machine: highlight moved lines
 2017-05-26  1:20 UTC  (26+ messages)
  ` [PATCHv5 01/17] diff: readability fix
  ` [PATCHv5 02/17] diff: move line ending check into emit_hunk_header
  ` [PATCHv5 03/17] diff.c: factor out diff_flush_patch_all_file_pairs
  ` [PATCHv5 04/17] diff: introduce more flexible emit function
  ` [PATCHv5 05/17] diff.c: convert fn_out_consume to use emit_line
  ` [PATCHv5 06/17] diff.c: convert builtin_diff to use emit_line_*
  ` [PATCHv5 07/17] diff.c: convert emit_rewrite_diff "
  ` [PATCHv5 08/17] diff.c: convert emit_rewrite_lines "
  ` [PATCHv5 09/17] submodule.c: convert show_submodule_summary to use emit_line_fmt
  ` [PATCHv5 10/17] diff.c: convert emit_binary_diff_body to use emit_line_*
  ` [PATCHv5 11/17] diff.c: convert show_stats "
  ` [PATCHv5 12/17] diff.c: convert word diffing "
  ` [PATCHv5 13/17] diff.c: convert diff_flush "
  ` [PATCHv5 14/17] diff.c: convert diff_summary "
  ` [PATCHv5 15/17] diff.c: emit_line includes whitespace highlighting
  ` [PATCHv5 16/17] diff: buffer all output if asked to
  ` [PATCHv5 17/17] diff.c: color moved lines differently

[PATCH v5 0/6] Fix clean -d and status --ignored
 2017-05-26  1:05 UTC  (12+ messages)
` [PATCH v6 "
` [PATCH v6 1/6] t7300: clean -d should skip dirs with ignored files
` [PATCH v6 2/6] t7061: status --ignored should search untracked dirs
` [PATCH v6 3/6] dir: recurse into untracked dirs for ignored files
` [PATCH v6 4/6] dir: hide untracked contents of untracked dirs
` [PATCH v6 5/6] dir: expose cmp_name() and check_contains()
` [PATCH v6 6/6] clean: teach clean -d to preserve ignored paths

[PATCH v2 0/7] PCRE v2, PCRE v1 JIT, log -P & fixes
 2017-05-26  0:58 UTC  (17+ messages)
` [PATCH v3 00/30] Easy to review grep & pre-PCRE changes
  ` [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 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 7/7] grep: add support for PCRE v2

Feature request: "git status" highlights files that are larger than 500kb
 2017-05-26  0:24 UTC 

`pull --rebase --autostash` fails when fast forward in dirty repo
 2017-05-25 23:33 UTC  (6+ messages)

[PATCH 0/3] Update sha1dc from upstream & optionally make it a submodule
 2017-05-25 23:31 UTC  (10+ messages)
` [PATCH 2/3] sha1dc: use sha1collisiondetection as "
    ` [PATCH v2 0/2] Update sha1dc from upstream & optionally make it "

[Bug] cloning a repository with a default MASTER branch tries to check out the master branch
 2017-05-25 23:28 UTC  (9+ messages)
` [Non-Bug] "

[PATCH] docs/config.txt: fix indefinite article in core.fileMode description
 2017-05-25 23:20 UTC 

[PATCH 0/2] Fix warnings on access of a remote with Windows paths
 2017-05-25 23:16 UTC  (9+ messages)
            ` [PATCH v3 2/2] Windows: do not treat a path with backslashes as a remote's nick name

Documentation issue: git-stash examples
 2017-05-25 21:54 UTC  (3+ messages)

[PATCH v2 0/6] Fast git status via a file system watcher
 2017-05-25 21:05 UTC  (13+ messages)
` [PATCH v2 3/6] fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files
` [PATCH v2 5/6] fsmonitor: add documentation for the fsmonitor extension
` [PATCH v2 6/6] fsmonitor: add a sample query-fsmonitor hook script for Watchman

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

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

[PATCH] connect.c: fix leak in parse_one_symref_info()
 2017-05-25 19:33 UTC 

`git svn branch` does not respect authors file
 2017-05-25 19:04 UTC 

[PATCH v3 0/6] Fast git status via a file system watcher
 2017-05-25 18:36 UTC  (7+ messages)
` [PATCH v3 1/6] bswap: add 64 bit endianness helper get_be64
` [PATCH v3 2/6] dir: make lookup_untracked() available outside of dir.c
` [PATCH v3 3/6] fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files
` [PATCH v3 4/6] fsmonitor: add test cases for fsmonitor extension
` [PATCH v3 5/6] fsmonitor: add documentation for the "
` [PATCH v3 6/6] fsmonitor: add a sample query-fsmonitor hook script for Watchman

[RFC/PATCH] recognize pathspec magic without "--" disambiguation
 2017-05-25 15:27 UTC 

What's cooking in git.git (May 2017, #06; Mon, 22)
 2017-05-25 12:58 UTC  (2+ messages)

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

[PATCH 1/2] refs: Add for_each_worktree_ref for iterating over all worktree HEADs
 2017-05-25 12:51 UTC  (6+ messages)
` [PATCH v2 "

What's cooking in git.git (May 2017, #07; Tue, 23)
 2017-05-25  5:42 UTC  (6+ messages)

Passing revs to git-bundle-create via stdin
 2017-05-25  2:55 UTC  (4+ messages)

Sama/Winbind AD Computer Accounts Moved
 2017-05-24 21:48 UTC  (2+ messages)

Hide decorations in git log
 2017-05-24 14:39 UTC  (3+ messages)

[PATCH 0/2] Demonstrate and partially work around a gitattributes problem
 2017-05-24  9:57 UTC  (17+ messages)
        ` [PATCH 0/15] retain blob info for git diff HEAD:foo HEAD:bar
          ` [PATCH 01/15] handle_revision_arg: reset "dotdot" consistently
          ` [PATCH 03/15] handle_revision_arg: stop using "dotdot" as a generic pointer
          ` [PATCH 05/15] handle_revision_arg: add handle_dotdot() helper

[PATCH v2 00/25] Prepare to separate out a packed_ref_store
 2017-05-24  7:21 UTC  (6+ messages)
` [PATCH v2 25/25] cache_ref_iterator_begin(): avoid priming unneeded directories

[WIP/RFC 00/23] repository object
 2017-05-24  1:57 UTC  (4+ messages)

git submodule update --remote fails on non-master branches with shallow clones enabled
 2017-05-24  0:37 UTC 

Another git repo at kernel.org?
 2017-05-24  0:15 UTC  (5+ messages)

[PATCH v3 00/30] Easy to review grep & pre-PCRE changes
 2017-05-23 21:17 UTC  (3+ messages)
` [PATCH v3 22/30] grep: factor test for \0 in grep patterns into a function

[GSoC][RFC/PATCH v3 2/2] submodule: port subcommand foreach from shell to C
 2017-05-23 21:05 UTC  (6+ messages)
` [GSoC][PATCH v4 1/2] t7407: test "submodule foreach --recursive" from subdirectory added
  ` [GSoC][PATCH v4 2/2] submodule: port subcommand foreach from shell to C

[PATCH] usage: add NORETURN to BUG() function definitions
 2017-05-23 20:47 UTC  (8+ 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).