1
0
mirror of https://github.com/git/git.git synced 2024-11-18 20:53:55 +01:00
git/lib
Alexander Gavrilov 3ac31e4451 git-gui: Fix commit encoding handling.
Commits without an encoding header are supposed to
be encoded in utf8. While this apparently hasn't always
been the case, currently it is the active convention, so
it is better to follow it; otherwise people who have to
use commitEncoding on their machines are unable to read
utf-8 commits made by others.

I also think that it is preferrable to display the warning
about an unsupported value of commitEncoding more prominently,
because this condition may lead to surprising behavior and,
eventually, to loss of data.

Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2008-12-08 08:33:05 -08:00
..
about.tcl
blame.tcl git-gui: Fix commit encoding handling. 2008-12-08 08:33:05 -08:00
branch_checkout.tcl
branch_create.tcl
branch_delete.tcl
branch_rename.tcl
branch.tcl
browser.tcl
checkout_op.tcl
choose_font.tcl
choose_repository.tcl git-gui: Add the Show SSH Key item to the clone dialog. 2008-11-11 09:29:36 -08:00
choose_rev.tcl
class.tcl
commit.tcl git-gui: Fix commit encoding handling. 2008-12-08 08:33:05 -08:00
console.tcl
database.tcl
date.tcl
diff.tcl git-gui: Fix the after callback execution in rescan. 2008-11-16 13:33:09 -08:00
encoding.tcl
error.tcl
git-gui.ico
index.tcl
logo.tcl
merge.tcl
mergetool.tcl
option.tcl git-gui: Implement system-wide configuration handling. 2008-11-16 13:33:09 -08:00
remote_add.tcl
remote_branch_delete.tcl
remote.tcl
search.tcl git-gui: Fix the search bar destruction handler. 2008-11-16 14:02:13 -08:00
shortcut.tcl
spellcheck.tcl
sshkey.tcl git-gui: Add a dialog that shows the OpenSSH public key. 2008-11-01 16:01:23 -07:00
status_bar.tcl
tools_dlg.tcl git-gui: Allow Tools request arguments from the user. 2008-11-16 13:33:09 -08:00
tools.tcl git-gui: Implement automatic rescan after Tool execution. 2008-11-16 13:33:33 -08:00
transport.tcl git-gui: Teach start_push_anywhere_action{} to notice when remote is a mirror. 2008-12-02 07:20:19 -08:00
win32_shortcut.js
win32.tcl