Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ml/avoid-using-grep-on-crlf-files' | Junio C Hamano | 2013-07-24 | 3 | -2/+4 |
|\ | |||||
| * | test-lib.sh - define and use GREP_STRIPS_CRml/avoid-using-grep-on-crlf-files | Mark Levedahl | 2013-07-18 | 3 | -2/+4 |
* | | Merge branch 'tr/line-log' | Junio C Hamano | 2013-07-24 | 1 | -0/+13 |
|\ \ | |||||
| * | | t4211: fix incorrect rebase at f8395edc (range-set: satisfy non-empty ranges ...tr/line-log | Junio C Hamano | 2013-07-24 | 1 | -1/+0 |
| * | | line-log: fix "log -LN" crash when N is last line of filees/line-log-further-fixes | Eric Sunshine | 2013-07-23 | 1 | -1/+1 |
| * | | range-set: satisfy non-empty ranges invariant | Eric Sunshine | 2013-07-23 | 1 | -1/+2 |
| * | | t4211: demonstrate crash when first -L encountered is empty range | Eric Sunshine | 2013-07-23 | 1 | -0/+5 |
| * | | t4211: demonstrate empty -L range crash | Eric Sunshine | 2013-07-23 | 1 | -0/+8 |
* | | | Merge branch 'mv/merge-ff-tristate' | Junio C Hamano | 2013-07-23 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | t7600: fix typo in test titlemv/merge-ff-tristate | Junio C Hamano | 2013-07-23 | 1 | -1/+1 |
* | | | | Sync with Git 1.8.3.4 | Junio C Hamano | 2013-07-22 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | update URL to the marc.info mail archive | Ondřej Bílka | 2013-07-22 | 1 | -1/+1 |
* | | | | | Merge branch 'jc/name-rev-exact-ref' | Junio C Hamano | 2013-07-22 | 1 | -0/+24 |
|\ \ \ \ \ | |||||
| * | | | | | describe: fix --contains when a tag is given as inputjc/name-rev-exact-ref | Junio C Hamano | 2013-07-18 | 1 | -0/+12 |
| * | | | | | name-rev: differentiate between tags and commits they point at | Junio C Hamano | 2013-07-18 | 1 | -0/+12 |
* | | | | | | Merge branch 'es/check-mailmap' | Junio C Hamano | 2013-07-22 | 1 | -0/+43 |
|\ \ \ \ \ \ | |||||
| * | | | | | | t4203: test check-mailmap command invocationes/check-mailmap | Eric Sunshine | 2013-07-13 | 1 | -0/+43 |
* | | | | | | | Merge branch 'jx/clean-interactive' | Junio C Hamano | 2013-07-22 | 2 | -18/+493 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | test: run testcases with POSIX absolute paths on Windows | Jiang Xin | 2013-06-26 | 1 | -21/+23 |
| * | | | | | | | test: add t7301 for git-clean--interactive | Jiang Xin | 2013-06-26 | 1 | -0/+439 |
| * | | | | | | | path.c: refactor relative_path(), not only strip prefix | Jiang Xin | 2013-06-26 | 1 | -21/+18 |
| * | | | | | | | test: add test cases for relative_path | Jiang Xin | 2013-06-26 | 1 | -0/+37 |
* | | | | | | | | Merge branch 'hv/config-from-blob' | Junio C Hamano | 2013-07-22 | 1 | -0/+70 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | teach config --blob option to parse config from database | Heiko Voigt | 2013-07-12 | 1 | -0/+70 |
* | | | | | | | | | Merge branch 'jk/t0008-sigpipe-fix' | Junio C Hamano | 2013-07-22 | 1 | -2/+10 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | t0008: avoid SIGPIPE race condition on fifojk/t0008-sigpipe-fix | Jeff King | 2013-07-12 | 1 | -2/+10 |
* | | | | | | | | | | Merge branch 'db/show-ref-head' | Junio C Hamano | 2013-07-22 | 1 | -0/+167 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | show-ref: make --head always show the HEAD refdb/show-ref-head | Doug Bell | 2013-07-17 | 1 | -0/+167 |
* | | | | | | | | | | | Merge branch 'es/blame-L-breakage' | Junio C Hamano | 2013-07-22 | 3 | -112/+269 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | t8001/t8002 (blame): add blame -L :funcname tests | Eric Sunshine | 2013-07-17 | 1 | -2/+46 |
| * | | | | | | | | | | | t8001/t8002 (blame): add blame -L tests | Eric Sunshine | 2013-07-17 | 1 | -3/+101 |
| * | | | | | | | | | | | t8001/t8002 (blame): modernize style | Eric Sunshine | 2013-07-17 | 3 | -112/+127 |
* | | | | | | | | | | | | Merge branch 'mm/diff-no-patch-synonym-to-s' | Junio C Hamano | 2013-07-22 | 1 | -9/+39 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | diff: allow --patch & cie to override -s/--no-patch | Matthieu Moy | 2013-07-17 | 1 | -0/+18 |
| * | | | | | | | | | | | | diff: allow --no-patch as synonym for -s | Matthieu Moy | 2013-07-17 | 1 | -0/+12 |
| * | | | | | | | | | | | | t4000-diff-format.sh: modernize style | Matthieu Moy | 2013-07-17 | 1 | -9/+9 |
* | | | | | | | | | | | | | Merge branch 'jc/mailmap-case-insensitivity' | Junio C Hamano | 2013-07-22 | 1 | -0/+18 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | mailmap: do not downcase mailmap entries | Junio C Hamano | 2013-07-15 | 1 | -1/+1 |
| * | | | | | | | | | | | | | t4203: demonstrate loss of uppercase characters in canonical email | Eric Sunshine | 2013-07-15 | 1 | -0/+9 |
| * | | | | | | | | | | | | | mailmap: do not lose single-letter names | Junio C Hamano | 2013-07-15 | 1 | -1/+1 |
| * | | | | | | | | | | | | | t4203: demonstrate loss of single-character name in mailmap entry | Eric Sunshine | 2013-07-15 | 1 | -0/+9 |
| |/ / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | Merge branch 'jc/simple-add-must-be-a-no-op' | Junio C Hamano | 2013-07-22 | 1 | -0/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | t2202: make sure "git add" (no args) stays a no-opjc/simple-add-must-be-a-no-op | Junio C Hamano | 2013-07-19 | 1 | -0/+10 |
* | | | | | | | | | | | | | | Sync with maint | Junio C Hamano | 2013-07-21 | 1 | -3/+20 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge branch 'dk/maint-t5150-dirname' into maint | Junio C Hamano | 2013-07-21 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/maint-diff-core-safecrlf' into maint | Junio C Hamano | 2013-07-21 | 1 | -0/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | t9801: git-p4: check ignore files with client spec | Vitor Antunes | 2013-07-21 | 1 | -3/+20 |
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge branch 'tr/test-lint-no-export-assignment-in-shell' into maint | Junio C Hamano | 2013-07-19 | 2 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/t1512-fix' into maint | Junio C Hamano | 2013-07-19 | 1 | -10/+22 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'vl/typofix' into maint | Junio C Hamano | 2013-07-19 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |