5635 Commits (8abc89800c09cda7910c2211ebbbbb95a3008b63)

Author SHA1 Message Date
Elia Pinto 4a5281917b builtin/commit.c: switch to strbuf, instead of snprintf() 8 years ago
Cornelius Weig 341fb28621 refs: add option core.logAllRefUpdates = always 8 years ago
René Scharfe 4432dd6b5b receive-pack: call string_list_clear() unconditionally 8 years ago
René Scharfe 0ce11fe951 checkout: convert post_checkout_hook() to struct object_id 8 years ago
René Scharfe 2490574d15 use oid_to_hex_r() for converting struct object_id hashes to hex strings 8 years ago
René Scharfe 35d803bc9a use SWAP macro 8 years ago
Jeff King 42b766d765 pack-objects: convert recursion to iteration in break_delta_chain() 8 years ago
Jeff King 7dbabbbebe pack-objects: enforce --depth limit in reused deltas 8 years ago
René Scharfe 0aaad415bc use absolute_pathdup() 8 years ago
Jeff King a2b22854bd fsck: lazily load types under --connectivity-only 8 years ago
Jeff King 97ca7ca8ba fsck: move typename() printing to its own function 8 years ago
Jeff King 94d3997ecc difftool: hack around -Wzero-length-format warning 8 years ago
Junio C Hamano 0d583ff02d show-ref: remove a stale comment 8 years ago
Jacob Keller 77d21f29ea describe: teach describe negative pattern matches 8 years ago
Jacob Keller 43f8080eaf describe: teach --match to accept multiple patterns 8 years ago
Jacob Keller 96415b49dc name-rev: add support to exclude refs by pattern match 8 years ago
Jacob Keller 290be6674a name-rev: extend --refs to accept multiple patterns 8 years ago
Vladimir Panteleev 02bdc9d9f6 show-ref: remove dead `if (verify)' check 8 years ago
Vladimir Panteleev d01b8203ec show-ref: detect dangling refs under --verify as well 8 years ago
Vladimir Panteleev 14144d3b53 show-ref: move --quiet handling into show_one() 8 years ago
Vladimir Panteleev f1627040b9 show-ref: allow -d to work with --verify 8 years ago
Vladimir Panteleev ec7c51bc6b show-ref: accept HEAD with --verify 8 years ago
Johannes Schindelin e459b073fb remote rename: more carefully determine whether a remote is configured 8 years ago
Johannes Schindelin 019678d6b1 difftool: retire the scripted version 8 years ago
Johannes Schindelin 03831ef7b5 difftool: implement the functionality in the builtin 8 years ago
Lukas Puehringer 07d347cf9a builtin/tag: add --format argument for tag -v 8 years ago
Santiago Torres ff3c8c8f12 builtin/verify-tag: add --format to verify-tag 8 years ago
Jeff King c2d17b3b6e fsck: check HAS_OBJ more consistently 8 years ago
Jeff King c3271a0e47 fsck: do not fallback "git fsck <bogus>" to "git fsck" 8 years ago
Jeff King c6c7b16d23 fsck: tighten error-checks of "git fsck <head>" 8 years ago
Jeff King 3e3f8bd608 fsck: prepare dummy objects for --connectivity-check 8 years ago
Johannes Schindelin be8a90e59c difftool: add a skeleton for the upcoming builtin 8 years ago
Jeff King b4584e4f66 fsck: report trees as dangling 8 years ago
Jeff King c68b489e56 fsck: parse loose object paths directly 8 years ago
Elia Pinto 8d7aa4ba6a builtin/commit.c: remove the PATH_MAX limitation via dynamic allocation 8 years ago
Stefan Beller 6e7c14e65c submodule update --init: display correct path from submodule 8 years ago
Stefan Beller 84a7f09625 read-tree: use OPT_BOOL instead of OPT_SET_INT 8 years ago
Karthik Nayak 17938f171f ref-filter: rename the 'strip' option to 'lstrip' 8 years ago
Karthik Nayak d4919bb288 ref-filter: move get_head_description() from branch.c 8 years ago
Brandon Williams e1e24edc1a ls-tree: convert show_recursive to use the pathspec struct interface 8 years ago
Brandon Williams 2ec87741b2 mv: remove use of deprecated 'get_pathspec()' 8 years ago
Jeff King 4e76832984 blame: output porcelain "previous" header for each file 8 years ago
Jeff King ed58d8088b blame: handle --no-abbrev 8 years ago
Jeff King 91229834c2 blame: fix alignment with --abbrev=40 8 years ago
David Turner 1c409a705c repack: die on incremental + write-bitmap-index 8 years ago
David Turner bdf56de896 auto gc: don't write bitmaps for incremental repacks 8 years ago
Stefan Beller 55856a35b2 rm: absorb a submodules git dir before deletion 8 years ago
Stefan Beller 83b7696605 submodule: rename and add flags to ok_to_remove_submodule 8 years ago
Junio C Hamano 3cde4e02ee diff: retire "compaction" heuristics 8 years ago
Brandon Williams e6fac7f3d3 grep: search history of moved submodules 8 years ago