summaryrefslogtreecommitdiff
path: root/builtin/merge.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| |/ / /
* | | | Merge branch 'jc/merge-reword'Junio C Hamano2011-08-251-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | merge: reword the final messageJunio C Hamano2011-05-251-1/+1
* | | | Merge branch 'jk/format-patch-am'Junio C Hamano2011-05-311-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | clean up calling conventions for pretty.c functionsJeff King2011-05-261-1/+2
* | | | Merge branch 'jk/cherry-pick-root-with-resolve'Junio C Hamano2011-05-191-2/+10
|\ \ \ \
| * | | | cherry-pick: handle root commits with external strategiesJeff King2011-05-161-2/+10
* | | | | Merge branch 'mg/merge-ff-config'Junio C Hamano2011-05-161-0/+9
|\ \ \ \ \
| * | | | | merge: introduce merge.ff configuration variableJunio C Hamano2011-05-061-0/+9
| * | | | | Merge branch 'jc/maint-branch-mergeoptions' into mg/merge-ff-configJunio C Hamano2011-05-061-15/+26
| |/ / / /
* | | | | Merge branch 'jc/maint-branch-mergeoptions'Junio C Hamano2011-05-111-15/+26
* | | | | Merge branch 'ab/i18n-fixup'Junio C Hamano2011-05-021-8/+8
|\ \ \ \ \
| * | | | | i18n: mark merge CHERRY_PICK_HEAD messages for translationÆvar Arnfjörð Bjarmason2011-04-121-3/+3
| * | | | | i18n: mark merge "upstream" messages for translationÆvar Arnfjörð Bjarmason2011-04-121-4/+4
| * | | | | i18n: mark merge "Could not read from" message for translationÆvar Arnfjörð Bjarmason2011-04-121-1/+1
| |/ / / /
* | | | | merge: allow "-" as a short-hand for "previous branch"Junio C Hamano2011-04-071-3/+6
|/ / / /
* | | | Merge branch 'jc/merge-sans-branch'Junio C Hamano2011-04-011-2/+40
|\ \ \ \
| * | | | merge: merge with the default upstream branch without argumentJunio C Hamano2011-03-241-1/+38
| * | | | merge: match the help text with the documentationJared Hance2011-03-241-2/+3
| |/ / /
* | | | Merge branch 'ab/i18n-st'Junio C Hamano2011-04-011-64/+64
|\ \ \ \
| * | | | i18n: git-merge "Wonderful" messageÆvar Arnfjörð Bjarmason2011-03-091-1/+1
| * | | | i18n: git-merge "Updating %s..%s" messageÆvar Arnfjörð Bjarmason2011-03-091-1/+1
| * | | | i18n: git-merge basic messagesÆvar Arnfjörð Bjarmason2011-03-091-62/+62