3282 Commits (929df991c25497ecdaf1cd605eec1b3ac4f1c6e5)

Author SHA1 Message Date
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
Jeff King f7f91086a3 pack-objects: turn off bitmaps when we see --shallow lines 11 years ago
Stefan Beller 201087422d builtin/blame.c: add translation to warning about failed revision walk 11 years ago
Stefan Beller 50b6773287 clone.c: don't leak memory in cmd_clone 11 years ago
Matthieu Moy 94204bf505 builtin/log.c: fix minor memory leak 11 years ago
Junio C Hamano 477a08af04 apply: omit ws check for excluded paths 11 years ago
Junio C Hamano 3ee2ad14c6 apply: hoist use_patch() helper for path exclusion up 11 years ago
Junio C Hamano d487b0ba50 apply: use the right attribute for paths in non-Git patches 11 years ago
René Scharfe 2d186c8be5 init: avoid superfluous real_path() calls 11 years ago
Jeff King b794ebeac9 diff-tree: avoid lookup_unknown_object 11 years ago
Jeff King fe24d396e1 move setting of object->type to alloc_* functions 11 years ago
Matthieu Moy 8b27ff7eac commit: advertise config --global --edit on guessed identity 11 years ago
Matthieu Moy 9830534e40 config --global --edit: create a template file if needed 11 years ago
Jeff King 31bb6d37f9 apply: avoid possible bogus pointer 11 years ago
Jeff King 28b3563241 free ref string returned by dwim_ref 11 years ago
Jeff King d51428bf17 receive-pack: don't copy "dir" parameter 11 years ago
Christian Couder 25a05a8cae replace: check mergetags when using --graft 11 years ago
Christian Couder 0b05ab6f1b replace: remove signature when using --graft 11 years ago
Christian Couder 4228e8bc98 replace: add --graft option 11 years ago
René Scharfe 5c0b13f85a use xmemdupz() to allocate copies of strings given by start and length 11 years ago
René Scharfe 51a60f5bfb use xcalloc() to allocate zero-initialized memory 11 years ago
Tanay Abhra f93d7c6fa0 replace memset with string-list initializers 11 years ago
René Scharfe 4bbaa1eb6f use commit_list_count() to count the members of commit_lists 11 years ago
René Scharfe cedc61a998 strbuf: use strbuf_addstr() for adding C strings 11 years ago
Michael Barabanov f38aa83f9a use local cloning if insteadOf makes a local URL 11 years ago
Jacob Keller b150794daf tag: support configuring --sort via .gitconfig 11 years ago
Ronnie Sahlberg e7e0f26eb6 refs.c: add a public is_branch function 11 years ago
René Scharfe 8c2cfa5544 annotate: use argv_array 11 years ago
Ronnie Sahlberg 8e34800e5b refs.c: change ref_transaction_update() to do error checking and return status 11 years ago
Ronnie Sahlberg 01319837c5 refs.c: remove the onerr argument to ref_transaction_commit 11 years ago
Ronnie Sahlberg 8bcd37482e update-ref: use err argument to get error from ref_transaction_commit 11 years ago
Ronnie Sahlberg 60bca085c8 refs.c: add an err argument to repack_without_refs 11 years ago
Ronnie Sahlberg 995f8746bc refs.c: add a strbuf argument to ref_transaction_commit for error logging 11 years ago
Ronnie Sahlberg 33f9fc5932 refs.c: ref_transaction_commit should not free the transaction 11 years ago
Karsten Blees 6aa3085702 trace: improve trace performance 11 years ago
Jeff King fa96082617 diff-tree: avoid lookup_unknown_object 11 years ago
Jeff King d36f51c13b move setting of object->type to alloc_* functions 11 years ago
René Scharfe 910a09a735 merge: simplify merge_trivial() by using commit_list_append() 11 years ago
René Scharfe e992d1eb39 use strbuf_addbuf for adding strbufs 11 years ago
Jeff King ce85604468 tag: use skip_prefix instead of magic numbers 11 years ago
René Scharfe 4602f1a434 diff-tree: call free_commit_list() instead of duplicating its code 11 years ago
Karsten Blees ab73a9d119 hashmap: add simplified hashmap_get_from_hash() API 11 years ago
Karsten Blees 039dc71a7c hashmap: factor out getting a hash code from a SHA1 11 years ago
Ronnie Sahlberg 95acfc2479 enums: remove trailing ',' after last item in enum 11 years ago
Ronnie Sahlberg 782735203c enums: remove trailing ',' after last item in enum 11 years ago
Jeff King d6cd00c768 verify-pack: use strbuf_strip_suffix 11 years ago
Jeff King 592ce20820 index-pack: use strip_suffix to avoid magic numbers 11 years ago
Jeff King 26936bfd9b use strip_suffix instead of ends_with in simple cases 11 years ago
Jeff King 2975c770ca replace has_extension with ends_with 11 years ago