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
2017-01-17
Merge branch 'nd/qsort-in-merge-recursive' into maint
Junio C Hamano
1
-9
/
+7
2017-01-17
Merge branch 'jc/renormalize-merge-kill-safer-crlf' into maint
Junio C Hamano
1
-0
/
+2
2016-11-28
merge-recursive.c: use string_list_sort instead of qsort
Nguyễn Thái Ngọc Duy
1
-9
/
+7
2016-11-28
merge-recursive: handle NULL in add_cacheinfo() correctly
Johannes Schindelin
1
-0
/
+2
2016-11-17
submodules: allow empty working-tree dirs in merge/cherry-pick
David Turner
1
-6
/
+15
2016-10-17
Merge branch 'rs/cocci'
Junio C Hamano
1
-3
/
+3
2016-10-10
use strbuf_add_unique_abbrev() for adding short hashes, part 3
René Scharfe
1
-3
/
+3
2016-09-26
Merge branch 'rs/cocci'
Junio C Hamano
1
-1
/
+1
2016-09-15
use strbuf_addstr() for adding constant strings to a strbuf, part 2
René Scharfe
1
-1
/
+1
2016-09-07
Convert read_mmblob to take struct object_id.
brian m. carlson
1
-3
/
+3
2016-09-07
cache: convert struct cache_entry to use struct object_id
brian m. carlson
1
-1
/
+1
2016-08-19
Merge branch 'rs/pull-signed-tag'
Junio C Hamano
1
-4
/
+1
2016-08-13
merge-recursive: fix verbose output for multiple base trees
René Scharfe
1
-4
/
+1
2016-08-12
Merge branch 'rs/merge-recursive-string-list-init'
Junio C Hamano
1
-2
/
+1
2016-08-05
merge-recursive: use STRING_LIST_INIT_NODUP
René Scharfe
1
-2
/
+1
2016-08-01
merge-recursive: flush output buffer even when erroring out
Johannes Schindelin
1
-1
/
+3
2016-08-01
merge_trees(): ensure that the callers release output buffer
Johannes Schindelin
1
-0
/
+2
2016-08-01
merge-recursive: offer an option to retain the output in 'obuf'
Johannes Schindelin
1
-4
/
+13
2016-08-01
merge-recursive: write the commit title in one go
Johannes Schindelin
1
-8
/
+9
2016-08-01
merge-recursive: flush output buffer before printing error messages
Johannes Schindelin
1
-48
/
+68
2016-07-26
merge-recursive: switch to returning errors instead of dying
Johannes Schindelin
1
-27
/
+35
2016-07-26
merge-recursive: handle return values indicating errors
Johannes Schindelin
1
-102
/
+150
2016-07-26
merge-recursive: allow write_tree_from_memory() to error out
Johannes Schindelin
1
-2
/
+2
2016-07-26
merge-recursive: avoid returning a wholesale struct
Johannes Schindelin
1
-50
/
+56
2016-07-26
merge_recursive: abort properly upon errors
Johannes Schindelin
1
-5
/
+12
2016-07-26
merge-recursive: clarify code in was_tracked()
Johannes Schindelin
1
-16
/
+14
2016-07-26
die(_("BUG")): avoid translating bug messages
Johannes Schindelin
1
-3
/
+3
2016-07-26
die("bug"): report bugs consistently
Johannes Schindelin
1
-8
/
+7
2016-07-25
Merge branch 'jc/renormalize-merge-kill-safer-crlf'
Junio C Hamano
1
-4
/
+13
2016-07-12
merge: avoid "safer crlf" during recording of merge results
Junio C Hamano
1
-4
/
+13
2016-06-28
merge-recursive: convert merge_recursive_generic() to object_id
brian m. carlson
1
-7
/
+7
2016-06-28
merge-recursive: convert leaf functions to use struct object_id
brian m. carlson
1
-118
/
+118
2016-06-28
merge-recursive: convert struct merge_file_info to object_id
brian m. carlson
1
-19
/
+20
2016-06-28
merge-recursive: convert struct stage_data to use object_id
brian m. carlson
1
-20
/
+18
2016-06-28
diff: convert struct diff_filespec to struct object_id
brian m. carlson
1
-49
/
+58
2016-05-06
Merge branch 'bc/object-id'
Junio C Hamano
1
-2
/
+2
2016-04-19
match-trees: convert shift_tree() and shift_tree_by() to use object_id
brian m. carlson
1
-2
/
+2
2016-04-12
merge-recursive: do not check working copy when creating a virtual merge base
Elijah Newren
1
-3
/
+3
2016-04-12
merge-recursive: remove duplicate code
Elijah Newren
1
-2
/
+0
2016-02-24
merge-recursive: find-renames resets threshold
Felipe Gonçalves Assis
1
-1
/
+3
2016-02-17
merge-recursive: more consistent interface
Felipe Gonçalves Assis
1
-1
/
+4
2016-02-17
merge-recursive: option to disable renames
Felipe Gonçalves Assis
1
-0
/
+7
2015-11-20
Remove get_object_hash.
brian m. carlson
1
-8
/
+8
2015-11-20
Convert struct object to object_id
brian m. carlson
1
-7
/
+7
2015-11-20
Add several uses of get_object_hash.
brian m. carlson
1
-8
/
+8
2015-10-30
Merge branch 'jk/delete-modechange-conflict'
Junio C Hamano
1
-2
/
+6
2015-10-26
merge: detect delete/modechange conflict
Jeff King
1
-2
/
+6
2015-10-05
merge-recursive: convert malloc / strcpy to strbuf
Jeff King
1
-9
/
+8
2015-05-20
use file_exists() to check if a file exists in the worktree
René Scharfe
1
-2
/
+1
2015-03-23
merge-recursive: fix memleaks
Stefan Beller
1
-0
/
+3
[next]