summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | submodule: if $command was not matched, don't parse other argsRamkumar Ramachandra2012-09-253-4/+11
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'sp/maint-http-enable-gzip' into maintJunio C Hamano2012-10-023-3/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Enable info/refs gzip decompression in HTTP clientShawn O. Pearce2012-09-203-3/+5
* | | | | | | | | | | | Merge branch 'sp/maint-http-info-refs-no-retry' into maintJunio C Hamano2012-10-021-16/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Revert "retry request without query when info/refs?query fails"Shawn O. Pearce2012-09-201-16/+2
| |/ / / / / / / / / / /
* | | | | | | | | | | | l10n: Fix to Swedish translationPeter Krefting2012-10-021-2/+2
* | | | | | | | | | | | Git 1.7.12.2v1.7.12.2Junio C Hamano2012-09-293-2/+11
* | | | | | | | | | | | Merge branch 'maint' of git://github.com/git-l10n/git-po into maintJunio C Hamano2012-09-292-28/+28
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'l10n-thynson' of git://github.com/thynson/git-po-zh_CN into maintJiang Xin2012-09-281-23/+23
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | l10n: Improve many translation for zh_CNThynson2012-08-071-17/+17
| | * | | | | | | | | | | | l10n: Unify the translation for '(un)expected'Thynson2012-08-071-7/+7
| * | | | | | | | | | | | | Merge branch 'maint' of https://github.com/ralfth/git-po-de into maintJiang Xin2012-09-281-5/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | l10n: de.po: correct translation of a 'rebase' messageRalf Thielow2012-09-271-5/+5
* | | | | | | | | | | | | | | Merge branch 'jc/maint-log-grep-all-match-1' into maintJunio C Hamano2012-09-296-25/+217
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | grep.c: make two symbols really file-scope static this timeJunio C Hamano2012-09-201-2/+2
| * | | | | | | | | | | | | | | t7810-grep: test --all-match with multiple --grep and --author optionsMichael J Gruber2012-09-151-0/+20
| * | | | | | | | | | | | | | | t7810-grep: test interaction of multiple --grep and --author optionsMichael J Gruber2012-09-151-16/+22
| * | | | | | | | | | | | | | | t7810-grep: test multiple --author with --all-matchMichael J Gruber2012-09-151-0/+8
| * | | | | | | | | | | | | | | t7810-grep: test multiple --grep with and without --all-matchMichael J Gruber2012-09-151-0/+16
| * | | | | | | | | | | | | | | t7810-grep: bring log --grep tests in common formMichael J Gruber2012-09-151-6/+18
| * | | | | | | | | | | | | | | grep.c: mark private file-scope symbols as staticJunio C Hamano2012-09-152-3/+6
| * | | | | | | | | | | | | | | log: document use of multiple commit limiting optionsJunio C Hamano2012-09-141-5/+18
| * | | | | | | | | | | | | | | log --grep/--author: honor --all-match honored for multiple --grep patternsJunio C Hamano2012-09-141-0/+19
| * | | | | | | | | | | | | | | grep: show --debug output only onceMichael J Gruber2012-09-141-0/+1
| * | | | | | | | | | | | | | | grep: teach --debug option to dump the parse treeJunio C Hamano2012-09-144-2/+96
* | | | | | | | | | | | | | | | Merge branch 'jc/maint-mailinfo-mime-attr' into maintJunio C Hamano2012-09-296-4/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | mailinfo: do not concatenate charset= attribute values from mime headersJunio C Hamano2012-09-176-4/+32
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Revert "completion: fix shell expansion of items"Jeff King2012-09-251-8/+1
* | | | | | | | | | | | | | | | Start preparation for 1.7.12.2Junio C Hamano2012-09-242-1/+33
* | | | | | | | | | | | | | | | Merge branch 'jc/maint-blame-no-such-path' into maintJunio C Hamano2012-09-242-17/+74
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | blame: allow "blame file" in the middle of a conflicted mergeJunio C Hamano2012-09-112-25/+70
| * | | | | | | | | | | | | | | | blame $path: avoid getting fooled by case insensitive filesystemsJunio C Hamano2012-09-102-4/+16
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch 'dj/fetch-all-tags' into maintJunio C Hamano2012-09-247-39/+92
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | fetch --all: pass --tags/--no-tags through to each remoteDan Johnson2012-09-072-0/+34
| * | | | | | | | | | | | | | | | submodule: use argv_array instead of hand-building arraysJens Lehmann2012-09-023-17/+19
| * | | | | | | | | | | | | | | | fetch: use argv_array instead of hand-building arraysJeff King2012-09-021-22/+25
| * | | | | | | | | | | | | | | | argv-array: fix bogus cast when freeing arrayJeff King2012-09-021-1/+1
| * | | | | | | | | | | | | | | | argv-array: add pop functionJeff King2012-09-023-0/+14
* | | | | | | | | | | | | | | | | Improve the description of GIT_PS1_SHOWUPSTREAMJonathan "Duke" Leto2012-09-241-3/+4
| |_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'nd/maint-diffstat-summary' into maintJunio C Hamano2012-09-201-6/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Revert diffstat back to EnglishNguyễn Thái Ngọc Duy2012-09-141-6/+4
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'jw/doc-commit-title' into maintJunio C Hamano2012-09-207-22/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Documentation: describe subject more preciselyJeremy White2012-09-137-22/+31
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'dg/run-command-child-cleanup' into maintJunio C Hamano2012-09-201-6/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | run-command.c: fix broken list iteration in clear_child_for_cleanupDavid Gould2012-09-111-6/+7
* | | | | | | | | | | | | | | | | Merge branch 'jc/mailinfo-RE' into maintJunio C Hamano2012-09-201-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | mailinfo: strip "RE: " prefixJunio C Hamano2012-09-091-1/+3
| | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'sn/ls-remote-get-url-doc' into maintJunio C Hamano2012-09-202-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | ls-remote: document the '--get-url' optionStefan Naewe2012-09-072-1/+6
| | |_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'nd/log-n-doc' into maintJunio C Hamano2012-09-202-5/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \