164 Commits (9a1d16989fd8ab14c1831e143c39d29fe9192df1)

Author SHA1 Message Date
Kashav Madan 0fc8ed154c help: make auto-correction prompt more consistent 3 years ago
Ævar Arnfjörð Bjarmason 06fa4db3f7 help: move column config discovery to help.c library 3 years ago
Azeem Bande-Ali dc66e3c799 help.c: help.autocorrect=prompt waits for user action 4 years ago
Drew DeVault 644bb953ce help.c: help.autocorrect=never means "do not compute suggestions" 4 years ago
Johannes Schindelin 722fc37491 help: do not expect built-in commands to be hardlinked 4 years ago
Jeff King f1de981e8b config: fix leaks from git_config_get_string_const() 5 years ago
Philippe Blain 0371a764d2 help: drop usage of 'common' and 'useful' for guides 5 years ago
Emily Shaffer 39f4919dc5 help: add shell-path to --build-options 5 years ago
Emily Shaffer 617d57195a bugreport: gather git version and build info 5 years ago
Emily Shaffer 709df95b78 help: move list_config_help to builtin/help 5 years ago
Elijah Newren 96c0caf5e3 Fix spelling errors in messages shown to users 5 years ago
René Scharfe 80e3658647 help: make help_unknown_ref() NORETURN 6 years ago
Jeff King 2ed2e19958 help_unknown_ref(): check for refname ambiguity 6 years ago
Jeff King 8ed51b0666 help_unknown_ref(): duplicate collected refnames 6 years ago
Jeff King 057ab54b66 completion: fix multiple command removals 6 years ago
Jeff King 83b0ecf333 git: read local config in --list-cmds 6 years ago
Nguyễn Thái Ngọc Duy 6195a76da4 help: align the longest command in the command listing 6 years ago
Johannes Schindelin 1c4b985965 help -a: handle aliases with long names gracefully 6 years ago
Nguyễn Thái Ngọc Duy 26c7d06783 help -a: improve and make --verbose default 6 years ago
Han-Wen Nienhuys bf1a11f0a1 sideband: highlight keywords in remote sideband output 7 years ago
Max Kirillov 6c213e863a http-backend: respect CONTENT_LENGTH for receive-pack 7 years ago
Nguyễn Thái Ngọc Duy e17ca92637 completion: drop the hard coded list of config vars 7 years ago
Nguyễn Thái Ngọc Duy 3ac68a93fd help: add --config to list all available config 7 years ago
Nguyễn Thái Ngọc Duy 6532f3740b completion: allow to customize the completable command list 7 years ago
Nguyễn Thái Ngọc Duy 1b81d8cb19 help: use command-list.txt for the source of guides 7 years ago
Nguyễn Thái Ngọc Duy 63eae83f8f help: add "-a --verbose" to list all commands with synopsis 7 years ago
Nguyễn Thái Ngọc Duy 3c7777672b git: support --list-cmds=list-<category> 7 years ago
Nguyễn Thái Ngọc Duy 6bb2dc0b94 completion: implement and use --list-cmds=main,others 7 years ago
Nguyễn Thái Ngọc Duy cfb22a02ab help: use command-list.h for common command list 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
Johannes Schindelin ed32b788c0 version --build-options: report commit, too, if possible 7 years ago
Eric Sunshine b22894049f version --build-options: also report host CPU 7 years ago
Marc Branchaud 968b1fe263 auto-correct: tweak phrasing 8 years ago
Ævar Arnfjörð Bjarmason 88ce3ef636 *.[ch] refactoring: make use of the FREE_AND_NULL() macro 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Johannes Schindelin 659fef199f help: use early config when autocorrecting aliases 8 years ago
Jeff King b48cbfc5e6 version: convert to parse-options 8 years ago
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