index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
merge-recursive.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'do/maint-merge-recursive-fix'
Junio C Hamano
2009-05-23
1
-5
/
+6
|
\
|
*
merge-recursive: never leave index unmerged while recursing
Dave Olszewski
2009-05-10
1
-5
/
+6
*
|
merge-recursive: do not die on a conflicting submodule
Junio C Hamano
2009-04-30
1
-2
/
+6
*
|
Merge branch 'cb/maint-merge-recursive-submodule-fix'
Junio C Hamano
2009-04-08
1
-12
/
+4
|
\
|
|
*
simplify output of conflicting merge
Clemens Buchacher
2009-04-05
1
-13
/
+4
|
*
update cache for conflicting submodule entries
Clemens Buchacher
2009-04-05
1
-2
/
+3
*
|
Fix various dead stores found by the clang static analyzer
Benjamin Kramer
2009-03-16
1
-8
/
+3
|
/
*
tree.c: allow read_tree_recursive() to traverse gitlink entries
Lars Hjemli
2009-02-07
1
-1
/
+1
*
Merge branch 'js/maint-merge-recursive-r-d-conflict'
Junio C Hamano
2009-01-07
1
-0
/
+5
|
\
|
*
merge-recursive: mark rename/delete conflict as unmerged
Johannes Schindelin
2008-12-25
1
-0
/
+5
*
|
Merge branch 'cb/maint-merge-recursive-fix' into cb/merge-recursive-fix
Junio C Hamano
2008-12-15
1
-0
/
+32
|
\
\
|
|
/
|
/
|
*
|
Report symlink failures in merge-recursive
Alex Riesen
2008-12-05
1
-1
/
+2
*
|
merge-recursive: use strbuf_expand() instead of interpolate()
René Scharfe
2008-11-24
1
-1
/
+0
*
|
git-merge-recursive: honor merge.conflictstyle once again
Matt McCutchen
2008-10-19
1
-1
/
+1
*
|
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
2008-10-12
1
-2
/
+1
*
|
Merge branch 'bc/master-diff-hunk-header-fix'
Shawn O. Pearce
2008-09-29
1
-16
/
+1
|
\
|
*
|
Merge branch 'maint'
Shawn O. Pearce
2008-09-26
1
-3
/
+1
|
\
|
*
|
Cleanup remove_path
Alex Riesen
2008-09-26
1
-5
/
+3
*
|
merge-recursive: get rid of virtual_id
Miklos Vajna
2008-09-05
1
-5
/
+1
*
|
merge-recursive: move current_{file,directory}_set to struct merge_options
Miklos Vajna
2008-09-05
1
-27
/
+30
*
|
merge-recursive: move the global obuf to struct merge_options
Miklos Vajna
2008-09-05
1
-19
/
+18
*
|
merge-recursive: get rid of the index_only global variable
Miklos Vajna
2008-09-05
1
-73
/
+67
*
|
merge-recursive: move call_depth to struct merge_options
Miklos Vajna
2008-09-04
1
-13
/
+12
*
|
merge-recursive: introduce merge_options
Miklos Vajna
2008-08-31
1
-132
/
+133
*
|
merge-recursive.c: Add more generic merge_recursive_generic()
Stephan Beyer
2008-08-31
1
-0
/
+53
*
|
Split out merge_recursive() to merge-recursive.c
Miklos Vajna
2008-08-31
1
-0
/
+1331
|
/
*
Build-in merge-recursive
Daniel Barkalow
2008-02-10
1
-1760
/
+0
*
Make on-disk index representation separate from in-core one
Linus Torvalds
2008-01-21
1
-1
/
+1
*
Improve use of lockfile API
Brandon Casey
2008-01-17
1
-1
/
+1
*
Fix grammar nits in documentation and in code comments.
Jim Meyering
2008-01-03
1
-1
/
+1
*
Improved submodule merge support
Finn Arne Gangstad
2007-12-20
1
-1
/
+8
*
Support a merge with conflicting gitlink change
Junio C Hamano
2007-12-11
1
-4
/
+6
*
Make the diff_options bitfields be an unsigned with explicit masks.
Pierre Habouzit
2007-11-12
1
-1
/
+1
*
Merge branch 'maint'
Junio C Hamano
2007-10-29
1
-1
/
+1
|
\
|
*
merge-recursive.c: mrtree in merge() is not used before set
Junio C Hamano
2007-10-29
1
-1
/
+1
|
*
Move make_cache_entry() from merge-recursive.c into read-cache.c
Carlos Rica
2007-09-26
1
-24
/
+0
*
|
Merge branch 'ph/strbuf'
Junio C Hamano
2007-10-03
1
-55
/
+39
|
\
\
|
*
|
nfv?asprintf are broken without va_copy, workaround them.
Pierre Habouzit
2007-09-21
1
-40
/
+35
|
*
|
Use xmemdupz() in many places.
Pierre Habouzit
2007-09-19
1
-15
/
+4
*
|
|
Make merge-recursive honor diff.renamelimit
Lars Hjemli
2007-09-26
1
-0
/
+6
|
/
/
*
/
Move make_cache_entry() from merge-recursive.c into read-cache.c
Carlos Rica
2007-09-12
1
-24
/
+0
|
/
*
Use xmkstemp() instead of mkstemp()
Luiz Fernando N. Capitulino
2007-08-15
1
-3
/
+1
*
merge-recursive: do not rudely die on binary merge
Junio C Hamano
2007-08-15
1
-23
/
+28
*
Start moving unpack-trees to "struct tree_desc"
Linus Torvalds
2007-08-10
1
-5
/
+11
*
-Wold-style-definition fix
Junio C Hamano
2007-06-13
1
-1
/
+1
*
merge-recursive: refuse to merge binary files
Johannes Schindelin
2007-06-05
1
-0
/
+6
*
Ignore merged status of the file-level merge
Alex Riesen
2007-04-27
1
-1
/
+1
*
Add a test for merging changed and rename-changed branches
Alex Riesen
2007-04-26
1
-0
/
+5
*
Avoid excessive rewrites in merge-recursive
Alex Riesen
2007-04-26
1
-13
/
+19
*
Merge branch 'jc/attr'
Junio C Hamano
2007-04-22
1
-21
/
+382
|
\
[next]