summaryrefslogtreecommitdiff
path: root/builtin/merge.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/code-cleaning'Junio C Hamano2014-07-161-6/+4
|\
| * merge: simplify merge_trivial() by using commit_list_append()René Scharfe2014-07-101-6/+4
* | Merge branch 'nd/split-index'Junio C Hamano2014-07-161-8/+4
|\ \
| * | read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy2014-06-131-8/+4
* | | Merge branch 'mg/verify-commit'Junio C Hamano2014-07-101-4/+1
|\ \ \ | |_|/ |/| |
| * | gpg-interface: provide clear helper for struct signature_checkMichael J Gruber2014-06-231-4/+1
* | | Merge branch 'jk/commit-buffer-length'Junio C Hamano2014-07-021-4/+4
|\ \ \ | |/ / |/| |
| * | commit_tree: take a pointer/len pair rather than a const strbufJeff King2014-06-121-4/+4
| |/
* | Merge branch 'fc/merge-default-to-upstream'Junio C Hamano2014-06-031-1/+1
|\ \
| * | merge: enable defaulttoupstream by defaultfc/merge-default-to-upstreamFelipe Contreras2014-04-221-1/+1
| |/
* | Merge branch 'mh/ref-transaction'Junio C Hamano2014-06-031-3/+3
|\ \ | |/ |/|
| * refs.h: rename the action_on_err constantsMichael Haggerty2014-04-071-3/+3
* | Merge branch 'jc/rev-parse-argh-dashed-multi-words'Junio C Hamano2014-04-081-1/+1
|\ \ | |/ |/|
| * parse-options: multi-word argh should use dash to separate wordsJunio C Hamano2014-03-241-1/+1
* | Merge branch 'bp/commit-p-editor'Junio C Hamano2014-03-281-3/+3
|\ \ | |/ |/|
| * merge: fix GIT_EDITOR override for commit hookBenoit Pierre2014-03-181-1/+1
| * commit: fix patch hunk editing with "commit -p -m"Benoit Pierre2014-03-181-3/+3
* | Merge branch 'nv/commit-gpgsign-config'Junio C Hamano2014-02-271-0/+3
|\ \ | |/ |/|
| * commit-tree: add the commit.gpgsign option to sign all commitsNicolas Vigier2014-02-241-0/+3
* | Merge branch 'ef/mingw-write'Junio C Hamano2014-01-271-1/+1
|\ \
| * | prefer xwrite instead of writeErik Faye-Lund2014-01-171-1/+1
* | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-6/+6
|/ /
* | merge: simplify ff-only optionFelipe Contreras2013-10-311-9/+2
|/
* Merge branch 'rh/ishes-doc'Junio C Hamano2013-09-171-1/+1
|\
| * use 'commit-ish' instead of 'committish'Richard Hansen2013-09-041-1/+1
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-6/+6
|/
* Merge branch 'nd/const-struct-cache-entry'Junio C Hamano2013-07-221-1/+1
|\
| * Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entryNguyễn Thái Ngọc Duy2013-07-091-1/+1
* | Merge branch 'mv/merge-ff-tristate'Junio C Hamano2013-07-151-22/+33
|\ \
| * | merge: handle --ff/--no-ff/--ff-only as a tri-state optionMiklos Vajna2013-07-021-22/+33
| |/
* | Merge branch 'ms/remote-tracking-branches-in-doc'Junio C Hamano2013-07-121-2/+2
|\ \ | |/ |/|
| * Change "remote tracking" to "remote-tracking"ms/remote-tracking-branches-in-docMichael Schubert2013-07-031-2/+2
* | merge: use help_unknown_ref()Vikrant Varma2013-05-081-1/+2
|/
* Merge branch 'sg/gpg-sig'Junio C Hamano2013-04-051-1/+36
|\
| * merge/pull Check for untrusted good GPG signaturesSebastian Götte2013-03-311-0/+3
| * merge/pull: verify GPG signatures of commits being mergedSebastian Götte2013-03-311-1/+33
* | Merge branch 'jc/merge-tag-object'Junio C Hamano2013-04-051-0/+13
|\ \ | |/ |/|
| * merge: a random object may not necssarily be a commitJunio C Hamano2013-03-191-0/+13
* | Merge branch 'jc/custom-comment-char'Junio C Hamano2013-02-041-3/+2
|\ \
| * | Allow custom "comment char"Junio C Hamano2013-01-161-3/+2
* | | Merge branch 'jc/maint-fmt-merge-msg-no-edit-lose-credit'Junio C Hamano2013-01-101-0/+1
|\ \ \ | |/ / |/| |
| * | merge --no-edit: do not credit people involved in the side branchJunio C Hamano2012-12-281-0/+1
| * | Merge branch 'tr/void-diff-setup-done' into maint-1.7.11Junio C Hamano2012-09-111-2/+1
| |\ \
* | \ \ Merge branch 'ap/merge-stop-at-prepare-commit-msg-failure'Junio C Hamano2013-01-091-2/+3
|\ \ \ \
| * | | | merge: Honor prepare-commit-msg return codeAntoine Pelisse2013-01-031-2/+3
| | |_|/ | |/| |
* | | | Move try_merge_command and checkout_fast_forward to libgit.aNguyễn Thái Ngọc Duy2012-10-291-104/+2
|/ / /
* | | Merge branch 'nd/i18n-parseopt-help'Junio C Hamano2012-09-071-24/+24
|\ \ \
| * | | i18n: merge: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-24/+24
| |/ /
* | | Merge branch 'tr/void-diff-setup-done'Junio C Hamano2012-08-221-2/+1
|\ \ \ | |/ / |/| / | |/
| * diff_setup_done(): return voidThomas Rast2012-08-031-2/+1