summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2017-03-17Merge branch 'rs/blame-code-cleanup'Junio C Hamano
2017-03-17Merge branch 'cc/split-index-config'Junio C Hamano
2017-03-14Merge branch 'kn/ref-filter-branch-list'Junio C Hamano
2017-03-14Merge branch 'jk/push-deadlock-regression-fix'Junio C Hamano
2017-03-14Merge branch 'mm/fetch-show-error-message-on-unadvertised-object'Junio C Hamano
2017-03-14Merge branch 'jk/interpret-branch-name'Junio C Hamano
2017-03-13Merge branch 'js/realpath-pathdup-fix'Junio C Hamano
2017-03-12blame: move blame_entry duplication to add_blame_entry()René Scharfe
2017-03-10Merge branch 'rs/log-email-subject'Junio C Hamano
2017-03-10Merge branch 'sb/submodule-init-url-selection'Junio C Hamano
2017-03-10branch: honor --abbrev/--no-abbrev in --list modeJunio C Hamano
2017-03-08real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin
2017-03-07receive-pack: fix deadlock when we cannot create tmpdirJeff King
2017-03-02fetch-pack: move code to report unmatched refs to a functionMatt McCutchen
2017-03-02checkout: restrict @-expansions when finding branchJeff King
2017-03-02branch: restrict @-expansions when deletingJeff King
2017-03-02interpret_branch_name: allow callers to restrict expansionsJeff King
2017-03-01pretty: use fmt_output_email_subject()René Scharfe
2017-03-01config: add git_config_get_expiry() from gc.cChristian Couder
2017-03-01update-index: warn in case of split-index incoherencyChristian Couder
2017-03-01split-index: add {add,remove}_split_index() functionsChristian Couder
2017-02-28submodule init: warn about falling back to a local pathStefan Beller
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