231 Commits (484e77615872b2a62775a6a2dcb1cad0f529c5d3)

Author SHA1 Message Date
Jeff King 50a6c8efa2 use st_add and st_mult for allocation size computation 9 years ago
Johannes Schindelin dcacb1b2ee merge: release pack files before garbage-collecting 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
René Scharfe e510ab8988 use pop_commit() for consuming the first entry of a struct commit_list 9 years ago
Tobias Klauser 63af4a8446 strbuf: make stripspace() part of strbuf 9 years ago
Jeff King d59f765ac9 use sha1_to_hex_r() instead of strcpy 9 years ago
Jeff King f932729cc7 memoize common git-path "constant" files 10 years ago
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 10 years ago
Junio C Hamano 75c961b767 merge & sequencer: unify codepaths that write "Conflicts:" hint 10 years ago
Junio C Hamano 08e3ce5a20 builtin/merge.c: drop a parameter that is never used 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
Michael Haggerty daccee387a try_merge_strategy(): use a statically-allocated lock_file object 10 years ago
Michael Haggerty 1fef4b5041 try_merge_strategy(): remove redundant lock_file allocation 10 years ago
René Scharfe 2756ca4347 use REALLOC_ARRAY for changing the allocation size of arrays 10 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 11 years ago
Richard Hansen a8a5406ab3 use 'commit-ish' instead of 'committish' 12 years ago