summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'md/gitweb-sort-by-age'Junio C Hamano2013-01-021-14/+21
|\
| * gitweb: Sort projects with undefined ages lastMatthew Daley2012-12-111-14/+21
* | Merge branch 'nd/invalidate-i-t-a-cache-tree'Junio C Hamano2013-01-023-17/+65
|\ \
| * | cache-tree: invalidate i-t-a paths after generating treesNguyễn Thái Ngọc Duy2012-12-162-2/+32
| * | cache-tree: fix writing cache-tree when CE_REMOVE is presentNguyễn Thái Ngọc Duy2012-12-162-7/+24
| * | cache-tree: replace "for" loops in update_one with "while" loopsNguyễn Thái Ngọc Duy2012-12-161-5/+10
| * | cache-tree: remove dead i-t-a code in verify_cache()Nguyễn Thái Ngọc Duy2012-12-161-6/+2
* | | Merge branch 'jk/repack-ref-racefix'Junio C Hamano2013-01-021-1/+4
|\ \ \
| * | | refs: do not use cached refs in repack_without_refJeff King2012-12-211-1/+4
| |/ /
* | | Merge branch 'rb/http-cert-cred-no-username-prompt'Junio C Hamano2013-01-021-0/+1
|\ \ \
| * | | http.c: Avoid username prompt for certifcate credentialsRene Bredlau2012-12-211-0/+1
* | | | Merge branch 'mk/maint-graph-infinity-loop'Junio C Hamano2013-01-023-6/+16
|\ \ \ \
| * | | | graph.c: infinite loop in git whatchanged --graph -mMichał Kiedrowicz2012-09-253-6/+16
* | | | | Merge branch 'ss/svn-prompt'Junio C Hamano2013-01-022-28/+60
|\ \ \ \ \
| * | | | | git-svn, perl/Git.pm: extend and use Git->prompt method for querying usersSven Strickroth2012-12-182-20/+24
| * | | | | perl/Git.pm: Honor SSH_ASKPASS as fallback if GIT_ASKPASS is not setSven Strickroth2012-12-181-2/+5
| * | | | | git-svn, perl/Git.pm: add central method for prompting passwordsSven Strickroth2012-12-182-20/+45
* | | | | | Merge branch 'jc/mkstemp-more-careful-error-reporting'Junio C Hamano2013-01-021-1/+1
|\ \ \ \ \ \
| * | | | | | xmkstemp(): avoid showing truncated template more carefullyJunio C Hamano2012-12-181-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jc/test-cvs-no-init-in-existing-dir'Junio C Hamano2013-01-021-1/+2
|\ \ \ \ \ \
| * | | | | | t9200: let "cvs init" create the test repositoryJunio C Hamano2012-12-251-1/+2
* | | | | | | Merge branch 'jc/maint-test-portability'Junio C Hamano2013-01-023-6/+8
|\ \ \ \ \ \ \
| * | | | | | | t4014: fix arguments to grepJunio C Hamano2012-12-191-3/+3
| * | | | | | | t9502: do not assume GNU tarJunio C Hamano2012-12-191-1/+1
| * | | | | | | t0200: "locale" may not existJunio C Hamano2012-12-191-2/+4
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'mh/ceiling'Junio C Hamano2013-01-0211-165/+202
|\ \ \ \ \ \ \
| * | | | | | | string_list_longest_prefix(): remove functionMichael Haggerty2012-10-295-86/+0
| * | | | | | | setup_git_directory_gently_1(): resolve symlinks in ceiling pathsMichael Haggerty2012-10-291-13/+13
| * | | | | | | longest_ancestor_length(): require prefix list entries to be normalizedMichael Haggerty2012-10-294-44/+91
| * | | | | | | longest_ancestor_length(): take a string_list argument for prefixesMichael Haggerty2012-10-294-17/+26
| * | | | | | | longest_ancestor_length(): use string_list_split()Michael Haggerty2012-10-291-7/+11
| * | | | | | | Introduce new function real_path_if_valid()Michael Haggerty2012-10-292-0/+6
| * | | | | | | real_path_internal(): add comment explaining use of cwdMichael Haggerty2012-10-291-0/+7
| * | | | | | | Introduce new static function real_path_internal()Michael Haggerty2012-10-291-21/+72
* | | | | | | | Git 1.8.1v1.8.1Junio C Hamano2012-12-313-16/+21
* | | | | | | | Merge branch 'so/prompt-command'Junio C Hamano2012-12-281-12/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | make __git_ps1 accept a third parameter in pcmodeSimon Oosthoek2012-12-261-12/+20
* | | | | | | | | Sync with 1.8.0.3Junio C Hamano2012-12-282-1/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Git 1.8.0.3v1.8.0.3Junio C Hamano2012-12-284-3/+18
| * | | | | | | | | git(1): show link to contributor summary pageJunio C Hamano2012-12-281-1/+4
| * | | | | | | | | Merge branch 'sl/maint-git-svn-docs' into maintJunio C Hamano2012-12-281-6/+85
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | git-svn: Note about tags.Sebastian Leske2012-12-281-0/+6
| | * | | | | | | | | git-svn: Expand documentation for --follow-parentSebastian Leske2012-12-281-3/+12
| | * | | | | | | | | git-svn: Recommend use of structure options.Sebastian Leske2012-12-281-3/+21
| | * | | | | | | | | git-svn: Document branches with at-sign(@).Sebastian Leske2012-12-281-0/+46
| | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'gb/maint-doc-svn-log-window-size' into maintJunio C Hamano2012-12-281-0/+7
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'km/maint-doc-git-reset' into maintJunio C Hamano2012-12-281-4/+4
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | git-remote-helpers.txt: document invocation before input formatMax Horn2012-12-281-31/+31
| * | | | | | | | | | | Merge branch 'jk/avoid-mailto-invalid-in-doc' into maintJunio C Hamano2012-12-283-3/+3
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'tj/maint-doc-commit-sign' into maintJunio C Hamano2012-12-281-1/+5
| |\ \ \ \ \ \ \ \ \ \ \ \