summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-11l10n: fr.po: 821/2112 messages translatedLibravatar Jean-Noel Avila1-0/+9668
2013-08-09Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2013-08-09remote-hg: fix path when cloning with tilde expansionLibravatar Antoine Pelisse1-1/+1
2013-08-09Merge branch 'master' of git://github.com/git-l10n/git-poLibravatar Junio C Hamano5-4414/+5144
2013-08-09Merge branch 'jk/submodule-subdirectory-ok'Libravatar Junio C Hamano1-1/+1
2013-08-09Merge branch 'sb/mailmap-updates'Libravatar Junio C Hamano1-2/+7
2013-08-09.mailmap: fixup entriesLibravatar Stefan Beller1-2/+7
2013-08-09Documentation/git-merge-file: document option "--diff3"Libravatar Ralf Thielow1-1/+4
2013-08-09t/t7407: fix two typos in submodule testsLibravatar Phil Hord1-1/+1
2013-08-09rm: remove unneeded null pointer checkLibravatar Stefan Beller1-21/+17
2013-08-09diff: fix a possible null pointer dereferenceLibravatar Stefan Beller1-1/+1
2013-08-09diff: remove ternary operator evaluating always to trueLibravatar Stefan Beller1-2/+2
2013-08-09parse-options: fix clang opterror() -Wunused-value warningLibravatar Eric Sunshine1-1/+1
2013-08-09builtin/config.c: compilation fixLibravatar Junio C Hamano2-4/+4
2013-08-09gc: reject if another gc is running, unless --force is givenLibravatar Nguyễn Thái Ngọc Duy3-1/+78
2013-08-09l10n: de.po: translate 5 messagesLibravatar Ralf Thielow1-188/+243
2013-08-09l10n: de.po: translate 99 new messagesLibravatar Ralf Thielow1-1638/+1954
2013-08-08Git 1.8.4-rc2Libravatar Junio C Hamano2-1/+8
2013-08-08l10n: de.po: switch from pure German to German+EnglishLibravatar Ralf Thielow1-922/+909
2013-08-08l10n: de.po: Fix a typoLibravatar Wieland Hoffmann1-1/+1
2013-08-07fetch: work around "transport-take-over" hackLibravatar Junio C Hamano3-0/+21
2013-08-07fetch: refactor code that fetches leftover tagsLibravatar Junio C Hamano1-5/+9
2013-08-07fetch: refactor code that prepares a transportLibravatar Junio C Hamano1-20/+26
2013-08-07fetch: rename file-scope global "transport" to "gtransport"Libravatar Junio C Hamano1-11/+11
2013-08-07t5802: add test for connect helperLibravatar Junio C Hamano1-0/+72
2013-08-07die_with_status: use "printf '%s\n'", not "echo"Libravatar Matthieu Moy2-1/+14
2013-08-07revert: use the OPT_CMDMODE for parsing, reducing codeLibravatar Stefan Beller1-47/+15
2013-08-07checkout-index: fix negations of even numbers of -nLibravatar Stefan Beller1-1/+1
2013-08-07config parsing options: allow one flag multiple timesLibravatar Stefan Beller1-3/+3
2013-08-07hash-object: replace stdin parsing OPT_BOOLEAN by OPT_COUNTUPLibravatar Stefan Beller1-1/+1
2013-08-07branch, commit, name-rev: ease up boolean conditionsLibravatar Stefan Beller3-3/+4
2013-08-06line-range: reject -L line numbers less than 1Libravatar Eric Sunshine2-10/+13
2013-08-06t8001/t8002: blame: add tests of -L line numbers less than 1Libravatar Eric Sunshine1-0/+12
2013-08-06line-range: teach -L^:RE to search from start of fileLibravatar Eric Sunshine4-2/+26
2013-08-06line-range: teach -L:RE to search from end of previous -L rangeLibravatar Eric Sunshine4-7/+25
2013-08-06line-range: teach -L^/RE/ to search from start of fileLibravatar Eric Sunshine3-2/+30
2013-08-06line-range-format.txt: document -L/RE/ relative searchLibravatar Eric Sunshine1-1/+3
2013-08-06log: teach -L/RE/ to search from end of previous -L rangeLibravatar Eric Sunshine1-3/+12
2013-08-06blame: teach -L/RE/ to search from end of previous -L rangeLibravatar Eric Sunshine2-1/+24
2013-08-06line-range: teach -L/RE/ to search relative to anchor pointLibravatar Eric Sunshine4-7/+32
2013-08-06blame: document multiple -L supportLibravatar Eric Sunshine2-6/+12
2013-08-06t8001/t8002: blame: add tests of multiple -L optionsLibravatar Eric Sunshine1-0/+32
2013-08-06blame: accept multiple -L rangesLibravatar Eric Sunshine1-32/+47
2013-08-06blame: inline one-line function into its lone callerLibravatar Eric Sunshine1-14/+3
2013-08-06range-set: publish API for re-use by git-blame -LLibravatar Eric Sunshine2-5/+17
2013-08-06line-range-format.txt: clarify -L:regex usage formLibravatar Eric Sunshine3-8/+3
2013-08-06git-log.txt: place each -L option variation on its own lineLibravatar Eric Sunshine1-1/+2
2013-08-06rm: delete .gitmodules entry of submodules removed from the work treeLibravatar Jens Lehmann7-25/+154
2013-08-06mv: update the path entry in .gitmodules for moved submodulesLibravatar Jens Lehmann5-1/+121
2013-08-06t0070: test that git_mkstemps correctly checks return value of open()Libravatar Dale R. Worley1-0/+4