summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/submodule-sanitize-path-upon-add' into maintJunio C Hamano2015-03-051-0/+17
|\
| * git-submodule.sh: fix '/././' path normalizationps/submodule-sanitize-path-upon-addPatrick Steinhardt2015-02-021-0/+17
* | Merge branch 'jk/prune-mtime' into maintJunio C Hamano2015-03-051-0/+8
|\ \
| * | sha1_file: fix iterating loose alternate objectsJonathon Mah2015-02-091-0/+8
* | | Merge branch 'ch/new-gpg-drops-rfc-1991' into maintJunio C Hamano2015-03-052-0/+58
|\ \ \
| * | | t/lib-gpg: sanity-check that we can actually signch/new-gpg-drops-rfc-1991Jeff King2015-01-291-0/+2
| * | | t/lib-gpg: include separate public keys in keyring.gpgJeff King2015-01-292-0/+56
* | | | Merge branch 'jk/config-no-ungetc-eof' into maintJunio C Hamano2015-03-051-0/+9
|\ \ \ \
| * | | | config: do not ungetc EOFJeff King2015-02-051-0/+9
* | | | | Merge branch 'mh/deref-symref-over-helper-transport' into maintJunio C Hamano2015-03-051-0/+24
|\ \ \ \ \
| * | | | | transport-helper: do not request symbolic refs to remote helpersmh/deref-symref-over-helper-transportMike Hommey2015-01-211-0/+24
* | | | | | Merge branch 'ks/rebase-i-abbrev' into maintJunio C Hamano2015-03-051-0/+7
|\ \ \ \ \ \
| * | | | | | rebase -i: use full object name internally throughout the scriptks/rebase-i-abbrevKirill A. Shutemov2015-01-221-0/+7
* | | | | | | Merge branch 'jk/sanity' into maintJunio C Hamano2015-03-054-9/+42
|\ \ \ \ \ \ \
| * | | | | | | test-lib.sh: set prerequisite SANITY by testing what we really needTorsten Bögershausen2015-02-151-3/+22
| * | | | | | | tests: correct misuses of POSIXPERMJunio C Hamano2015-01-162-5/+14
| * | | | | | | t/lib-httpd: switch SANITY check for NOT_ROOTJeff King2015-01-162-1/+6
| |/ / / / / /
* | | | | | | Merge branch 'jc/apply-ws-fix-expands' into maintJunio C Hamano2015-02-241-0/+121
|\ \ \ \ \ \ \
| * | | | | | | apply: make update_pre_post_images() sanity check the given postlenJunio C Hamano2015-01-221-0/+121
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'jk/dumb-http-idx-fetch-fix' into maintJunio C Hamano2015-02-241-0/+18
|\ \ \ \ \ \ \
| * | | | | | | dumb-http: do not pass NULL path to parse_pack_indexjk/dumb-http-idx-fetch-fixJeff King2015-01-271-0/+18
| |/ / / / / /
* | | | | | | Merge branch 'dk/format-patch-ignore-diff-submodule' into maintJunio C Hamano2015-02-241-0/+72
|\ \ \ \ \ \ \
| * | | | | | | format-patch: ignore diff.submodule settingdk/format-patch-ignore-diff-submoduleDoug Kelly2015-01-071-2/+2
| * | | | | | | t4255: test am submodule with diff.submoduleDoug Kelly2015-01-071-0/+72
* | | | | | | | Merge branch 'js/t1050'Junio C Hamano2015-01-221-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | t1050-large: generate large files without ddjs/t1050Johannes Sixt2015-01-141-6/+6
| * | | | | | | | Merge branch 'mg/add-ignore-errors' into maintJunio C Hamano2015-01-121-1/+7
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jk/approxidate-avoid-y-d-m-over-future-dates' into maintJunio C Hamano2015-01-121-0/+3
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jk/for-each-reflog-ent-reverse' into maintJunio C Hamano2015-01-121-0/+30
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jh/empty-notes'Junio C Hamano2015-01-221-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix unclosed here document in t3301.shjh/empty-notesKacper Kornet2015-01-221-1/+1
* | | | | | | | | | | Merge branch 'jk/colors'Junio C Hamano2015-01-201-0/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | parse_color: fix return value for numeric color values 0-8Jeff King2015-01-201-0/+4
* | | | | | | | | | | | Merge branch 'rc/for-each-ref-tracking'Junio C Hamano2015-01-141-0/+13
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | for-each-ref: always check stat_tracking_info()'s return valuerc/for-each-ref-trackingRaphael Kubo da Costa2015-01-121-0/+13
* | | | | | | | | | | | | Merge branch 'rh/test-color-avoid-terminfo-in-original-home'Junio C Hamano2015-01-141-44/+48
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | test-lib.sh: do tests for color support after changing HOMERichard Hansen2015-01-071-43/+47
| * | | | | | | | | | | | | test-lib: use 'test ...' instead of '[ ... ]'Richard Hansen2015-01-071-3/+3
* | | | | | | | | | | | | | Merge branch 'rh/hide-prompt-in-ignored-directory'Junio C Hamano2015-01-141-0/+106
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | git-prompt.sh: allow to hide prompt for ignored pwdrh/hide-prompt-in-ignored-directoryJess Austin2015-01-071-0/+106
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'jk/prune-packed-server-info'Junio C Hamano2015-01-141-0/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | update-server-info: create info/* with mode 0666jk/prune-packed-server-infoJeff King2015-01-061-0/+10
| * | | | | | | | | | | | | | t1301: set umask in reflog sharedrepository=group testJeff King2015-01-061-0/+1
* | | | | | | | | | | | | | | Merge branch 'js/remote-add-with-insteadof'Junio C Hamano2015-01-141-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Add a regression test for 'git remote add <existing> <same-url>'js/remote-add-with-insteadofJohannes Schindelin2014-12-231-0/+5
* | | | | | | | | | | | | | | | Merge branch 'es/checkout-index-temp'Junio C Hamano2015-01-121-195/+205
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | checkout-index: fix --temp relative path manglinges/checkout-index-tempEric Sunshine2014-12-291-1/+1
| * | | | | | | | | | | | | | | | t2004: demonstrate broken relative path printingEric Sunshine2014-12-291-0/+12
| * | | | | | | | | | | | | | | | t2004: standardize file naming in symlink testEric Sunshine2014-12-291-3/+3
| * | | | | | | | | | | | | | | | t2004: drop unnecessary write-tree/read-treeEric Sunshine2014-12-291-3/+0