aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | send-pack.c: add --atomic command line argumentRonnie Sahlberg2015-01-07
| * | | | | | | | | | | | send-pack: rename ref_update_to_be_sent to check_to_send_updateStefan Beller2015-01-07
| * | | | | | | | | | | | receive-pack.c: negotiate atomic push supportRonnie Sahlberg2015-01-07
| * | | | | | | | | | | | receive-pack.c: add execute_commands_atomic functionStefan Beller2015-01-07
| * | | | | | | | | | | | receive-pack.c: move transaction handling in a central placeStefan Beller2015-01-07
| * | | | | | | | | | | | receive-pack.c: move iterating over all commands outside execute_commandsStefan Beller2015-01-07
| * | | | | | | | | | | | receive-pack.c: die instead of error in case of possible future bugStefan Beller2015-01-07
| * | | | | | | | | | | | receive-pack.c: shorten the execute_commands loop over all commandsStefan Beller2015-01-07
* | | | | | | | | | | | | Merge branch 'mh/reflog-expire'Junio C Hamano2015-02-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | refs.c: let fprintf handle the formattingStefan Beller2014-12-22
| * | | | | | | | | | | | refs.c: don't expose the internal struct ref_lock in the header fileStefan Beller2014-12-22
| * | | | | | | | | | | | lock_any_ref_for_update(): inline functionMichael Haggerty2014-12-22
| * | | | | | | | | | | | refs.c: remove unlock_ref/close_ref/commit_ref from the refs apiRonnie Sahlberg2014-12-22
| * | | | | | | | | | | | reflog_expire(): new function in the reference APIMichael Haggerty2014-12-22
| * | | | | | | | | | | | expire_reflog(): treat the policy callback data as opaqueMichael Haggerty2014-12-12
| * | | | | | | | | | | | Move newlog and last_kept_sha1 to "struct expire_reflog_cb"Michael Haggerty2014-12-12
| * | | | | | | | | | | | expire_reflog(): move rewrite to flags argumentMichael Haggerty2014-12-12
| * | | | | | | | | | | | expire_reflog(): move verbose to flags argumentMichael Haggerty2014-12-12
| * | | | | | | | | | | | expire_reflog(): pass flags through to expire_reflog_ent()Michael Haggerty2014-12-12
| * | | | | | | | | | | | struct expire_reflog_cb: a new callback data typeMichael Haggerty2014-12-12
| * | | | | | | | | | | | Rename expire_reflog_cb to expire_reflog_policy_cbMichael Haggerty2014-12-12
| * | | | | | | | | | | | expire_reflog(): move updateref to flags argumentMichael Haggerty2014-12-12
| * | | | | | | | | | | | expire_reflog(): move dry_run to flags argumentMichael Haggerty2014-12-12
| * | | | | | | | | | | | expire_reflog(): add a "flags" argumentMichael Haggerty2014-12-12
| * | | | | | | | | | | | expire_reflog(): extract two policy-related functionsMichael Haggerty2014-12-12
| * | | | | | | | | | | | Extract function should_expire_reflog_ent()Michael Haggerty2014-12-12
| * | | | | | | | | | | | expire_reflog(): use a lock_file for rewriting the reflog fileMichael Haggerty2014-12-12
| * | | | | | | | | | | | expire_reflog(): return early if the reference has no reflogMichael Haggerty2014-12-12
| * | | | | | | | | | | | expire_reflog(): rename "ref" parameter to "refname"Michael Haggerty2014-12-12
| * | | | | | | | | | | | expire_reflog(): it's not an each_ref_fn anymoreMichael Haggerty2014-12-12
| * | | | | | | | | | | | refs.c: add a function to append a reflog entry to a fdRonnie Sahlberg2014-12-12
| * | | | | | | | | | | | refs.c: make ref_transaction_delete a wrapper for ref_transaction_updateRonnie Sahlberg2014-12-04
| * | | | | | | | | | | | refs.c: make ref_transaction_create a wrapper for ref_transaction_updateRonnie Sahlberg2014-12-04
* | | | | | | | | | | | | Merge branch 'cj/log-invert-grep'Junio C Hamano2015-02-11
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | log: teach --invert-grep optionChristoph Junghans2015-01-13
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'km/gettext-n'Junio C Hamano2015-02-11
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | gettext.h: add parentheses around N_ expansion if supportedKyle J. McKay2015-01-12
* | | | | | | | | | | | | | Merge branch 'bc/http-fallback-to-password-after-krb-fails'Junio C Hamano2015-02-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | remote-curl: fall back to Basic auth if Negotiate failsbrian m. carlson2015-01-07
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'dk/format-patch-ignore-diff-submodule'Junio C Hamano2015-02-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | format-patch: ignore diff.submodule settingDoug Kelly2015-01-07
| * | | | | | | | | | | | | | t4255: test am submodule with diff.submoduleDoug Kelly2015-01-07
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'jn/rerere-fail-on-auto-update-failure'Junio C Hamano2015-02-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | rerere: error out on autoupdate failureJonathan Nieder2015-01-08
* | | | | | | | | | | | | | | Merge branch 'jk/blame-commit-label'Junio C Hamano2015-02-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | blame.c: fix garbled error messageLukas Fleischer2015-01-13
| * | | | | | | | | | | | | | | use xstrdup_or_null to replace ternary conditionalsJeff King2015-01-13
| * | | | | | | | | | | | | | | builtin/commit.c: use xstrdup_or_null instead of envdupJeff King2015-01-13
| * | | | | | | | | | | | | | | builtin/apply.c: use xstrdup_or_null instead of null_strdupJeff King2015-01-13
| * | | | | | | | | | | | | | | git-compat-util: add xstrdup_or_null helperJeff King2015-01-13