summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2017-02-22builtin/describe: convert to struct object_idbrian m. carlson1-25/+25
2017-02-22builtin/diff-tree: convert to struct object_idbrian m. carlson1-31/+30
2017-02-21remote: ignore failure to remove missing branch.<name>.mergeRoss Lagerwall1-1/+3
2017-02-20branch: record creation of renamed branch in HEAD's logKyle Meyer1-2/+3
2017-02-20update-ref: pass reflog message to delete_ref()Kyle Meyer1-1/+1
2017-02-20delete_ref: accept a reflog message argumentKyle Meyer9-12/+12
2017-02-20builtin/commit: convert to struct object_idbrian m. carlson1-23/+23
2017-02-17rev-parse: fix several options when running in a subdirectoryJohannes Schindelin1-4/+11
2017-02-16Merge branch 'rs/strbuf-cleanup-in-rmdir-recursively'Junio C Hamano1-3/+3
2017-02-16Merge branch 'rs/ls-files-partial-optim'Junio C Hamano1-10/+11
2017-02-16clean: use warning_errno() when appropriateNguyễn Thái Ngọc Duy1-4/+12
2017-02-15show-branch: use skip_prefix to drop magic numbersJeff King1-11/+8
2017-02-15Merge branch 'rs/swap'Junio C Hamano2-9/+4
2017-02-14grep: treat revs the same for --untracked as for --no-indexJeff King1-5/+5
2017-02-14show-branch: store resolved head in heap bufferJeff King1-14/+5
2017-02-14show-branch: drop head_len variableJeff King1-6/+2
2017-02-14grep: do not diagnose misspelt revs with --no-indexJeff King1-1/+1
2017-02-14grep: avoid resolving revision names in --no-index caseJeff King1-0/+6
2017-02-14grep: fix "--" rev/pathspec disambiguationJeff King1-5/+24
2017-02-14grep: re-order rev-parsing loopJeff King1-9/+11
2017-02-14grep: do not unnecessarily query repo for "--"Jonathan Tan1-4/+5
2017-02-14grep: move thread initialization a little lowerJeff King1-14/+14
2017-02-13gc: ignore old gc.log filesDavid Turner1-7/+50
2017-02-13rm: reuse strbuf for all remove_dir_recursively() calls, againRené Scharfe1-3/+3
2017-02-13ls-files: move only kept cache entries in prune_cache()René Scharfe1-5/+4
2017-02-13ls-files: pass prefix length explicitly to prune_cache()René Scharfe1-5/+7
2017-02-10Merge branch 'js/difftool-builtin'Junio C Hamano1-4/+4
2017-02-10Merge branch 'ps/worktree-prune-help-fix'Junio C Hamano1-2/+2
2017-02-09rebase--helper: add a builtin helper for interactive rebasesJohannes Schindelin1-0/+40
2017-02-08tag: generate useful reflog messageCornelius Weig1-1/+53
2017-02-08receive-pack: avoid duplicates between our refs and alternatesJeff King1-1/+3
2017-02-08receive-pack: treat namespace .have lines like alternatesJeff King1-3/+7
2017-02-08receive-pack: fix misleading namespace/.have commentJeff King1-4/+1
2017-02-08receive-pack: use oidset to de-duplicate .have linesJeff King1-14/+12
2017-02-08for_each_alternate_ref: pass name/oid instead of ref structJeff King1-2/+4
2017-02-06worktree: fix option descriptions for `prune`Patrick Steinhardt1-2/+2
2017-02-06difftool: fix bug when printing usageDavid Aguilar1-4/+4
2017-02-03rev-parse: add '--absolute-git-dir' optionSZEDER Gábor1-8/+18
2017-02-03Merge branch 'cw/log-updates-for-all-refs-really'Junio C Hamano2-5/+8
2017-02-03Merge branch 'rs/object-id'Junio C Hamano4-6/+6
2017-02-03Merge branch 'sb/unpack-trees-super-prefix'Junio C Hamano1-18/+18
2017-02-02Merge branch 'ep/commit-static-buf-cleanup'Junio C Hamano1-17/+14
2017-02-02Merge branch 'rs/receive-pack-cleanup'Junio C Hamano1-2/+1
2017-02-02Merge branch 'rs/absolute-pathdup'Junio C Hamano2-3/+3
2017-02-01attr: tighten const correctness with git_attr and match_attrBrandon Williams1-1/+2
2017-02-01attr: convert git_check_attrs() callers to use the new APIJunio C Hamano1-14/+5
2017-02-01attr: convert git_all_attrs() to use "struct attr_check"Junio C Hamano1-30/+30
2017-02-01attr: rename function and struct related to checking attributesJunio C Hamano2-12/+13
2017-01-31Merge branch 'jk/blame-fixes' into maintJunio C Hamano1-10/+17
2017-01-31Merge branch 'dt/disable-bitmap-in-auto-gc' into maintJunio C Hamano2-1/+17