Sign in
googlers
/
jrn
/
git
/
2013d8505da95d355e610c08473f2e0b45645bf9
/
builtin
/
help.c
d318027
run-command: introduce CHILD_PROCESS_INIT
by René Scharfe
· 11 years ago
c6127fa
builtin/help.c: speed up is_git_command() by checking for builtin commands first
by Sebastian Schuberth
· 11 years ago
a3c5263
builtin/help.c: call load_command_list() only when it is needed
by Sebastian Schuberth
· 11 years ago
5955654
replace {pre,suf}fixcmp() with {starts,ends}_with()
by Christian Couder
· 11 years ago
2ddc898
Merge branch 'ph/builtin-srcs-are-in-subdir-these-days'
by Junio C Hamano
· 12 years ago
09b7e22
fix "builtin-*" references to be "builtin/*"
by Phil Hord
· 12 years ago
3561e60
help: mark common_guides[] as translatable
by Simon Ruderich
· 12 years ago
002b726
builtin/help.c: add list_common_guides_help() function
by Philip Oakley
· 12 years ago
65f9835
builtin/help.c: add --guide option
by Philip Oakley
· 12 years ago
15f7d49
builtin/help.c: split "-a" processing into two
by Philip Oakley
· 12 years ago
099ba55
Merge branch 'jk/config-parsing-cleanup'
by Junio C Hamano
· 12 years ago
4d5c6ce
help: use parse_config_key for man config
by Jeff King
· 12 years ago
1542d4c
help: include <common-cmds.h> only in one file
by Junio C Hamano
· 12 years ago
6891869
i18n: help: mark parseopt strings for translation
by Nguyễn Thái Ngọc Duy
· 13 years ago
f697a27
Merge branch 'cw/help-over-network'
by Junio C Hamano
· 13 years ago
86272b4
Allow help.htmlpath to be a URL prefix
by Chris Webb
· 13 years ago
89a852e
Add config variable to set HTML path for git-help --web
by Chris Webb
· 13 years ago
d0408c0
Restore use of 'help.format' configuration property in 'git help'
by Pat Thoyts
· 13 years ago
1cc8af0
help: use HTML as the default help format on Windows
by Vincent van Ravesteijn
· 13 years ago
f4ed0af
Merge branch 'nd/columns'
by Junio C Hamano
· 13 years ago
dbfae68
help: reuse print_columns() for help -a
by Nguyễn Thái Ngọc Duy
· 13 years ago
4470ef9
help: replace underlining "help -a" headers using hyphens with a blank line
by Nguyễn Thái Ngọc Duy
· 13 years ago
9665627
i18n: help: mark strings for translation
by Nguyễn Thái Ngọc Duy
· 13 years ago
5d31475
Cast execl*() NULL sentinels to (char *)
by Thomas Rast
· 15 years ago
4b05548
enums: omit trailing comma for portability
by Gary V. Vaughan
· 15 years ago
81b50f3
Move 'builtin-*' into a 'builtin/' subdirectory
by Linus Torvalds
· 15 years ago
[Renamed from builtin-help.c]
3caa823
help: fix configured help format taking over command line one
by Christian Couder
· 15 years ago
af6fbf9
help: Do not unnecessarily look for a repository
by David Aguilar
· 15 years ago
7c3baa9
help -a: do not unnecessarily look for a repository
by Johannes Schindelin
· 16 years ago
a29aa47
help -i: properly error out if no info viewer can be found
by Gerrit Pape
· 15 years ago
2af202b
Fix various sparse warnings in the git source code
by Linus Torvalds
· 16 years ago
4e2715f
Simplify some 'fprintf(stderr); return -1;' by using 'return error()'
by Johannes Sixt
· 16 years ago
3778292
parse-opts: prepare for OPT_FILENAME
by Stephen Boyd
· 16 years ago
4b25d09
Fix a bunch of pointer declarations (codestyle)
by Felipe Contreras
· 16 years ago
178b513
builtin-help: silently tolerate unknown keys
by Johannes Sixt
· 16 years ago
026fa0d
Move computation of absolute paths from Makefile to runtime (in preparation for RUNTIME_PREFIX)
by Steffen Prohaska
· 16 years ago
f285a2d
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
by Brandon Casey
· 16 years ago
5059a42
builtin-help: fallback to GIT_MAN_VIEWER before man
by Romain Francoise
· 17 years ago
c7371e9
Make main_cmds and other_cmds local to builtin-help.c
by Alex Riesen
· 17 years ago
e321180
Remove calculation of the longest command name from where it is not used
by Alex Riesen
· 17 years ago
3d78d1f
Builtin git-help.
by Miklos Vajna
· 17 years ago
f754fa9
builtins: Makefile clean-up
by Junio C Hamano
· 19 years ago
822a7d5
Remove cmd_usage() routine and re-organize the help/usage code.
by Ramsay Allan Jones
· 19 years ago
a633fca
Call setup_git_directory() much earlier
by Linus Torvalds
· 19 years ago
6acbcb9
git wrapper: add --git-dir=<path> and --bare options
by Johannes Schindelin
· 19 years ago
82e5a82
Fix more typos, primarily in the code
by Pavel Roskin
· 19 years ago
83aa18e
Fix "git help -a" terminal autosizing
by Linus Torvalds
· 19 years ago
70827b1
Split up builtin commands into separate files from git.c
by Linus Torvalds
· 19 years ago