Age | Commit message (Expand) | Author | Files | Lines |
2011-04-13 | i18n: use test_i18ngrep in t7201 | Junio C Hamano | 1 | -7/+7 |
2011-04-13 | i18n: use test_i18ncmp and test_i18ngrep in t7102 and t7110 | Junio C Hamano | 2 | -8/+8 |
2011-04-13 | i18n: use test_i18ncmp and test_i18ngrep in t5541, t6040, t6120, t7004, t7012... | Junio C Hamano | 6 | -17/+15 |
2011-04-13 | i18n: use test_i18ncmp and test_i18ngrep in t3700, t4001 and t4014 | Junio C Hamano | 3 | -13/+13 |
2011-04-13 | i18n: use test_i18ncmp and test_i18ngrep in t3203, t3501 and t3507 | Junio C Hamano | 3 | -6/+6 |
2011-04-13 | i18n: use test_i18ngrep in t2020, t2204, t3030, and t3200 | Junio C Hamano | 4 | -19/+21 |
2011-04-13 | i18n: use test_i18ngrep in lib-httpd and t2019 | Junio C Hamano | 2 | -9/+8 |
2011-04-13 | i18n: do not overuse C_LOCALE_OUTPUT (grep) | Junio C Hamano | 2 | -5/+23 |
2011-04-13 | i18n: use test_i18ncmp in t1200 and t2200 | Junio C Hamano | 2 | -4/+4 |
2011-04-13 | i18n: .git file is not a human readable message (t5601) | Junio C Hamano | 1 | -1/+1 |
2011-04-13 | Git 1.7.5-rc2 | Junio C Hamano | 2 | -3/+3 |
2011-04-13 | Merge branch 'maint' | Junio C Hamano | 0 | -0/+0 |
2011-04-13 | Merge branch 'jc/rev-list-options-fix' into maint | Junio C Hamano | 1 | -2/+2 |
2011-04-13 | Merge branch 'js/checkout-untracked-symlink' into maint | Junio C Hamano | 1 | -1/+1 |
2011-04-13 | mergetool: Teach about submodules | Jonathon Mah | 2 | -9/+371 |
2011-04-13 | remove doubled words, e.g., s/to to/to/, and fix related typos | Jim Meyering | 8 | -14/+11 |
2011-04-13 | revert: Hide '-r' option in default usage | Ramkumar Ramachandra | 1 | -1/+2 |
2011-04-12 | format-patch: document --quiet option | Carlos Martín Nieto | 1 | -1/+4 |
2011-04-12 | format-patch: don't pass on the --quiet flag | Carlos Martín Nieto | 1 | -6/+10 |
2011-04-12 | --dirstat: In case of renames, use target filename instead of source filename | Johan Herland | 1 | -1/+1 |
2011-04-12 | i18n: do not overuse C_LOCALE_OUTPUT | Junio C Hamano | 2 | -57/+44 |
2011-04-12 | i18n: mark init-db messages for translation | Ævar Arnfjörð Bjarmason | 2 | -7/+10 |
2011-04-12 | i18n: mark checkout plural warning for translation | Ævar Arnfjörð Bjarmason | 2 | -6/+27 |
2011-04-12 | i18n: mark checkout --detach messages for translation | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
2011-04-12 | i18n: mark clone nonexistent repository message for translation | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2011-04-12 | i18n: mark merge CHERRY_PICK_HEAD messages for translation | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
2011-04-12 | i18n: mark merge "upstream" messages for translation | Ævar Arnfjörð Bjarmason | 1 | -4/+4 |
2011-04-12 | i18n: mark merge "Could not read from" message for translation | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2011-04-12 | Merge branch 'js/checkout-untracked-symlink' | Junio C Hamano | 1 | -1/+1 |
2011-04-12 | Merge branch 'nd/init-gitdir' | Junio C Hamano | 1 | -1/+1 |
2011-04-12 | t2021: mark a test as fixed | Johannes Sixt | 1 | -1/+1 |
2011-04-11 | t0001: guard a new test with SYMLINKS prerequisite | Johannes Sixt | 1 | -1/+1 |
2011-04-11 | config: support values longer than 1023 bytes | Erik Faye-Lund | 2 | -11/+9 |
2011-04-11 | strbuf: make sure buffer is zero-terminated | Erik Faye-Lund | 1 | -1/+3 |
2011-04-11 | Teach --dirstat not to completely ignore rearranged lines within a file | Johan Herland | 4 | -5/+21 |
2011-04-11 | sparse: Fix an "symbol 'merge_file' not decared" warning | Ramsay Jones | 4 | -2/+10 |
2011-04-11 | sparse: Fix an "symbol 'format_subject' not declared" warning | Ramsay Jones | 2 | -3/+2 |
2011-04-11 | sparse: Fix some "Using plain integer as NULL pointer" warnings | Ramsay Jones | 1 | -2/+2 |
2011-04-11 | sparse: Fix an "symbol 'cmd_index_pack' not declared" warning | Ramsay Jones | 1 | -1/+1 |
2011-04-11 | Makefile: Use cgcc rather than sparse in the check target | Ramsay Jones | 1 | -5/+6 |
2011-04-11 | Makefile: extract Q_() source strings as ngettext() | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
2011-04-11 | i18n: avoid parenthesized string as array initializer | Ramsay Jones | 1 | -1/+1 |
2011-04-11 | --dirstat-by-file: Make it faster and more correct | Johan Herland | 3 | -5/+25 |
2011-04-11 | --dirstat: Describe non-obvious differences relative to --stat or regular diff | Johan Herland | 6 | -7/+40 |
2011-04-11 | Merge git://git.bogomips.org/git-svn | Junio C Hamano | 2 | -3/+31 |
2011-04-11 | Merge git://git.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2 | -23/+27 |
2011-04-09 | git-svn: Cache results of running the executable "git config" | James Y Knight | 1 | -0/+5 |
2011-04-09 | git-svn: Add a svn-remote.<name>.pushurl config key | Alejandro R. Sedeño | 2 | -3/+26 |
2011-04-09 | gitk: Update cherry-pick error message parsing | Anders Kaseorg | 1 | -1/+1 |
2011-04-07 | merge: allow "-" as a short-hand for "previous branch" | Junio C Hamano | 1 | -3/+6 |