38 Commits (c0e809e5c027443d6f77714a1c5f8c6233ca0a20)

Author SHA1 Message Date
Jeff King 2156435ff2 help: respect aliases 17 years ago
Jeff King 41eb33bd0c help: use parseopt 17 years ago
Christian Couder 9886ea417b help.c: use 'git_config_string' to get 'help_default_format'. 17 years ago
Junio C Hamano b51b2bb4c3 help.c: guard config parser from value=NULL 17 years ago
Christian Couder 5884f1fe96 Rename 'git-help--browse.sh' to 'git-web--browse.sh'. 17 years ago
Christian Couder caa87713bc help--browse: add '--config' option to check a config option for a browser. 17 years ago
Christian Couder 482cce8205 help: make 'git-help--browse' usable outside 'git-help'. 17 years ago
Jeff King d7e522cffb rename git-browse--help to git-help--browse 17 years ago
Junio C Hamano 5b4617c749 Rename git-browse-help helper to git-browse--help 17 years ago
Christian Couder 70087cdbd3 git-help: add "help.format" config variable. 17 years ago
Junio C Hamano a149a1a44a git-help -i: show info documentation from matching version of git 17 years ago
Junio C Hamano 78d39f98f3 git-help -i: invoke info with document and node name 17 years ago
Christian Couder 5d6491c7c7 git-help: add -w|--web option to display html man page in a browser. 17 years ago
Sergei Organov 8e566f24b3 Let git-help prefer man-pages installed with this version of git 17 years ago
Christian Couder df55c9cbc3 git-help: add -i|--info option to display info page. 17 years ago
Johannes Sixt 80bbe72b76 Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h. 17 years ago
Theodore Ts'o 15f80a539b Remove hint to use "git help -a" 17 years ago
Junio C Hamano f3fa183802 Style: place opening brace of a function definition at column 1 17 years ago
Scott R Parish 1eb056905a include $PATH in generating list of commands for "help -a" 17 years ago
Scott R Parish 0966003c8e list_commands(): simplify code by using chdir() 17 years ago
Scott R Parish edb6ddc53e remove unused/unneeded "pattern" argument of list_commands 17 years ago
Scott R Parish 3d7e2d857a "git" returns 1; "git help" and "git help -a" return 0 17 years ago
Junio C Hamano a238917ba4 help: remove extra blank line after "See 'git --help'" message 17 years ago
Jari Aalto b5d21a4b68 On error, do not list all commands, but point to --help option 17 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
James Bowes c6e0caa384 use xrealloc in help.c 18 years ago
James Bowes 3301521a25 use xmalloc in git.c and help.c 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Ren,bi(B Scharfe 4f75b115d7 Avoid ugly linewrap in git help 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Jonas Fonseca 2d7320d0b0 Use xmalloc instead of malloc 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
Junio C Hamano f754fa9c54 builtins: Makefile clean-up 19 years ago
Ramsay Allan Jones 822a7d5071 Remove cmd_usage() routine and re-organize the help/usage code. 19 years ago
Linus Torvalds a633fca0c0 Call setup_git_directory() much earlier 19 years ago
Johannes Schindelin 6acbcb927f git wrapper: add --git-dir=<path> and --bare options 19 years ago
Pavel Roskin 82e5a82fd7 Fix more typos, primarily in the code 19 years ago
Linus Torvalds 83aa18eade Fix "git help -a" terminal autosizing 19 years ago
Linus Torvalds 70827b15bf Split up builtin commands into separate files from git.c 19 years ago