summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2017-02-27Merge branch 'rl/remote-allow-missing-branch-name-merge'Junio C Hamano
2017-02-27Merge branch 'km/delete-ref-reflog-message'Junio C Hamano
2017-02-27Merge branch 'js/git-path-in-subdir'Junio C Hamano
2017-02-27Merge branch 'nd/clean-preserve-errno-in-warning'Junio C Hamano
2017-02-27Merge branch 'jk/show-branch-lift-name-len-limit'Junio C Hamano
2017-02-27Merge branch 'jk/grep-no-index-fix'Junio C Hamano
2017-02-27Merge branch 'dt/gc-ignore-old-gc-logs'Junio C Hamano
2017-02-27Merge branch 'js/rebase-helper'Junio C Hamano
2017-02-27Merge branch 'bw/attr'Junio C Hamano
2017-02-27Merge branch 'sg/completion'Junio C Hamano
2017-02-27Merge branch 'cw/tag-reflog-message'Junio C Hamano
2017-02-27Merge branch 'jk/alternate-ref-optim'Junio C Hamano
2017-02-27Merge branch 'kn/ref-filter-branch-list'Junio C Hamano
2017-02-27Merge branch 'jk/delta-chain-limit'Junio C Hamano
2017-02-27Merge branch 'jk/describe-omit-some-refs'Junio C Hamano
2017-02-21remote: ignore failure to remove missing branch.<name>.mergeRoss Lagerwall
2017-02-21branch: record creation of renamed branch in HEAD's logKyle Meyer
2017-02-21update-ref: pass reflog message to delete_ref()Kyle Meyer
2017-02-21delete_ref: accept a reflog message argumentKyle Meyer
2017-02-17rev-parse: fix several options when running in a subdirectoryJohannes Schindelin
2017-02-16Merge branch 'rs/strbuf-cleanup-in-rmdir-recursively'Junio C Hamano
2017-02-16Merge branch 'rs/ls-files-partial-optim'Junio C Hamano
2017-02-16clean: use warning_errno() when appropriateNguyễn Thái Ngọc Duy
2017-02-15show-branch: use skip_prefix to drop magic numbersJeff King
2017-02-15Merge branch 'rs/swap'Junio C Hamano
2017-02-14grep: treat revs the same for --untracked as for --no-indexJeff King
2017-02-14show-branch: store resolved head in heap bufferJeff King
2017-02-14show-branch: drop head_len variableJeff King
2017-02-14grep: do not diagnose misspelt revs with --no-indexJeff King
2017-02-14grep: avoid resolving revision names in --no-index caseJeff King
2017-02-14grep: fix "--" rev/pathspec disambiguationJeff King
2017-02-14grep: re-order rev-parsing loopJeff King
2017-02-14grep: do not unnecessarily query repo for "--"Jonathan Tan
2017-02-14grep: move thread initialization a little lowerJeff King
2017-02-13gc: ignore old gc.log filesDavid Turner
2017-02-13rm: reuse strbuf for all remove_dir_recursively() calls, againRené Scharfe
2017-02-13ls-files: move only kept cache entries in prune_cache()René Scharfe
2017-02-13ls-files: pass prefix length explicitly to prune_cache()René Scharfe
2017-02-10Merge branch 'js/difftool-builtin'Junio C Hamano
2017-02-10Merge branch 'ps/worktree-prune-help-fix'Junio C Hamano
2017-02-09rebase--helper: add a builtin helper for interactive rebasesJohannes Schindelin
2017-02-08tag: generate useful reflog messageCornelius Weig
2017-02-08receive-pack: avoid duplicates between our refs and alternatesJeff King
2017-02-08receive-pack: treat namespace .have lines like alternatesJeff King
2017-02-08receive-pack: fix misleading namespace/.have commentJeff King
2017-02-08receive-pack: use oidset to de-duplicate .have linesJeff King
2017-02-08for_each_alternate_ref: pass name/oid instead of ref structJeff King
2017-02-06worktree: fix option descriptions for `prune`Patrick Steinhardt
2017-02-06difftool: fix bug when printing usageDavid Aguilar
2017-02-04rev-parse: add '--absolute-git-dir' optionSZEDER Gábor