git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-05-22 19:48:39 to 2017-05-24 21:41:11 UTC [more...]

[PATCHv5 00/17] Diff machine: highlight moved lines
 2017-05-24 21:40 UTC  (8+ 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 07/17] diff.c: convert emit_rewrite_diff to use emit_line_*
  ` [PATCHv5 09/17] submodule.c: convert show_submodule_summary to use emit_line_fmt

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

[Bug] cloning a repository with a default MASTER branch tries to check out the master branch
 2017-05-24 14:19 UTC  (6+ messages)
` [Non-Bug] "

[PATCH v2 0/6] Fast git status via a file system watcher
 2017-05-24 13:12 UTC  (6+ 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 6/6] fsmonitor: add a sample query-fsmonitor hook script for Watchman

[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 v3 00/30] Easy to review grep & pre-PCRE changes
 2017-05-24  7:37 UTC  (16+ messages)
` [PATCH v2 0/7] PCRE v2, PCRE v1 JIT, log -P & fixes
` [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/25] Prepare to separate out a packed_ref_store
 2017-05-24  7:21 UTC  (7+ messages)
` [PATCH v2 25/25] cache_ref_iterator_begin(): avoid priming unneeded directories

[PATCH 00/29] Add blame to libgit
 2017-05-24  7:08 UTC  (31+ 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 0/2] Fix warnings on access of a remote with Windows paths
 2017-05-24  5:45 UTC  (11+ messages)

[PATCH v4 0/6] Fix clean -d and status --ignored
 2017-05-24  4:14 UTC  (26+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v4 6/6] clean: teach clean -d to skip dirs containing ignored files
` [PATCH v5 0/6] Fix clean -d and status --ignored
  ` [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 v5 1/6] t7300: clean -d should skip dirs with ignored files
` [PATCH v5 2/6] t7061: status --ignored should search untracked dirs
` [PATCH v5 3/6] dir: recurse into untracked dirs for ignored files
` [PATCH v5 4/6] dir: hide untracked contents of untracked dirs
` [PATCH v5 5/6] dir: expose cmp_name() and check_contains()
` [PATCH v5 6/6] clean: teach clean -d to preserve ignored paths

[WIP/RFC 00/23] repository object
 2017-05-24  1:57 UTC  (9+ messages)
` [WIP/RFC 17/23] repo: introduce new "

Passing revs to git-bundle-create via stdin
 2017-05-24  1:44 UTC  (3+ 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)

`pull --rebase --autostash` fails when fast forward in dirty repo
 2017-05-23 22:40 UTC  (3+ 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  (9+ 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)

What's cooking in git.git (May 2017, #07; Tue, 23)
 2017-05-23 19:50 UTC  (4+ messages)

[PATCHv2 0/6] Add option to recurse into submodules
 2017-05-23 18:52 UTC  (8+ messages)
` [PATCHv2 1/6] submodule.c: add has_submodules to check if we have any submodules
` [PATCHv2 2/6] submodule test invocation: only pass additional arguments
` [PATCHv2 6/6] builtin/push.c: respect 'submodule.recurse' option

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

BUG: The .gitignore rules can't be made to cross submodule boundaries
 2017-05-23 17:51 UTC  (4+ messages)

[PATCH v5] send-email: --batch-size to work around some SMTP server limit
 2017-05-23 12:55 UTC  (5+ messages)
  `  "

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

How do I see “merge events” in history?
 2017-05-23 12:20 UTC  (2+ messages)

[PATCHv3 0/4] clone: respect configured fetch respecs during initial fetch
 2017-05-23 12:06 UTC  (6+ messages)
` [PATCHv3 4/4] clone: use free_refspec() to free refspec list

git --merge and option parsing
 2017-05-23 11:39 UTC  (2+ messages)

[PATCH] tag: duplicate mention of --contains should mention --no-contains
 2017-05-23  9:43 UTC  (2+ messages)

[PATCH v2 0/7] Abide by our own rules regarding line endings
 2017-05-23  9:01 UTC  (6+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] Fix build with core.autocrlf=true

[PATCH v4 0/4] convert: add "status=delayed" to filter process protocol
 2017-05-23  8:43 UTC  (8+ messages)
` [PATCH v4 4/4] "

Git 2.13 silent install
 2017-05-23  7:38 UTC  (4+ messages)

[PATCH] Documentation: Fix reference to isExists for interpret-trailers
 2017-05-23  6:06 UTC  (3+ messages)

[PATCH] Documentation: Fix formatting typo in pretty-formats.txt
 2017-05-23  5:46 UTC  (2+ messages)

What's cooking in git.git (May 2017, #06; Mon, 22)
 2017-05-23  5:14 UTC  (5+ messages)

[Bug] git branch -v has problems with carriage returns
 2017-05-23  3:01 UTC  (7+ messages)
` [PATCH] ref-filter: treat CRLF as same as LF in find_subpos

[PATCH] usage: fix a sparse 'redeclared with different type' error
 2017-05-23  1:02 UTC  (3+ messages)

[PATCH 1/2] refs: Add for_each_worktree_ref for iterating over all worktree HEADs
 2017-05-22 22:52 UTC  (5+ messages)
` [PATCH v2 "

[GSoC][PATCH v1 1/2] submodule: port set_name_rev from shell to C
 2017-05-22 21:28 UTC  (3+ messages)
` [GSoC][PATCH v1 2/2] submodule: port submodule subcommand status

[PATCH v2] ref-filter: trim end whitespace in subject
 2017-05-22 20:19 UTC  (5+ messages)
` [PATCH v3] "


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