Sign in
googlers
/
jrn
/
git
/
ab892a19e83edd1cf9a767bc09d3239f72469d05
/
builtin-config.c
1349484
builtin-config: add --path option doing ~ and ~user expansion.
by Matthieu Moy
· 15 years ago
d824cbb
Convert existing die(..., strerror(errno)) to die_errno()
by Thomas Rast
· 16 years ago
3778292
parse-opts: prepare for OPT_FILENAME
by Stephen Boyd
· 16 years ago
d212ca1
git config: error when editing a repo config and not being in one
by Felipe Contreras
· 16 years ago
bf71b4b
config: test for --replace-all with one argument and fix documentation.
by Carlos Rica
· 16 years ago
ba04822
config: set help text for --bool-or-int
by Jeff King
· 16 years ago
c238735
git config: don't allow --get-color* and variable type
by Felipe Contreras
· 16 years ago
225a9ca
git config: don't allow extra arguments for -e or -l.
by Felipe Contreras
· 16 years ago
16c1e93
git config: don't allow multiple variable types
by Felipe Contreras
· 16 years ago
67052c9
git config: don't allow multiple config file locations
by Felipe Contreras
· 16 years ago
d64ec16
git config: reorganize to use parseopt
by Felipe Contreras
· 16 years ago
0e854a2
git config: reorganize get_color*
by Felipe Contreras
· 16 years ago
b408457
git config: trivial rename in preparation for parseopt
by Felipe Contreras
· 16 years ago
414f2e5
git config: trivial cleanup for editor action
by Johannes Schindelin
· 16 years ago
4b951b7
git config: codestyle cleanups
by Felipe Contreras
· 16 years ago
3bec8ff
config: Add new option to open an editor.
by Felipe Contreras
· 16 years ago
a4f34cb
Use git_pathdup instead of xstrdup(git_path(...))
by Alex Riesen
· 16 years ago
186458b
Make non-static functions, that may be static, static
by Stephan Beyer
· 17 years ago
1b1dd23
Make usage strings dash-less
by Stephan Beyer
· 17 years ago
dc87183
Only use GIT_CONFIG in "git config", not other programs
by Daniel Barkalow
· 17 years ago
ef90d6d
Provide git_config with a callback-data parameter
by Johannes Schindelin
· 17 years ago
dc46fa3
Merge branch 'mk/color'
by Junio C Hamano
· 17 years ago
c35b0b5
Fix git_config_bool_or_int
by Junio C Hamano
· 17 years ago
4d4f5ba
Use color.ui variable in scripts too
by Matthias Kestenholz
· 17 years ago
af05d67
Always set *nongit_ok in setup_git_directory_gently()
by SZEDER Gábor
· 17 years ago
fef1c4c
Merge branch 'jk/noetcconfig'
by Junio C Hamano
· 17 years ago
f769982
builtin-config.c: guard config parser from value=NULL
by Junio C Hamano
· 17 years ago
ab88c36
allow suppressing of global and system config
by Jeff King
· 17 years ago
69243c2
config --get-colorbool: diff.color is a deprecated synonym to color.diff
by Junio C Hamano
· 17 years ago
0f6f5a4
git config --get-colorbool
by Junio C Hamano
· 17 years ago
9e4bbeb
git config: Don't rely on regexec() returning 1 on non-match
by Björn Steinbrink
· 17 years ago
9ce0352
git-config --get-color: get configured color
by Junio C Hamano
· 17 years ago
506b17b
Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG.
by Johannes Sixt
· 17 years ago
93a56c2
git-config: print error message if the config file cannot be read
by Gerrit Pape
· 17 years ago
1ae14a6
git-config: handle --file option with relative pathname properly
by Gerrit Pape
· 17 years ago
a72c874
git-config: don't silently ignore options after --list
by Frank Lichtenheld
· 17 years ago
67d454f
Add an option to specify a file to config builtin
by Alex Riesen
· 18 years ago
7627943
getenv/setenv: use constants if available
by Matthias Lederhofer
· 18 years ago
db1696b
config: add support for --bool and --int while setting values
by Frank Lichtenheld
· 18 years ago
2275d50
config: Add --null/-z option for null-delimted output
by Frank Lichtenheld
· 18 years ago
b69ba46
config: Change output of --get-regexp for valueless keys
by Frank Lichtenheld
· 18 years ago
9bc20aa
Update git-config documentation
by Andrew Ruder
· 18 years ago
118f8b2
git-config: document --rename-section, provide --remove-section
by Paolo Bonzini
· 18 years ago
32043c9
config: read system-wide defaults from /etc/gitconfig
by Johannes Schindelin
· 18 years ago
e0d10e1
[PATCH] Rename git-repo-config to git-config.
by Tom Prince
· 18 years ago
[Renamed (94%) from builtin-repo-config.c]
aa1cef5
Merge branch 'jc/clone'
by Junio C Hamano
· 18 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
· 18 years ago
d4ebc36
Use preprocessor constants for environment variable names.
by Junio C Hamano
· 18 years ago
0667fcf
add a function to rename sections in the config
by Johannes Schindelin
· 18 years ago
89c4afe
Add --add option to git-repo-config
by Brian Gernhardt
· 18 years ago
34eb334
Add --global option to git-repo-config.
by Sean
· 18 years ago
69de8cc
Merge branch 'jc/gitpm'
by Junio C Hamano
· 18 years ago
9befac4
Replace uses of strdup with xstrdup.
by Shawn Pearce
· 19 years ago
2d7320d
Use xmalloc instead of malloc
by Jonas Fonseca
· 19 years ago
4cac42b
free(NULL) is perfectly valid.
by Junio C Hamano
· 19 years ago
96f1e58
remove unnecessary initializations
by David Rientjes
· 19 years ago
9673198
Merge branch 'master' into pb/gitpm
by Junio C Hamano
· 19 years ago
e12c095
Make git-repo-config a builtin
by Matthias Kestenholz
· 19 years ago
[Renamed (97%) from repo-config.c]
96bc4de
Eliminate Scalar::Util usage from private-Error.pm
by Petr Baudis
· 19 years ago
acb7014
repo-config: fix printing of bool
by Junio C Hamano
· 19 years ago
92a28be
repo-config: Fix late-night bug
by Johannes Schindelin
· 19 years ago
5f1a63e
Read configuration also from $HOME/.gitconfig
by Johannes Schindelin
· 19 years ago
4d599e6
bogus "fatal: Not a git repository"
by Linus Torvalds
· 19 years ago
8d48ad6
Merge branch 'lt/fix-config' into lt/config
by Junio C Hamano
· 19 years ago
d14f776
git config syntax updates
by Linus Torvalds
· 19 years ago
8f5ff31
repo-config: deconvolute logics
by Johannes Schindelin
· 19 years ago
e098c6f
repo-config: readability fixups.
by Junio C Hamano
· 19 years ago
2fa9a0f
repo-config: support --get-regexp
by Johannes Schindelin
· 19 years ago
cfa24e1
repo-config: fix segfault with no argument.
by Johannes Schindelin
· 19 years ago
de791f1
git-repo-config --list support
by Petr Baudis
· 19 years ago
f067a13
repo-config: give value_ a sane default so regexec won't segfault
by Jonas Fonseca
· 19 years ago
7162dff
Add support for explicit type specifiers when calling git-repo-config
by Petr Baudis
· 19 years ago
0a15217
AIX compile fix for repo-config.c
by Amos Waterland
· 19 years ago
ee72aea
Rename git-config-set to git-repo-config
by Johannes Schindelin
· 19 years ago
[Renamed (95%) from config-set.c]
3dd94e3
git-config-set: Properly terminate strings with '\0'
by Johannes Schindelin
· 19 years ago
f98d863
git-config-set: support selecting values by non-matching regex
by Johannes Schindelin
· 19 years ago
4ddba79
git-config-set: add more options
by Johannes Schindelin
· 19 years ago
1b1e59c
Add git-config-set, a simple helper for scripts to set config variables
by Johannes Schindelin
· 19 years ago