summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* remote.c: report specific errors from branch_get_upstreamJeff King2015-05-213-3/+3
* remote.c: introduce branch_get_upstream helperJeff King2015-05-213-13/+7
* remote.c: drop "remote" pointer from "struct branch"Jeff King2015-05-211-1/+1
* Merge branch 'jc/report-path-error-to-dir'Junio C Hamano2015-03-261-43/+0
|\
| * report_path_error(): move to dir.cjc/report-path-error-to-dirJunio C Hamano2015-03-241-43/+0
* | Merge branch 'jk/prune-with-corrupt-refs'Junio C Hamano2015-03-252-2/+7
|\ \
| * | repack: turn on "ref paranoia" when doing a destructive repackJeff King2015-03-201-2/+6
| * | prune: turn on ref_paranoia flagJeff King2015-03-201-0/+1
| * | Merge branch 'nd/grep-exclude-standard-help-fix' into maintJunio C Hamano2015-03-131-1/+1
| |\ \
| * \ \ Merge branch 'jc/apply-beyond-symlink' into maintJunio C Hamano2015-03-131-1/+141
| |\ \ \
* | \ \ \ Merge branch 'jk/cleanup-failed-clone'Junio C Hamano2015-03-251-5/+6
|\ \ \ \ \
| * | | | | clone: drop period from end of die_errno messagejk/cleanup-failed-cloneJeff King2015-03-191-1/+1
| * | | | | clone: initialize atexit cleanup handler earlierJeff King2015-03-191-4/+5
| | |_|_|/ | |/| | |
* | | | | Merge branch 'ws/grep-quiet-no-pager'Junio C Hamano2015-03-251-1/+1
|\ \ \ \ \
| * | | | | grep: fix "--quiet" overwriting current outputws/grep-quiet-no-pagerWilhelm Schuermann2015-03-191-1/+1
| |/ / / /
* | | | | Merge branch 'jk/push-config'Junio C Hamano2015-03-231-8/+13
|\ \ \ \ \
| * | | | | push: allow --follow-tags to be set by config push.followTagsjk/push-configDave Olszewski2015-03-141-0/+10
| * | | | | cmd_push: pass "flags" pointer to config callbackJeff King2015-02-171-1/+1
| * | | | | cmd_push: set "atomic" bit directlyJeff King2015-02-171-5/+1
| * | | | | git_push_config: drop cargo-culted wt_status pointerJeff King2015-02-151-2/+1
* | | | | | Merge branch 'jk/tag-h-column-is-a-listing-option'Junio C Hamano2015-03-231-2/+2
|\ \ \ \ \ \
| * | | | | | tag: fix some mis-organized options in "-h" listingjk/tag-h-column-is-a-listing-optionJeff King2015-03-121-2/+2
* | | | | | | Merge branch 'sb/leaks'Junio C Hamano2015-03-201-1/+2
|\ \ \ \ \ \ \
| * | | | | | | builtin/help.c: fix memory leakStefan Beller2015-03-101-1/+2
* | | | | | | | Merge branch 'km/bsd-shells'Junio C Hamano2015-03-201-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | help.c: use SHELL_PATH instead of hard-coded "/bin/sh"Kyle J. McKay2015-03-101-1/+1
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge branch 'rs/simple-cleanups' into maintJunio C Hamano2015-03-061-4/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'es/blame-commit-info-fix' into maintJunio C Hamano2015-03-051-3/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'ab/merge-file-prefix' into maintJunio C Hamano2015-03-051-1/+2
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'dp/remove-duplicated-header-inclusion' into maintJunio C Hamano2015-03-051-1/+0
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/apply-ws-fix-expands' into maintJunio C Hamano2015-02-241-3/+28
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'mg/commit-author-no-match-malformed-message' into maintJunio C Hamano2015-02-241-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'dk/format-patch-ignore-diff-submodule' into maintJunio C Hamano2015-02-241-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/blame-commit-label' into maintJunio C Hamano2015-02-243-24/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'mg/detached-head-report'Junio C Hamano2015-03-201-3/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | branch: name detached HEAD analogous to statusmg/detached-head-reportMichael J Gruber2015-03-061-3/+10
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch 'rs/deflate-init-cleanup'Junio C Hamano2015-03-172-3/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}rs/deflate-init-cleanupRené Scharfe2015-03-052-3/+0
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'mh/expire-updateref-fixes'Junio C Hamano2015-03-101-6/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | reflog: improve and update documentationMichael Haggerty2015-03-051-6/+3
| * | | | | | | | | | | | | | | Merge branch 'sb/atomic-push' into mh/ref-trans-value-checkJunio C Hamano2015-02-093-36/+140
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'mh/reflog-expire' into mh/ref-trans-value-checkJunio C Hamano2015-02-091-156/+103
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'ja/clean-confirm-i18n'Junio C Hamano2015-03-061-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Add hint interactive cleaningja/clean-confirm-i18nJean-Noel Avila2015-03-021-1/+2
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'nd/grep-exclude-standard-help-fix'Junio C Hamano2015-03-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | grep: correct help string for --exclude-standardnd/grep-exclude-standard-help-fixNguyễn Thái Ngọc Duy2015-02-271-1/+1
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch 'rs/simple-cleanups'Junio C Hamano2015-03-051-4/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | for-each-ref: use skip_prefix() to avoid duplicate string comparisonRené Scharfe2015-02-221-4/+3
* | | | | | | | | | | | | | | | Merge branch 'mh/refs-have-new'Junio C Hamano2015-03-056-19/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | ref_transaction_verify(): new function to check a reference's valueMichael Haggerty2015-02-171-5/+2