summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2015-03-03Merge branch 'jc/apply-ws-fix-expands-report'Libravatar Junio C Hamano1-0/+3
2015-03-03Merge branch 'jc/apply-beyond-symlink'Libravatar Junio C Hamano1-1/+141
2015-02-25Merge branch 'dp/remove-duplicated-header-inclusion'Libravatar Junio C Hamano1-1/+0
2015-02-22Merge branch 'ab/merge-file-prefix'Libravatar Junio C Hamano1-1/+2
2015-02-22Merge branch 'es/blame-commit-info-fix'Libravatar Junio C Hamano1-3/+2
2015-02-17Merge branch 'mg/commit-author-no-match-malformed-message'Libravatar Junio C Hamano1-1/+1
2015-02-17Merge branch 'jc/apply-ws-fix-expands'Libravatar Junio C Hamano1-3/+28
2015-02-13do not include the same header twiceLibravatar Дилян Палаузов1-1/+0
2015-02-11Merge branch 'ah/usage-strings'Libravatar Junio C Hamano58-96/+96
2015-02-11Merge branch 'jc/push-to-checkout'Libravatar Junio C Hamano1-25/+45
2015-02-11Merge branch 'sb/atomic-push'Libravatar Junio C Hamano3-36/+140
2015-02-11Merge branch 'mh/reflog-expire'Libravatar Junio C Hamano1-156/+103
2015-02-11Merge branch 'dk/format-patch-ignore-diff-submodule'Libravatar Junio C Hamano1-1/+1
2015-02-11Merge branch 'jk/blame-commit-label'Libravatar Junio C Hamano3-24/+15
2015-02-11merge-file: correctly open files when in a subdirLibravatar Aleksander Boruch-Gruszecki1-1/+2
2015-02-10apply: do not touch a file beyond a symbolic linkLibravatar Junio C Hamano1-0/+112
2015-02-10apply: do not read from beyond a symbolic linkLibravatar Junio C Hamano1-0/+2
2015-02-10apply: do not read from the filesystem under --indexLibravatar Junio C Hamano1-1/+1
2015-02-10apply: reject input that touches outside the working areaLibravatar Junio C Hamano1-0/+26
2015-02-10builtin/blame: destroy initialized commit_info onlyLibravatar Eric Sunshine1-3/+2
2015-01-26commit: reword --author error messageLibravatar Michael J Gruber1-1/+1
2015-01-22Merge branch 'ak/cat-file-clean-up'Libravatar Junio C Hamano1-2/+0
2015-01-22apply: detect and mark whitespace errors in context lines when fixingLibravatar Junio C Hamano1-0/+3
2015-01-22apply: count the size of postimage correctlyLibravatar Junio C Hamano1-2/+21
2015-01-22apply: make update_pre_post_images() sanity check the given postlenLibravatar Junio C Hamano1-0/+6
2015-01-22apply.c: typofixLibravatar Junio C Hamano1-1/+1
2015-01-20Merge branch 'ak/show-branch-usage-string'Libravatar Junio C Hamano1-3/+3
2015-01-20show-branch: fix indentation of usage stringLibravatar Ralf Thielow1-3/+3
2015-01-14Merge branch 'rc/for-each-ref-tracking'Libravatar Junio C Hamano1-2/+9
2015-01-14Merge branch 'ak/fewer-includes'Libravatar Junio C Hamano1-4/+0
2015-01-14Merge branch 'ak/show-branch-usage-string'Libravatar Junio C Hamano1-1/+4
2015-01-14Merge branch 'km/log-usage-string-i18n'Libravatar Junio C Hamano1-2/+2
2015-01-14Merge branch 'js/remote-add-with-insteadof'Libravatar Junio C Hamano1-1/+3
2015-01-14standardize usage info string formatLibravatar Alex Henrie58-97/+97
2015-01-13cat-file: use "type" and "size" from outer scopeLibravatar Alexander Kuleshov1-2/+0
2015-01-13blame.c: fix garbled error messageLibravatar Lukas Fleischer1-5/+7
2015-01-13builtin/commit.c: use xstrdup_or_null instead of envdupLibravatar Jeff King1-9/+3
2015-01-13builtin/apply.c: use xstrdup_or_null instead of null_strdupLibravatar Jeff King1-10/+5
2015-01-12for-each-ref: always check stat_tracking_info()'s return valueLibravatar Raphael Kubo da Costa1-2/+9
2015-01-12Merge branch 'mg/add-ignore-errors' into maintLibravatar Junio C Hamano1-1/+1
2015-01-12Merge branch 'bc/fetch-thin-less-aggressive-in-normal-repository'Libravatar Junio C Hamano1-1/+6
2015-01-12Merge branch 'rs/simplify-parsing-commit-tree-S'Libravatar Junio C Hamano1-3/+1
2015-01-12Merge branch 'rs/plug-strbuf-leak-in-merge'Libravatar Junio C Hamano1-0/+1
2015-01-12Merge branch 'es/checkout-index-temp'Libravatar Junio C Hamano1-8/+8
2015-01-09cat-file: remove unused includesLibravatar Alexander Kuleshov1-4/+0
2015-01-08receive-pack: support push-to-checkout hookLibravatar Junio C Hamano1-1/+18
2015-01-08show-branch: line-wrap show-branch usageLibravatar Alexander Kuleshov1-1/+4
2015-01-07push.c: add an --atomic argumentLibravatar Ronnie Sahlberg1-0/+5
2015-01-07send-pack.c: add --atomic command line argumentLibravatar Ronnie Sahlberg1-1/+5
2015-01-07receive-pack.c: negotiate atomic push supportLibravatar Ronnie Sahlberg1-0/+11