summaryrefslogtreecommitdiffstats
path: root/t/t3900-i18n-commit.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-25l10n: de.po: use comma before "um"Phillip Sz1-43/+43
2014-09-25l10n: de.po: change Email to E-MailPhillip Sz1-7/+7
2014-09-25po/TEAMS: add new member to German translation teamRalf Thielow1-0/+1
2014-09-19Update draft release notes to 2.2Junio C Hamano1-12/+51
2014-09-19Git 2.1.1v2.1.1Junio C Hamano4-3/+48
2014-09-19pretty: add %D format specifierHarry Jeffery5-11/+35
2014-09-18help: fix the size passed to qsortStefan Beller1-1/+1
2014-09-18branch: clean up commit flags after merge-filter walkJeff King2-14/+48
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe26-70/+40
2014-09-18add macro REALLOC_ARRAYRené Scharfe2-0/+5
2014-09-17receive-pack: allow hooks to ignore its standard input streamJunio C Hamano2-0/+19
2014-09-16Documentation/git-rebase.txt: <upstream> must be given to specify <branch>Sergey Organov1-1/+1
2014-09-16credential-cache: close stderr in daemon processJeff King2-5/+26
2014-09-15compat-util: add _DEFAULT_SOURCE defineSergey Senozhatsky1-0/+1
2014-09-15Makefile: fix some typos in the preambleIan Liu Rodrigues1-2/+2
2014-09-15repack: call prune_packed_objects() and update_server_info() directlyRené Scharfe1-17/+6
2014-09-15server-info: clean up after writing info/packsJeff King1-0/+9
2014-09-15make update-server-info more robustJeff King1-45/+71
2014-09-15prune-packed: fix minor memory leakJeff King1-0/+1
2014-09-15builtin/log.c: mark strings for translationMatthias Ruester1-5/+5
2014-09-15rerere.h: mark string for translationMatthias Ruester1-1/+1
2014-09-14git-svn: delay term initializationEric Wong1-7/+11
2014-09-14git svn: find-rev allows short switches for near matchesEric Wong2-2/+4
2014-09-14git-svn.txt: Remove mentions of repack optionsLawrence Velázquez1-15/+0
2014-09-14git svn: info: correctly handle absolute path argsEric Wong2-6/+63
2014-09-14git-svn: branch: avoid systematic prompt for cert/passMonard Vong1-1/+3
2014-09-12t9300: use test_cmp_bin instead of test_cmp to compare binary filesJohannes Sixt1-1/+1
2014-09-12refs: speed up is_refname_availableJeff King2-33/+120
2014-09-12t1450: make sure fsck detects a malformed tagger lineJunio C Hamano1-0/+19
2014-09-12Make sure that index-pack --strict checks tag objectsJohannes Schindelin1-0/+19
2014-09-12fsck: return non-zero status on missing ref tipsJeff King2-1/+58
2014-09-12config: avoid a funny sentinel value "a^"Jeff King3-7/+21
2014-09-12pre-push.sample: Write error message to stderrW. Trevor King1-1/+1
2014-09-11hash-object: add --literally optionJunio C Hamano1-9/+36
2014-09-11Add regression tests for stricter tag fsck'ingJohannes Schindelin1-0/+19
2014-09-11hash-object: pass 'write_object' as a flagJunio C Hamano1-17/+15
2014-09-11hash-object: reduce file-scope staticsJunio C Hamano1-29/+23
2014-09-11Update draft release notes to 2.2Junio C Hamano1-1/+42
2014-09-11fsck: check tag objects' headersJohannes Schindelin1-1/+85
2014-09-11Make sure fsck_commit_buffer() does not run out of the bufferJohannes Schindelin1-0/+23
2014-09-11Documentation: use single-parameter --cacheinfo in exampleSteffen Prohaska1-1/+1
2014-09-10fsck_object(): allow passing object data separately from the object itselfJohannes Schindelin5-16/+31
2014-09-10Refactor type_from_string() to allow continuing after detecting an errorJohannes Schindelin2-3/+11
2014-09-10refs: write packed_refs file using stdioJeff King3-23/+33
2014-09-10fsck: exit with non-zero status upon error from fsck_obj()Jeff King3-8/+29
2014-09-09Update draft release notes to 2.2Junio C Hamano1-3/+42
2014-09-08strbuf: use strbuf_addchars() for adding a char multiple timesRené Scharfe3-13/+6
2014-09-08strbuf: export strbuf_addchars()René Scharfe4-7/+12
2014-09-08trace: correct trace_strbuf() parameter type for !HAVE_VARIADIC_MACROSRené Scharfe1-1/+1
2014-09-04parse-options: detect attempt to add a duplicate short option nameJunio C Hamano2-3/+15