git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-05-24 09:55:26 to 2017-05-27 01:48:52 UTC [more...]

[GSoC][PATCH v4 2/2] submodule: port subcommand foreach from shell to C
 2017-05-27  1:20 UTC  (13+ messages)
` [GSoC][PATCH v5 1/3] submodule: fix buggy $path and $sm_path variable's value
  ` [GSoC][PATCH v5 2/3] t7407: test "submodule foreach --recursive" from subdirectory added
  ` [GSoC][PATCH v5 3/3] submodule: port subcommand foreach from shell to C

[PATCHv5 00/17] Diff machine: highlight moved lines
 2017-05-27  0:18 UTC  (29+ 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 0/1] Diff machine: highlight moved lines
            ` [PATCH 1/1] diff.c: color moved lines differently

[PATCHv3 00/20] Diff machine: highlight moved lines
 2017-05-27  1:04 UTC  (3+ messages)
` [PATCHv4 00/17] "

[Bug] cloning a repository with a default MASTER branch tries to check out the master branch
 2017-05-26 21:17 UTC  (11+ messages)
` [Non-Bug] "

[PATCHv2 0/8] A reroll of sb/submodule-blanket-recursive
 2017-05-26 19:10 UTC  (9+ messages)
` [PATCH 1/8] submodule recursing: do not write a config variable twice
` [PATCH 2/8] submodule test invocation: only pass additional arguments
` [PATCH 3/8] reset/checkout/read-tree: unify config callback for submodule recursion
` [PATCH 4/8] submodule loading: separate code path for .gitmodules and config overlay
` [PATCH 5/8] Introduce 'submodule.recurse' option for worktree manipulators
` [PATCH 6/8] builtin/grep.c: respect 'submodule.recurse' option
` [PATCH 7/8] builtin/push.c: "
` [PATCH 8/8] builtin/fetch.c: "

[RFC/PATCH] recognize pathspec magic without "--" disambiguation
 2017-05-26 19:10 UTC  (10+ messages)
    ` [PATCH 0/6] make "^:foo" work without disambiguating "--"
      ` [PATCH 1/6] t4208: add check for ":/" without matching file
      ` [PATCH 2/6] check_filename(): refactor ":/" handling
      ` [PATCH 3/6] check_filename(): use skip_prefix
      ` [PATCH 4/6] check_filename(): handle ":^" path magic
      ` [PATCH 5/6] verify_filename(): treat ":(magic)" as a pathspec
      ` [PATCH 6/6] verify_filename(): flip order of checks

[PATCH] doc: filter-branch does not require re-export of vars
 2017-05-26 18:37 UTC  (2+ messages)

git-2.13.0: log --date=format:%z not working
 2017-05-26 18:33 UTC 

[PATCH v4 03/10] rebase -i: remove useless indentation
 2017-05-26 17:50 UTC  (3+ messages)

persistent-https, url insteadof, and `git submodule`
 2017-05-26 16:22 UTC  (5+ messages)

[PATCH v2 0/6] Fast git status via a file system watcher
 2017-05-26 16:02 UTC  (15+ 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

[PATCHv3 0/4] clone: respect configured fetch respecs during initial fetch
 2017-05-26 14:01 UTC  (3+ messages)
` [PATCHv3 2/4] Documentation/clone: document ignored configuration variables

[PATCHv3 1/4] clone: respect additional configured fetch refspecs during initial fetch
 2017-05-26 13:30 UTC  (3+ messages)

[PATCH v2 0/7] PCRE v2, PCRE v1 JIT, log -P & fixes
 2017-05-26  9:49 UTC  (11+ 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 7/7] grep: add support for PCRE v2

Hide decorations in git log
 2017-05-26  8:48 UTC  (4+ messages)

Bug report: Corrupt pack file after committing a large file (>4 GB?)
 2017-05-26  6:46 UTC  (3+ messages)

`pull --rebase --autostash` fails when fast forward in dirty repo
 2017-05-26  5:58 UTC  (8+ messages)

[PATCH] docs/config.txt: fix indefinite article in core.fileMode description
 2017-05-26  3:48 UTC  (2+ messages)

What's cooking in git.git (May 2017, #06; Mon, 22)
 2017-05-26  3:35 UTC  (17+ messages)
  ` [PATCH v3 00/13] reporting unexpected errors after (f)open
    ` [PATCH v3 01/13] git_fopen: fix a sparse 'not declared' warning
    ` [PATCH v3 02/13] use xfopen() in more places
    ` [PATCH v3 03/13] clone: use xfopen() instead of fopen()
    ` [PATCH v3 04/13] config.mak.uname: set FREAD_READS_DIRECTORIES for Linux and FreeBSD
    ` [PATCH v3 05/13] config.mak.uname: set FREAD_READS_DIRECTORIES for Darwin, too
    ` [PATCH v3 06/13] wrapper.c: add and use warn_on_fopen_errors()
    ` [PATCH v3 07/13] wrapper.c: add and use fopen_or_warn()
    ` [PATCH v3 08/13] wrapper.c: make warn_on_inaccessible() static
    ` [PATCH v3 09/13] print errno when reporting a system call error
    ` [PATCH v3 10/13] rerere.c: move error_errno() closer to the source system call
    ` [PATCH v3 11/13] log: fix memory leak in open_next_file()
    ` [PATCH v3 12/13] wrapper: factor out is_missing_file_error()
    ` [PATCH v3 13/13] is_missing_file_error(): work around EINVAL on Windows

[PATCH v4 10/10] rebase -i: rearrange fixup/squash lines using the rebase--helper
 2017-05-26  3:16 UTC  (2+ messages)

[PATCH v4 05/10] rebase -i: also expand/collapse the SHA-1s via the rebase--helper
 2017-05-26  3:15 UTC  (2+ messages)

[PATCH v4 02/10] rebase -i: generate the script via rebase--helper
 2017-05-26  3:15 UTC  (2+ messages)

[PATCH v4 00/10] The final building block for a faster rebase -i
 2017-05-26  3:15 UTC  (2+ messages)

[PATCH v6 0/6] Fix clean -d and status --ignored
 2017-05-26  1:05 UTC  (5+ messages)
` [PATCH v6 6/6] clean: teach clean -d to preserve ignored paths

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

[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 "

[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 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

[PATCH 00/29] Add blame to libgit
 2017-05-25 12:56 UTC  (15+ messages)
` [PATCH 18/29] blame: move progess updates to a scoreboard callback
` [PATCH 20/29] blame: rework methods that determine 'final' commit
` [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 28/29] blame: move scoreboard setup to libgit

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

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


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