index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
help.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix 'git help help'
Miklos Vajna
2008-08-22
1
-1
/
+2
*
Avoid chdir() in list_commands_in_dir()
Johannes Schindelin
2008-07-27
1
-2
/
+10
*
Merge branch 'sb/dashless'
Junio C Hamano
2008-07-17
1
-1
/
+1
|
\
|
*
Make usage strings dash-less
Stephan Beyer
2008-07-13
1
-1
/
+1
*
|
help (Windows): Display HTML in default browser using Windows' shell API
Steffen Prohaska
2008-07-13
1
-1
/
+13
*
|
help.c: Add support for htmldir relative to git_exec_path()
Steffen Prohaska
2008-07-13
1
-3
/
+5
|
/
*
Merge branch 'j6t/mingw'
Junio C Hamano
2008-07-03
1
-5
/
+28
|
\
|
*
Windows: Make 'git help -a' work.
Johannes Sixt
2008-06-26
1
-5
/
+28
*
|
help: check early if we have a command, if not try a documentation topic
Christian Couder
2008-06-28
1
-8
/
+14
|
/
*
Print info about "git help COMMAND" on git's main usage pages
Teemu Likonen
2008-06-06
1
-0
/
+2
*
Provide git_config with a callback-data parameter
Johannes Schindelin
2008-05-14
1
-3
/
+3
*
help: use "man.<tool>.cmd" as custom man viewer command
Christian Couder
2008-04-26
1
-18
/
+40
*
help: use man viewer path from "man.<tool>.path" config var
Christian Couder
2008-04-26
1
-19
/
+124
*
help: Add a missing OPT_END().
Christian Couder
2008-04-02
1
-0
/
+1
*
help: warn if specified 'man.viewer' is unsupported, instead of erroring out
Christian Couder
2008-03-13
1
-1
/
+1
*
help: implement multi-valued "man.viewer" config option
Christian Couder
2008-03-12
1
-78
/
+113
*
help: add "man.viewer" config var to use "woman" or "konqueror"
Christian Couder
2008-03-12
1
-1
/
+80
*
help: respect aliases
Jeff King
2008-02-25
1
-1
/
+32
*
help: use parseopt
Jeff King
2008-02-25
1
-64
/
+59
*
help.c: use 'git_config_string' to get 'help_default_format'.
Christian Couder
2008-02-18
1
-6
/
+2
*
Merge branch 'cc/browser'
Junio C Hamano
2008-02-17
1
-1
/
+17
|
\
|
*
Rename 'git-help--browse.sh' to 'git-web--browse.sh'.
Christian Couder
2008-02-05
1
-1
/
+1
|
*
help--browse: add '--config' option to check a config option for a browser.
Christian Couder
2008-02-05
1
-1
/
+1
|
*
help: make 'git-help--browse' usable outside 'git-help'.
Christian Couder
2008-02-05
1
-1
/
+17
*
|
help.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-0
/
+2
|
/
*
rename git-browse--help to git-help--browse
Jeff King
2007-12-16
1
-1
/
+1
*
Rename git-browse-help helper to git-browse--help
Junio C Hamano
2007-12-15
1
-1
/
+1
*
git-help: add "help.format" config variable.
Christian Couder
2007-12-15
1
-2
/
+62
*
git-help -i: show info documentation from matching version of git
Junio C Hamano
2007-12-10
1
-0
/
+1
*
git-help -i: invoke info with document and node name
Junio C Hamano
2007-12-10
1
-1
/
+1
*
Merge branch 'master' into cc/help
Junio C Hamano
2007-12-10
1
-0
/
+22
|
\
|
*
Let git-help prefer man-pages installed with this version of git
Sergei Organov
2007-12-08
1
-0
/
+22
*
|
git-help: add -w|--web option to display html man page in a browser.
Christian Couder
2007-12-09
1
-15
/
+19
*
|
git-help: add -i|--info option to display info page.
Christian Couder
2007-12-04
1
-8
/
+27
|
/
*
Merge branch 'tt/help'
Junio C Hamano
2007-12-02
1
-1
/
+0
|
\
|
*
Remove hint to use "git help -a"
Theodore Ts'o
2007-11-14
1
-1
/
+0
*
|
Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h.
Johannes Sixt
2007-11-15
1
-1
/
+0
|
/
*
Style: place opening brace of a function definition at column 1
Junio C Hamano
2007-11-09
1
-1
/
+2
*
include $PATH in generating list of commands for "help -a"
Scott R Parish
2007-10-30
1
-37
/
+120
*
list_commands(): simplify code by using chdir()
Scott R Parish
2007-10-30
1
-15
/
+3
*
remove unused/unneeded "pattern" argument of list_commands
Scott R Parish
2007-10-30
1
-6
/
+8
*
"git" returns 1; "git help" and "git help -a" return 0
Scott R Parish
2007-10-30
1
-3
/
+3
*
help: remove extra blank line after "See 'git --help'" message
Junio C Hamano
2007-10-27
1
-1
/
+1
*
On error, do not list all commands, but point to --help option
Jari Aalto
2007-10-22
1
-2
/
+1
*
War on whitespace
Junio C Hamano
2007-06-07
1
-2
/
+0
*
use xrealloc in help.c
James Bowes
2007-03-28
1
-11
/
+1
*
use xmalloc in git.c and help.c
James Bowes
2007-03-26
1
-1
/
+1
*
Mechanical conversion to use prefixcmp()
Junio C Hamano
2007-02-21
1
-2
/
+2
*
Avoid ugly linewrap in git help
Ren,bi(B Scharfe
2007-02-11
1
-2
/
+2
*
simplify inclusion of system header files.
Junio C Hamano
2006-12-20
1
-2
/
+1
[next]