-
- Downloads
Merge branch 'jk/diff-cc-stat-fixes'
"git diff --color-moved --cc --stat -p" did not work well due to funny interaction between a bug in color-moved and the rest, which has been fixed. * jk/diff-cc-stat-fixes: combine-diff: treat --dirstat like --stat combine-diff: treat --summary like --stat combine-diff: treat --shortstat like --stat combine-diff: factor out stat-format mask diff: clear emitted_symbols flag after use t4006: resurrect commented-out tests
No related branches found
No related tags found
Showing
- combine-diff.c 11 additions, 6 deletionscombine-diff.c
- diff.c 3 additions, 1 deletiondiff.c
- t/t4006-diff-mode.sh 32 additions, 23 deletionst/t4006-diff-mode.sh
- t/t4013-diff-various.sh 9 additions, 0 deletionst/t4013-diff-various.sh
- t/t4013/diff.diff-tree_--cc_--shortstat_master 4 additions, 0 deletionst/t4013/diff.diff-tree_--cc_--shortstat_master
- t/t4013/diff.diff-tree_--cc_--summary_REVERSE 6 additions, 0 deletionst/t4013/diff.diff-tree_--cc_--summary_REVERSE
- t/t4013/diff.diff_--dirstat_--cc_master~1_master 3 additions, 0 deletionst/t4013/diff.diff_--dirstat_--cc_master~1_master
- t/t4066-diff-emit-delay.sh 79 additions, 0 deletionst/t4066-diff-emit-delay.sh
t/t4066-diff-emit-delay.sh
0 → 100755
Please register or sign in to comment