index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
environment.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add cache preload facility
Linus Torvalds
2008-11-15
1
-0
/
+3
*
Merge branch 'maint'
Junio C Hamano
2008-11-11
1
-1
/
+1
|
\
|
*
Fix non-literal format in printf-style calls
Daniel Lowe
2008-11-11
1
-1
/
+1
*
|
Merge branch 'ar/maint-mksnpath' into ar/mksnpath
Junio C Hamano
2008-10-31
1
-1
/
+1
|
\
|
|
*
Use git_pathdup instead of xstrdup(git_path(...))
Alex Riesen
2008-10-31
1
-1
/
+1
*
|
add have_git_dir() function
Dmitry Potapov
2008-09-30
1
-0
/
+5
|
/
*
Make use of stat.ctime configurable
Alex Riesen
2008-07-29
1
-0
/
+1
*
shrink git-shell by avoiding redundant dependencies
Dmitry Potapov
2008-06-28
1
-1
/
+0
*
Merge branch 'lt/config-fsync'
Junio C Hamano
2008-06-25
1
-0
/
+1
|
\
|
*
Add config option to enable 'fsync()' of object files
Linus Torvalds
2008-06-19
1
-0
/
+1
*
|
environment.c: remove unused function
しらいしななこ
2008-06-20
1
-7
/
+0
|
/
*
Merge branch 'db/clone-in-c'
Junio C Hamano
2008-05-25
1
-4
/
+20
|
\
|
*
Add a function to set a non-default work tree
Daniel Barkalow
2008-05-05
1
-4
/
+20
*
|
Merge branch 'sb/committer'
Junio C Hamano
2008-05-14
1
-0
/
+1
|
\
\
|
*
|
commit: Show committer if automatic
Santi Béjar
2008-05-07
1
-0
/
+1
*
|
|
Merge branch 'lt/core-optim'
Junio C Hamano
2008-05-11
1
-0
/
+1
|
\
\
\
|
*
\
\
Merge branch 'lt/case-insensitive'
Junio C Hamano
2008-05-11
1
-0
/
+1
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Add 'core.ignorecase' option
Linus Torvalds
2008-04-09
1
-0
/
+1
|
|
|
/
*
|
/
Allow tracking branches to set up rebase by default.
Dustin Sallings
2008-05-11
1
-0
/
+1
|
/
/
*
/
Add platform-independent .git "symlink"
Lars Hjemli
2008-04-09
1
-0
/
+2
|
/
*
Merge branch 'js/branch-track'
Junio C Hamano
2008-02-27
1
-0
/
+1
|
\
|
*
branch: optionally setup branch.*.merge from upstream local branches
Jay Soffian
2008-02-20
1
-0
/
+1
*
|
Merge branch 'sp/safecrlf'
Junio C Hamano
2008-02-17
1
-0
/
+1
|
\
\
|
*
|
safecrlf: Add mechanism to warn about irreversible crlf conversions
Steffen Prohaska
2008-02-06
1
-0
/
+1
|
|
/
*
|
Add "const" qualifier to "char *excludes_file".
Christian Couder
2008-02-16
1
-1
/
+1
*
|
Add "const" qualifier to "char *editor_program".
Christian Couder
2008-02-16
1
-1
/
+1
*
|
Add "const" qualifier to "char *pager_program".
Christian Couder
2008-02-16
1
-1
/
+1
|
/
*
Support GIT_PAGER_IN_USE environment variable
Jeff King
2007-12-11
1
-1
/
+0
*
Merge branch 'jc/spht'
Junio C Hamano
2007-12-09
1
-0
/
+1
|
\
|
*
Use gitattributes to define per-path whitespace rule
Junio C Hamano
2007-12-06
1
-1
/
+1
|
*
War on whitespace: first, a bit of retreat.
Junio C Hamano
2007-11-03
1
-0
/
+1
*
|
core.excludesfile clean-up
Junio C Hamano
2007-11-15
1
-0
/
+1
|
/
*
Merge branch 'cr/tag'
Junio C Hamano
2007-08-11
1
-0
/
+1
|
\
|
*
launch_editor(): Heed GIT_EDITOR and core.editor settings
Johannes Schindelin
2007-07-22
1
-0
/
+1
*
|
Clean up work-tree handling
Johannes Schindelin
2007-08-01
1
-9
/
+26
*
|
Add set_git_dir() function
Johannes Schindelin
2007-08-01
1
-0
/
+8
|
/
*
Add core.pager config variable.
Brian Gernhardt
2007-07-04
1
-0
/
+1
*
Add core.quotepath configuration variable.
Junio C Hamano
2007-06-25
1
-0
/
+1
*
War on whitespace
Junio C Hamano
2007-06-07
1
-2
/
+0
*
Merge branch 'dh/pack'
Junio C Hamano
2007-05-20
1
-1
/
+3
|
\
|
*
Custom compression levels for objects and packs
Dana How
2007-05-11
1
-1
/
+3
*
|
deprecate the new loose object header format
Nicolas Pitre
2007-05-11
1
-1
/
+0
|
/
*
Limit the size of the new delta_base_cache
Shawn O. Pearce
2007-03-19
1
-0
/
+1
*
Correct new compiler warnings in builtin-revert
Shawn O. Pearce
2007-03-13
1
-1
/
+1
*
General const correctness fixes
Shawn O. Pearce
2007-03-07
1
-1
/
+1
*
Add core.symlinks to mark filesystems that do not support symbolic links.
Johannes Sixt
2007-03-03
1
-0
/
+1
*
Make AutoCRLF ternary variable.
Linus Torvalds
2007-02-14
1
-1
/
+1
*
Lazy man's auto-CRLF
Linus Torvalds
2007-02-14
1
-0
/
+1
*
Introduce is_bare_repository() and core.bare configuration variable
Junio C Hamano
2007-01-08
1
-2
/
+7
*
Move initialization of log_all_ref_updates
Junio C Hamano
2007-01-08
1
-3
/
+2
[next]