summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* completion: normalize increment/decrement stylepj/completion-remote-set-url-branchesPhilip Jägenstedt2012-02-221-12/+10
* completion: remote set-* <name> and <branch>Philip Jägenstedt2012-02-221-3/+9
* completion: use tabs for indentationPhilip Jägenstedt2012-02-221-4/+4
* completion: remove stale "to submit patches" documentationPhilip Jägenstedt2012-02-221-12/+0
* Update draft release notes to 1.7.9.2Junio C Hamano2012-02-211-16/+55
* Merge branch 'cb/receive-pack-keep-errors' into maintJunio C Hamano2012-02-212-11/+35
|\
| * do not override receive-pack errorscb/receive-pack-keep-errorsClemens Buchacher2012-02-132-11/+35
* | Merge branch 'cb/transfer-no-progress' into maintJunio C Hamano2012-02-217-21/+28
|\ \
| * | push/fetch/clone --no-progress suppresses progress outputcb/transfer-no-progressClemens Buchacher2012-02-137-21/+28
* | | Merge branch 'jk/git-dir-lookup' into maintJunio C Hamano2012-02-215-5/+109
|\ \ \
| * | | standardize and improve lookup rules for external local reposjk/git-dir-lookupJeff King2012-02-025-5/+109
* | | | Merge branch 'jc/diff-stat-scaler' into maintJunio C Hamano2012-02-211-7/+20
|\ \ \ \
| * | | | diff --stat: show bars of same length for paths with same amount of changesjc/diff-stat-scalerJunio C Hamano2012-02-141-7/+20
| | |_|/ | |/| |
* | | | Merge branch 'zj/term-columns' into maintJunio C Hamano2012-02-213-22/+38
|\ \ \ \
| * | | | pager: find out the terminal width before spawning the pagerzj/term-columnsZbigniew Jędrzejewski-Szmek2012-02-133-22/+38
| |/ / /
* | | | Merge branch 'cb/maint-rev-list-verify-object' into maintJunio C Hamano2012-02-212-2/+28
|\ \ \ \
| * | | | git rev-list: fix invalid typecastcb/maint-rev-list-verify-objectClemens Buchacher2012-02-132-2/+28
| |/ / /
* | | | 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
|\ \ \ \ \ \ \