summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gitweb: Fix broken blob action parameters on blob/commitdiff pagesjk/gitweb-utf8Jürgen Kreileder2013-04-081-7/+8
* gitweb: Don't append ';js=(0|1)' to external linksJürgen Kreileder2013-04-082-3/+3
* gitweb: Make feed title valid utf8Jürgen Kreileder2013-04-081-1/+1
* gitweb: Fix utf8 encoding for blob_plain, blobdiff_plain, commitdiff_plain, a...Jürgen Kreileder2013-04-081-1/+7
* Git 1.8.2.1v1.8.2.1Junio C Hamano2013-04-073-2/+8
* Sync with 1.8.1.6Junio C Hamano2013-04-076-21/+99
|\
| * Git 1.8.1.6v1.8.1.6Junio C Hamano2013-04-073-2/+8
| * Merge branch 'jc/directory-attrs-regression-fix' into maint-1.8.1Junio C Hamano2013-04-073-17/+89
| |\
| | * t: check that a pattern without trailing slash matches a directoryJeff King2013-03-281-0/+27
| | * dir.c::match_pathname(): pay attention to the length of string parametersJeff King2013-03-281-1/+12
| | * dir.c::match_pathname(): adjust patternlen when shifting patternJeff King2013-03-281-0/+1
| | * dir.c::match_basename(): pay attention to the length of string parametersJunio C Hamano2013-03-281-4/+36
| | * attr.c::path_matches(): special case paths that end with a slashJunio C Hamano2013-03-281-4/+4
| | * attr.c::path_matches(): the basename is part of the pathnameJunio C Hamano2013-03-261-9/+10
| * | remote-helpers/test-bzr.sh: do not use "grep '\s'"Torsten Bögershausen2013-04-071-1/+1
* | | mailmap: update Pasky's addressJunio C Hamano2013-04-041-0/+1
* | | Merge branch 'nd/index-pack-threaded-fixes' into maintJunio C Hamano2013-04-041-8/+26
|\ \ \
| * | | index-pack: guard nr_resolved_deltas reads by lockThomas Rast2013-03-191-1/+3
| * | | index-pack: protect deepest_delta in multithread codeNguyễn Thái Ngọc Duy2013-03-191-7/+23
* | | | Merge branch 'jk/index-pack-correct-depth-fix' into maintJunio C Hamano2013-04-041-0/+2
|\ \ \ \
| * | | | index-pack: always zero-initialize object_entry listJeff King2013-03-201-0/+2
| |/ / /
* | | | Merge branch 'rs/submodule-summary-limit' into maintJunio C Hamano2013-04-041-6/+11
|\ \ \ \
| * | | | submodule summary: support --summary-limit=<n>René Scharfe2013-04-011-6/+11
* | | | | Merge branch 'jk/peel-ref' into maintJunio C Hamano2013-04-042-4/+11
|\ \ \ \ \
| * | | | | upload-pack: load non-tip "want" objects from diskJeff King2013-03-161-2/+2
| * | | | | upload-pack: make sure "want" objects are parsedJeff King2013-03-162-1/+10
| * | | | | upload-pack: drop lookup-before-parse optimizationJeff King2013-03-161-3/+1
* | | | | | git-remote-mediawiki: new wiki URL in documentationMatthieu Moy2013-04-041-1/+1
* | | | | | Update draft release notes to 1.8.2.1Junio C Hamano2013-04-031-0/+35
* | | | | | Merge branch 'mg/gpg-interface-using-status' into maintJunio C Hamano2013-04-037-25/+46
|\ \ \ \ \ \
| * | | | | | pretty: make %GK output the signing key for signed commitsMichael J Gruber2013-02-142-1/+9
| * | | | | | pretty: parse the gpg status lines rather than the outputMichael J Gruber2013-02-141-5/+9
| * | | | | | gpg_interface: allow to request status returnMichael J Gruber2013-02-146-10/+13
| * | | | | | log-tree: rely upon the check in the gpg_interfaceMichael J Gruber2013-02-141-14/+11
| * | | | | | gpg-interface: check good signature in a reliable wayMichael J Gruber2013-02-141-2/+11
* | | | | | | Merge branch 'bc/commit-complete-lines-given-via-m-option' into maintJunio C Hamano2013-04-033-15/+34
|\ \ \ \ \ \ \
| * | | | | | | Documentation/git-commit.txt: rework the --cleanup sectionBrandon Casey2013-02-191-10/+19
| * | | | | | | git-commit: only append a newline to -m mesg if necessaryBrandon Casey2013-02-192-2/+4
| * | | | | | | t7502: demonstrate breakage with a commit message with trailing newlinesBrandon Casey2013-02-191-3/+11
| * | | | | | | t/t7502: compare entire commit message with what was expectedBrandon Casey2013-02-191-2/+2
* | | | | | | | Merge branch 'jc/describe' into maintJunio C Hamano2013-04-031-21/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | describe: --match=<pattern> must limit the refs even when used with --allJunio C Hamano2013-02-281-21/+20
* | | | | | | | | Merge branch 'jk/alias-in-bare' into maintJunio C Hamano2013-04-035-12/+53
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | setup: suppress implicit "." work-tree for bare reposJeff King2013-03-085-0/+41
| * | | | | | | | | environment: add GIT_PREFIX to local_repo_envJeff King2013-03-083-2/+4
| * | | | | | | | | cache.h: drop LOCAL_REPO_ENV_SIZEJeff King2013-03-082-10/+8
* | | | | | | | | | Merge branch 'ks/rfc2047-one-char-at-a-time' into maintJunio C Hamano2013-04-034-25/+77
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | format-patch: RFC 2047 says multi-octet character may not be splitKirill Smelkov2013-03-094-25/+77
* | | | | | | | | | | Merge branch 'jk/empty-archive' into maintJunio C Hamano2013-04-036-13/+109
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | archive: handle commits with an empty treeJeff King2013-03-103-1/+103