5889 Commits (838eaa9a225a30dd1297d354e8720560a36b7e64)

Author SHA1 Message Date
Jonathan Tan 78e7b98f45 fsck: cleanup unused variable 8 years ago
Dimitrios Christidis edd64ef4f7 fmt-merge-msg: fix coding style 8 years ago
Johannes Schindelin c1e860f1dc run_processes_parallel: change confusing task_cb convention 8 years ago
Jonathan Tan 092c55d094 object: remove "used" field from struct object 8 years ago
Jonathan Tan ad2db4030e fsck: remove redundant parse_tree() invocation 8 years ago
René Scharfe c7b0780545 pack-objects: remove unnecessary NULL check 8 years ago
Junio C Hamano 512f41cfac clean.c: use designated initializer 8 years ago
Kaartic Sivaraam bc17f35f8c commit: check for empty message before the check for untouched template 8 years ago
René Scharfe 168e63554c ls-files: don't try to prune an empty index 8 years ago
René Scharfe f331ab9d4c use MOVE_ARRAY 8 years ago
René Scharfe f730944a49 receive-pack: don't access hash of NULL object_id pointer 8 years ago
René Scharfe 3ea6b85a87 notes: don't access hash of NULL object_id pointer 8 years ago
brian m. carlson 321c89bf5f sha1_name: convert GET_SHA1* flags to GET_OID* 8 years ago
brian m. carlson e82caf384b sha1_name: convert get_sha1* to get_oid* 8 years ago
brian m. carlson 15be4a5d38 Convert remaining callers of get_sha1 to get_oid. 8 years ago
brian m. carlson c300b1ed5b builtin/unpack-file: convert to struct object_id 8 years ago
brian m. carlson a0bb553542 builtin/update_ref: convert to struct object_id 8 years ago
brian m. carlson cd73de4714 submodule: convert submodule config lookup to use object_id 8 years ago
brian m. carlson d1a35e5c93 builtin/merge-tree: convert remaining caller of get_sha1 to object_id 8 years ago
brian m. carlson aca6065c88 builtin/fsck: convert remaining caller of get_sha1 to object_id 8 years ago
Jeff King 11b087adfd ref-filter: consult want_color() before emitting colors 8 years ago
Jeff King d75dfb1089 rev-list: pass diffopt->use_colors through to pretty-print 8 years ago
Jeff King d8b68686a4 for-each-ref: load config earlier 8 years ago
Jeff King 136c8c8b8f color: check color.ui in git_default_config() 8 years ago
Jeff King 18a2565016 ref-filter: provide a function for parsing sort options 8 years ago
Jeff King 4a68e36d7d ref-filter: abstract ref format into its own struct 8 years ago
Jeff King 2eda0102be check return value of verify_ref_format() 8 years ago
Stefan Beller 84571760ca tag: convert gpg_verify_tag to use struct object_id 8 years ago
Jeff King c45af94dbc gc: run pre-detach operations under lock 8 years ago
René Scharfe 42c78a216e use DIV_ROUND_UP 8 years ago
Jeff King 7f97de5ee1 rev-list: check reflog_info before showing usage 8 years ago
Jeff King f35650dff6 log: do not free parents when walking reflog 8 years ago
Jeff King 822601e830 log: clarify comment about reflog cycles 8 years ago
Jeff King 7ca260abfe branch: set remote color in ref-filter branch immediately 8 years ago
Jeff King 34d820ee33 branch: use BRANCH_COLOR_LOCAL in ref-filter format 8 years ago
Jeff King a5b3663898 branch: only perform HEAD check for local branches 8 years ago
Kaartic Sivaraam 669638fe7a builtin/commit.c: fix a typo in the comment 8 years ago
Stefan Beller 0068cede4a builtin/describe: drop hashmap_cmp_fn cast 8 years ago
Stefan Beller 7db316bcbe builtin/difftool.c: drop hashmap_cmp_fn cast 8 years ago
Lars Schneider 2841e8f81c convert: add "status=delayed" to filter process protocol 8 years ago
Stefan Beller 7663cdc86c hashmap.h: compare function has access to a data field 8 years ago
Ævar Arnfjörð Bjarmason 07a3d41173 grep: remove regflags from the public grep_opt API 8 years ago
Kaartic Sivaraam b3cf1b7789 commit-template: distinguish status information unconditionally 8 years ago
Kaartic Sivaraam b884244c84 commit-template: remove outdated notice about explicit paths 8 years ago
Junio C Hamano dc4b4a61ba submodule--helper: do not call utf8_fprintf() unnecessarily 8 years ago
Stefan Beller e8906a9019 builtin/fetch cleanup: always set default value for submodule recursing 8 years ago
Ville Skyttä 6412757514 Spelling fixes 8 years ago
Jonathan Tan e83e71c5e1 sha1_file: refactor has_sha1_file_with_flags 8 years ago
René Scharfe 70c49050d4 sha1_file: guard against invalid loose subdirectory numbers 8 years ago
Ævar Arnfjörð Bjarmason 55d3426929 wildmatch: remove unused wildopts parameter 8 years ago