Commit message (Expand) | Author | Age | |
---|---|---|---|
* | repack: turn on "ref paranoia" when doing a destructive repack | Jeff King | 2015-03-20 |
* | prune: turn on ref_paranoia flag | Jeff King | 2015-03-20 |
* | Merge branch 'nd/grep-exclude-standard-help-fix' into maint | Junio C Hamano | 2015-03-13 |
|\ | |||
| * | grep: correct help string for --exclude-standard | Nguyễn Thái Ngọc Duy | 2015-02-27 |
* | | Merge branch 'jc/apply-beyond-symlink' into maint | Junio C Hamano | 2015-03-13 |
|\ \ | |||
| * | | apply: do not touch a file beyond a symbolic link | Junio C Hamano | 2015-02-10 |
| * | | apply: do not read from beyond a symbolic link | Junio C Hamano | 2015-02-10 |
| * | | apply: do not read from the filesystem under --index | Junio C Hamano | 2015-02-10 |
| * | | apply: reject input that touches outside the working area | Junio C Hamano | 2015-02-10 |
* | | | Merge branch 'rs/simple-cleanups' into maint | Junio C Hamano | 2015-03-06 |
|\ \ \ | |||
| * | | | for-each-ref: use skip_prefix() to avoid duplicate string comparison | René Scharfe | 2015-02-22 |
* | | | | Merge branch 'es/blame-commit-info-fix' into maint | Junio C Hamano | 2015-03-05 |
|\ \ \ \ | |||
| * | | | | builtin/blame: destroy initialized commit_info only | Eric Sunshine | 2015-02-10 |
| | |/ / | |/| | | |||
* | | | | Merge branch 'ab/merge-file-prefix' into maint | Junio C Hamano | 2015-03-05 |
|\ \ \ \ | |||
| * | | | | merge-file: correctly open files when in a subdir | Aleksander Boruch-Gruszecki | 2015-02-11 |
| |/ / / | |||
* | | | | Merge branch 'dp/remove-duplicated-header-inclusion' into maint | Junio C Hamano | 2015-03-05 |
|\ \ \ \ | |||
| * | | | | do not include the same header twice | Дилян Палаузов | 2015-02-13 |
* | | | | | Merge branch 'jc/apply-ws-fix-expands' into maint | Junio C Hamano | 2015-02-24 |
|\ \ \ \ \ | |||
| * | | | | | apply: count the size of postimage correctly | Junio C Hamano | 2015-01-22 |
| * | | | | | apply: make update_pre_post_images() sanity check the given postlen | Junio C Hamano | 2015-01-22 |
| * | | | | | apply.c: typofix | Junio C Hamano | 2015-01-22 |
| | |_|_|/ | |/| | | | |||
* | | | | | Merge branch 'mg/commit-author-no-match-malformed-message' into maint | Junio C Hamano | 2015-02-24 |
|\ \ \ \ \ | |||
| * | | | | | commit: reword --author error message | Michael J Gruber | 2015-01-26 |
| |/ / / / | |||
* | | | | | Merge branch 'dk/format-patch-ignore-diff-submodule' into maint | Junio C Hamano | 2015-02-24 |
|\ \ \ \ \ | |||
| * | | | | | format-patch: ignore diff.submodule setting | Doug Kelly | 2015-01-07 |
* | | | | | | Merge branch 'jk/blame-commit-label' into maint | Junio C Hamano | 2015-02-24 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||
| * | | | | | blame.c: fix garbled error message | Lukas Fleischer | 2015-01-13 |
| * | | | | | builtin/commit.c: use xstrdup_or_null instead of envdup | Jeff King | 2015-01-13 |
| * | | | | | builtin/apply.c: use xstrdup_or_null instead of null_strdup | Jeff King | 2015-01-13 |
* | | | | | | Merge branch 'ak/cat-file-clean-up' | Junio C Hamano | 2015-01-22 |
|\ \ \ \ \ \ | |||
| * | | | | | | cat-file: use "type" and "size" from outer scope | Alexander Kuleshov | 2015-01-13 |
| * | | | | | | Merge branch 'mg/add-ignore-errors' into maint | Junio C Hamano | 2015-01-12 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||
* | | | | | | | Merge branch 'ak/show-branch-usage-string' | Junio C Hamano | 2015-01-20 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | show-branch: fix indentation of usage string | Ralf Thielow | 2015-01-20 |
* | | | | | | | | Merge branch 'rc/for-each-ref-tracking' | Junio C Hamano | 2015-01-14 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | for-each-ref: always check stat_tracking_info()'s return value | Raphael Kubo da Costa | 2015-01-12 |
| | |_|_|_|/ / / | |/| | | | | | | |||
* | | | | | | | | Merge branch 'ak/fewer-includes' | Junio C Hamano | 2015-01-14 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | cat-file: remove unused includes | Alexander Kuleshov | 2015-01-09 |
| | |_|/ / / / / | |/| | | | | | | |||
* | | | | | | | | Merge branch 'ak/show-branch-usage-string' | Junio C Hamano | 2015-01-14 |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||
| * | | | | | | | show-branch: line-wrap show-branch usage | Alexander Kuleshov | 2015-01-08 |
| | |/ / / / / | |/| | | | | | |||
* | | | | | | | Merge branch 'km/log-usage-string-i18n' | Junio C Hamano | 2015-01-14 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | log.c: fix translation markings | Kyle J. McKay | 2015-01-06 |
| |/ / / / / / | |||
* | | | | | | | Merge branch 'js/remote-add-with-insteadof' | Junio C Hamano | 2015-01-14 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | git remote: allow adding remotes agreeing with url.<...>.insteadOf | Johannes Schindelin | 2014-12-23 |
* | | | | | | | | Merge branch 'bc/fetch-thin-less-aggressive-in-normal-repository' | Junio C Hamano | 2015-01-12 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | pack-objects: use --objects-edge-aggressive for shallow repos | brian m. carlson | 2014-12-29 |
| * | | | | | | | | rev-list: add an option to mark fewer edges as uninteresting | brian m. carlson | 2014-12-29 |
* | | | | | | | | | Merge branch 'rs/simplify-parsing-commit-tree-S' | Junio C Hamano | 2015-01-12 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | commit-tree: simplify parsing of option -S using skip_prefix() | René Scharfe | 2014-12-29 |
| | |_|_|/ / / / / | |/| | | | | | | | |||
* | | | | | | | | | Merge branch 'rs/plug-strbuf-leak-in-merge' | Junio C Hamano | 2015-01-12 |
|\ \ \ \ \ \ \ \ \ |