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
/
unpack-trees.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-13
Merge branch 'cb/assume-unchanged-fix'
Junio C Hamano
1
-1
/
+1
2010-05-31
Rewrite dynamic structure initializations to runtime assignment
Gary V. Vaughan
1
-1
/
+3
2010-05-01
do not overwrite files marked "assume unchanged"
Clemens Buchacher
1
-1
/
+1
2010-03-28
Introduce remove_or_warn function
Peter Collingbourne
1
-10
/
+2
2010-01-24
Merge branch 'jc/fix-tree-walk'
Junio C Hamano
1
-58
/
+331
2010-01-18
Merge branch 'pc/uninteresting-submodule-disappear-upon-switch-branches'
Junio C Hamano
1
-2
/
+10
2010-01-13
Merge branch 'cc/reset-more'
Junio C Hamano
1
-7
/
+14
2010-01-13
Merge branch 'nd/sparse'
Junio C Hamano
1
-18
/
+163
2010-01-11
Remove empty directories when checking out a commit with fewer submodules
Peter Collingbourne
1
-2
/
+10
2010-01-07
read-tree --debug-unpack
Junio C Hamano
1
-0
/
+35
2010-01-07
unpack-trees.c: look ahead in the index
Junio C Hamano
1
-3
/
+117
2010-01-07
unpack-trees.c: prepare for looking ahead in the index
Junio C Hamano
1
-46
/
+170
2010-01-03
Aggressive three-way merge: fix D/F case
Junio C Hamano
1
-5
/
+8
2010-01-03
"reset --merge": fix unmerged case
Junio C Hamano
1
-7
/
+14
2009-12-14
ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALID
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2009-11-20
Merge branch 'jc/fix-tree-walk' (early part)
Junio C Hamano
1
-13
/
+13
2009-10-24
Use 'fast-forward' all over the place
Felipe Contreras
1
-1
/
+1
2009-10-11
unpack_callback(): use unpack_failed() consistently
Junio C Hamano
1
-12
/
+12
2009-10-11
unpack-trees: typofix
Junio C Hamano
1
-1
/
+1
2009-08-23
sparse checkout: inhibit empty worktree
Nguyễn Thái Ngọc Duy
1
-0
/
+7
2009-08-23
unpack-trees(): ignore worktree check outside checkout area
Nguyễn Thái Ngọc Duy
1
-0
/
+12
2009-08-23
unpack_trees(): apply $GIT_DIR/info/sparse-checkout to the final index
Nguyễn Thái Ngọc Duy
1
-1
/
+81
2009-08-23
unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkout
Nguyễn Thái Ngọc Duy
1
-6
/
+30
2009-08-23
unpack-trees.c: generalize verify_* functions
Nguyễn Thái Ngọc Duy
1
-5
/
+18
2009-08-23
unpack-trees(): add CE_WT_REMOVE to remove on worktree alone
Nguyễn Thái Ngọc Duy
1
-1
/
+8
2009-08-23
unpack-trees(): carry skip-worktree bit over in merged_entry()
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2009-08-23
Teach Git to respect skip-worktree bit (writing part)
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2009-07-18
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2009-07-18
checkout -f: deal with a D/F conflict entry correctly
Junio C Hamano
1
-1
/
+1
2009-07-14
Fix extraneous lstat's in 'git checkout -f'
Linus Torvalds
1
-1
/
+1
2009-07-10
unpack-trees.c: work around run-time array initialization flaw on IRIX 6.5
Brandon Casey
1
-1
/
+1
2009-07-09
Simplify read_directory[_recursive]() arguments
Linus Torvalds
1
-1
/
+1
2009-06-20
Fix various sparse warnings in the git source code
Linus Torvalds
1
-1
/
+1
2009-05-25
Optimize "diff-index --cached" using cache-tree
Junio C Hamano
1
-0
/
+17
2009-04-29
replace direct calls to unlink(2) with unlink_or_warn
Alex Riesen
1
-1
/
+1
2009-04-17
unpack-trees: do not muck with attributes when we are not checking out
Junio C Hamano
1
-2
/
+4
2009-03-26
Merge branch 'jc/attributes-checkout'
Junio C Hamano
1
-0
/
+3
2009-03-17
Merge branch 'jc/maint-1.6.0-read-tree-overlay'
Junio C Hamano
1
-3
/
+3
2009-03-13
Read attributes from the index that is being checked out
Junio C Hamano
1
-0
/
+3
2009-03-12
read-tree A B C: do not create a bogus index and do not segfault
Junio C Hamano
1
-3
/
+3
2009-03-07
Record ns-timestamps if possible, but do not use it without USE_NSEC
Kjetil Barvik
1
-2
/
+0
2009-02-19
verify_uptodate(): add ce_uptodate(ce) test
Kjetil Barvik
1
-1
/
+1
2009-02-19
make USE_NSEC work as expected
Kjetil Barvik
1
-2
/
+6
2009-02-18
check_updates(): effective removal of cache entries marked CE_REMOVE
Kjetil Barvik
1
-3
/
+1
2009-02-09
unlink_entry(): introduce schedule_dir_for_removal()
Kjetil Barvik
1
-24
/
+6
2009-02-09
lstat_cache(): swap func(length, string) into func(string, length)
Kjetil Barvik
1
-2
/
+2
2009-01-31
Merge branch 'maint'
Junio C Hamano
1
-3
/
+6
2009-01-31
Merge branch 'maint-1.6.0' into maint
Junio C Hamano
1
-3
/
+6
2009-01-31
merge: fix out-of-bounds memory access
René Scharfe
1
-3
/
+6
2009-01-25
Merge branch 'kb/lstat-cache'
Junio C Hamano
1
-2
/
+2
[prev]
[next]