git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-06-28 09:54:49 to 2017-06-30 20:53:29 UTC [more...]

[PATCH 00/25] Reroll of sb/diff-color-moved
 2017-06-30 20:52 UTC  (38+ messages)
` [PATCH 01/25] diff.c: readability fix
` [PATCH 02/25] diff.c: move line ending check into emit_hunk_header
` [PATCH 03/25] diff.c: factor out diff_flush_patch_all_file_pairs
` [PATCH 04/25] diff.c: introduce emit_diff_symbol
` [PATCH 05/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_CONTEXT_MARKER
` [PATCH 06/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_CONTEXT_FRAGINFO
` [PATCH 07/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_NO_LF_EOF
` [PATCH 08/25] diff.c: migrate emit_line_checked to use emit_diff_symbol
` [PATCH 09/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_WORDS[_PORCELAIN]
` [PATCH 10/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_CONTEXT_INCOMPLETE
` [PATCH 11/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_FILEPAIR_{PLUS, MINUS}
` [PATCH 12/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_HEADER
` [PATCH 13/25] diff.c: emit_diff_symbol learns about DIFF_SYMBOL_BINARY_FILES
` [PATCH 14/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_REWRITE_DIFF
` [PATCH 15/25] submodule.c: migrate diff output to use emit_diff_symbol
` [PATCH 16/25] diff.c: convert emit_binary_diff_body "
` [PATCH 17/25] diff.c: convert show_stats "
` [PATCH 18/25] diff.c: convert word diffing "
` [PATCH 19/25] diff.c: emit_diff_symbol learns about DIFF_SYMBOL_STAT_SEP
` [PATCH 20/25] diff.c: emit_diff_symbol learns about DIFF_SYMBOL_SUMMARY
` [PATCH 21/25] diff.c: buffer all output if asked to
` [PATCH 22/25] diff.c: color moved lines differently
` [PATCH 23/25] diff.c: color moved lines differently, plain mode
` [PATCH 24/25] diff.c: add dimming to moved line detection
` [PATCH 25/25] diff: document the new --color-moved setting
` [PATCHv2 00/25] Reroll of sb/diff-color-moved
  ` [PATCHv2 01/25] diff.c: readability fix
  ` [PATCHv2 02/25] diff.c: move line ending check into emit_hunk_header
  ` [PATCHv2 06/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_CONTEXT_FRAGINFO
  ` [PATCHv2 07/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_NO_LF_EOF

[PATCH v8 0/6] convert: add "status=delayed" to filter process protocol
 2017-06-30 20:44 UTC  (11+ messages)
` [PATCH v8 1/6] t0021: keep filter log files on comparison
` [PATCH v8 2/6] t0021: make debug log file name configurable
` [PATCH v8 3/6] t0021: write "OUT <size>" only on success
` [PATCH v8 4/6] convert: put the flags field before the flag itself for consistent style
` [PATCH v8 5/6] convert: move multiple file filter error handling to separate function
` [PATCH v8 6/6] convert: add "status=delayed" to filter process protocol

[PATCH v9 0/7] convert: add "status=delayed" to filter process protocol
 2017-06-30 20:41 UTC  (8+ messages)
` [PATCH v9 1/7] t0021: keep filter log files on comparison
` [PATCH v9 2/7] t0021: make debug log file name configurable
` [PATCH v9 3/7] t0021: write "OUT <size>" only on success
` [PATCH v9 4/7] convert: put the flags field before the flag itself for consistent style
` [PATCH v9 5/7] convert: move multiple file filter error handling to separate function
` [PATCH v9 6/7] convert: refactor capabilities negotiation
` [PATCH v9 7/7] convert: add "status=delayed" to filter process protocol

[GSoC] Update: Week 6
 2017-06-30 20:11 UTC  (10+ messages)
` [GSoC][PATCH 1/6 v2] submodule--helper: introduce for_each_submodule_list
` [GSoC][PATCH 1/5 v3] submodule--helper: introduce get_submodule_displaypath()
  ` [GSoC][PATCH 2/5 v3] submodule--helper: introduce for_each_submodule_list()
  ` [GSoC][PATCH 3/5 v3] submodule: port set_name_rev() from shell to C
  ` [GSoC][PATCH 4/5 v3] submodule: port submodule subcommand 'status' "
  ` [GSoC][PATCH 5/5 v3] submodule: port submodule subcommand 'sync' "

[PATCH 0/2] Introduce data field in hashmap and migrate docs to header
 2017-06-30 19:50 UTC  (25+ messages)
` [PATCH 1/2] hashmap.h: compare function has access to a data field
` [PATCH 2/2] hashmap: migrate documentation from Documentation/technical into header
` [PATCHv2 0/2] Introduce data field in hashmap and migrate docs to header
  ` [PATCHv2 1/2] hashmap.h: compare function has access to a data field
  ` [PATCHv2 2/2] hashmap: migrate documentation from Documentation/technical into header
  ` [PATCHv3 0/3] Introduce data field in hashmap and migrate docs to header
    ` [PATCHv3 1/3] hashmap.h: compare function has access to a data field
    ` [PATCHv3 2/3] patch-ids.c: use hashmap correctly
    ` [PATCHv3 3/3] hashmap: migrate documentation from Documentation/technical into header

Warning suggestion for git stash drop
 2017-06-30 19:21 UTC  (5+ messages)

RFC: Missing blob hook might be invoked infinitely recursively
 2017-06-30 18:28 UTC  (3+ messages)

[PATCH] merge-recursive: use DIFF_XDL_SET macro
 2017-06-30 17:54 UTC  (2+ messages)

git log use of date format differs between Command Line and script usage
 2017-06-30 17:29 UTC  (4+ messages)

[PATCH v3 05/30] log: make --regexp-ignore-case work with --perl-regexp
 2017-06-30 17:20 UTC  (20+ messages)
` [PATCH 0/5] grep: remove redundant code & reflags from API
  ` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] grep: remove redundant double assignment to 0
  ` [PATCH v2 2/6] grep: adjust a redundant grep pattern type assignment
  ` [PATCH v2 3/6] grep: remove redundant "fixed" field re-assignment to 0
  ` [PATCH v2 4/6] grep: remove redundant and verbose re-assignments "
  ` [PATCH v2 5/6] grep: remove regflags from the public grep_opt API
  ` [PATCH v2 6/6] grep: remove redundant REG_NEWLINE when compiling fixed regex
` [PATCH 1/5] grep: remove redundant double assignment to 0
` [PATCH 2/5] grep: remove redundant grep pattern type assignment
` [PATCH 3/5] grep: remove redundant "fixed" field re-assignment to 0
` [PATCH 4/5] grep: remove redundant and verbose re-assignments "
` [PATCH 5/5] grep: remove regflags from the public grep_opt API

[PATCH] hooks: add signature to the top of the commit message
 2017-06-30 16:44 UTC  (2+ messages)

Bug with automated processing of git status results
 2017-06-30 16:28 UTC  (5+ messages)
    ` [PATCH] status: suppress additional warning output in plumbing modes

[PATCH] git-p4: changelist template with p4 -G change -o
 2017-06-30 16:02 UTC  (13+ messages)
` [PATCH] git-p4: parse marshal output "p4 -G" in p4 changes

[PATCH 0/5] Move unquote_path() from git-add--interactive.perl to Git.pm
 2017-06-30 15:06 UTC  (9+ messages)
` [PATCH 0/4] Move unquote_path "
  ` [PATCH 1/4] add -i move unquote_path() "
  ` [PATCH 2/4] Git::unquote_path() Handle '\a'
  ` [PATCH 3/4] Git::unquote_path() throw an exception on bad path
  ` [PATCH 4/4] Add tests for Git::unquote_path()

[PATCH/RFC] commit-template: improve readability of commit template
 2017-06-30 14:52 UTC  (19+ messages)
      ` [PATCH] "
          ` [PATCH 1/2] commit-template: remove outdated notice about explicit paths
            ` [PATCH 2/2] commit-template: add new line before status information
                  ` [PATCH 2/2] commit-template: distinguish status information unconditionally

speeding up git pull from a busy gerrit instance over a slow link?
 2017-06-30 12:28 UTC 

git send-email (w/o Cc: stable)
 2017-06-30  7:08 UTC 

git-gui: Error on restoring defaults
 2017-06-30  5:22 UTC  (2+ messages)

[PATCH] recursive submodules: detach HEAD from new state, keeping branches sane
 2017-06-30  0:38 UTC 

[PATCH 0/6] Fixing up sb/diff-color-moved
 2017-06-29 23:51 UTC  (14+ messages)
` [PATCH 2/6] diff.c: change the default for move coloring to zebra
` [PATCH 5/6] diff.c: omit uninteresting moved lines
` [PATCH 6/6] diff.c: detect blocks despite whitespace changes

Bug: Cannot kill Nodejs process using ctrl + c
 2017-06-29 20:12 UTC  (3+ messages)

[PATCH] completion: optionally disable checkout DWIM
 2017-06-29 20:03 UTC 

[PATCH v4 0/6] Add a FREE_AND_NULL() wrapper macro
 2017-06-28 23:15 UTC  (14+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v4 4/6] coccinelle: add a rule to make "expression" code use FREE_AND_NULL()

What's cooking in git.git (Jun 2017, #08; Wed, 28)
 2017-06-28 22:13 UTC 

[PATCH 0/3] update sha1dc from PR #36
 2017-06-28 22:02 UTC  (5+ messages)
` [PATCH v2 "

[PATCH] submodule--helper: do not call utf8_fprintf() unnecessarily
 2017-06-28 21:18 UTC  (4+ messages)

[PATCH 0/3] WIP list-objects and pack-objects for partial clone
 2017-06-28 17:54 UTC  (5+ messages)
` [PATCH 1/3] list-objects: add filter_blob to traverse_commit_list

[PATCH/RFC v1 1/1] cygwin: Allow pushing to UNC paths
 2017-06-28 17:40 UTC  (2+ messages)

[PATCH] t1450: use egrep for regexp "alternation"
 2017-06-28 17:17 UTC 

Solaris 11.3 SPARC grep problem with t1450-fsck.sh
 2017-06-28 17:15 UTC  (4+ messages)

Bug: submodules of submodules use absolute gitdir in .git file (instead of relative)
 2017-06-28 12:30 UTC  (4+ 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).