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
2011-03-22
Fix sparse warnings
Stephen Boyd
1
-1
/
+1
2011-02-15
Revert "unpack_trees(): skip trees that are the same in all input"
Junio C Hamano
1
-56
/
+0
2011-02-09
Merge branch 'jc/unpack-trees'
Junio C Hamano
1
-2
/
+62
2011-02-09
Merge branch 'jn/unpack-lstat-failure-report'
Junio C Hamano
1
-6
/
+12
2011-01-13
unpack-trees: handle lstat failure for existing file
Jonathan Nieder
1
-1
/
+3
2011-01-13
unpack-trees: handle lstat failure for existing directory
Jonathan Nieder
1
-5
/
+9
2011-01-04
unpack_trees(): skip trees that are the same in all input
Junio C Hamano
1
-0
/
+56
2010-12-22
Merge branch 'nd/maint-fix-add-typo-detection'
Junio C Hamano
1
-23
/
+217
2010-12-22
unpack-trees.c: cosmetic fix
Junio C Hamano
1
-4
/
+8
2010-12-14
use persistent memory for rejected paths
Clemens Buchacher
1
-25
/
+11
2010-12-14
do not overwrite files in leading path
Clemens Buchacher
1
-3
/
+13
2010-12-14
add function check_ok_to_remove()
Clemens Buchacher
1
-49
/
+58
2010-11-30
unpack-trees: fix sparse checkout's "unable to match directories"
Nguyễn Thái Ngọc Duy
1
-10
/
+144
2010-11-29
unpack-trees: move all skip-worktree checks back to unpack_trees()
Nguyễn Thái Ngọc Duy
1
-9
/
+73
2010-11-29
dir.c: add free_excludes()
Nguyễn Thái Ngọc Duy
1
-5
/
+1
2010-11-15
use persistent memory for rejected paths
Clemens Buchacher
1
-25
/
+11
2010-10-13
do not overwrite files in leading path
Clemens Buchacher
1
-3
/
+13
2010-10-13
add function check_ok_to_remove()
Clemens Buchacher
1
-49
/
+58
2010-09-03
Merge branch 'dg/local-mod-error-messages'
Junio C Hamano
1
-7
/
+49
2010-09-03
Move "show_all_errors = 1" to setup_unpack_trees_porcelain()
Matthieu Moy
1
-6
/
+2
2010-09-03
setup_unpack_trees_porcelain: take the whole options struct as parameter
Matthieu Moy
1
-1
/
+3
2010-09-03
Move set_porcelain_error_msgs to unpack-trees.c and rename it
Matthieu Moy
1
-1
/
+45
2010-08-21
Merge branch 'nd/fix-sparse-checkout'
Junio C Hamano
1
-25
/
+31
2010-08-21
Merge branch 'dg/local-mod-error-messages'
Junio C Hamano
1
-41
/
+124
2010-08-11
unpack_trees: group error messages by type
Matthieu Moy
1
-4
/
+74
2010-08-11
merge-recursive: distinguish "removed" and "overwritten" messages
Matthieu Moy
1
-25
/
+39
2010-08-11
merge-recursive: porcelain messages for checkout
Diane Gasselin
1
-3
/
+2
2010-08-11
Turn unpack_trees_options.msgs into an array + enum
Matthieu Moy
1
-21
/
+21
2010-08-11
read-tree: stop leaking tree objects
Jonathan Nieder
1
-1
/
+6
2010-08-09
unpack-trees: mark new entries skip-worktree appropriately
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2010-08-09
unpack-trees: do not check for conflict entries too early
Nguyễn Thái Ngọc Duy
1
-4
/
+1
2010-08-09
unpack-trees: let read-tree -u remove index entries outside sparse area
Nguyễn Thái Ngọc Duy
1
-10
/
+19
2010-08-09
unpack-trees: only clear CE_UPDATE|CE_REMOVE when skip-worktree is always set
Nguyễn Thái Ngọc Duy
1
-14
/
+12
2010-06-22
Merge branch 'bd/maint-unpack-trees-parawalk-fix'
Junio C Hamano
1
-2
/
+10
2010-06-21
Merge branch 'gv/portable'
Junio C Hamano
1
-1
/
+3
2010-06-18
unpack-trees: Make index lookahead less pessimal
Brian Downing
1
-2
/
+10
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
[next]