Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remote.c: report specific errors from branch_get_upstream | Jeff King | 2015-05-21 | 3 | -3/+3 |
* | remote.c: introduce branch_get_upstream helper | Jeff King | 2015-05-21 | 3 | -13/+7 |
* | remote.c: drop "remote" pointer from "struct branch" | Jeff King | 2015-05-21 | 1 | -1/+1 |
* | Merge branch 'jc/report-path-error-to-dir' | Junio C Hamano | 2015-03-26 | 1 | -43/+0 |
|\ | |||||
| * | report_path_error(): move to dir.cjc/report-path-error-to-dir | Junio C Hamano | 2015-03-24 | 1 | -43/+0 |
* | | Merge branch 'jk/prune-with-corrupt-refs' | Junio C Hamano | 2015-03-25 | 2 | -2/+7 |
|\ \ | |||||
| * | | repack: turn on "ref paranoia" when doing a destructive repack | Jeff King | 2015-03-20 | 1 | -2/+6 |
| * | | prune: turn on ref_paranoia flag | Jeff King | 2015-03-20 | 1 | -0/+1 |
| * | | Merge branch 'nd/grep-exclude-standard-help-fix' into maint | Junio C Hamano | 2015-03-13 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | Merge branch 'jc/apply-beyond-symlink' into maint | Junio C Hamano | 2015-03-13 | 1 | -1/+141 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'jk/cleanup-failed-clone' | Junio C Hamano | 2015-03-25 | 1 | -5/+6 |
|\ \ \ \ \ | |||||
| * | | | | | clone: drop period from end of die_errno messagejk/cleanup-failed-clone | Jeff King | 2015-03-19 | 1 | -1/+1 |
| * | | | | | clone: initialize atexit cleanup handler earlier | Jeff King | 2015-03-19 | 1 | -4/+5 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'ws/grep-quiet-no-pager' | Junio C Hamano | 2015-03-25 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | grep: fix "--quiet" overwriting current outputws/grep-quiet-no-pager | Wilhelm Schuermann | 2015-03-19 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge branch 'jk/push-config' | Junio C Hamano | 2015-03-23 | 1 | -8/+13 |
|\ \ \ \ \ | |||||
| * | | | | | push: allow --follow-tags to be set by config push.followTagsjk/push-config | Dave Olszewski | 2015-03-14 | 1 | -0/+10 |
| * | | | | | cmd_push: pass "flags" pointer to config callback | Jeff King | 2015-02-17 | 1 | -1/+1 |
| * | | | | | cmd_push: set "atomic" bit directly | Jeff King | 2015-02-17 | 1 | -5/+1 |
| * | | | | | git_push_config: drop cargo-culted wt_status pointer | Jeff King | 2015-02-15 | 1 | -2/+1 |
* | | | | | | Merge branch 'jk/tag-h-column-is-a-listing-option' | Junio C Hamano | 2015-03-23 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | tag: fix some mis-organized options in "-h" listingjk/tag-h-column-is-a-listing-option | Jeff King | 2015-03-12 | 1 | -2/+2 |
* | | | | | | | Merge branch 'sb/leaks' | Junio C Hamano | 2015-03-20 | 1 | -1/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | builtin/help.c: fix memory leak | Stefan Beller | 2015-03-10 | 1 | -1/+2 |
* | | | | | | | | Merge branch 'km/bsd-shells' | Junio C Hamano | 2015-03-20 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | help.c: use SHELL_PATH instead of hard-coded "/bin/sh" | Kyle J. McKay | 2015-03-10 | 1 | -1/+1 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
| * | | | | | | | Merge branch 'rs/simple-cleanups' into maint | Junio C Hamano | 2015-03-06 | 1 | -4/+3 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'es/blame-commit-info-fix' into maint | Junio C Hamano | 2015-03-05 | 1 | -3/+2 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'ab/merge-file-prefix' into maint | Junio C Hamano | 2015-03-05 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'dp/remove-duplicated-header-inclusion' into maint | Junio C Hamano | 2015-03-05 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/apply-ws-fix-expands' into maint | Junio C Hamano | 2015-02-24 | 1 | -3/+28 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'mg/commit-author-no-match-malformed-message' into maint | Junio C Hamano | 2015-02-24 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'dk/format-patch-ignore-diff-submodule' into maint | Junio C Hamano | 2015-02-24 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/blame-commit-label' into maint | Junio C Hamano | 2015-02-24 | 3 | -24/+15 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'mg/detached-head-report' | Junio C Hamano | 2015-03-20 | 1 | -3/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | branch: name detached HEAD analogous to statusmg/detached-head-report | Michael J Gruber | 2015-03-06 | 1 | -3/+10 |
| |/ / / / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | | | Merge branch 'rs/deflate-init-cleanup' | Junio C Hamano | 2015-03-17 | 2 | -3/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}rs/deflate-init-cleanup | René Scharfe | 2015-03-05 | 2 | -3/+0 |
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge branch 'mh/expire-updateref-fixes' | Junio C Hamano | 2015-03-10 | 1 | -6/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | reflog: improve and update documentation | Michael Haggerty | 2015-03-05 | 1 | -6/+3 |
| * | | | | | | | | | | | | | | | Merge branch 'sb/atomic-push' into mh/ref-trans-value-check | Junio C Hamano | 2015-02-09 | 3 | -36/+140 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'mh/reflog-expire' into mh/ref-trans-value-check | Junio C Hamano | 2015-02-09 | 1 | -156/+103 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | Merge branch 'ja/clean-confirm-i18n' | Junio C Hamano | 2015-03-06 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | Add hint interactive cleaningja/clean-confirm-i18n | Jean-Noel Avila | 2015-03-02 | 1 | -1/+2 |
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | Merge branch 'nd/grep-exclude-standard-help-fix' | Junio C Hamano | 2015-03-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | grep: correct help string for --exclude-standardnd/grep-exclude-standard-help-fix | Nguyễn Thái Ngọc Duy | 2015-02-27 | 1 | -1/+1 |
| |/ / / / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | | | Merge branch 'rs/simple-cleanups' | Junio C Hamano | 2015-03-05 | 1 | -4/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | for-each-ref: use skip_prefix() to avoid duplicate string comparison | René Scharfe | 2015-02-22 | 1 | -4/+3 |
* | | | | | | | | | | | | | | | | Merge branch 'mh/refs-have-new' | Junio C Hamano | 2015-03-05 | 6 | -19/+20 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | ref_transaction_verify(): new function to check a reference's value | Michael Haggerty | 2015-02-17 | 1 | -5/+2 |