115 Commits (5306ccf9e9ec7204eef409e90b57ddf23b8f5ca6)

Author SHA1 Message Date
Jean-Noel Avila 6c48686263 usability: don't ask questions if no reply is required 8 years ago
Brandon Williams 38124a40e4 run-command: expose is_executable function 8 years ago
Heiko Voigt c755015f79 help: improve is_executable() on Windows 8 years ago
René Scharfe 9ed0d8d6e6 use QSORT 8 years ago
Jeff King 6b9c38e14c t0006: skip "far in the future" test when unsigned long is not long enough 9 years ago
Jeff King 96ffc06f72 convert trivial cases to FLEX_ARRAY macros 9 years ago
Johannes Sixt 2024d31765 help.c: wrap wait-only poll() invocation in sleep_millisec() 10 years ago
Michael Haggerty 91d6e94ea6 append_similar_ref(): rewrite to take an object_id argument 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
Sébastien Guimmara 224147704a help: respect new common command grouping 10 years ago
Stefan Beller d333ac1785 help: fix the size passed to qsort 11 years ago
Jeff King 26936bfd9b use strip_suffix instead of ends_with in simple cases 11 years ago
Jeff King 2975c770ca replace has_extension with ends_with 11 years ago
Jeff King de8118e153 use skip_prefix to avoid repeated calculations 11 years ago
Jeff King 95b567c7c3 use skip_prefix to avoid repeating strings 11 years ago
Jeff King ae021d8791 use skip_prefix to avoid magic numbers 11 years ago
Ralf Thielow d10cb3dfab help.c: rename function "pretty_print_string_list" 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Ramsay Jones f66450ae94 cygwin: Remove the Win32 l/stat() implementation 12 years ago
Vikrant Varma e56181060e help: add help_unknown_ref() 12 years ago
Jonathan Nieder 380395d094 mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVE 12 years ago
David Aguilar f2de0b9793 help.c: add a compatibility comment to cmd_version() 12 years ago
Junio C Hamano 1542d4cdad help: include <common-cmds.h> only in one file 12 years ago
Junio C Hamano 6a17f583f4 help.c::exclude_cmds(): plug a leak 13 years ago
Jeff King 4a15758f2e help.c::uniq: plug a leak 13 years ago
Jeff King 816fb46be6 move git_version_string into version.c 13 years ago
Matthieu Moy c41494f8c8 Reduce cost of deletion in levenstein distance (4 -> 3) 13 years ago
Nguyễn Thái Ngọc Duy dbfae68969 help: reuse print_columns() for help -a 13 years ago
Nguyễn Thái Ngọc Duy 4470ef9497 help: replace underlining "help -a" headers using hyphens with a blank line 13 years ago
Nguyễn Thái Ngọc Duy 9665627d8c i18n: help: mark strings for translation 13 years ago
Zbigniew Jędrzejewski-Szmek ad6c3739a3 pager: find out the terminal width before spawning the pager 13 years ago
Michael Schubert 823e0ded8a help_unknown_cmd: do not propose an "unknown" cmd 14 years ago
Ramsay Jones b8a9733377 help.c: Fix detection of custom merge strategy on cygwin 14 years ago
Erik Faye-Lund 6612b9e471 help: always suggest common-cmds if prefix of cmd 14 years ago
Pete Harlan 7283bbc70a Remove hyphen from "git-command" in two error messages 15 years ago
Johannes Sixt 06500a0299 help.autocorrect: do not run a command if the command given is junk 15 years ago
Frank Li 71064e3f86 Test for WIN32 instead of __MINGW32_ 16 years ago
Frank Li 0d30ad71fa Avoid declaration after statement 16 years ago
Ori Avtalion 57f6ec0290 Change mentions of "git programs" to "git commands" 16 years ago
Johan Herland 0b74f5dc3a help.c: give correct structure's size to memset() 16 years ago
Pierre Habouzit 98cb6f30f7 janitor: add DIV_ROUND_UP and use it. 16 years ago
Pieter de Bie 746c221ad0 git wrapper: also use aliases to correct mistyped commands 17 years ago
Alex Riesen f0e90716d4 Add help.autocorrect to enable/disable autocorrecting 17 years ago
Johannes Schindelin 8af84dadb1 git wrapper: DWIM mistyped commands 17 years ago
Alex Riesen 61c5d431de list_commands: only call git_exec_path if it is needed 17 years ago
Alex Riesen 1f08e5ce24 Allow git help work without PATH set 17 years ago
Alex Riesen e321180ed3 Remove calculation of the longest command name from where it is not used 17 years ago
Miklos Vajna 26463c8f7c Fix 'git help help' 17 years ago
Miklos Vajna 3d78d1f18f Builtin git-help. 17 years ago
Miklos Vajna 6e4a86d2ed builtin-help: always load_command_list() in cmd_help() 17 years ago