summaryrefslogtreecommitdiff
path: root/builtin/merge.c
Commit message (Expand)AuthorAgeFilesLines
* merge: do not trust fstat(2) too much when checking interactivenessJunio C Hamano2012-02-231-1/+1
* Merge branch 'jn/merge-no-edit-fix'Junio C Hamano2012-02-121-1/+2
|\
| * merge: do not launch an editor on "--no-edit $tag"jn/merge-no-edit-fixJunio C Hamano2012-02-091-3/+7
* | Merge branch 'jc/merge-ff-only-stronger-than-signed-merge'Junio C Hamano2012-02-101-1/+2
|\ \ | |/
| * merge: do not create a signed tag merge under --ff-only optionjc/merge-ff-only-stronger-than-signed-mergeJunio C Hamano2012-02-051-1/+2
* | Merge branch 'tr/merge-edit-guidance'Junio C Hamano2012-01-311-0/+10
|\ \
| * | merge: add instructions to the commit message when editingtr/merge-edit-guidanceThomas Rast2012-01-311-0/+10
| |/
* | Merge branch 'jc/pull-signed-tag'Junio C Hamano2012-01-311-4/+34
|\ \ | |/ |/|
| * merge: use editor by default in interactive sessionsJunio C Hamano2012-01-231-4/+34
* | Merge branch 'jc/show-sig'Junio C Hamano2012-01-061-2/+12
|\ \
| * | commit: teach --gpg-sign optionJunio C Hamano2011-11-121-2/+14
| |/
* | Merge branch 'jk/maint-strbuf-missing-init'Junio C Hamano2011-12-221-1/+1
|\ \
| * | Update jk/maint-strbuf-missing-init to builtin/ renamejk/maint-strbuf-missing-initJunio C Hamano2011-12-181-1/+1
* | | Merge branch 'nd/war-on-nul-in-commit'Junio C Hamano2011-12-221-2/+4
|\ \ \
| * | | Convert commit_tree() to take strbuf as messageNguyễn Thái Ngọc Duy2011-12-151-2/+2
| * | | merge: abort if fails to commitNguyễn Thái Ngọc Duy2011-12-151-2/+4
* | | | Merge branch 'nd/resolve-ref'Junio C Hamano2011-12-191-7/+5
|\ \ \ \
| * | | | Convert resolve_ref+xstrdup to new resolve_refdup functionNguyễn Thái Ngọc Duy2011-12-131-7/+5
* | | | | Merge branch 'nd/ignore-might-be-precious'Junio C Hamano2011-12-131-4/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | checkout,merge: disallow overwriting ignored files with --no-overwrite-ignorend/ignore-might-be-preciousNguyễn Thái Ngọc Duy2011-11-281-4/+8
| * | | | Merge branch 'nd/maint-ignore-exclude' into nd/ignore-might-be-preciousJunio C Hamano2011-11-281-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | Merge branch 'nd/resolve-ref'Junio C Hamano2011-12-091-24/+41
|\ \ \ \ \
| * | | | | Copy resolve_ref() return value for longer useNguyễn Thái Ngọc Duy2011-12-051-22/+40
| * | | | | Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy2011-11-131-2/+2
* | | | | | Merge branch 'jc/pull-signed-tag'Junio C Hamano2011-12-091-45/+50
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | merge: force edit and no-ff mode when merging a tag objectJunio C Hamano2011-11-091-0/+6
| * | | | | merge: record tag objects without peeling in MERGE_HEADJunio C Hamano2011-11-081-3/+10
| * | | | | merge: make usage of commit->util more extensibleJunio C Hamano2011-11-081-40/+23
| * | | | | fmt-merge-msg: package options into a structureJunio C Hamano2011-11-071-2/+6
| * | | | | merge: notice local merging of tags and keep it unwrappedJunio C Hamano2011-11-071-0/+5
| |/ / / /
* | | | | Merge branch 'jc/request-pull-show-head-4'Junio C Hamano2011-12-091-10/+10
|\ \ \ \ \
| * | | | | fmt-merge-msg: use branch.$name.descriptionJunio C Hamano2011-10-071-10/+10
* | | | | | Merge branch 'nd/maint-ignore-exclude'Junio C Hamano2011-12-051-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | checkout,merge: loosen overwriting untracked file check based on info/excludend/maint-ignore-excludeNguyễn Thái Ngọc Duy2011-11-281-1/+1
* | | | | | Merge branch 'vr/git-merge-default-to-upstream'Junio C Hamano2011-12-051-3/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Show error for 'git merge' with unset merge.defaultToUpstreamvr/git-merge-default-to-upstreamVincent van Ravesteijn2011-11-211-3/+6
| * | | | | Merge branch 'nd/maint-autofix-tag-in-head' into maintJunio C Hamano2011-10-211-56/+61
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
* | | | | | do not let git_path clobber errno when reporting errorsjn/git-path-errnoJonathan Nieder2011-11-171-20/+29
| |_|_|/ / |/| | | |
* | | | | Merge branch 'js/merge-edit-option'Junio C Hamano2011-10-191-39/+70
|\ \ \ \ \
| * | | | | Teach merge the '[-e|--edit]' optionJay Soffian2011-10-121-39/+70
| |/ / / /
* | | | | Merge branch 'nd/maint-autofix-tag-in-head'Junio C Hamano2011-10-131-56/+61
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Accept tags in HEAD or MERGE_HEADNguyễn Thái Ngọc Duy2011-09-181-5/+2
| * | | | merge: remove global variable head[]Nguyễn Thái Ngọc Duy2011-09-181-44/+53
| * | | | merge: use return value of resolve_ref() to determine if HEAD is invalidNguyễn Thái Ngọc Duy2011-09-181-1/+1
| * | | | merge: keep stash[] a local variableNguyễn Thái Ngọc Duy2011-08-261-17/+16
* | | | | Merge branch 'jc/want-commit'Junio C Hamano2011-10-051-5/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Allow git merge ":/<pattern>"jc/want-commitJunio C Hamano2011-09-151-5/+14
| |/ / /
* | | | Merge branch 'jk/color-and-pager'Junio C Hamano2011-08-281-6/+0
|\ \ \ \
| * | | | want_color: automatically fallback to color.uiJeff King2011-08-191-4/+0
| * | | | diff: refactor COLOR_DIFF from a flag into an intJeff King2011-08-181-2/+0
| |/ / /