index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
config.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make use of stat.ctime configurable
Alex Riesen
2008-07-29
1
-0
/
+4
*
Move code interpreting path relative to exec-dir to new function system_path()
Steffen Prohaska
2008-07-13
1
-9
/
+2
*
Only use GIT_CONFIG in "git config", not other programs
Daniel Barkalow
2008-07-01
1
-27
/
+20
*
Merge branch 'lt/config-fsync'
Junio C Hamano
2008-06-25
1
-20
/
+62
|
\
|
*
Add config option to enable 'fsync()' of object files
Linus Torvalds
2008-06-19
1
-0
/
+5
|
*
Split up default "i18n" and "branch" config parsing into helper routines
Linus Torvalds
2008-06-19
1
-11
/
+29
|
*
Split up default "user" config parsing into helper routine
Linus Torvalds
2008-06-19
1
-4
/
+13
|
*
Split up default "core" config parsing into helper routine
Linus Torvalds
2008-06-19
1
-16
/
+26
*
|
config.c: make git_env_bool() static
しらいしななこ
2008-06-20
1
-1
/
+1
|
/
*
Merge branch 'js/config-cb'
v1.5.6-rc0
Junio C Hamano
2008-05-25
1
-13
/
+14
|
\
|
*
Provide git_config with a callback-data parameter
Johannes Schindelin
2008-05-14
1
-13
/
+14
*
|
Merge branch 'sb/committer'
Junio C Hamano
2008-05-14
1
-0
/
+4
|
\
\
|
*
|
commit: Show committer if automatic
Santi Béjar
2008-05-07
1
-0
/
+4
*
|
|
Merge branch 'bd/tests'
Junio C Hamano
2008-05-14
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
config.c: Escape backslashes in section names properly
Bryan Donlan
2008-05-05
1
-1
/
+1
|
|
/
*
|
Improve reporting of errors in config file routines
Alex Riesen
2008-05-13
1
-19
/
+16
*
|
Merge branch 'lt/core-optim'
Junio C Hamano
2008-05-11
1
-0
/
+5
|
\
\
|
*
\
Merge branch 'lt/case-insensitive'
Junio C Hamano
2008-05-11
1
-0
/
+5
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Add 'core.ignorecase' option
Linus Torvalds
2008-04-09
1
-0
/
+5
*
|
|
Allow tracking branches to set up rebase by default.
Dustin Sallings
2008-05-11
1
-0
/
+15
|
/
/
*
|
Fix git_config_bool_or_int
Junio C Hamano
2008-04-13
1
-2
/
+2
*
|
git_config_bool_or_int()
Junio C Hamano
2008-04-13
1
-1
/
+9
|
/
*
Merge branch 'js/branch-track'
Junio C Hamano
2008-02-27
1
-0
/
+8
|
\
|
*
branch: optionally setup branch.*.merge from upstream local branches
Jay Soffian
2008-02-20
1
-0
/
+8
*
|
git_config_*: don't assume we are parsing a config file
Jeff King
2008-02-21
1
-2
/
+9
*
|
Merge branch 'sp/safecrlf'
Junio C Hamano
2008-02-17
1
-0
/
+9
|
\
\
|
*
|
safecrlf: Add mechanism to warn about irreversible crlf conversions
Steffen Prohaska
2008-02-06
1
-0
/
+9
*
|
|
Merge branch 'jk/noetcconfig'
Junio C Hamano
2008-02-17
1
-2
/
+18
|
\
\
\
|
*
|
|
allow suppressing of global and system config
Jeff King
2008-02-06
1
-2
/
+18
|
|
/
/
*
|
|
Merge branch 'maint'
Junio C Hamano
2008-02-16
1
-31
/
+18
|
\
\
\
|
*
|
|
Add "const" qualifier to "char *excludes_file".
Christian Couder
2008-02-16
1
-6
/
+2
|
*
|
|
Add "const" qualifier to "char *editor_program".
Christian Couder
2008-02-16
1
-6
/
+2
|
*
|
|
Add "const" qualifier to "char *pager_program".
Christian Couder
2008-02-16
1
-6
/
+2
|
*
|
|
config: add 'git_config_string' to refactor string config variables.
Christian Couder
2008-02-16
1
-13
/
+12
*
|
|
|
Merge branch 'maint'
Junio C Hamano
2008-02-11
1
-1
/
+29
|
\
|
|
|
|
|
/
/
|
/
|
|
|
*
|
config.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-1
/
+15
|
*
|
Add config_error_nonbool() helper function
Junio C Hamano
2008-02-11
1
-0
/
+9
|
*
|
config: Fix --unset for continuation lines
Frank Lichtenheld
2008-02-11
1
-0
/
+5
|
|
/
*
|
Fix misuse of prefix_path()
Johannes Sixt
2008-02-05
1
-4
/
+3
*
|
fix misuse of prefix_path()
Junio C Hamano
2008-02-04
1
-2
/
+3
|
/
*
Improve use of lockfile API
Brandon Casey
2008-01-17
1
-6
/
+2
*
config: handle lack of newline at end of file better
Jeff King
2008-01-02
1
-5
/
+9
*
Improve error messages when int/long cannot be parsed from config
Shawn O. Pearce
2007-12-26
1
-10
/
+21
*
Use a strbuf for building up section header and key/value pair strings.
Kristian Høgsberg
2007-12-15
1
-53
/
+38
*
Merge branch 'jc/spht'
Junio C Hamano
2007-12-09
1
-0
/
+5
|
\
|
*
Use gitattributes to define per-path whitespace rule
Junio C Hamano
2007-12-06
1
-49
/
+1
|
*
git-diff: complain about >=8 consecutive spaces in initial indent
Junio C Hamano
2007-11-03
1
-0
/
+1
|
*
War on whitespace: first, a bit of retreat.
Junio C Hamano
2007-11-03
1
-0
/
+52
*
|
Merge branch 'maint'
Junio C Hamano
2007-12-09
1
-2
/
+8
|
\
\
|
*
|
config.c:store_write_pair(): don't read the byte before a malloc'd buffer.
Jim Meyering
2007-12-08
1
-2
/
+8
[next]