summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge branch 'cb/maint-t5541-make-server-port-portable' into maintJunio C Hamano2012-02-211-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t5541: check error message against the real port number usedcb/maint-t5541-make-server-port-portableClemens Buchacher2012-02-131-1/+1
* | | | | | | | | | Merge branch 'dp/i18n-libcharset' into maintJunio C Hamano2012-02-213-0/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Makefile: introduce CHARSET_LIB to link with -lcharsetdp/i18n-libcharsetДилян Палаузов2012-02-133-0/+16
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jk/grep-binary-attribute' into maintJunio C Hamano2012-02-215-192/+308
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | grep: pre-load userdiff drivers when threadedjk/grep-binary-attributeJeff King2012-02-021-4/+6
| * | | | | | | | | | grep: load file data after checking binary-nessJeff King2012-02-021-3/+3
| * | | | | | | | | | grep: respect diff attributes for binary-nessJeff King2012-02-023-2/+39
| * | | | | | | | | | grep: cache userdiff_driver in grep_sourceJeff King2012-02-022-6/+20
| * | | | | | | | | | grep: drop grep_buffer's "name" parameterJeff King2012-02-023-4/+3
| * | | | | | | | | | convert git-grep to use grep_source interfaceJeff King2012-02-021-119/+23
| * | | | | | | | | | grep: refactor the concept of "grep source" into an objectJeff King2012-02-022-34/+186
| * | | | | | | | | | grep: move sha1-reading mutex into low-level codeJeff King2012-02-023-23/+29
| * | | | | | | | | | grep: make locking flag globalJeff King2012-02-023-11/+13
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'nd/diffstat-gramnum' into maintJunio C Hamano2012-02-2169-118/+168
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use correct grammar in diffstat summary linend/diffstat-gramnumNguyễn Thái Ngọc Duy2012-02-0369-118/+168
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'nd/find-pack-entry-recent-cache-invalidation' into maintJunio C Hamano2012-02-211-38/+46
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | find_pack_entry(): do not keep packed_git pointer locallynd/find-pack-entry-recent-cache-invalidationNguyễn Thái Ngọc Duy2012-02-011-14/+13
| * | | | | | | | | | sha1_file.c: move the core logic of find_pack_entry() into fill_pack_entry()Nguyễn Thái Ngọc Duy2012-02-011-26/+35
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'tt/profile-build-fix' into maintJunio C Hamano2012-02-212-22/+50
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Makefile: fix syntax for older makett/profile-build-fixJohannes Sixt2012-02-091-2/+4
| * | | | | | | | | | Fix build problems related to profile-directed optimizationTheodore Ts'o2012-02-062-22/+48
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'fc/zsh-completion' into maintJunio C Hamano2012-02-211-56/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | completion: simplify __gitcomp and __gitcomp_nl implementationsfc/zsh-completionFelipe Contreras2012-02-061-16/+3
| * | | | | | | | | | completion: use ls -1 instead of rolling a loop to do that ourselvesFelipe Contreras2012-02-061-37/+2
| * | | | | | | | | | completion: work around zsh option propagation bugFelipe Contreras2012-02-061-3/+6
| |/ / / / / / / / /
* | | | | | | | | | completion: Allow dash as the first character for __git_ps1Christian Hammerl2012-02-211-1/+1
* | | | | | | | | | Update draft release notes to 1.7.9.2Junio C Hamano2012-02-201-0/+3
* | | | | | | | | | gitweb: Fix 'grep' search for multiple matches in fileJakub Narebski2012-02-192-1/+41
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | Update draft release notes to 1.7.9.2Junio C Hamano2012-02-162-1/+28
* | | | | | | | | Merge branch 'jc/checkout-out-of-unborn' into maintJunio C Hamano2012-02-162-1/+29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git checkout -b: allow switching out of an unborn branchjc/checkout-out-of-unbornJunio C Hamano2012-02-062-1/+29
* | | | | | | | | | Merge branch 'jc/maint-mailmap-output' into maintJunio C Hamano2012-02-161-8/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mailmap: always return a plain mail address from map_user()jc/maint-mailmap-outputJunio C Hamano2012-02-061-8/+10
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'jk/prompt-fallback-to-tty' into maintJunio C Hamano2012-02-161-9/+18
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | prompt: fall back to terminal if askpass failsjk/prompt-fallback-to-ttyJeff King2012-02-031-7/+17
| * | | | | | | | | | prompt: clean up strbuf usageJeff King2012-02-031-2/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jn/gitweb-search-utf-8' into maintJunio C Hamano2012-02-161-8/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | gitweb: Allow UTF-8 encoded CGI query parameters and path_infojn/gitweb-search-utf-8Jakub Narebski2012-02-031-8/+8
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'jc/maint-commit-ignore-i-t-a' into maintJunio C Hamano2012-02-162-6/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | commit: ignore intent-to-add entries instead of refusingjc/maint-commit-ignore-i-t-aJunio C Hamano2012-02-072-6/+8
* | | | | | | | | | | Merge branch 'mm/empty-loose-error-message' into maintJunio C Hamano2012-02-161-0/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fsck: give accurate error message on empty loose object filesmm/empty-loose-error-messageMatthieu Moy2012-02-061-0/+5
* | | | | | | | | | | | Merge branch 'nk/ctype-for-perf' into maintJunio C Hamano2012-02-162-1/+16
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ctype: implement islower/isupper macronk/ctype-for-perfNamhyung Kim2012-02-101-0/+15
| * | | | | | | | | | | | ctype.c only wants git-compat-util.hNamhyung Kim2012-02-101-1/+1
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jx/i18n-more-marking' into maintJunio C Hamano2012-02-162-14/+24
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | i18n: format_tracking_info "Your branch is behind" messagejx/i18n-more-markingJiang Xin2012-02-011-11/+21
| * | | | | | | | | | | | i18n: git-commit whence_s "merge/cherry-pick" messageJiang Xin2012-02-011-3/+3
| |/ / / / / / / / / / /
* | | | | | | | | | | | man: rearrange git synopsis to fit in 80 linesZbigniew Jędrzejewski-Szmek2012-02-161-3/+3