All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
5 preallocate_space=false
8 use_internal_edit=false
11 confirm_overwrite=true
13 confirm_history_cleanup=true
15 confirm_directory_hotlist_delete=false
16 confirm_view_dir=false
19 use_8th_bit_as_meta=false
20 mouse_move_pages_viewer=true
21 mouse_close_dialog=false
27 show_all_if_ambiguous=false
28 use_file_to_guess_type=true
29 alternate_plus_minus=false
30 only_leading_plus_minus=true
31 show_output_starts_shell=false
33 file_op_compute_totals=true
34 classic_progressbar=true
36 ftpfs_always_use_proxy=false
37 ftpfs_use_passive_connections=true
38 ftpfs_use_passive_connections_over_proxy=false
39 ftpfs_use_unix_list_options=true
40 ftpfs_first_cd_then_ls=true
41 ignore_ftp_chattr_errors=true
42 editor_fill_tabs_with_spaces=false
43 editor_return_does_auto_indent=false
44 editor_backspace_through_tabs=false
45 editor_fake_half_tabs=true
46 editor_option_save_position=true
47 editor_option_auto_para_formatting=false
48 editor_option_typewriter_wrap=false
49 editor_edit_confirm_save=true
50 editor_syntax_highlighting=true
51 editor_persistent_selections=true
52 editor_drop_selection_on_copy=true
53 editor_cursor_beyond_eol=false
54 editor_cursor_after_inserted_block=false
55 editor_visible_tabs=true
56 editor_visible_spaces=true
57 editor_line_state=false
58 editor_simple_statusbar=false
59 editor_check_new_line=false
60 editor_show_right_margin=false
61 editor_group_undo=true
62 editor_state_full_filename=true
63 editor_ask_filename_before_edit=false
64 nice_rotating_dash=true
65 mcview_remember_file_position=false
66 auto_fill_mkdir_name=true
67 copymove_persistent_attr=true
70 double_click_speed=250
71 old_esc_mode_timeout=1000000
73 num_history_items_recorded=60
75 ftpfs_directory_timeout=900
76 ftpfs_retry_seconds=30
77 fish_directory_timeout=900
79 editor_word_wrap_line_length=72
80 editor_option_save_mode=0
81 editor_backup_extension=~
82 editor_filesize_threshold=64M
83 editor_stop_format_chars=-+*\\,.;:&>
102 timeformat_recent=%b %e %H:%M
103 timeformat_old=%b %e %Y
105 ftpfs_password=anonymous@
106 display_codepage=UTF-8
107 source_codepage=Other_8_bit
125 fast_reload_msg_shown=false
127 reverse_files_only=true
128 auto_save_setup_panels=false
129 navigate_with_arrows=false
130 panel_scroll_pages=true
131 panel_scroll_center=false
132 mouse_move_pages=true
134 permission_mode=false
142 Find *.orig after patching=find . -name \\*.orig -print
143 Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm /011 \\) -o \\( -perm -02000 -a -perm /01 \\) \\) -print
144 Find rejects after patching=find . -name \\*.rej -print
145 Modified git files=git ls-files --modified