Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | | | | | apply: detect and mark whitespace errors in context lines when fixing | Junio C Hamano | 2015-01-22 | |
| | |_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | Merge branch 'jc/apply-beyond-symlink' | Junio C Hamano | 2015-03-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | 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 'dp/remove-duplicated-header-inclusion' | Junio C Hamano | 2015-02-25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | do not include the same header twice | Дилян Палаузов | 2015-02-13 | |
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | Merge branch 'ab/merge-file-prefix' | Junio C Hamano | 2015-02-22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | merge-file: correctly open files when in a subdir | Aleksander Boruch-Gruszecki | 2015-02-11 | |
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | Merge branch 'es/blame-commit-info-fix' | Junio C Hamano | 2015-02-22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | builtin/blame: destroy initialized commit_info only | Eric Sunshine | 2015-02-10 | |
| |/ / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | Merge branch 'mg/commit-author-no-match-malformed-message' | Junio C Hamano | 2015-02-17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | ||||
| * | | | | | | | | | | | | commit: reword --author error message | Michael J Gruber | 2015-01-26 | |
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge branch 'jc/apply-ws-fix-expands' | Junio C Hamano | 2015-02-17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | / / / / / / / | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||
| * | | | | | | | | | | 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 'ah/usage-strings' | Junio C Hamano | 2015-02-11 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | standardize usage info string format | Alex Henrie | 2015-01-14 | |
* | | | | | | | | | | | Merge branch 'jc/push-to-checkout' | Junio C Hamano | 2015-02-11 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | receive-pack: support push-to-checkout hook | Junio C Hamano | 2015-01-08 | |
| * | | | | | | | | | | | receive-pack: refactor updateInstead codepath | Junio C Hamano | 2014-12-01 | |
* | | | | | | | | | | | | Merge branch 'sb/atomic-push' | Junio C Hamano | 2015-02-11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | push.c: add an --atomic argument | Ronnie Sahlberg | 2015-01-07 | |
| * | | | | | | | | | | | send-pack.c: add --atomic command line argument | Ronnie Sahlberg | 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 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | ||||
| * | | | | | | | | | | 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 |