summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
cbbf2d1)
When quickly scrolling through commits with the split diff view, they was
spewing 'Broken pipe' messages onto the screen.
"git ls-remote . 2>/dev/null"
#define TIG_DIFF_CMD \
"git ls-remote . 2>/dev/null"
#define TIG_DIFF_CMD \
- "git show --patch-with-stat --find-copies-harder -B -C %s"
+ "git show --patch-with-stat --find-copies-harder -B -C %s 2>/dev/null"
- "git log --cc --stat -n100 %s"
+ "git log --cc --stat -n100 %s 2>/dev/null"
- "git log --topo-order --pretty=raw %s"
+ "git log --topo-order --pretty=raw %s 2>/dev/null"
/* XXX: Needs to be defined to the empty string. */
#define TIG_HELP_CMD ""
/* XXX: Needs to be defined to the empty string. */
#define TIG_HELP_CMD ""