index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin-help.c
Commit message (
Expand
)
Author
Age
*
help: fix configured help format taking over command line one
Christian Couder
2010-01-09
*
help: Do not unnecessarily look for a repository
David Aguilar
2009-12-01
*
help -a: do not unnecessarily look for a repository
Johannes Schindelin
2009-10-28
*
help -i: properly error out if no info viewer can be found
Gerrit Pape
2009-10-27
*
Fix various sparse warnings in the git source code
Linus Torvalds
2009-06-20
*
Simplify some 'fprintf(stderr); return -1;' by using 'return error()'
Johannes Sixt
2009-06-09
*
parse-opts: prepare for OPT_FILENAME
Stephen Boyd
2009-05-25
*
Fix a bunch of pointer declarations (codestyle)
Felipe Contreras
2009-05-01
*
builtin-help: silently tolerate unknown keys
Johannes Sixt
2009-04-24
*
Move computation of absolute paths from Makefile to runtime (in preparation f...
Steffen Prohaska
2009-01-26
*
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
2008-10-12
*
builtin-help: fallback to GIT_MAN_VIEWER before man
Romain Francoise
2008-08-29
*
Make main_cmds and other_cmds local to builtin-help.c
Alex Riesen
2008-08-28
*
Remove calculation of the longest command name from where it is not used
Alex Riesen
2008-08-28
*
Builtin git-help.
Miklos Vajna
2008-08-02
*
builtins: Makefile clean-up
Junio C Hamano
2006-08-04
*
Remove cmd_usage() routine and re-organize the help/usage code.
Ramsay Allan Jones
2006-08-02
*
Call setup_git_directory() much earlier
Linus Torvalds
2006-07-29
*
git wrapper: add --git-dir=<path> and --bare options
Johannes Schindelin
2006-07-25
*
Fix more typos, primarily in the code
Pavel Roskin
2006-07-10
*
Fix "git help -a" terminal autosizing
Linus Torvalds
2006-04-27
*
Split up builtin commands into separate files from git.c
Linus Torvalds
2006-04-21