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
2009-11-22
merge-recursive: point the user to commit when file would be overwritten.
Matthieu Moy
1
-1
/
+7
2009-11-15
Check the format of more printf-type functions
Tarmigan Casebolt
1
-1
/
+3
2009-09-08
merge-recursive: give less scary messages when merge did not start
Junio C Hamano
1
-4
/
+21
2009-08-10
Merge branch 'jc/maint-merge-recursive-fix'
Junio C Hamano
1
-3
/
+25
2009-07-30
merge-recursive: don't segfault while handling rename clashes
Junio C Hamano
1
-3
/
+25
2009-07-06
Merge branch 'tr/die_errno'
Junio C Hamano
1
-3
/
+3
2009-07-01
Remove filename from conflict markers
Martin Renold
1
-2
/
+7
2009-06-27
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
1
-3
/
+3
2009-06-20
Fix various sparse warnings in the git source code
Linus Torvalds
1
-1
/
+1
2009-05-23
Merge branch 'do/maint-merge-recursive-fix'
Junio C Hamano
1
-5
/
+6
2009-05-09
merge-recursive: never leave index unmerged while recursing
Dave Olszewski
1
-5
/
+6
2009-04-29
merge-recursive: do not die on a conflicting submodule
Junio C Hamano
1
-2
/
+6
2009-04-07
Merge branch 'cb/maint-merge-recursive-submodule-fix'
Junio C Hamano
1
-12
/
+4
2009-04-05
simplify output of conflicting merge
Clemens Buchacher
1
-13
/
+4
2009-04-05
update cache for conflicting submodule entries
Clemens Buchacher
1
-2
/
+3
2009-03-15
Fix various dead stores found by the clang static analyzer
Benjamin Kramer
1
-8
/
+3
2009-02-07
tree.c: allow read_tree_recursive() to traverse gitlink entries
Lars Hjemli
1
-1
/
+1
2009-01-13
Merge branch 'js/maint-merge-recursive-r-d-conflict' into maint
Junio C Hamano
1
-0
/
+5
2009-01-13
Merge branch 'cb/maint-merge-recursive-fix' into maint
Junio C Hamano
1
-0
/
+32
2009-01-07
Merge branch 'js/maint-merge-recursive-r-d-conflict'
Junio C Hamano
1
-0
/
+5
2008-12-24
merge-recursive: mark rename/delete conflict as unmerged
Johannes Schindelin
1
-0
/
+5
2008-12-15
Merge branch 'cb/maint-merge-recursive-fix' into cb/merge-recursive-fix
Junio C Hamano
1
-0
/
+32
2008-12-04
Report symlink failures in merge-recursive
Alex Riesen
1
-1
/
+2
2008-11-23
merge-recursive: use strbuf_expand() instead of interpolate()
René Scharfe
1
-1
/
+0
2008-10-19
git-merge-recursive: honor merge.conflictstyle once again
Matt McCutchen
1
-1
/
+1
2008-10-12
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
1
-2
/
+1
2008-09-29
Merge branch 'bc/master-diff-hunk-header-fix'
Shawn O. Pearce
1
-16
/
+1
2008-09-26
Merge branch 'maint'
Shawn O. Pearce
1
-3
/
+1
2008-09-26
Cleanup remove_path
Alex Riesen
1
-5
/
+3
2008-09-05
merge-recursive: get rid of virtual_id
Miklos Vajna
1
-5
/
+1
2008-09-04
merge-recursive: move current_{file,directory}_set to struct merge_options
Miklos Vajna
1
-27
/
+30
2008-09-04
merge-recursive: move the global obuf to struct merge_options
Miklos Vajna
1
-19
/
+18
2008-09-04
merge-recursive: get rid of the index_only global variable
Miklos Vajna
1
-73
/
+67
2008-09-03
merge-recursive: move call_depth to struct merge_options
Miklos Vajna
1
-13
/
+12
2008-08-30
merge-recursive: introduce merge_options
Miklos Vajna
1
-132
/
+133
2008-08-30
merge-recursive.c: Add more generic merge_recursive_generic()
Stephan Beyer
1
-0
/
+53
2008-08-30
Split out merge_recursive() to merge-recursive.c
Miklos Vajna
1
-0
/
+1331
2008-02-09
Build-in merge-recursive
Daniel Barkalow
1
-1760
/
+0
2008-01-21
Make on-disk index representation separate from in-core one
Linus Torvalds
1
-1
/
+1
2008-01-16
Improve use of lockfile API
Brandon Casey
1
-1
/
+1
2008-01-03
Fix grammar nits in documentation and in code comments.
Jim Meyering
1
-1
/
+1
2007-12-19
Improved submodule merge support
Finn Arne Gangstad
1
-1
/
+8
2007-12-11
Support a merge with conflicting gitlink change
Junio C Hamano
1
-4
/
+6
2007-11-11
Make the diff_options bitfields be an unsigned with explicit masks.
Pierre Habouzit
1
-1
/
+1
2007-10-29
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2007-10-29
merge-recursive.c: mrtree in merge() is not used before set
Junio C Hamano
1
-1
/
+1
2007-10-03
Merge branch 'ph/strbuf'
Junio C Hamano
1
-55
/
+39
2007-09-26
Move make_cache_entry() from merge-recursive.c into read-cache.c
Carlos Rica
1
-24
/
+0
2007-09-25
Make merge-recursive honor diff.renamelimit
Lars Hjemli
1
-0
/
+6
2007-09-20
nfv?asprintf are broken without va_copy, workaround them.
Pierre Habouzit
1
-40
/
+35
[prev]
[next]