aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'nd/maint-i18n-diffstat'Junio C Hamano2012-07-31
|\
| * i18n: leave \n out of translated diffstatNguyễn Thái Ngọc Duy2012-07-26
* | Merge branch 'jx/i18n-1.7.11'Junio C Hamano2012-07-31
|\ \
| * | i18n: merge-recursive: mark strings for translationJiang Xin2012-07-26
| * | Remove dead code which contains bad gettext blockJiang Xin2012-07-26
| * | i18n: am: mark more strings for translationJiang Xin2012-07-26
| * | rebase: remove obsolete and unused LONG_USAGE which breaks xgettextJiang Xin2012-07-26
| * | i18n: Rewrite gettext messages start with dashJiang Xin2012-07-26
| * | i18n: rebase: mark messages for translationJiang Xin2012-07-25
| * | i18n: New keywords for xgettext extraction from shJiang Xin2012-07-25
* | | Git 1.7.12-rc1v1.7.12-rc1Junio C Hamano2012-07-30
* | | Sync with 1.7.11.4Junio C Hamano2012-07-30
|\ \ \
| * | | Git 1.7.11.4v1.7.11.4Junio C Hamano2012-07-30
| * | | Merge branch 'jk/maint-commit-document-editmsg' into maintJunio C Hamano2012-07-30
| |\ \ \
| * \ \ \ Merge branch 'jk/maint-advise-vaddf' into maintJunio C Hamano2012-07-30
| |\ \ \ \
| * \ \ \ \ Merge branch 'kk/maint-commit-tree' into maintJunio C Hamano2012-07-30
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jv/maint-no-ext-diff' into maintJunio C Hamano2012-07-30
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'pg/maint-1.7.9-am-where-is-patch' into maintJunio C Hamano2012-07-30
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jl/maint-1.7.10-recurse-submodules-with-symlink' into maintJunio C Hamano2012-07-30
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jc/maint-filter-branch-epoch-date' into maintJunio C Hamano2012-07-30
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'rj/maint-grep-remove-redundant-test'Junio C Hamano2012-07-30
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t7810-*.sh: Remove redundant testRamsay Jones2012-07-29
* | | | | | | | | | | | Merge branch 'dg/submodule-in-dismembered-working-tree'Junio C Hamano2012-07-30
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t7409: make sure submodule is initialized and updated in more detailDaniel Graña2012-07-30
* | | | | | | | | | | | | Merge branch 'hv/link-alt-odb-entry'Junio C Hamano2012-07-30
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | link_alt_odb_entry: fix read over array bounds reported by valgrindHeiko Voigt2012-07-29
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Add explanatory comment for transport-helpers refs mapping.Florian Achleitner2012-07-30
* | | | | | | | | | | | | t1100-*.sh: Fix an intermittent test failureRamsay Jones2012-07-29
* | | | | | | | | | | | | t: add missing executable bit to t7409Jeff King2012-07-29
* | | | | | | | | | | | | Update draft release notes to 1.7.12Junio C Hamano2012-07-27
* | | | | | | | | | | | | Merge branch 'extract-remaining' of git://git.bogomips.org/git-svnJunio C Hamano2012-07-27
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Extract Git::SVN::GlobSpec from git-svn.Michael G. Schwern2012-07-27
| * | | | | | | | | | | | | Move Git::IndexInfo into its own file.Michael G. Schwern2012-07-27
| * | | | | | | | | | | | | Load all the modules in one place and before running code.Michael G. Schwern2012-07-27
| * | | | | | | | | | | | | Extract Git::SVN::Migration from git-svn.Michael G. Schwern2012-07-27
| * | | | | | | | | | | | | Prepare Git::SVN::Migration for extraction from git-svn.Michael G. Schwern2012-07-27
| * | | | | | | | | | | | | Extract Git::SVN::Log from git-svn.Michael G. Schwern2012-07-27
| * | | | | | | | | | | | | Prepare Git::SVN::Log for extraction from git-svn.Michael G. Schwern2012-07-27
* | | | | | | | | | | | | | Merge git://git.bogomips.org/git-svnJunio C Hamano2012-07-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Move initialization of Git::SVN variables into Git::SVN.Michael G. Schwern2012-07-27
| * | | | | | | | | | | | | Extract Git::SVN from git-svn into its own .pm file.Michael G. Schwern2012-07-27
| * | | | | | | | | | | | | Prepare Git::SVN for extraction into its own file.Michael G. Schwern2012-07-27
| * | | | | | | | | | | | | Extract some utilities from git-svn to allow extracting Git::SVN.Michael G. Schwern2012-07-27
| * | | | | | | | | | | | | perl: detect new files in MakeMaker buildsJunio C Hamano2012-07-27
| * | | | | | | | | | | | | The Makefile.PL will now find .pm files itself.Michael G. Schwern2012-07-27
| * | | | | | | | | | | | | Don't lose Error.pm if $@ gets clobbered.Michael G. Schwern2012-07-27
| * | | | | | | | | | | | | Quiet warning if Makefile.PL is run with -w and no --localedirMichael G. Schwern2012-07-27
* | | | | | | | | | | | | | Merge branch 'jk/autoident-test'Junio C Hamano2012-07-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | t7502: test early quit from commit with bad identJeff King2012-07-26
| * | | | | | | | | | | | | | t7502: handle systems where auto-identity is brokenJeff King2012-07-26