Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'rs/deflate-init-cleanup' | Junio C Hamano | 2015-03-17 | 2 | -3/+0 |
|\ | |||||
| * | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}rs/deflate-init-cleanup | René Scharfe | 2015-03-05 | 2 | -3/+0 |
* | | Merge branch 'mh/expire-updateref-fixes' | Junio C Hamano | 2015-03-10 | 1 | -6/+3 |
|\ \ | |||||
| * | | reflog: improve and update documentation | Michael Haggerty | 2015-03-05 | 1 | -6/+3 |
| * | | Merge branch 'sb/atomic-push' into mh/ref-trans-value-check | Junio C Hamano | 2015-02-09 | 3 | -36/+140 |
| |\ \ | |||||
| * \ \ | Merge branch 'mh/reflog-expire' into mh/ref-trans-value-check | Junio C Hamano | 2015-02-09 | 1 | -156/+103 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'ja/clean-confirm-i18n' | Junio C Hamano | 2015-03-06 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Add hint interactive cleaningja/clean-confirm-i18n | Jean-Noel Avila | 2015-03-02 | 1 | -1/+2 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'nd/grep-exclude-standard-help-fix' | Junio C Hamano | 2015-03-06 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | grep: correct help string for --exclude-standardnd/grep-exclude-standard-help-fix | Nguyễn Thái Ngọc Duy | 2015-02-27 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge branch 'rs/simple-cleanups' | Junio C Hamano | 2015-03-05 | 1 | -4/+3 |
|\ \ \ \ \ | |||||
| * | | | | | for-each-ref: use skip_prefix() to avoid duplicate string comparison | René Scharfe | 2015-02-22 | 1 | -4/+3 |
* | | | | | | Merge branch 'mh/refs-have-new' | Junio C Hamano | 2015-03-05 | 6 | -19/+20 |
|\ \ \ \ \ \ | |||||
| * | | | | | | ref_transaction_verify(): new function to check a reference's value | Michael Haggerty | 2015-02-17 | 1 | -5/+2 |
| * | | | | | | commit: avoid race when creating orphan commits | Michael Haggerty | 2015-02-17 | 1 | -1/+1 |
| * | | | | | | ref_transaction_delete(): remove "have_old" parameter | Michael Haggerty | 2015-02-17 | 2 | -4/+4 |
| * | | | | | | ref_transaction_update(): remove "have_old" parameter | Michael Haggerty | 2015-02-17 | 6 | -9/+12 |
| * | | | | | | refs.c: change some "flags" to "unsigned int" | Michael Haggerty | 2015-02-17 | 1 | -1/+2 |
* | | | | | | | Merge branch 'jc/apply-ws-fix-expands-report' | Junio C Hamano | 2015-03-03 | 1 | -0/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | apply: detect and mark whitespace errors in context lines when fixingjc/apply-ws-fix-expands-report | Junio C Hamano | 2015-01-22 | 1 | -0/+3 |
* | | | | | | | | Merge branch 'jc/apply-beyond-symlink' | Junio C Hamano | 2015-03-03 | 1 | -1/+141 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | apply: do not touch a file beyond a symbolic linkjc/apply-beyond-symlink | Junio C Hamano | 2015-02-10 | 1 | -0/+112 |
| * | | | | | | | | apply: do not read from beyond a symbolic link | Junio C Hamano | 2015-02-10 | 1 | -0/+2 |
| * | | | | | | | | apply: do not read from the filesystem under --index | Junio C Hamano | 2015-02-10 | 1 | -1/+1 |
| * | | | | | | | | apply: reject input that touches outside the working area | Junio C Hamano | 2015-02-10 | 1 | -0/+26 |
* | | | | | | | | | Merge branch 'dp/remove-duplicated-header-inclusion' | Junio C Hamano | 2015-02-25 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | do not include the same header twicedp/remove-duplicated-header-inclusion | Дилян Палаузов | 2015-02-13 | 1 | -1/+0 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'ab/merge-file-prefix' | Junio C Hamano | 2015-02-22 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | merge-file: correctly open files when in a subdirab/merge-file-prefix | Aleksander Boruch-Gruszecki | 2015-02-11 | 1 | -1/+2 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'es/blame-commit-info-fix' | Junio C Hamano | 2015-02-22 | 1 | -3/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | builtin/blame: destroy initialized commit_info onlyes/blame-commit-info-fix | Eric Sunshine | 2015-02-10 | 1 | -3/+2 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'mg/commit-author-no-match-malformed-message' | Junio C Hamano | 2015-02-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | commit: reword --author error messagemg/commit-author-no-match-malformed-message | Michael J Gruber | 2015-01-26 | 1 | -1/+1 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'jc/apply-ws-fix-expands' | Junio C Hamano | 2015-02-17 | 1 | -3/+28 |
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | / / / / | |_|_|_|/ / / / |/| | | | | | | | |||||
| * | | | | | | | apply: count the size of postimage correctlyjc/apply-ws-fix-expands | Junio C Hamano | 2015-01-22 | 1 | -2/+21 |
| * | | | | | | | apply: make update_pre_post_images() sanity check the given postlen | Junio C Hamano | 2015-01-22 | 1 | -0/+6 |
| * | | | | | | | apply.c: typofix | Junio C Hamano | 2015-01-22 | 1 | -1/+1 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'ah/usage-strings' | Junio C Hamano | 2015-02-11 | 58 | -96/+96 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | standardize usage info string format | Alex Henrie | 2015-01-14 | 58 | -97/+97 |
* | | | | | | | | Merge branch 'jc/push-to-checkout' | Junio C Hamano | 2015-02-11 | 1 | -25/+45 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | receive-pack: support push-to-checkout hookjc/push-to-checkout | Junio C Hamano | 2015-01-08 | 1 | -1/+18 |
| * | | | | | | | | receive-pack: refactor updateInstead codepath | Junio C Hamano | 2014-12-01 | 1 | -25/+28 |
* | | | | | | | | | Merge branch 'sb/atomic-push' | Junio C Hamano | 2015-02-11 | 3 | -36/+140 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | push.c: add an --atomic argument | Ronnie Sahlberg | 2015-01-07 | 1 | -0/+5 |
| * | | | | | | | | send-pack.c: add --atomic command line argument | Ronnie Sahlberg | 2015-01-07 | 1 | -1/+5 |
| * | | | | | | | | receive-pack.c: negotiate atomic push support | Ronnie Sahlberg | 2015-01-07 | 1 | -0/+11 |
| * | | | | | | | | receive-pack.c: add execute_commands_atomic function | Stefan Beller | 2015-01-07 | 1 | -1/+46 |
| * | | | | | | | | receive-pack.c: move transaction handling in a central place | Stefan Beller | 2015-01-07 | 1 | -14/+37 |
| * | | | | | | | | receive-pack.c: move iterating over all commands outside execute_commands | Stefan Beller | 2015-01-07 | 1 | -6/+13 |
| * | | | | | | | | receive-pack.c: die instead of error in case of possible future bug | Stefan Beller | 2015-01-07 | 1 | -3/+1 |