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
/
builtin
/
merge.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-08
Merge branch 'jc/rev-parse-argh-dashed-multi-words'
Junio C Hamano
1
-1
/
+1
2014-03-28
Merge branch 'bp/commit-p-editor'
Junio C Hamano
1
-3
/
+3
2014-03-24
parse-options: multi-word argh should use dash to separate words
Junio C Hamano
1
-1
/
+1
2014-03-18
merge: fix GIT_EDITOR override for commit hook
Benoit Pierre
1
-1
/
+1
2014-03-18
commit: fix patch hunk editing with "commit -p -m"
Benoit Pierre
1
-3
/
+3
2014-02-27
Merge branch 'nv/commit-gpgsign-config'
Junio C Hamano
1
-0
/
+3
2014-02-24
commit-tree: add the commit.gpgsign option to sign all commits
Nicolas Vigier
1
-0
/
+3
2014-01-27
Merge branch 'ef/mingw-write'
Junio C Hamano
1
-1
/
+1
2014-01-17
prefer xwrite instead of write
Erik Faye-Lund
1
-1
/
+1
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-6
/
+6
2013-10-31
merge: simplify ff-only option
Felipe Contreras
1
-9
/
+2
2013-09-17
Merge branch 'rh/ishes-doc'
Junio C Hamano
1
-1
/
+1
2013-09-04
use 'commit-ish' instead of 'committish'
Richard Hansen
1
-1
/
+1
2013-08-05
Replace deprecated OPT_BOOLEAN by OPT_BOOL
Stefan Beller
1
-6
/
+6
2013-07-22
Merge branch 'nd/const-struct-cache-entry'
Junio C Hamano
1
-1
/
+1
2013-07-15
Merge branch 'mv/merge-ff-tristate'
Junio C Hamano
1
-22
/
+33
2013-07-12
Merge branch 'ms/remote-tracking-branches-in-doc'
Junio C Hamano
1
-2
/
+2
2013-07-09
Convert "struct cache_entry *" to "const ..." wherever possible
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-07-03
Change "remote tracking" to "remote-tracking"
Michael Schubert
1
-2
/
+2
2013-07-02
merge: handle --ff/--no-ff/--ff-only as a tri-state option
Miklos Vajna
1
-22
/
+33
2013-05-08
merge: use help_unknown_ref()
Vikrant Varma
1
-1
/
+2
2013-04-05
Merge branch 'sg/gpg-sig'
Junio C Hamano
1
-1
/
+36
2013-04-05
Merge branch 'jc/merge-tag-object'
Junio C Hamano
1
-0
/
+13
2013-03-31
merge/pull Check for untrusted good GPG signatures
Sebastian Götte
1
-0
/
+3
2013-03-31
merge/pull: verify GPG signatures of commits being merged
Sebastian Götte
1
-1
/
+33
2013-03-19
merge: a random object may not necssarily be a commit
Junio C Hamano
1
-0
/
+13
2013-02-04
Merge branch 'jc/custom-comment-char'
Junio C Hamano
1
-3
/
+2
2013-01-16
Allow custom "comment char"
Junio C Hamano
1
-3
/
+2
2013-01-10
Merge branch 'jc/maint-fmt-merge-msg-no-edit-lose-credit'
Junio C Hamano
1
-0
/
+1
2013-01-09
Merge branch 'ap/merge-stop-at-prepare-commit-msg-failure'
Junio C Hamano
1
-2
/
+3
2013-01-03
merge: Honor prepare-commit-msg return code
Antoine Pelisse
1
-2
/
+3
2012-12-28
merge --no-edit: do not credit people involved in the side branch
Junio C Hamano
1
-0
/
+1
2012-10-29
Move try_merge_command and checkout_fast_forward to libgit.a
Nguyễn Thái Ngọc Duy
1
-104
/
+2
2012-09-11
Merge branch 'tr/void-diff-setup-done' into maint-1.7.11
Junio C Hamano
1
-2
/
+1
2012-09-07
Merge branch 'nd/i18n-parseopt-help'
Junio C Hamano
1
-24
/
+24
2012-08-22
Merge branch 'tr/void-diff-setup-done'
Junio C Hamano
1
-2
/
+1
2012-08-20
i18n: merge: mark parseopt strings for translation
Nguyễn Thái Ngọc Duy
1
-24
/
+24
2012-08-03
diff_setup_done(): return void
Thomas Rast
1
-2
/
+1
2012-05-24
ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICT
Jeff King
1
-2
/
+2
2012-04-27
Merge branch 'jc/merge-reduce-parents-early'
Junio C Hamano
1
-54
/
+88
2012-04-17
builtin/merge.c: reduce parents early
Junio C Hamano
1
-25
/
+40
2012-04-17
builtin/merge.c: collect other parents early
Junio C Hamano
1
-13
/
+27
2012-04-17
builtin/merge.c: remove "remoteheads" global variable
Junio C Hamano
1
-23
/
+28
2012-04-02
Sync with 1.7.9.6
Junio C Hamano
1
-4
/
+1
2012-03-20
merge: backport GIT_MERGE_AUTOEDIT support
Junio C Hamano
1
-1
/
+28
2012-03-06
Merge branch 'zj/diff-stat-dyncol'
Junio C Hamano
1
-0
/
+2
2012-03-01
diff --stat: add config option to limit graph width
Zbigniew Jędrzejewski-Szmek
1
-0
/
+1
2012-03-01
merge --stat: use the full terminal width
Zbigniew Jędrzejewski-Szmek
1
-0
/
+1
2012-02-27
Merge branch 'tr/merge-edit-guidance' into maint
Junio C Hamano
1
-0
/
+10
2012-02-23
merge: do not trust fstat(2) too much when checking interactiveness
Junio C Hamano
1
-1
/
+1
[next]