Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | t5541: check error message against the real port number usedcb/maint-t5541-make-server-port-portable | Clemens Buchacher | 2012-02-13 | 1 | -1/+1 | |
* | | | | | | | | | | Merge branch 'dp/i18n-libcharset' into maint | Junio C Hamano | 2012-02-21 | 3 | -0/+16 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Makefile: introduce CHARSET_LIB to link with -lcharsetdp/i18n-libcharset | Дилян Палаузов | 2012-02-13 | 3 | -0/+16 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'jk/grep-binary-attribute' into maint | Junio C Hamano | 2012-02-21 | 5 | -192/+308 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | grep: pre-load userdiff drivers when threadedjk/grep-binary-attribute | Jeff King | 2012-02-02 | 1 | -4/+6 | |
| * | | | | | | | | | | grep: load file data after checking binary-ness | Jeff King | 2012-02-02 | 1 | -3/+3 | |
| * | | | | | | | | | | grep: respect diff attributes for binary-ness | Jeff King | 2012-02-02 | 3 | -2/+39 | |
| * | | | | | | | | | | grep: cache userdiff_driver in grep_source | Jeff King | 2012-02-02 | 2 | -6/+20 | |
| * | | | | | | | | | | grep: drop grep_buffer's "name" parameter | Jeff King | 2012-02-02 | 3 | -4/+3 | |
| * | | | | | | | | | | convert git-grep to use grep_source interface | Jeff King | 2012-02-02 | 1 | -119/+23 | |
| * | | | | | | | | | | grep: refactor the concept of "grep source" into an object | Jeff King | 2012-02-02 | 2 | -34/+186 | |
| * | | | | | | | | | | grep: move sha1-reading mutex into low-level code | Jeff King | 2012-02-02 | 3 | -23/+29 | |
| * | | | | | | | | | | grep: make locking flag global | Jeff King | 2012-02-02 | 3 | -11/+13 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'nd/diffstat-gramnum' into maint | Junio C Hamano | 2012-02-21 | 69 | -118/+168 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Use correct grammar in diffstat summary linend/diffstat-gramnum | Nguyễn Thái Ngọc Duy | 2012-02-03 | 69 | -118/+168 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'nd/find-pack-entry-recent-cache-invalidation' into maint | Junio C Hamano | 2012-02-21 | 1 | -38/+46 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | find_pack_entry(): do not keep packed_git pointer locallynd/find-pack-entry-recent-cache-invalidation | Nguyễn Thái Ngọc Duy | 2012-02-01 | 1 | -14/+13 | |
| * | | | | | | | | | | sha1_file.c: move the core logic of find_pack_entry() into fill_pack_entry() | Nguyễn Thái Ngọc Duy | 2012-02-01 | 1 | -26/+35 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'tt/profile-build-fix' into maint | Junio C Hamano | 2012-02-21 | 2 | -22/+50 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Makefile: fix syntax for older makett/profile-build-fix | Johannes Sixt | 2012-02-09 | 1 | -2/+4 | |
| * | | | | | | | | | | Fix build problems related to profile-directed optimization | Theodore Ts'o | 2012-02-06 | 2 | -22/+48 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'fc/zsh-completion' into maint | Junio C Hamano | 2012-02-21 | 1 | -56/+11 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | completion: simplify __gitcomp and __gitcomp_nl implementationsfc/zsh-completion | Felipe Contreras | 2012-02-06 | 1 | -16/+3 | |
| * | | | | | | | | | | completion: use ls -1 instead of rolling a loop to do that ourselves | Felipe Contreras | 2012-02-06 | 1 | -37/+2 | |
| * | | | | | | | | | | completion: work around zsh option propagation bug | Felipe Contreras | 2012-02-06 | 1 | -3/+6 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | completion: Allow dash as the first character for __git_ps1 | Christian Hammerl | 2012-02-21 | 1 | -1/+1 | |
* | | | | | | | | | | Update draft release notes to 1.7.9.2 | Junio C Hamano | 2012-02-20 | 1 | -0/+3 | |
* | | | | | | | | | | gitweb: Fix 'grep' search for multiple matches in file | Jakub Narebski | 2012-02-19 | 2 | -1/+41 | |
| |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Update draft release notes to 1.7.9.2 | Junio C Hamano | 2012-02-16 | 2 | -1/+28 | |
* | | | | | | | | | Merge branch 'jc/checkout-out-of-unborn' into maint | Junio C Hamano | 2012-02-16 | 2 | -1/+29 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | git checkout -b: allow switching out of an unborn branchjc/checkout-out-of-unborn | Junio C Hamano | 2012-02-06 | 2 | -1/+29 | |
* | | | | | | | | | | Merge branch 'jc/maint-mailmap-output' into maint | Junio C Hamano | 2012-02-16 | 1 | -8/+10 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | mailmap: always return a plain mail address from map_user()jc/maint-mailmap-output | Junio C Hamano | 2012-02-06 | 1 | -8/+10 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'jk/prompt-fallback-to-tty' into maint | Junio C Hamano | 2012-02-16 | 1 | -9/+18 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | prompt: fall back to terminal if askpass failsjk/prompt-fallback-to-tty | Jeff King | 2012-02-03 | 1 | -7/+17 | |
| * | | | | | | | | | | prompt: clean up strbuf usage | Jeff King | 2012-02-03 | 1 | -2/+1 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'jn/gitweb-search-utf-8' into maint | Junio C Hamano | 2012-02-16 | 1 | -8/+8 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | gitweb: Allow UTF-8 encoded CGI query parameters and path_infojn/gitweb-search-utf-8 | Jakub Narebski | 2012-02-03 | 1 | -8/+8 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'jc/maint-commit-ignore-i-t-a' into maint | Junio C Hamano | 2012-02-16 | 2 | -6/+8 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | commit: ignore intent-to-add entries instead of refusingjc/maint-commit-ignore-i-t-a | Junio C Hamano | 2012-02-07 | 2 | -6/+8 | |
* | | | | | | | | | | | Merge branch 'mm/empty-loose-error-message' into maint | Junio C Hamano | 2012-02-16 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | fsck: give accurate error message on empty loose object filesmm/empty-loose-error-message | Matthieu Moy | 2012-02-06 | 1 | -0/+5 | |
* | | | | | | | | | | | | Merge branch 'nk/ctype-for-perf' into maint | Junio C Hamano | 2012-02-16 | 2 | -1/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | ctype: implement islower/isupper macronk/ctype-for-perf | Namhyung Kim | 2012-02-10 | 1 | -0/+15 | |
| * | | | | | | | | | | | | ctype.c only wants git-compat-util.h | Namhyung Kim | 2012-02-10 | 1 | -1/+1 | |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'jx/i18n-more-marking' into maint | Junio C Hamano | 2012-02-16 | 2 | -14/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | i18n: format_tracking_info "Your branch is behind" messagejx/i18n-more-marking | Jiang Xin | 2012-02-01 | 1 | -11/+21 | |
| * | | | | | | | | | | | | i18n: git-commit whence_s "merge/cherry-pick" message | Jiang Xin | 2012-02-01 | 1 | -3/+3 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | man: rearrange git synopsis to fit in 80 lines | Zbigniew Jędrzejewski-Szmek | 2012-02-16 | 1 | -3/+3 | |
* | | | | | | | | | | | | completion: --list option for git-branch | Ralf Thielow | 2012-02-16 | 1 | -1/+1 |