64 Commits (bbd7f45884ca379e3cd28bb5fb8e804bcfb3360c)

Author SHA1 Message Date
Philippe Blain 0371a764d2 help: drop usage of 'common' and 'useful' for guides 5 years ago
Emily Shaffer 709df95b78 help: move list_config_help to builtin/help 5 years ago
Jeff King f5914f4b6b parse_config_key(): return subsection len as size_t 5 years ago
Nguyễn Thái Ngọc Duy 5a59a2301f completion: add more parameter value completion 6 years ago
Rasmus Villemoes e6e76baaf4 help: redirect to aliased commands for "git cmd --help" 6 years ago
Nguyễn Thái Ngọc Duy 26c7d06783 help -a: improve and make --verbose default 6 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 65b5f9483e Move declaration for alias.c to alias.h 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
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
Brandon Williams 8adda462a2 help: rename 'new' variables 7 years ago
Kaartic Sivaraam b3a8076e0d help: change a message to be more precise 8 years ago
Rene Scharfe bad0e2c6a8 help: release strbuf on error return in exec_woman_emacs() 8 years ago
Rene Scharfe 7246218667 help: release strbuf on error return in exec_man_man() 8 years ago
Rene Scharfe a981a9f0e7 help: release strbuf on error return in exec_man_konqueror() 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Ralf Thielow af74128f4a help: introduce option --exclude-guides 9 years ago
Johannes Schindelin 6db5967d4e Revert "display HTML in default browser using Windows' shell API" 9 years ago
Nguyễn Thái Ngọc Duy 574774980c builtin/help.c: use warning_errno() 9 years ago
Jeff King 96ffc06f72 convert trivial cases to FLEX_ARRAY macros 9 years ago
Jeff King eddda37144 convert strncpy to memcpy 9 years ago
Jeff King 4c9ac3bfaa help: clean up kfmclient munging 9 years ago
Jeff King acd47eec99 help: drop prepend function in favor of xstrfmt 10 years ago
Stefan Beller fd2014d42b builtin/help.c: fix memory leak 10 years ago
Kyle J. McKay b680a86a86 help.c: use SHELL_PATH instead of hard-coded "/bin/sh" 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Junio C Hamano 59362e560d system_path(): always return free'able memory to the caller 10 years ago
Philip Oakley 673151a9bb doc: add 'everyday' to 'git help' 10 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Sebastian Schuberth c6127fa3e2 builtin/help.c: speed up is_git_command() by checking for builtin commands first 11 years ago
Sebastian Schuberth a3c5263438 builtin/help.c: call load_command_list() only when it is needed 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Phil Hord 09b7e2204a fix "builtin-*" references to be "builtin/*" 12 years ago
Simon Ruderich 3561e605bc help: mark common_guides[] as translatable 12 years ago
Philip Oakley 002b726a40 builtin/help.c: add list_common_guides_help() function 12 years ago
Philip Oakley 65f98358c0 builtin/help.c: add --guide option 12 years ago
Philip Oakley 15f7d49438 builtin/help.c: split "-a" processing into two 12 years ago
Jeff King 4d5c6cefd5 help: use parse_config_key for man config 12 years ago
Junio C Hamano 1542d4cdad help: include <common-cmds.h> only in one file 12 years ago
Nguyễn Thái Ngọc Duy 68918696cc i18n: help: mark parseopt strings for translation 13 years ago
Chris Webb 86272b4ffe Allow help.htmlpath to be a URL prefix 13 years ago
Chris Webb 89a852efb9 Add config variable to set HTML path for git-help --web 13 years ago
Pat Thoyts d0408c0c8c Restore use of 'help.format' configuration property in 'git help' 13 years ago
Vincent van Ravesteijn 1cc8af044c help: use HTML as the default help format on Windows 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
Thomas Rast 5d314759d7 Cast execl*() NULL sentinels to (char *) 15 years ago