summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2017-05-24blame: make sanity_check use a callback in scoreboardJeff Smith1-8/+19
2017-05-24blame: move no_whole_file_rename flag to scoreboardJeff Smith1-1/+3
2017-05-24blame: move xdl_opts flags to scoreboardJeff Smith1-3/+5
2017-05-24blame: move show_root flag to scoreboardJeff Smith1-1/+4
2017-05-24blame: move reverse flag to scoreboardJeff Smith1-9/+14
2017-05-24blame: move contents_from to scoreboardJeff Smith1-0/+4
2017-05-24blame: move copy/move thresholds to scoreboardJeff Smith1-18/+23
2017-05-24blame: move stat counters to scoreboardJeff Smith1-17/+17
2017-05-24blame: rename nth_line functionJeff Smith1-8/+8
2017-05-24blame: rename ent_score functionJeff Smith1-7/+7
2017-05-24blame: rename coalesce functionJeff Smith1-2/+2
2017-05-24blame: rename origin-related functionsJeff Smith1-29/+29
2017-05-24blame: rename scoreboard structure to blame_scoreboardJeff Smith1-29/+29
2017-05-24blame: rename origin structure to blame_originJeff Smith1-57/+57
2017-05-24blame: remove unused parametersJeff Smith1-15/+10
2017-05-24blame: move textconv_object with related functionsJeff Smith2-28/+1
2017-05-24blame: remove unneeded dependency on blob.hJeff Smith1-1/+0
2017-05-24diff: use blob path for blob/file diffsJeff King1-1/+2
2017-05-24diff: use pending "path" if it is availableJeff King1-1/+6
2017-05-24diff: use the word "path" instead of "name" for blobsJeff King1-7/+7
2017-05-24diff: pass whole pending entry in blobinfoJeff King1-23/+15
2017-05-24get_sha1_with_context: dynamically allocate oc->pathJeff King3-5/+13
2017-05-24clean: teach clean -d to preserve ignored pathsSamuel Lijin1-0/+42
2017-05-23ref_store: take a `msg` parameter when deleting referencesMichael Haggerty2-3/+3
2017-05-23Merge branch 'bc/object-id'Junio C Hamano38-311/+331
2017-05-23Merge branch 'jt/push-options-doc'Junio C Hamano1-2/+49
2017-05-23Merge branch 'rs/checkout-am-fix-unborn'Junio C Hamano2-2/+3
2017-05-23Merge branch 'ah/log-decorate-default-to-auto'Junio C Hamano1-2/+2
2017-05-20name-rev: change a "long" variable to timestamp_tJunio C Hamano1-1/+1
2017-05-18interpret-trailers: honor the cut lineBrian Malehorn1-1/+1
2017-05-16Merge branch 'js/larger-timestamps'Junio C Hamano15-48/+48
2017-05-16Merge branch 'jn/clone-add-empty-config-from-command-line'Junio C Hamano1-1/+3
2017-05-16Merge branch 'ab/clone-no-tags'Junio C Hamano1-2/+11
2017-05-16Merge branch 'sk/status-short-branch-color-config'Junio C Hamano1-0/+4
2017-05-16Merge branch 'jk/am-leakfix'Junio C Hamano1-20/+14
2017-05-15builtin/log: honor log.decoratebrian m. carlson1-2/+2
2017-05-15config: complain about --local outside of a git repoJeff King1-0/+3
2017-05-12read-tree -m: make error message for merging 0 trees less smart aleckJean-Noel Avila1-2/+3
2017-05-12usability: don't ask questions if no reply is requiredJean-Noel Avila2-5/+5
2017-05-12pathspec: convert find_pathspecs_matching_against_index to take an indexBrandon Williams2-3/+3
2017-05-12pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAPBrandon Williams3-5/+2
2017-05-12ls-files: prevent prune_cache from overeagerly pruning submodulesBrandon Williams1-6/+25
2017-05-12pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagBrandon Williams2-3/+6
2017-05-10read-tree: "read-tree -m --empty" does not make senseJunio C Hamano1-1/+1
2017-05-10submodule: add die_in_unpopulated_submodule functionBrandon Williams1-0/+3
2017-05-10receive-pack: verify push options in certJonathan Tan1-2/+49
2017-05-09checkout: fix memory leakJunio C Hamano1-0/+1
2017-05-09diff: have the diff-* builtins configure diff before initializing revisionsMarc Branchaud3-3/+3
2017-05-09pack-objects: disable pack reuse for object-selection optionsJeff King1-1/+5
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson14-23/+26