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
/
merge-recursive.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-02
Replace uses of strdup with xstrdup.
Shawn Pearce
1
-7
/
+7
2006-08-31
Use xmalloc instead of malloc
Jonas Fonseca
1
-3
/
+3
2006-08-23
hashcpy/hashcmp remaining bits.
Junio C Hamano
1
-6
/
+4
2006-08-23
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
1
-10
/
+10
2006-08-12
Merge branch 'master' into js/c-merge-recursive
Junio C Hamano
1
-3
/
+1
2006-08-09
merge-recur: do not die unnecessarily
Johannes Schindelin
1
-2
/
+4
2006-08-09
merge-recur: try to merge older merge bases first
Johannes Schindelin
1
-1
/
+12
2006-08-09
merge-recur: if there is no common ancestor, fake empty one
Johannes Schindelin
1
-0
/
+12
2006-08-09
merge-recur: do not setenv("GIT_INDEX_FILE")
Johannes Schindelin
1
-13
/
+9
2006-08-09
merge-recur: do not call git-write-tree
Johannes Schindelin
1
-24
/
+20
2006-08-04
merge-recursive: fix rename handling
Johannes Schindelin
1
-2
/
+4
2006-07-31
merge-recur: virtual commits shall never be parsed
Johannes Schindelin
1
-0
/
+2
2006-07-30
merge-recur: use the unpack_trees() interface instead of exec()ing read-tree
Johannes Schindelin
1
-28
/
+52
2006-07-30
merge-recur: fix thinko in unique_path()
Johannes Schindelin
1
-2
/
+2
2006-07-27
merge-recur: Explain why sha_eq() and struct stage_data cannot go
Johannes Schindelin
1
-5
/
+4
2006-07-27
merge-recur: Cleanup last mixedCase variables...
Johannes Schindelin
1
-23
/
+23
2006-07-27
merge-recur: Fix compiler warning with -pedantic
Johannes Schindelin
1
-1
/
+4
2006-07-27
merge-recur: Remove dead code
Johannes Schindelin
1
-22
/
+0
2006-07-27
merge-recur: Get rid of debug code
Johannes Schindelin
1
-64
/
+1
2006-07-27
merge-recur: Convert variable names to lower_case
Johannes Schindelin
1
-191
/
+189
2006-07-27
Cumulative update of merge-recursive in C
Johannes Schindelin
1
-526
/
+364
2006-07-13
Merge branch 'lt/unitype' into js/c-merge-recursive
Junio C Hamano
1
-1
/
+1
2006-07-13
Status update on merge-recursive in C
Johannes Schindelin
1
-0
/
+1560