index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-13
config: treat user and xdg config permission problems as errors
Jonathan Nieder
1
-2
/
+2
2012-10-01
Remove the hard coded length limit on variable names in config files
Ben Walton
1
-30
/
+29
2012-08-21
config: warn on inaccessible files
Jeff King
1
-5
/
+5
2012-07-22
Merge branch 'mm/config-xdg'
Junio C Hamano
1
-2
/
+2
2012-07-16
config: fix several access(NULL) calls
Matthieu Moy
1
-2
/
+2
2012-07-13
Merge branch 'tb/sanitize-decomposed-utf-8-pathname'
Junio C Hamano
1
-0
/
+5
2012-07-08
git on Mac OS and precomposed unicode
Torsten Bögershausen
1
-0
/
+5
2012-06-25
config: read (but not write) from $XDG_CONFIG_HOME/git/config file
Huynh Khoi Nguyen Nguyen
1
-9
/
+14
2012-05-22
move identity config parsing to ident.c
Jeff King
1
-23
/
+1
2012-05-02
Merge branch 'mm/simple-push'
Junio C Hamano
1
-2
/
+4
2012-04-30
Merge branch 'jk/maint-config-bogus-section'
Junio C Hamano
1
-1
/
+23
2012-04-29
config: expand tildes in include.path variable
Jeff King
1
-0
/
+6
2012-04-25
config: reject bogus section names for --rename-section
Jeff King
1
-1
/
+23
2012-04-24
push: introduce new push.default mode "simple"
Matthieu Moy
1
-2
/
+4
2012-03-13
Merge branch 'ms/maint-config-error-at-eol-linecount'
Junio C Hamano
1
-4
/
+9
2012-03-12
config: report errors at the EOL with correct line number
Martin Stenberg
1
-4
/
+9
2012-02-17
config: add include directive
Jeff King
1
-2
/
+73
2012-02-17
config: eliminate config_exclusive_filename
Jeff King
1
-7
/
+3
2012-02-17
config: provide a version of git_config with more options
Jeff King
1
-4
/
+14
2012-02-17
config: teach git_config_rename_section a file argument
Jeff King
1
-7
/
+13
2012-02-17
config: teach git_config_set_multivar_in_file a default path
Jeff King
1
-13
/
+7
2011-12-16
Merge branch 'jc/stream-to-pack'
Junio C Hamano
1
-0
/
+4
2011-12-05
Merge branch 'na/strtoimax'
Junio C Hamano
1
-10
/
+31
2011-12-01
bulk-checkin: replace fast-import based implementation
Junio C Hamano
1
-0
/
+4
2011-11-20
config.c: Fix a static buffer overwrite bug by avoiding mkpath()
Ramsay Jones
1
-2
/
+2
2011-11-05
Support sizes >=2G in various config options accepting 'g' sizes.
Nick Alcock
1
-10
/
+31
2011-10-17
Merge branch 'bc/attr-ignore-case'
Junio C Hamano
1
-0
/
+3
2011-10-06
attr: read core.attributesfile from git_default_core_config
Junio C Hamano
1
-0
/
+3
2011-10-05
Merge branch 'rr/revert-cherry-pick-continue'
Junio C Hamano
1
-9
/
+27
2011-08-05
Merge branch 'jc/pack-order-tweak'
Junio C Hamano
1
-0
/
+3
2011-08-04
config: Introduce functions to write non-standard file
Ramkumar Ramachandra
1
-9
/
+27
2011-07-22
Merge branch 'maint'
Junio C Hamano
1
-2
/
+2
2011-07-19
git-config: Remove extra whitespaces
Pavan Kumar Sunkara
1
-2
/
+2
2011-07-19
Merge branch 'jk/clone-cmdline-config'
Junio C Hamano
1
-2
/
+2
2011-07-19
Merge branch 'jk/maint-config-param'
Junio C Hamano
1
-4
/
+4
2011-07-06
core: log offset pack data accesses happened
Junio C Hamano
1
-0
/
+3
2011-06-22
config: make git_config_parse_parameter a public function
Jeff King
1
-2
/
+2
2011-06-22
config: use strbuf_split_str instead of a temporary strbuf
Jeff King
1
-3
/
+1
2011-06-22
config: avoid segfault when parsing command-line config
Jeff King
1
-0
/
+2
2011-06-22
config: die on error in command-line config
Jeff King
1
-1
/
+1
2011-06-22
fix "git -c" parsing of values with equals signs
Jeff King
1
-1
/
+1
2011-06-16
config.c: Make git_config() work correctly when called recursively
Ramsay Jones
1
-30
/
+50
2011-06-01
Merge branch 'jk/maint-config-alias-fix' into maint
Junio C Hamano
1
-42
/
+21
2011-05-31
config.c: Remove unused git_config_global() function
Ramsay Jones
1
-5
/
+0
2011-05-30
Merge branch 'jk/maint-config-alias-fix'
Junio C Hamano
1
-39
/
+23
2011-05-24
config: always parse GIT_CONFIG_PARAMETERS during git_config
Jeff King
1
-40
/
+11
2011-05-24
git_config: don't peek at global config_parameters
Jeff King
1
-4
/
+11
2011-05-24
config: make environment parsing routines static
Jeff King
1
-2
/
+2
2011-05-17
config: define and document exit codes
Michael J Gruber
1
-10
/
+10
2011-05-09
convert: rename the "eol" global variable to "core_eol"
Junio C Hamano
1
-6
/
+6
[prev]
[next]