34 Commits (16163602bacb2804d00d599049a62b7af0b0b7b6)

Author SHA1 Message Date
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
Gary V. Vaughan 4b05548fc0 enums: omit trailing comma for portability 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Christian Couder 3caa82396c help: fix configured help format taking over command line one 15 years ago
David Aguilar af6fbf9f81 help: Do not unnecessarily look for a repository 15 years ago
Johannes Schindelin 7c3baa9abf help -a: do not unnecessarily look for a repository 16 years ago
Gerrit Pape a29aa47da7 help -i: properly error out if no info viewer can be found 16 years ago
Linus Torvalds 2af202be3d Fix various sparse warnings in the git source code 16 years ago
Johannes Sixt 4e2715fb98 Simplify some 'fprintf(stderr); return -1;' by using 'return error()' 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Felipe Contreras 4b25d091ba Fix a bunch of pointer declarations (codestyle) 16 years ago
Johannes Sixt 178b513eb7 builtin-help: silently tolerate unknown keys 16 years ago
Steffen Prohaska 026fa0d5ad Move computation of absolute paths from Makefile to runtime (in preparation for RUNTIME_PREFIX) 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 17 years ago
Romain Francoise 5059a42780 builtin-help: fallback to GIT_MAN_VIEWER before man 17 years ago
Alex Riesen c7371e992b Make main_cmds and other_cmds local to builtin-help.c 17 years ago
Alex Riesen e321180ed3 Remove calculation of the longest command name from where it is not used 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
Miklos Vajna 940208a771 builtin-help: make some internal functions available to other builtins 17 years ago
Johannes Schindelin f5d600e2dd Avoid chdir() in list_commands_in_dir() 17 years ago
Steffen Prohaska 4804aabcdb help (Windows): Display HTML in default browser using Windows' shell API 17 years ago
Steffen Prohaska 868da8d5e3 help.c: Add support for htmldir relative to git_exec_path() 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Christian Couder 2dce956e39 help: check early if we have a command, if not try a documentation topic 17 years ago
Johannes Sixt cc3b7a9732 Windows: Make 'git help -a' work. 17 years ago