Age | Commit message (Expand) | Author | Files | Lines |
2013-08-09 | l10n: de.po: translate 5 messages | Ralf Thielow | 1 | -188/+243 |
2013-08-09 | l10n: de.po: translate 99 new messages | Ralf Thielow | 1 | -1638/+1954 |
2013-08-08 | Git 1.8.4-rc2 | Junio C Hamano | 2 | -1/+8 |
2013-08-08 | l10n: de.po: switch from pure German to German+English | Ralf Thielow | 1 | -922/+909 |
2013-08-08 | l10n: de.po: Fix a typo | Wieland Hoffmann | 1 | -1/+1 |
2013-08-07 | die_with_status: use "printf '%s\n'", not "echo" | Matthieu Moy | 2 | -1/+14 |
2013-08-07 | revert: use the OPT_CMDMODE for parsing, reducing code | Stefan Beller | 1 | -47/+15 |
2013-08-07 | checkout-index: fix negations of even numbers of -n | Stefan Beller | 1 | -1/+1 |
2013-08-07 | config parsing options: allow one flag multiple times | Stefan Beller | 1 | -3/+3 |
2013-08-07 | hash-object: replace stdin parsing OPT_BOOLEAN by OPT_COUNTUP | Stefan Beller | 1 | -1/+1 |
2013-08-07 | branch, commit, name-rev: ease up boolean conditions | Stefan Beller | 3 | -3/+4 |
2013-08-06 | line-range: reject -L line numbers less than 1 | Eric Sunshine | 2 | -10/+13 |
2013-08-06 | t8001/t8002: blame: add tests of -L line numbers less than 1 | Eric Sunshine | 1 | -0/+12 |
2013-08-06 | line-range: teach -L^:RE to search from start of file | Eric Sunshine | 4 | -2/+26 |
2013-08-06 | line-range: teach -L:RE to search from end of previous -L range | Eric Sunshine | 4 | -7/+25 |
2013-08-06 | line-range: teach -L^/RE/ to search from start of file | Eric Sunshine | 3 | -2/+30 |
2013-08-06 | line-range-format.txt: document -L/RE/ relative search | Eric Sunshine | 1 | -1/+3 |
2013-08-06 | log: teach -L/RE/ to search from end of previous -L range | Eric Sunshine | 1 | -3/+12 |
2013-08-06 | blame: teach -L/RE/ to search from end of previous -L range | Eric Sunshine | 2 | -1/+24 |
2013-08-06 | line-range: teach -L/RE/ to search relative to anchor point | Eric Sunshine | 4 | -7/+32 |
2013-08-06 | blame: document multiple -L support | Eric Sunshine | 2 | -6/+12 |
2013-08-06 | t8001/t8002: blame: add tests of multiple -L options | Eric Sunshine | 1 | -0/+32 |
2013-08-06 | blame: accept multiple -L ranges | Eric Sunshine | 1 | -32/+47 |
2013-08-06 | blame: inline one-line function into its lone caller | Eric Sunshine | 1 | -14/+3 |
2013-08-06 | range-set: publish API for re-use by git-blame -L | Eric Sunshine | 2 | -5/+17 |
2013-08-06 | line-range-format.txt: clarify -L:regex usage form | Eric Sunshine | 3 | -8/+3 |
2013-08-06 | git-log.txt: place each -L option variation on its own line | Eric Sunshine | 1 | -1/+2 |
2013-08-06 | rm: delete .gitmodules entry of submodules removed from the work tree | Jens Lehmann | 7 | -25/+154 |
2013-08-06 | mv: update the path entry in .gitmodules for moved submodules | Jens Lehmann | 5 | -1/+121 |
2013-08-06 | t0070: test that git_mkstemps correctly checks return value of open() | Dale R. Worley | 1 | -0/+4 |
2013-08-06 | l10n: Update Swedish translation (2135t0f0u) | Peter Krefting | 1 | -1521/+1844 |
2013-08-06 | l10n: zh_CN.po: translate 5 messages (2135t0f0u) | Jiang Xin | 1 | -164/+182 |
2013-08-06 | l10n: vi.po(2135t): v1.8.4 round 2 | Tran Ngoc Quan | 1 | -169/+187 |
2013-08-06 | l10n: git.pot: v1.8.4 round 2 (5 new, 3 removed) | Jiang Xin | 1 | -161/+174 |
2013-08-05 | config: "git config --get-urlmatch" parses section.<url>.key | Junio C Hamano | 3 | -0/+152 |
2013-08-05 | builtin/config: refactor collect_config() | Junio C Hamano | 1 | -21/+21 |
2013-08-05 | config: parse http.<url>.<variable> using urlmatch | Kyle J. McKay | 19 | -1/+309 |
2013-08-05 | Sync with maint to grab trivial doc fixes | Junio C Hamano | 4 | -4/+4 |
2013-08-05 | blame: reject empty ranges -L,+0 and -L,-0 | Eric Sunshine | 2 | -3/+3 |
2013-08-05 | t8001/t8002: blame: demonstrate acceptance of bogus -L,+0 and -L,-0 | Eric Sunshine | 1 | -0/+8 |
2013-08-05 | blame: reject empty ranges -LX,+0 and -LX,-0 | Eric Sunshine | 2 | -2/+4 |
2013-08-05 | t8001/t8002: blame: demonstrate acceptance of bogus -LX,+0 and -LX,-0 | Eric Sunshine | 1 | -0/+8 |
2013-08-05 | log: fix -L bounds checking bug | Eric Sunshine | 2 | -3/+3 |
2013-08-05 | t4211: retire soon-to-be unimplementable tests | Eric Sunshine | 1 | -13/+0 |
2013-08-05 | t4211: log: demonstrate -L bounds checking bug | Eric Sunshine | 1 | -0/+30 |
2013-08-05 | blame: fix -L bounds checking bug | Eric Sunshine | 2 | -6/+6 |
2013-08-05 | t8001/t8002: blame: add empty file & partial-line tests | Eric Sunshine | 1 | -0/+72 |
2013-08-05 | t8001/t8002: blame: demonstrate -L bounds checking bug | Eric Sunshine | 1 | -0/+22 |
2013-08-05 | t8001/t8002: blame: decompose overly-large test | Eric Sunshine | 1 | -7/+25 |
2013-08-05 | checkout: remove superfluous local variable | Stefan Beller | 1 | -7/+5 |