author | Johannes Sixt <j6t@kdbg.org> | |
Tue, 28 Apr 2009 12:03:54 +0000 (14:03 +0200) | ||
committer | Paul Mackerras <paulus@samba.org> | |
Sat, 16 May 2009 11:08:05 +0000 (21:08 +1000) | ||
commit | b5cda49040f77334dc08485e3f36ef8c8f2928b4 | |
tree | 8246cb0aa5fd052dae6fb7e4639ff5247d0b0e32 | tree | snapshot |
parent | 5e402e54e7f0d9eaa85987ced8913f2709f2be5c | commit | diff |
gitk: Use --textconv to generate diff text
For the most part gitk's focus is on showing history and changes in
a human readable form. For this reason, it makes sense to generate
the patch text in the diff view using --textconv so that textconv
drivers are used if they are defined.
gitk can also generate patches, but we do not use --textconv because
such patches could not be applied.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
For the most part gitk's focus is on showing history and changes in
a human readable form. For this reason, it makes sense to generate
the patch text in the diff view using --textconv so that textconv
drivers are used if they are defined.
gitk can also generate patches, but we do not use --textconv because
such patches could not be applied.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk | diff | blob | history |