summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2015-02-22Merge branch 'es/blame-commit-info-fix'Libravatar Junio C Hamano1-3/+2
2015-02-22for-each-ref: use skip_prefix() to avoid duplicate string comparisonLibravatar René Scharfe1-4/+3
2015-02-17ref_transaction_verify(): new function to check a reference's valueLibravatar Michael Haggerty1-5/+2
2015-02-17commit: avoid race when creating orphan commitsLibravatar Michael Haggerty1-1/+1
2015-02-17ref_transaction_delete(): remove "have_old" parameterLibravatar Michael Haggerty2-4/+4
2015-02-17ref_transaction_update(): remove "have_old" parameterLibravatar Michael Haggerty6-9/+12
2015-02-17refs.c: change some "flags" to "unsigned int"Libravatar Michael Haggerty1-1/+2
2015-02-17cmd_push: pass "flags" pointer to config callbackLibravatar Jeff King1-1/+1
2015-02-17cmd_push: set "atomic" bit directlyLibravatar Jeff King1-5/+1
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-15git_push_config: drop cargo-culted wt_status pointerLibravatar Jeff King1-2/+1
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-02-09Merge branch 'sb/atomic-push' into mh/ref-trans-value-checkLibravatar Junio C Hamano3-36/+140
2015-02-09Merge branch 'mh/reflog-expire' into mh/ref-trans-value-checkLibravatar Junio C Hamano1-156/+103
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