index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cache-tree.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'rm/strchrnul-not-strlen'
Junio C Hamano
2014-03-18
|
\
|
*
use strchrnul() in place of strchr() and strlen()
Rohit Mani
2014-03-10
*
|
Merge branch 'mh/simplify-cache-tree-find'
Junio C Hamano
2014-03-18
|
\
\
|
*
|
cache_tree_find(): use path variable when passing over slashes
Michael Haggerty
2014-03-05
|
*
|
cache_tree_find(): remove early return
Michael Haggerty
2014-03-05
|
*
|
cache_tree_find(): remove redundant check
Michael Haggerty
2014-03-05
|
*
|
cache_tree_find(): fix comment formatting
Michael Haggerty
2014-03-05
|
*
|
cache_tree_find(): find the end of path component using strchrnul()
Michael Haggerty
2014-03-05
|
*
|
cache_tree_find(): remove redundant checks
Michael Haggerty
2014-03-05
|
|
/
*
|
cache-tree.c: use ALLOC_GROW() in find_subtree()
Dmitry S. Dolzhenko
2014-03-03
|
/
*
Convert "struct cache_entry *" to "const ..." wherever possible
Nguyễn Thái Ngọc Duy
2013-07-09
*
cache-tree: invalidate i-t-a paths after generating trees
Nguyễn Thái Ngọc Duy
2012-12-15
*
cache-tree: fix writing cache-tree when CE_REMOVE is present
Nguyễn Thái Ngọc Duy
2012-12-15
*
cache-tree: replace "for" loops in update_one with "while" loops
Nguyễn Thái Ngọc Duy
2012-12-15
*
cache-tree: remove dead i-t-a code in verify_cache()
Nguyễn Thái Ngọc Duy
2012-12-15
*
Merge branch 'nd/cache-tree-api-refactor'
Junio C Hamano
2012-02-12
|
\
|
*
cache-tree: update API to take abitrary flags
Nguyễn Thái Ngọc Duy
2012-02-07
*
|
Merge branch 'jc/maint-commit-ignore-i-t-a'
Junio C Hamano
2012-02-12
|
\
\
|
|
/
|
/
|
|
*
commit: ignore intent-to-add entries instead of refusing
Junio C Hamano
2012-02-07
*
|
Refactor cache_tree_update idiom from commit
Thomas Rast
2011-12-06
|
/
*
cache_tree_free: Fix small memory leak
Elijah Newren
2010-09-06
*
write-tree: Avoid leak when index refers to an invalid object
Jonathan Nieder
2010-08-11
*
Improve on the 'invalid object' error message at commit time
Linus Torvalds
2009-07-14
*
Optimize "diff-index --cached" using cache-tree
Junio C Hamano
2009-05-25
*
cache-tree.c::cache_tree_find(): simplify internal API
Junio C Hamano
2009-05-25
*
write-tree --ignore-cache-tree
Junio C Hamano
2009-05-20
*
Move prime_cache_tree() to cache-tree.c
Junio C Hamano
2009-04-20
*
git add --intent-to-add: do not let an empty blob be committed by accident
Junio C Hamano
2008-11-30
*
cache-tree.c: make cache_tree_find() static
Nanako Shiraishi
2008-07-16
*
Merge branch 'maint-1.5.4' into maint
Junio C Hamano
2008-04-24
|
\
|
*
write-tree: properly detect failure to write tree objects
Junio C Hamano
2008-04-23
*
|
Merge branch 'jc/error-message-in-cherry-pick'
Junio C Hamano
2008-02-11
|
\
\
|
*
|
Make error messages from cherry-pick/revert more sensible
Junio C Hamano
2008-02-05
|
|
/
*
|
Make on-disk index representation separate from in-core one
Linus Torvalds
2008-01-21
|
/
*
Small cache_tree_write refactor.
Pierre Habouzit
2007-09-26
*
Now that cache.h needs strbuf.h, remove useless includes.
Pierre Habouzit
2007-09-16
*
Strbuf API extensions and fixes.
Pierre Habouzit
2007-09-10
*
Use strbuf API in cache-tree.c
Pierre Habouzit
2007-09-06
*
Two trivial -Wcast-qual fixes
Junio C Hamano
2007-06-22
*
rename dirlink to gitlink.
Martin Waitz
2007-05-21
*
Teach core object handling functions about gitlinks
Linus Torvalds
2007-04-10
*
Catch errors when writing an index that contains invalid objects.
Johannes Sixt
2006-11-13
*
Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif"
Junio C Hamano
2006-10-30
*
Add hash_sha1_file()
Rene Scharfe
2006-10-14
*
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
2006-08-23
*
Merge branch 'jc/gitlink' into next
Junio C Hamano
2006-05-07
|
\
|
*
write-tree: --prefix=<path>
Junio C Hamano
2006-05-01
*
|
cache-tree: a bit more debugging support.
Junio C Hamano
2006-05-03
|
/
*
cache-tree: replace a sscanf() by two strtol() calls
Johannes Schindelin
2006-05-01
*
cache-tree.c: typefix
Junio C Hamano
2006-04-27
[next]