summaryrefslogtreecommitdiffstats
path: root/po/git.pot (unfollow)
Commit message (Expand)AuthorFilesLines
2013-04-12i18n: make the translation of -u advice in one goJiang Xin1-8/+4
2013-04-12Typo fix: replacing it's -> itsBenoit Bourbie2-3/+3
2013-04-12t: make PIPE a standard test prerequisiteAdam Spiers4-16/+10
2013-04-12archive: clarify explanation of --worktree-attributesRené Scharfe1-1/+3
2013-04-10t/README: --immediate skips cleanup commands for failed testsSimon Ruderich1-1/+4
2013-04-08Git 1.8.2.1v1.8.2.1Junio C Hamano3-2/+8
2013-04-07Git 1.8.1.6v1.8.1.6Junio C Hamano3-2/+8
2013-04-07remote-helpers/test-bzr.sh: do not use "grep '\s'"Torsten Bögershausen1-1/+1
2013-04-04mailmap: update Pasky's addressJunio C Hamano1-0/+1
2013-04-04git-remote-mediawiki: new wiki URL in documentationMatthieu Moy1-1/+1
2013-04-03Update draft release notes to 1.8.2.1Junio C Hamano1-0/+35
2013-04-03Start preparing for 1.8.1.6Junio C Hamano2-1/+35
2013-04-03git-tag(1): we tag HEAD by defaultThomas Rast1-0/+6
2013-04-01Update draft release notes to 1.8.2.1Junio C Hamano1-0/+4
2013-04-01submodule summary: support --summary-limit=<n>René Scharfe1-6/+11
2013-03-30cat-file: Fix an gcc -Wuninitialized warningRamsay Jones1-1/+1
2013-03-30fast-import: Fix an gcc -Wuninitialized warningRamsay Jones1-0/+1
2013-03-29t: check that a pattern without trailing slash matches a directoryJeff King1-0/+27
2013-03-29dir.c::match_pathname(): pay attention to the length of string parametersJeff King1-1/+12
2013-03-29dir.c::match_pathname(): adjust patternlen when shifting patternJeff King1-0/+1
2013-03-29dir.c::match_basename(): pay attention to the length of string parametersJunio C Hamano1-4/+36
2013-03-29attr.c::path_matches(): special case paths that end with a slashJunio C Hamano1-4/+4
2013-03-28git help config: s/insn/instruction/Matthias Krüger1-1/+1
2013-03-27More fixes for 1.8.2.1Junio C Hamano1-0/+3
2013-03-27merge-tree: fix typo in merge-tree.c::unresolvedJohn Keeping1-1/+1
2013-03-27git-commit doc: describe use of multiple `-m` optionsChristian Helmuth1-0/+2
2013-03-27git-pull doc: fix grammo ("conflicts" is plural)Mihai Capotă1-1/+1
2013-03-26More corrections for 1.8.2.1Junio C Hamano1-0/+39
2013-03-26attr.c::path_matches(): the basename is part of the pathnameJunio C Hamano1-9/+10
2013-03-26Correct the docs about GIT_SSH.Dan Bornstein1-3/+6
2013-03-25Start preparing for 1.8.2.1Junio C Hamano2-1/+30
2013-03-25transport.c: help gcc 4.6.3 users by squelching compiler warningJunio C Hamano1-1/+2
2013-03-23Fix revision walk for commits with the same datesKacper Kornet2-1/+14
2013-03-21Documentation: merging a tag is a special caseJunio C Hamano2-1/+26
2013-03-21CodingGuidelines: our documents are in AsciiDocJunio C Hamano1-0/+3
2013-03-21diff.c: diff.renamelimit => diff.renameLimit in messageMax Nanasy1-1/+1
2013-03-21wt-status: fix possible use of uninitialized variableJeff King1-1/+4
2013-03-21fast-import: clarify "inline" logic in file_change_mJeff King1-1/+2
2013-03-21run-command: always set failed_errno in start_commandJeff King1-2/+3
2013-03-21transport: drop "int cmp = cmp" hackJeff King1-1/+1
2013-03-21drop some obsolete "x = x" compiler warning hacksJeff King2-2/+2
2013-03-21fast-import: use pointer-to-pointer to keep list tailJeff King1-6/+4
2013-03-20index-pack: always zero-initialize object_entry listJeff King1-0/+2
2013-03-20t2003: work around path mangling issue on WindowsJohannes Sixt1-2/+2
2013-03-19t4018,7810,7811: remove test_config() redefinitionRamkumar Ramachandra3-15/+0
2013-03-19index-pack: guard nr_resolved_deltas reads by lockThomas Rast1-1/+3
2013-03-19index-pack: protect deepest_delta in multithread codeNguyễn Thái Ngọc Duy1-7/+23
2013-03-18pack-refs: add fully-peeled traitMichael Haggerty3-6/+67
2013-03-17t1507: Test that branchname@{upstream} is interpreted as branchKacper Kornet1-0/+4
2013-03-17pack-refs: write peeled entry for non-tagsJeff King2-8/+50