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
2007-04-04
Fix switching to a branch with D/F when current branch has file D.
Junio C Hamano
1
-1
/
+112
2007-04-04
Fix twoway_merge that passed d/f conflict marker to merged_entry().
Junio C Hamano
1
-2
/
+8
2007-04-04
unpack-trees: get rid of *indpos parameter.
Junio C Hamano
1
-9
/
+7
2007-04-04
unpack_trees.c: pass unpack_trees_options structure to keep_entry() as well.
Junio C Hamano
1
-7
/
+7
2007-03-21
Initialize tree descriptors with a helper function rather than by hand.
Linus Torvalds
1
-2
/
+1
2006-12-20
simplify inclusion of system header files.
Junio C Hamano
1
-2
/
+0
2006-12-13
Merge branch 'jc/read-tree-ignore'
Junio C Hamano
1
-5
/
+19
2006-12-05
read-tree: further loosen "working file will be lost" check.
Junio C Hamano
1
-5
/
+19
2006-12-04
unpack-trees: make sure "df_conflict_entry.name" is NUL terminated.
Junio C Hamano
1
-3
/
+5
2006-10-27
merge: loosen overcautious "working file will be lost" check.
Junio C Hamano
1
-3
/
+1
2006-08-23
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
1
-1
/
+1
2006-08-17
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
David Rientjes
1
-1
/
+1
2006-08-15
remove unnecessary initializations
David Rientjes
1
-1
/
+1
2006-08-15
use appropriate typedefs
David Rientjes
1
-1
/
+1
2006-07-30
read-tree: move merge functions to the library
Johannes Schindelin
1
-0
/
+404
2006-07-30
read-trees: refactor the unpack_trees() part
Johannes Schindelin
1
-0
/
+395