summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-add--interactive.perl: add missing dot in a messageva/i18n-perl-scriptsRalf Thielow2017-04-131-1/+1
* i18n: difftool: mark warnings for translationVasco Almeida2016-12-141-10/+12
* i18n: send-email: mark composing message for translationVasco Almeida2016-12-141-7/+9
* i18n: send-email: mark string with interpolation for translationVasco Almeida2016-12-141-40/+47
* i18n: send-email: mark warnings and errors for translationVasco Almeida2016-12-141-17/+17
* i18n: send-email: mark strings for translationVasco Almeida2016-12-141-22/+32
* i18n: add--interactive: mark status words for translationVasco Almeida2016-12-141-6/+6
* i18n: add--interactive: remove %patch_modes entriesVasco Almeida2016-12-141-21/+0
* i18n: add--interactive: mark edit_hunk_manually message for translationVasco Almeida2016-12-141-13/+39
* i18n: add--interactive: i18n of help_patch_cmdVasco Almeida2016-12-141-8/+46
* i18n: add--interactive: mark patch prompt for translationVasco Almeida2016-12-144-11/+61
* i18n: add--interactive: mark plural stringsVasco Almeida2016-12-144-12/+39
* i18n: clean.c: match string with git-add--interactive.perlVasco Almeida2016-12-141-5/+5
* i18n: add--interactive: mark strings with interpolation for translationVasco Almeida2016-12-141-12/+13
* i18n: add--interactive: mark simple here-documents for translationVasco Almeida2016-12-141-3/+5
* i18n: add--interactive: mark strings for translationVasco Almeida2016-12-141-34/+42
* Git.pm: add subroutines for commenting linesVasco Almeida2016-12-141-0/+38
* Fourth batch for 2.11Junio C Hamano2016-09-211-15/+86
* Merge branch 'jk/reduce-gc-aggressive-depth'Junio C Hamano2016-09-212-2/+2
|\
| * gc: default aggressive depth to 50jk/reduce-gc-aggressive-depthJeff King2016-08-112-2/+2
* | Merge branch 'jk/rebase-i-drop-ident-check'Junio C Hamano2016-09-212-3/+47
|\ \
| * | rebase-interactive: drop early check for valid identjk/rebase-i-drop-ident-checkJeff King2016-07-292-3/+47
* | | Merge branch 'va/i18n'Junio C Hamano2016-09-2110-106/+109
|\ \ \
| * | | i18n: update-index: mark warnings for translationVasco Almeida2016-09-151-6/+6
| * | | i18n: show-branch: mark plural strings for translationVasco Almeida2016-09-151-5/+9
| * | | i18n: show-branch: mark error messages for translationVasco Almeida2016-09-151-8/+8
| * | | i18n: receive-pack: mark messages for translationVasco Almeida2016-09-151-33/+25
| * | | notes: spell first word of error messages in lowercaseVasco Almeida2016-09-152-33/+33
| * | | i18n: notes: mark error messages for translationVasco Almeida2016-09-151-9/+11
| * | | i18n: merge-recursive: mark verbose message for translationVasco Almeida2016-09-151-1/+1
| * | | i18n: merge-recursive: mark error messages for translationVasco Almeida2016-09-151-7/+10
| * | | i18n: config: mark error message for translationVasco Almeida2016-09-151-2/+2
| * | | i18n: branch: mark option description for translationVasco Almeida2016-09-151-1/+1
| * | | i18n: blame: mark error messages for translationVasco Almeida2016-09-152-10/+12
* | | | Merge branch 'jt/format-patch-base-info-above-sig'Junio C Hamano2016-09-212-9/+30
|\ \ \ \
| * | | | format-patch: show base info before email signaturejt/format-patch-base-info-above-sigJosh Triplett2016-09-152-9/+30
| |/ / /
* | | | Merge branch 'ks/perf-build-with-autoconf'Junio C Hamano2016-09-211-1/+7
|\ \ \ \
| * | | | t/perf/run: copy config.mak.autogen & friends to build areaks/perf-build-with-autoconfKirill Smelkov2016-09-151-1/+7
* | | | | Merge branch 'mr/vcs-svn-printf-ulong'Junio C Hamano2016-09-211-2/+2
|\ \ \ \ \
| * | | | | vcs-svn/fast_export: fix timestamp fmt specifiersmr/vcs-svn-printf-ulongMike Ralphson2016-09-141-2/+2
* | | | | | Merge branch 'rs/xdiff-merge-overlapping-hunks-for-W-context'Junio C Hamano2016-09-212-1/+26
|\ \ \ \ \ \
| * | | | | | xdiff: fix merging of hunks with -W context and -u contextrs/xdiff-merge-overlapping-hunks-for-W-contextRené Scharfe2016-09-142-1/+26
* | | | | | | Merge branch 'rs/unpack-trees-reduce-file-scope-global'Junio C Hamano2016-09-211-4/+5
|\ \ \ \ \ \ \
| * | | | | | | unpack-trees: pass checkout state explicitly to check_updates()René Scharfe2016-09-131-4/+5
* | | | | | | | Merge branch 'rs/strbuf-remove-fix'Junio C Hamano2016-09-211-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | strbuf: use valid pointer in strbuf_remove()rs/strbuf-remove-fixRené Scharfe2016-09-131-1/+1
* | | | | | | | | Merge branch 'rs/pack-sort-with-llist-mergesort'Junio C Hamano2016-09-211-24/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sha1_file: use llist_mergesort() for sorting packsrs/pack-sort-with-llist-mergesortRené Scharfe2016-09-131-24/+15
* | | | | | | | | | Merge branch 'rs/checkout-some-states-are-const'Junio C Hamano2016-09-211-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | checkout: constify parameters of checkout_stage() and checkout_merged()rs/checkout-some-states-are-constRené Scharfe2016-09-131-3/+3
| | |/ / / / / / / / | |/| | | | | | | |