220 Commits (eb67052b132cc6ebfeed78fc74d2e4ef40390e7f)

Author SHA1 Message Date
Jeff King 9e3751d443 remote.c: drop "remote" pointer from "struct branch" 10 years ago
Junio C Hamano d45366e8aa merge: deprecate 'git merge <message> HEAD <commit>' syntax 10 years ago
Junio C Hamano 74e8bc59cb merge: handle FETCH_HEAD internally 10 years ago
Junio C Hamano 770380156d merge: decide if we auto-generate the message early in collect_parents() 10 years ago
Junio C Hamano 1cf32f4d54 merge: make collect_parents() auto-generate the merge message 10 years ago
Junio C Hamano 52fecab20c merge: extract prepare_merge_message() logic out 10 years ago
Junio C Hamano 018b3fbc7e merge: narrow scope of merge_names 10 years ago
Junio C Hamano 34349dbff8 merge: split reduce_parents() out of collect_parents() 10 years ago
Junio C Hamano 0b10b8a3d5 merge: clarify collect_parents() logic 10 years ago
Junio C Hamano 1016658de3 merge: small leakfix and code simplification 10 years ago
Junio C Hamano eaa4e59c85 merge: do not check argc to determine number of remote heads 10 years ago
Junio C Hamano 1faac1cedc merge: clarify "pulling into void" special case 10 years ago
Junio C Hamano 00c7e7e7e8 merge: simplify code flow 10 years ago
Junio C Hamano 3d6bc9a763 Revert "merge: pass verbosity flag down to merge-recursive" 10 years ago
Jeff King 2bf15a3330 merge: pass verbosity flag down to merge-recursive 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
René Scharfe 8d025b7caf merge: release strbuf after use in suggest_conflicts() 10 years ago
Junio C Hamano 2ce406ccb8 get_merge_bases(): always clean-up object flags 11 years ago
Junio C Hamano 75c961b767 merge & sequencer: unify codepaths that write "Conflicts:" hint 11 years ago
Junio C Hamano 08e3ce5a20 builtin/merge.c: drop a parameter that is never used 11 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 11 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 11 years ago
Michael Haggerty daccee387a try_merge_strategy(): use a statically-allocated lock_file object 11 years ago
Michael Haggerty 1fef4b5041 try_merge_strategy(): remove redundant lock_file allocation 11 years ago
René Scharfe 2756ca4347 use REALLOC_ARRAY for changing the allocation size of arrays 11 years ago
Alex Henrie ad5fe3771b grammofix in user-facing messages 11 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
René Scharfe 910a09a735 merge: simplify merge_trivial() by using commit_list_append() 11 years ago
Michael J Gruber 01e57b5d91 gpg-interface: provide clear helper for struct signature_check 11 years ago
Nguyễn Thái Ngọc Duy 03b8664772 read-cache: new API write_locked_index instead of write_index/write_cache 11 years ago
Jeff King 3ffefb54c0 commit_tree: take a pointer/len pair rather than a const strbuf 11 years ago
Felipe Contreras a01f7f2ba0 merge: enable defaulttoupstream by default 11 years ago
Michael Haggerty f412411245 refs.h: rename the action_on_err constants 11 years ago
Junio C Hamano e703d7118c parse-options: multi-word argh should use dash to separate words 11 years ago
Benoit Pierre 0a3beb0e2e merge: fix GIT_EDITOR override for commit hook 11 years ago
Benoit Pierre 15048f8a9a commit: fix patch hunk editing with "commit -p -m" 11 years ago
Nicolas Vigier d95bfb12b8 commit-tree: add the commit.gpgsign option to sign all commits 11 years ago
Erik Faye-Lund 7edc02f4de prefer xwrite instead of write 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Felipe Contreras 90f867b9a5 merge: simplify ff-only option 12 years ago
Richard Hansen a8a5406ab3 use 'commit-ish' instead of 'committish' 12 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Nguyễn Thái Ngọc Duy 9c5e6c802c Convert "struct cache_entry *" to "const ..." wherever possible 12 years ago
Michael Schubert d6ac1d2120 Change "remote tracking" to "remote-tracking" 12 years ago
Miklos Vajna a54841e96b merge: handle --ff/--no-ff/--ff-only as a tri-state option 12 years ago
Vikrant Varma f3f8af0e54 merge: use help_unknown_ref() 12 years ago
Sebastian Götte eb307ae7bb merge/pull Check for untrusted good GPG signatures 12 years ago
Sebastian Götte efed002249 merge/pull: verify GPG signatures of commits being merged 12 years ago
Junio C Hamano 2d1495fe44 merge: a random object may not necssarily be a commit 12 years ago
Junio C Hamano eff80a9fd9 Allow custom "comment char" 12 years ago