Age | Commit message (Expand) | Author | Files | Lines |
2012-07-30 | Merge branch 'hv/link-alt-odb-entry' | Junio C Hamano | 1 | -1/+1 |
2012-07-30 | Add explanatory comment for transport-helpers refs mapping. | Florian Achleitner | 1 | -0/+15 |
2012-07-30 | l10n: Update git.pot (4 new, 3 removed messages) | Jiang Xin | 1 | -475/+478 |
2012-07-29 | t7810-*.sh: Remove redundant test | Ramsay Jones | 1 | -11/+0 |
2012-07-29 | t1100-*.sh: Fix an intermittent test failure | Ramsay Jones | 1 | -0/+1 |
2012-07-29 | link_alt_odb_entry: fix read over array bounds reported by valgrind | Heiko Voigt | 1 | -1/+1 |
2012-07-29 | t: add missing executable bit to t7409 | Jeff King | 1 | -0/+0 |
2012-07-27 | Update draft release notes to 1.7.12 | Junio C Hamano | 1 | -0/+15 |
2012-07-27 | Merge branch 'extract-remaining' of git://git.bogomips.org/git-svn | Junio C Hamano | 9 | -761/+795 |
2012-07-27 | Merge git://git.bogomips.org/git-svn | Junio C Hamano | 10 | -2338/+2487 |
2012-07-27 | Merge branch 'jk/autoident-test' | Junio C Hamano | 1 | -33/+42 |
2012-07-27 | Merge branch 'jk/help-plug-memleak' | Junio C Hamano | 1 | -5/+9 |
2012-07-27 | Merge branch 'dg/submodule-in-dismembered-working-tree' | Junio C Hamano | 2 | -2/+66 |
2012-07-27 | Merge branch 'jk/maint-checkout-orphan-check-fix' | Junio C Hamano | 1 | -1/+1 |
2012-07-27 | Extract Git::SVN::GlobSpec from git-svn. | Michael G. Schwern | 5 | -60/+64 |
2012-07-27 | Move Git::IndexInfo into its own file. | Michael G. Schwern | 5 | -33/+37 |
2012-07-27 | Load all the modules in one place and before running code. | Michael G. Schwern | 1 | -23/+21 |
2012-07-27 | Extract Git::SVN::Migration from git-svn. | Michael G. Schwern | 4 | -258/+262 |
2012-07-27 | Prepare Git::SVN::Migration for extraction from git-svn. | Michael G. Schwern | 1 | -12/+24 |
2012-07-27 | Extract Git::SVN::Log from git-svn. | Michael G. Schwern | 4 | -396/+401 |
2012-07-27 | Prepare Git::SVN::Log for extraction from git-svn. | Michael G. Schwern | 1 | -4/+11 |
2012-07-27 | Move initialization of Git::SVN variables into Git::SVN. | Michael G. Schwern | 3 | -7/+9 |
2012-07-27 | Extract Git::SVN from git-svn into its own .pm file. | Michael G. Schwern | 3 | -2319/+2321 |
2012-07-27 | Prepare Git::SVN for extraction into its own file. | Michael G. Schwern | 1 | -4/+18 |
2012-07-27 | Extract some utilities from git-svn to allow extracting Git::SVN. | Michael G. Schwern | 6 | -15/+132 |
2012-07-27 | perl: detect new files in MakeMaker builds | Junio C Hamano | 3 | -0/+11 |
2012-07-27 | The Makefile.PL will now find .pm files itself. | Michael G. Schwern | 1 | -13/+16 |
2012-07-27 | Don't lose Error.pm if $@ gets clobbered. | Michael G. Schwern | 1 | -2/+1 |
2012-07-27 | Quiet warning if Makefile.PL is run with -w and no --localedir | Michael G. Schwern | 1 | -1/+2 |
2012-07-26 | i18n: merge-recursive: mark strings for translation | Jiang Xin | 3 | -78/+88 |
2012-07-26 | Remove dead code which contains bad gettext block | Jiang Xin | 1 | -3/+0 |
2012-07-26 | i18n: am: mark more strings for translation | Jiang Xin | 1 | -6/+5 |
2012-07-26 | rebase: remove obsolete and unused LONG_USAGE which breaks xgettext | Jiang Xin | 1 | -25/+0 |
2012-07-26 | i18n: Rewrite gettext messages start with dash | Jiang Xin | 3 | -3/+3 |
2012-07-26 | t7502: test early quit from commit with bad ident | Jeff King | 1 | -0/+17 |
2012-07-26 | t7502: handle systems where auto-identity is broken | Jeff King | 1 | -3/+10 |
2012-07-26 | t7502: drop confusing test_might_fail call | Jeff King | 1 | -1/+1 |
2012-07-26 | t7502: narrow checks for author/committer name in template | Jeff King | 1 | -17/+8 |
2012-07-26 | t7502: properly quote GIT_EDITOR | Jeff King | 1 | -1/+1 |
2012-07-26 | t7502: clean up fake_editor tests | Jeff King | 1 | -13/+7 |
2012-07-26 | i18n: leave \n out of translated diffstat | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2012-07-25 | Merge branch 'jc/test-lib-source-build-options-early' | Junio C Hamano | 1 | -23/+22 |
2012-07-25 | Merge branch 'mm/config-xdg' | Junio C Hamano | 4 | -6/+48 |
2012-07-25 | Merge branch 'cw/rebase-i-root' | Junio C Hamano | 2 | -12/+21 |
2012-07-25 | Merge branch 'mh/maint-revisions-doc' | Junio C Hamano | 1 | -6/+37 |
2012-07-25 | checkout: don't confuse ref and object flags | Jeff King | 1 | -1/+1 |
2012-07-25 | git-submodule: work with GIT_DIR/GIT_WORK_TREE | Daniel Graña | 2 | -2/+66 |
2012-07-25 | help.c::exclude_cmds(): plug a leak | Junio C Hamano | 1 | -3/+4 |
2012-07-25 | help.c::uniq: plug a leak | Jeff King | 1 | -2/+5 |
2012-07-25 | i18n: rebase: mark messages for translation | Jiang Xin | 5 | -42/+53 |