Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | send-pack.c: add --atomic command line argument | Ronnie Sahlberg | 2015-01-07 | |
| * | | | | | | | | | | | | send-pack: rename ref_update_to_be_sent to check_to_send_update | Stefan Beller | 2015-01-07 | |
| * | | | | | | | | | | | | receive-pack.c: negotiate atomic push support | Ronnie Sahlberg | 2015-01-07 | |
| * | | | | | | | | | | | | receive-pack.c: add execute_commands_atomic function | Stefan Beller | 2015-01-07 | |
| * | | | | | | | | | | | | receive-pack.c: move transaction handling in a central place | Stefan Beller | 2015-01-07 | |
| * | | | | | | | | | | | | receive-pack.c: move iterating over all commands outside execute_commands | Stefan Beller | 2015-01-07 | |
| * | | | | | | | | | | | | receive-pack.c: die instead of error in case of possible future bug | Stefan Beller | 2015-01-07 | |
| * | | | | | | | | | | | | receive-pack.c: shorten the execute_commands loop over all commands | Stefan Beller | 2015-01-07 | |
* | | | | | | | | | | | | | Merge branch 'mh/reflog-expire' | Junio C Hamano | 2015-02-11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | refs.c: let fprintf handle the formatting | Stefan Beller | 2014-12-22 | |
| * | | | | | | | | | | | | refs.c: don't expose the internal struct ref_lock in the header file | Stefan Beller | 2014-12-22 | |
| * | | | | | | | | | | | | lock_any_ref_for_update(): inline function | Michael Haggerty | 2014-12-22 | |
| * | | | | | | | | | | | | refs.c: remove unlock_ref/close_ref/commit_ref from the refs api | Ronnie Sahlberg | 2014-12-22 | |
| * | | | | | | | | | | | | reflog_expire(): new function in the reference API | Michael Haggerty | 2014-12-22 | |
| * | | | | | | | | | | | | expire_reflog(): treat the policy callback data as opaque | Michael Haggerty | 2014-12-12 | |
| * | | | | | | | | | | | | Move newlog and last_kept_sha1 to "struct expire_reflog_cb" | Michael Haggerty | 2014-12-12 | |
| * | | | | | | | | | | | | expire_reflog(): move rewrite to flags argument | Michael Haggerty | 2014-12-12 | |
| * | | | | | | | | | | | | expire_reflog(): move verbose to flags argument | Michael Haggerty | 2014-12-12 | |
| * | | | | | | | | | | | | expire_reflog(): pass flags through to expire_reflog_ent() | Michael Haggerty | 2014-12-12 | |
| * | | | | | | | | | | | | struct expire_reflog_cb: a new callback data type | Michael Haggerty | 2014-12-12 | |
| * | | | | | | | | | | | | Rename expire_reflog_cb to expire_reflog_policy_cb | Michael Haggerty | 2014-12-12 | |
| * | | | | | | | | | | | | expire_reflog(): move updateref to flags argument | Michael Haggerty | 2014-12-12 | |
| * | | | | | | | | | | | | expire_reflog(): move dry_run to flags argument | Michael Haggerty | 2014-12-12 | |
| * | | | | | | | | | | | | expire_reflog(): add a "flags" argument | Michael Haggerty | 2014-12-12 | |
| * | | | | | | | | | | | | expire_reflog(): extract two policy-related functions | Michael Haggerty | 2014-12-12 | |
| * | | | | | | | | | | | | Extract function should_expire_reflog_ent() | Michael Haggerty | 2014-12-12 | |
| * | | | | | | | | | | | | expire_reflog(): use a lock_file for rewriting the reflog file | Michael Haggerty | 2014-12-12 | |
| * | | | | | | | | | | | | expire_reflog(): return early if the reference has no reflog | Michael Haggerty | 2014-12-12 | |
| * | | | | | | | | | | | | expire_reflog(): rename "ref" parameter to "refname" | Michael Haggerty | 2014-12-12 | |
| * | | | | | | | | | | | | expire_reflog(): it's not an each_ref_fn anymore | Michael Haggerty | 2014-12-12 | |
| * | | | | | | | | | | | | refs.c: add a function to append a reflog entry to a fd | Ronnie Sahlberg | 2014-12-12 | |
| * | | | | | | | | | | | | refs.c: make ref_transaction_delete a wrapper for ref_transaction_update | Ronnie Sahlberg | 2014-12-04 | |
| * | | | | | | | | | | | | refs.c: make ref_transaction_create a wrapper for ref_transaction_update | Ronnie Sahlberg | 2014-12-04 | |
* | | | | | | | | | | | | | Merge branch 'cj/log-invert-grep' | Junio C Hamano | 2015-02-11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | log: teach --invert-grep option | Christoph Junghans | 2015-01-13 | |
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge branch 'km/gettext-n' | Junio C Hamano | 2015-02-11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | gettext.h: add parentheses around N_ expansion if supported | Kyle J. McKay | 2015-01-12 | |
* | | | | | | | | | | | | | | Merge branch 'bc/http-fallback-to-password-after-krb-fails' | Junio C Hamano | 2015-02-11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | remote-curl: fall back to Basic auth if Negotiate fails | brian m. carlson | 2015-01-07 | |
| |/ / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | Merge branch 'dk/format-patch-ignore-diff-submodule' | Junio C Hamano | 2015-02-11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | format-patch: ignore diff.submodule setting | Doug Kelly | 2015-01-07 | |
| * | | | | | | | | | | | | | | t4255: test am submodule with diff.submodule | Doug Kelly | 2015-01-07 | |
| |/ / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | Merge branch 'jn/rerere-fail-on-auto-update-failure' | Junio C Hamano | 2015-02-11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | rerere: error out on autoupdate failure | Jonathan Nieder | 2015-01-08 | |
* | | | | | | | | | | | | | | | Merge branch 'jk/blame-commit-label' | Junio C Hamano | 2015-02-11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | blame.c: fix garbled error message | Lukas Fleischer | 2015-01-13 | |
| * | | | | | | | | | | | | | | | use xstrdup_or_null to replace ternary conditionals | Jeff King | 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 | |
| * | | | | | | | | | | | | | | | git-compat-util: add xstrdup_or_null helper | Jeff King | 2015-01-13 |