112 Commits (e3e68643b5c2adec097ba26230e0fcb641febacb)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 13f8b72d8c Convert commit_tree() to take strbuf as message 13 years ago
Nguyễn Thái Ngọc Duy 6b3c4c0547 merge: abort if fails to commit 13 years ago
Nguyễn Thái Ngọc Duy 96ec7b1e70 Convert resolve_ref+xstrdup to new resolve_refdup function 13 years ago
Nguyễn Thái Ngọc Duy d5a35c114a Copy resolve_ref() return value for longer use 13 years ago
Nguyễn Thái Ngọc Duy c1d7036b6b checkout,merge: disallow overwriting ignored files with --no-overwrite-ignore 13 years ago
Nguyễn Thái Ngọc Duy fc001b526c checkout,merge: loosen overwriting untracked file check based on info/exclude 13 years ago
Vincent van Ravesteijn 5480207c4e Show error for 'git merge' with unset merge.defaultToUpstream 13 years ago
Jonathan Nieder 418c9b176c do not let git_path clobber errno when reporting errors 14 years ago
Nguyễn Thái Ngọc Duy c689332391 Convert many resolve_ref() calls to read_ref*() and ref_exists() 14 years ago
Junio C Hamano fab47d0575 merge: force edit and no-ff mode when merging a tag object 14 years ago
Junio C Hamano 274a5c06d5 merge: record tag objects without peeling in MERGE_HEAD 14 years ago
Junio C Hamano ae8e4c9ce1 merge: make usage of commit->util more extensible 14 years ago
Junio C Hamano cbda121c99 fmt-merge-msg: package options into a structure 14 years ago
Junio C Hamano 57b58db74c merge: notice local merging of tags and keep it unwrapped 14 years ago
Jay Soffian 66f4b98ad9 Teach merge the '[-e|--edit]' option 14 years ago
Junio C Hamano 898eacd8ad fmt-merge-msg: use branch.$name.description 14 years ago
Nguyễn Thái Ngọc Duy baf18fc261 Accept tags in HEAD or MERGE_HEAD 14 years ago
Nguyễn Thái Ngọc Duy 894642f68d merge: remove global variable head[] 14 years ago
Nguyễn Thái Ngọc Duy 10b98fa5b3 merge: use return value of resolve_ref() to determine if HEAD is invalid 14 years ago
Junio C Hamano 6099835c19 Allow git merge ":/<pattern>" 14 years ago
Nguyễn Thái Ngọc Duy b4fd94064d merge: keep stash[] a local variable 14 years ago
Jeff King c9bfb95348 want_color: automatically fallback to color.ui 14 years ago
Jeff King f1c9626105 diff: refactor COLOR_DIFF from a flag into an int 14 years ago
Jeff King 6bf139440c clean up calling conventions for pretty.c functions 14 years ago
Junio C Hamano f23101bf9f merge: reword the final message 14 years ago
Jeff King 161807349a cherry-pick: handle root commits with external strategies 14 years ago
Junio C Hamano f23e8decd5 merge: introduce merge.ff configuration variable 14 years ago
Ævar Arnfjörð Bjarmason f68f180172 i18n: mark merge CHERRY_PICK_HEAD messages for translation 14 years ago
Ævar Arnfjörð Bjarmason c7f426d4bc i18n: mark merge "upstream" messages for translation 14 years ago
Ævar Arnfjörð Bjarmason 650ed9db74 i18n: mark merge "Could not read from" message for translation 14 years ago
Junio C Hamano 4e8115fff1 merge: allow "-" as a short-hand for "previous branch" 14 years ago
Jeff King 97b1b4f3a6 merge: merge unborn index before setting ref 14 years ago
Junio C Hamano 93e535a5b7 merge: merge with the default upstream branch without argument 14 years ago
Jared Hance c395c25b86 merge: match the help text with the documentation 14 years ago
Ævar Arnfjörð Bjarmason 157efde10f i18n: git-merge "Wonderful" message 14 years ago
Ævar Arnfjörð Bjarmason 2ceb61e0a0 i18n: git-merge "Updating %s..%s" message 14 years ago
Ævar Arnfjörð Bjarmason bacec47845 i18n: git-merge basic messages 14 years ago
Jay Soffian d7e5c0cbfb Introduce CHERRY_PICK_HEAD 14 years ago
Jeff King 99bfc6691d merge: enable progress reporting for rename detection 14 years ago
Jay Soffian 65969d43d1 merge: honor prepare-commit-msg hook 14 years ago
Michael J Gruber 23c6a803d3 Make <identifier> lowercase as per CodingGuidelines 14 years ago
Michael J Gruber 3f40617566 commit,merge,tag: describe -m likewise 14 years ago
Jonathan Nieder 67ac1e1d57 cherry-pick/revert: add support for -X/--strategy-option 14 years ago
Johan Herland 35d2fffdb8 Provide 'git merge --abort' as a synonym to 'git reset --merge' 15 years ago
Johan Herland 2a22c1b35d cmd_merge(): Parse options before checking MERGE_HEAD 15 years ago
Clemens Buchacher 172b6428d0 do not overwrite untracked during merge from unborn branch 15 years ago
Matthieu Moy 13931236b9 Change incorrect "remote branch" to "remote tracking branch" in C code 15 years ago
Nguyễn Thái Ngọc Duy da53eec688 merge -h: show usage even with corrupt index 15 years ago
Ramkumar Ramachandra bda3b8ff17 merge: Make 'merge.log' an integer or boolean option 15 years ago
Ramkumar Ramachandra 96e9420cd3 merge: Make '--log' an integer option for number of shortlog entries 15 years ago