aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | * | | | | | | | t: check that a pattern without trailing slash matches a directoryJeff King2013-03-28
| | * | | | | | | | dir.c::match_pathname(): pay attention to the length of string parametersJeff King2013-03-28
| | * | | | | | | | dir.c::match_pathname(): adjust patternlen when shifting patternJeff King2013-03-28
| | * | | | | | | | dir.c::match_basename(): pay attention to the length of string parametersJunio C Hamano2013-03-28
| | * | | | | | | | attr.c::path_matches(): special case paths that end with a slashJunio C Hamano2013-03-28
| | * | | | | | | | attr.c::path_matches(): the basename is part of the pathnameJunio C Hamano2013-03-26
| * | | | | | | | | remote-helpers/test-bzr.sh: do not use "grep '\s'"Torsten Bögershausen2013-04-07
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | mailmap: update Pasky's addressJunio C Hamano2013-04-04
* | | | | | | | | Merge branch 'nd/index-pack-threaded-fixes' into maintJunio C Hamano2013-04-04
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | index-pack: guard nr_resolved_deltas reads by lockThomas Rast2013-03-19
| * | | | | | | | | index-pack: protect deepest_delta in multithread codeNguyễn Thái Ngọc Duy2013-03-19
* | | | | | | | | | Merge branch 'jk/index-pack-correct-depth-fix' into maintJunio C Hamano2013-04-04
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | index-pack: always zero-initialize object_entry listJeff King2013-03-20
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'rs/submodule-summary-limit' into maintJunio C Hamano2013-04-04
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | submodule summary: support --summary-limit=<n>René Scharfe2013-04-01
* | | | | | | | | | | Merge branch 'jk/peel-ref' into maintJunio C Hamano2013-04-04
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | upload-pack: load non-tip "want" objects from diskJeff King2013-03-16
| * | | | | | | | | | | upload-pack: make sure "want" objects are parsedJeff King2013-03-16
| * | | | | | | | | | | upload-pack: drop lookup-before-parse optimizationJeff King2013-03-16
* | | | | | | | | | | | git-remote-mediawiki: new wiki URL in documentationMatthieu Moy2013-04-04
* | | | | | | | | | | | Update draft release notes to 1.8.2.1Junio C Hamano2013-04-03
* | | | | | | | | | | | Merge branch 'mg/gpg-interface-using-status' into maintJunio C Hamano2013-04-03
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | pretty: make %GK output the signing key for signed commitsMichael J Gruber2013-02-14
| * | | | | | | | | | | | pretty: parse the gpg status lines rather than the outputMichael J Gruber2013-02-14
| * | | | | | | | | | | | gpg_interface: allow to request status returnMichael J Gruber2013-02-14
| * | | | | | | | | | | | log-tree: rely upon the check in the gpg_interfaceMichael J Gruber2013-02-14
| * | | | | | | | | | | | gpg-interface: check good signature in a reliable wayMichael J Gruber2013-02-14
* | | | | | | | | | | | | Merge branch 'bc/commit-complete-lines-given-via-m-option' into maintJunio C Hamano2013-04-03
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Documentation/git-commit.txt: rework the --cleanup sectionBrandon Casey2013-02-19
| * | | | | | | | | | | | | git-commit: only append a newline to -m mesg if necessaryBrandon Casey2013-02-19
| * | | | | | | | | | | | | t7502: demonstrate breakage with a commit message with trailing newlinesBrandon Casey2013-02-19
| * | | | | | | | | | | | | t/t7502: compare entire commit message with what was expectedBrandon Casey2013-02-19
* | | | | | | | | | | | | | Merge branch 'jc/describe' into maintJunio C Hamano2013-04-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | describe: --match=<pattern> must limit the refs even when used with --allJunio C Hamano2013-02-28
* | | | | | | | | | | | | | | Merge branch 'jk/alias-in-bare' into maintJunio C Hamano2013-04-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | setup: suppress implicit "." work-tree for bare reposJeff King2013-03-08
| * | | | | | | | | | | | | | | environment: add GIT_PREFIX to local_repo_envJeff King2013-03-08
| * | | | | | | | | | | | | | | cache.h: drop LOCAL_REPO_ENV_SIZEJeff King2013-03-08
* | | | | | | | | | | | | | | | Merge branch 'ks/rfc2047-one-char-at-a-time' into maintJunio C Hamano2013-04-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | format-patch: RFC 2047 says multi-octet character may not be splitKirill Smelkov2013-03-09
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'jk/empty-archive' into maintJunio C Hamano2013-04-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | archive: handle commits with an empty treeJeff King2013-03-10
| * | | | | | | | | | | | | | | | test-lib: factor out $GIT_UNZIP setupJeff King2013-03-10
* | | | | | | | | | | | | | | | | Merge branch 'ph/tag-force-no-warn-on-creation' into maintJunio C Hamano2013-04-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | tag: --force does not have to warn when creating tagsPhil Hord2013-03-13
* | | | | | | | | | | | | | | | | | Merge branch 'lf/setup-prefix-pathspec' into maintJunio C Hamano2013-04-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | setup.c: check that the pathspec magic ends with ")"Andrew Wong2013-03-14
| * | | | | | | | | | | | | | | | | | setup.c: stop prefix_pathspec() from looping past the end of stringAndrew Wong2013-03-14
| | |_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Sync with 1.8.1 maintenance trackJunio C Hamano2013-04-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Start preparing for 1.8.1.6Junio C Hamano2013-04-03