index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cache.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'mk/maint-parse-careful'
Junio C Hamano
2008-03-03
1
-0
/
+1
|
\
|
*
add generic, type aware object chain walker
Martin Koegler
2008-02-26
1
-0
/
+1
*
|
Merge branch 'js/branch-track'
Junio C Hamano
2008-02-27
1
-0
/
+9
|
\
\
|
*
|
branch: optionally setup branch.*.merge from upstream local branches
Jay Soffian
2008-02-20
1
-0
/
+9
*
|
|
Merge branch 'db/checkout'
Junio C Hamano
2008-02-27
1
-0
/
+2
|
\
|
|
|
*
|
Library function to check for unmerged index entries
Daniel Barkalow
2008-02-10
1
-0
/
+2
*
|
|
Merge branch 'jk/help-alias'
Junio C Hamano
2008-02-27
1
-0
/
+2
|
\
\
\
|
*
|
|
make alias lookup a public, procedural function
Jeff King
2008-02-25
1
-0
/
+2
*
|
|
|
Merge branch 'maint'
Junio C Hamano
2008-02-26
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
Use a single implementation and API for copy_file()
Daniel Barkalow
2008-02-25
1
-0
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'jc/apply-whitespace'
Junio C Hamano
2008-02-25
1
-0
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
ws_fix_copy(): move the whitespace fixing function to ws.c
Junio C Hamano
2008-02-24
1
-0
/
+1
|
*
|
|
core.whitespace: cr-at-eol
Junio C Hamano
2008-02-05
1
-0
/
+1
*
|
|
|
Use helper function for copying index entry information
Linus Torvalds
2008-02-23
1
-1
/
+17
*
|
|
|
Name hash fixups: export (and rename) remove_hash_entry
Linus Torvalds
2008-02-23
1
-0
/
+14
*
|
|
|
Fix name re-hashing semantics
Linus Torvalds
2008-02-23
1
-1
/
+3
*
|
|
|
Merge branch 'sp/safecrlf'
Junio C Hamano
2008-02-17
1
-1
/
+10
|
\
\
\
\
|
*
|
|
|
safecrlf: Add mechanism to warn about irreversible crlf conversions
Steffen Prohaska
2008-02-06
1
-1
/
+10
|
|
/
/
/
*
|
|
|
Merge branch 'jc/gitignore-ends-with-slash'
Junio C Hamano
2008-02-17
1
-0
/
+12
|
\
\
\
\
|
*
|
|
|
gitignore(5): Allow "foo/" in ignore list to match directory "foo"
Junio C Hamano
2008-02-05
1
-0
/
+12
|
|
/
/
/
*
|
|
|
Merge branch 'jk/noetcconfig'
Junio C Hamano
2008-02-17
1
-0
/
+3
|
\
\
\
\
|
*
|
|
|
allow suppressing of global and system config
Jeff King
2008-02-06
1
-0
/
+3
|
|
/
/
/
*
|
|
|
Merge branch 'maint'
Junio C Hamano
2008-02-16
1
-3
/
+4
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
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
|
*
|
|
config: add 'git_config_string' to refactor string config variables.
Christian Couder
2008-02-16
1
-0
/
+1
*
|
|
|
Merge branch 'lt/in-core-index'
Junio C Hamano
2008-02-12
1
-14
/
+55
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
lazy index hashing
Junio C Hamano
2008-01-23
1
-0
/
+1
|
*
|
Create pathname-based hash-table lookup into index
Linus Torvalds
2008-01-23
1
-0
/
+6
|
*
|
Avoid running lstat(2) on the same cache entry.
Junio C Hamano
2008-01-21
1
-0
/
+3
|
*
|
index: be careful when handling long names
Junio C Hamano
2008-01-21
1
-2
/
+15
|
*
|
Make on-disk index representation separate from in-core one
Linus Torvalds
2008-01-21
1
-14
/
+32
|
|
/
*
/
Add config_error_nonbool() helper function
Junio C Hamano
2008-02-11
1
-0
/
+1
|
/
*
Fix random fast-import errors when compiled with NO_MMAP
Shawn O. Pearce
2008-01-18
1
-0
/
+1
*
close_lock_file(): new function in the lockfile API
Brandon Casey
2008-01-17
1
-1
/
+1
*
Unify whitespace checking
Wincent Colaiuta
2007-12-14
1
-0
/
+4
*
Support GIT_PAGER_IN_USE environment variable
Jeff King
2007-12-11
1
-1
/
+1
*
Merge branch 'jc/spht'
Junio C Hamano
2007-12-09
1
-0
/
+12
|
\
|
*
Use gitattributes to define per-path whitespace rule
Junio C Hamano
2007-12-06
1
-1
/
+3
|
*
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
/
+9
*
|
Re-fix "builtin-commit: fix --signoff"
Junio C Hamano
2007-12-09
1
-0
/
+3
*
|
Merge branch 'kh/commit'
Junio C Hamano
2007-12-05
1
-0
/
+9
|
\
\
|
*
|
Fix --signoff in builtin-commit differently.
Junio C Hamano
2007-12-03
1
-0
/
+1
|
*
|
Fix add_files_to_cache() to take pathspec, not user specified list of files
Junio C Hamano
2007-11-23
1
-1
/
+3
|
*
|
Export three helper functions from ls-files
Junio C Hamano
2007-11-23
1
-0
/
+6
*
|
|
Merge branch 'sp/refspec-match'
Junio C Hamano
2007-12-05
1
-0
/
+4
|
\
\
\
|
*
|
|
refactor fetch's ref matching to use refname_match()
Steffen Prohaska
2007-11-19
1
-0
/
+1
|
*
|
|
add refname_match()
Steffen Prohaska
2007-11-19
1
-0
/
+3
|
|
/
/
[next]