3371 Commits (0c0d6e8601a1cfb8ebbdadb6a25a9f6fadc91359)

Author SHA1 Message Date
Michael Haggerty cf6950d3bf lockfile: change lock_file::filename into a strbuf 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
Michael Haggerty 35ff08be09 prepare_index(): declare return value to be (const char *) 11 years ago
Michael Haggerty e197c21807 unable_to_lock_die(): rename function from unable_to_lock_index_die() 11 years ago
Eric Sunshine 85de86a16b mailinfo: work around -Wstring-plus-int warning 11 years ago
David Aguilar c41a87dd80 refs: make rev-parse --quiet actually quiet 11 years ago
Jeff King 8376a70441 branch: clean up commit flags after merge-filter walk 11 years ago
René Scharfe 2756ca4347 use REALLOC_ARRAY for changing the allocation size of arrays 11 years ago
Junio C Hamano ec7dbd145b receive-pack: allow hooks to ignore its standard input stream 11 years ago
Jeff King 2da1f36671 mailinfo: make ">From" in-body header check more robust 11 years ago
René Scharfe 4489a480fd repack: call prune_packed_objects() and update_server_info() directly 11 years ago
Jeff King 1cc2c772dd prune-packed: fix minor memory leak 11 years ago
Matthias Ruester e4a590efa2 builtin/log.c: mark strings for translation 11 years ago
Jeff King 30d1038d1b fsck: return non-zero status on missing ref tips 11 years ago
Jeff King c1063be2a3 config: avoid a funny sentinel value "a^" 11 years ago
Junio C Hamano 5ba9a93b39 hash-object: add --literally option 11 years ago
Junio C Hamano 17b787f603 hash-object: pass 'write_object' as a flag 11 years ago
Junio C Hamano b64a984606 hash-object: reduce file-scope statics 11 years ago
Johannes Schindelin 90a398bbd7 fsck_object(): allow passing object data separately from the object itself 11 years ago
Jeff King 2e770fe47e fsck: exit with non-zero status upon error from fsck_obj() 11 years ago
Nguyễn Thái Ngọc Duy 4f1bbd23af mv: no SP between function name and the first opening parenthese 11 years ago
Nguyễn Thái Ngọc Duy dcadc8b806 mv: combine two if(s) 11 years ago
Nguyễn Thái Ngọc Duy b46b15dea0 mv: unindent one level for directory move code 11 years ago
Nguyễn Thái Ngọc Duy e2b6cfa02e mv: move index search code out 11 years ago
Nguyễn Thái Ngọc Duy 42de4b169c mv: remove an "if" that's always true 11 years ago
Nguyễn Thái Ngọc Duy 3af05a6d0d mv: split submodule move preparation code out 11 years ago
Arjun Sreedharan 693eb02a5e calloc() and xcalloc() takes nmemb and then size 11 years ago
Jonathan Nieder 88499b296b update-ref --stdin: pass transaction around explicitly 11 years ago
Jonathan Nieder ab5ac95725 update-ref --stdin: narrow scope of err strbuf 11 years ago
Ronnie Sahlberg 6629ea2d4a receive-pack.c: use a reference transaction for updating the refs 11 years ago
Ronnie Sahlberg c0fe1ed084 commit.c: use ref transactions for updates 11 years ago
Ronnie Sahlberg 867c2fac0a replace.c: use the ref transaction functions for updates 11 years ago
Ronnie Sahlberg e5074bfe8c tag.c: use ref transactions when doing updates 11 years ago
Ronnie Sahlberg 93a644ea9d refs.c: make ref_transaction_begin take an err argument 11 years ago
Ronnie Sahlberg 8c8bdc0d35 refs.c: update ref_transaction_delete to check for error and return status 11 years ago
Ronnie Sahlberg b416af5bcd refs.c: change ref_transaction_create to do error checking and return status 11 years ago
Alex Henrie ad5fe3771b grammofix in user-facing messages 11 years ago
David Aguilar 24d36f1472 stylefix: asterisks stick to the variable, not the type 11 years ago
René Scharfe 57065289a9 merge-tree: remove unused df_conflict arguments 11 years ago
Jeff King ab791dd138 index-pack: fix race condition with duplicate bases 11 years ago
Beat Bolli 466fb6742d pretty: provide a strict ISO 8601 date format 11 years ago
Jeff King f4ef517393 determine_author_info(): copy getenv output 11 years ago
Jeff King f0f9662ae9 determine_author_info(): reuse parsing functions 11 years ago
Jeff King a872275098 teach fast-export an --anonymize option 11 years ago
Jeff King c33ddc2e33 date: use strbufs in date-formatting functions 11 years ago
Jeff King 26be19ba8d send-pack: take refspecs over stdin 11 years ago
René Scharfe 4d3ab44d26 use xgetcwd() to set $GIT_DIR 11 years ago
René Scharfe 56b9f6e738 use xgetcwd() to get the current directory or die 11 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago