summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-06l10n: Update Swedish translation (2135t0f0u)Libravatar Peter Krefting1-1521/+1844
2013-08-06l10n: zh_CN.po: translate 5 messages (2135t0f0u)Libravatar Jiang Xin1-164/+182
2013-08-06l10n: vi.po(2135t): v1.8.4 round 2Libravatar Tran Ngoc Quan1-169/+187
2013-08-06l10n: git.pot: v1.8.4 round 2 (5 new, 3 removed)Libravatar Jiang Xin1-161/+174
2013-08-05config: "git config --get-urlmatch" parses section.<url>.keyLibravatar Junio C Hamano3-0/+152
2013-08-05builtin/config: refactor collect_config()Libravatar Junio C Hamano1-21/+21
2013-08-05config: parse http.<url>.<variable> using urlmatchLibravatar Kyle J. McKay19-1/+309
2013-08-05Sync with maint to grab trivial doc fixesLibravatar Junio C Hamano4-4/+4
2013-08-05blame: reject empty ranges -L,+0 and -L,-0Libravatar Eric Sunshine2-3/+3
2013-08-05t8001/t8002: blame: demonstrate acceptance of bogus -L,+0 and -L,-0Libravatar Eric Sunshine1-0/+8