Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | receive-pack.c: move iterating over all commands outside execute_commands | Stefan Beller | 2015-01-08 | 1 | -6/+13 | |
| * | | | | | | | | receive-pack.c: die instead of error in case of possible future bug | Stefan Beller | 2015-01-08 | 1 | -3/+1 | |
| * | | | | | | | | receive-pack.c: shorten the execute_commands loop over all commands | Stefan Beller | 2015-01-08 | 1 | -16/+27 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'mh/reflog-expire' | Junio C Hamano | 2015-02-11 | 1 | -156/+103 | |
|\| | | | | | | | ||||||
| * | | | | | | | reflog_expire(): new function in the reference API | Michael Haggerty | 2014-12-22 | 1 | -133/+15 | |
| * | | | | | | | expire_reflog(): treat the policy callback data as opaque | Michael Haggerty | 2014-12-12 | 1 | -36/+36 | |
| * | | | | | | | Move newlog and last_kept_sha1 to "struct expire_reflog_cb" | Michael Haggerty | 2014-12-12 | 1 | -10/+10 | |
| * | | | | | | | expire_reflog(): move rewrite to flags argument | Michael Haggerty | 2014-12-12 | 1 | -5/+5 | |
| * | | | | | | | expire_reflog(): move verbose to flags argument | Michael Haggerty | 2014-12-12 | 1 | -8/+8 | |
| * | | | | | | | expire_reflog(): pass flags through to expire_reflog_ent() | Michael Haggerty | 2014-12-12 | 1 | -0/+2 | |
| * | | | | | | | struct expire_reflog_cb: a new callback data type | Michael Haggerty | 2014-12-12 | 1 | -17/+26 | |
| * | | | | | | | Rename expire_reflog_cb to expire_reflog_policy_cb | Michael Haggerty | 2014-12-12 | 1 | -9/+10 | |
| * | | | | | | | expire_reflog(): move updateref to flags argument | Michael Haggerty | 2014-12-12 | 1 | -6/+6 | |
| * | | | | | | | expire_reflog(): move dry_run to flags argument | Michael Haggerty | 2014-12-12 | 1 | -5/+8 | |
| * | | | | | | | expire_reflog(): add a "flags" argument | Michael Haggerty | 2014-12-12 | 1 | -4/+6 | |
| * | | | | | | | expire_reflog(): extract two policy-related functions | Michael Haggerty | 2014-12-12 | 1 | -42/+52 | |
| * | | | | | | | Extract function should_expire_reflog_ent() | Michael Haggerty | 2014-12-12 | 1 | -28/+42 | |
| * | | | | | | | expire_reflog(): use a lock_file for rewriting the reflog file | Michael Haggerty | 2014-12-12 | 1 | -19/+41 | |
| * | | | | | | | expire_reflog(): return early if the reference has no reflog | Michael Haggerty | 2014-12-12 | 1 | -3/+5 | |
| * | | | | | | | expire_reflog(): rename "ref" parameter to "refname" | Michael Haggerty | 2014-12-12 | 1 | -8/+8 | |
| * | | | | | | | expire_reflog(): it's not an each_ref_fn anymore | Michael Haggerty | 2014-12-12 | 1 | -5/+5 | |
* | | | | | | | | Merge branch 'dk/format-patch-ignore-diff-submodule' | Junio C Hamano | 2015-02-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | format-patch: ignore diff.submodule setting | Doug Kelly | 2015-01-08 | 1 | -1/+1 | |
* | | | | | | | | | Merge branch 'jk/blame-commit-label' | Junio C Hamano | 2015-02-11 | 3 | -24/+15 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | blame.c: fix garbled error message | Lukas Fleischer | 2015-01-13 | 1 | -5/+7 | |
| * | | | | | | | | builtin/commit.c: use xstrdup_or_null instead of envdup | Jeff King | 2015-01-13 | 1 | -9/+3 | |
| * | | | | | | | | builtin/apply.c: use xstrdup_or_null instead of null_strdup | Jeff King | 2015-01-13 | 1 | -10/+5 | |
* | | | | | | | | | Merge branch 'ak/cat-file-clean-up' | Junio C Hamano | 2015-01-22 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cat-file: use "type" and "size" from outer scope | Alexander Kuleshov | 2015-01-13 | 1 | -2/+0 | |
| * | | | | | | | | | Merge branch 'mg/add-ignore-errors' into maint | Junio C Hamano | 2015-01-12 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'ak/show-branch-usage-string' | Junio C Hamano | 2015-01-21 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | show-branch: fix indentation of usage string | Ralf Thielow | 2015-01-21 | 1 | -3/+3 | |
* | | | | | | | | | | | Merge branch 'rc/for-each-ref-tracking' | Junio C Hamano | 2015-01-14 | 1 | -2/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | for-each-ref: always check stat_tracking_info()'s return value | Raphael Kubo da Costa | 2015-01-13 | 1 | -2/+9 | |
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'ak/fewer-includes' | Junio C Hamano | 2015-01-14 | 1 | -4/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | cat-file: remove unused includes | Alexander Kuleshov | 2015-01-10 | 1 | -4/+0 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'ak/show-branch-usage-string' | Junio C Hamano | 2015-01-14 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | show-branch: line-wrap show-branch usage | Alexander Kuleshov | 2015-01-08 | 1 | -1/+4 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'km/log-usage-string-i18n' | Junio C Hamano | 2015-01-14 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | log.c: fix translation markings | Kyle J. McKay | 2015-01-06 | 1 | -2/+2 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'js/remote-add-with-insteadof' | Junio C Hamano | 2015-01-14 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | git remote: allow adding remotes agreeing with url.<...>.insteadOf | Johannes Schindelin | 2014-12-23 | 1 | -1/+3 | |
* | | | | | | | | | | Merge branch 'bc/fetch-thin-less-aggressive-in-normal-repository' | Junio C Hamano | 2015-01-12 | 1 | -1/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | pack-objects: use --objects-edge-aggressive for shallow repos | brian m. carlson | 2014-12-29 | 1 | -1/+6 | |
| * | | | | | | | | | | rev-list: add an option to mark fewer edges as uninteresting | brian m. carlson | 2014-12-29 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge branch 'rs/simplify-parsing-commit-tree-S' | Junio C Hamano | 2015-01-12 | 1 | -3/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | commit-tree: simplify parsing of option -S using skip_prefix() | René Scharfe | 2014-12-29 | 1 | -3/+1 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'rs/plug-strbuf-leak-in-merge' | Junio C Hamano | 2015-01-12 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | merge: release strbuf after use in suggest_conflicts() | René Scharfe | 2014-12-29 | 1 | -0/+1 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'es/checkout-index-temp' | Junio C Hamano | 2015-01-12 | 1 | -8/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ |