summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2016-01-20Merge branch 'sg/t6050-failing-editor-test-fix'Libravatar Junio C Hamano1-3/+7
2016-01-20Merge branch 'ew/send-email-mutt-alias-fix'Libravatar Junio C Hamano1-0/+15
2016-01-20Merge branch 'nd/clear-gitenv-upon-use-of-alias'Libravatar Junio C Hamano3-1/+41
2016-01-20Merge branch 'mh/notes-allow-reading-treeish'Libravatar Junio C Hamano1-0/+10
2016-01-19filter-branch: resolve $commit^{tree} in no-index caseLibravatar Jeff King1-0/+8
2016-01-19test-lib: clarify and tighten SANITYLibravatar Junio C Hamano1-5/+13
2016-01-19ls-remote: add support for showing symrefsLibravatar Thomas Gummerer1-0/+45
2016-01-19shortlog: don't warn on empty authorLibravatar Jeff King1-16/+0
2016-01-19shortlog: match both "Author:" and "author" on stdinLibravatar Jeff King1-0/+6
2016-01-18ls-files: add eol diagnosticsLibravatar Torsten Bögershausen1-21/+100
2016-01-17notes: allow merging from arbitrary referencesLibravatar Jacob Keller1-11/+11
2016-01-14interpret-trailers: add option for in-place editingLibravatar Tobias Klauser1-0/+40
2016-01-13pull: allow interactive rebase with --rebase=interactiveLibravatar Johannes Schindelin1-0/+10
2016-01-13fetch: release pack files before garbage-collectingLibravatar Johannes Schindelin1-0/+13
2016-01-13format-patch: introduce format.outputDirectory configurationLibravatar Alexander Kuleshov1-0/+15
2016-01-13git-p4.py: add support for filetype changeLibravatar Romain Picard1-0/+66
2016-01-13lock_ref_sha1_basic: handle REF_NODEREF with invalid refsLibravatar Jeff King2-0/+40
2016-01-12Merge branch 'sb/submodule-parallel-fetch'Libravatar Junio C Hamano2-25/+99
2016-01-12Merge branch 'nd/stop-setenv-work-tree'Libravatar Junio C Hamano1-1/+1
2016-01-12notes: allow treeish expressions as notes refLibravatar Mike Hommey1-0/+10
2016-01-12t9901-git-web--browse.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2016-01-12t9501-gitweb-standalone-http-status.sh: use the $( ... ) construct for comman...Libravatar Elia Pinto1-3/+3
2016-01-12t9350-fast-export.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-3/+3
2016-01-12t9300-fast-import.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-34/+34
2016-01-12t9150-svk-mergetickets.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2016-01-12t9145-git-svn-master-branch.sh: use the $( ... ) construct for command substi...Libravatar Elia Pinto1-2/+2
2016-01-12t9138-git-svn-authors-prog.sh: use the $( ... ) construct for command substit...Libravatar Elia Pinto1-1/+1
2016-01-12t9137-git-svn-dcommit-clobber-series.sh: use the $( ... ) construct for comma...Libravatar Elia Pinto1-12/+12
2016-01-12t9132-git-svn-broken-symlink.sh: use the $( ... ) construct for command subst...Libravatar Elia Pinto1-2/+2
2016-01-12t9130-git-svn-authors-file.sh: use the $( ... ) construct for command substit...Libravatar Elia Pinto1-6/+6
2016-01-12t9129-git-svn-i18n-commitencoding.sh: use the $( ... ) construct for command ...Libravatar Elia Pinto1-2/+2
2016-01-12t9119-git-svn-info.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2016-01-12t9118-git-svn-funky-branch-names.sh: use the $( ... ) construct for command s...Libravatar Elia Pinto1-1/+1
2016-01-12t9114-git-svn-dcommit-merge.sh: use the $( ... ) construct for command substi...Libravatar Elia Pinto1-6/+6
2016-01-12t9110-git-svn-use-svm-props.sh: use the $( ... ) construct for command substi...Libravatar Elia Pinto1-1/+1
2016-01-12t9109-git-svn-multi-glob.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-16/+16
2016-01-12t9108-git-svn-glob.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-10/+10
2016-01-12t9107-git-svn-migrate.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-14/+14
2016-01-12t9105-git-svn-commit-diff.sh: use the $( ... ) construct for command substitu...Libravatar Elia Pinto1-2/+2
2016-01-12t9104-git-svn-follow-parent.sh: use the $( ... ) construct for command substi...Libravatar Elia Pinto1-34/+34
2016-01-12t9101-git-svn-props.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-15/+15
2016-01-12t9100-git-svn-basic.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-4/+4
2016-01-12checkout,clone: check return value of create_symrefLibravatar Jeff King1-0/+6
2016-01-12builtin/grep: add grep.fallbackToNoIndex configLibravatar Thomas Gummerer1-0/+41
2016-01-12t0060: verify that basename() and dirname() work as expectedLibravatar Johannes Schindelin1-0/+3
2016-01-11t7810: correct --no-index testLibravatar Thomas Gummerer1-4/+4
2016-01-11t/t9001-send-email.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-6/+6
2016-01-11test for '!' handling in rev-parse's named commitsLibravatar Will Palmer1-1/+23
2016-01-08t/t8003-blame-corner-cases.sh: use the $( ... ) construct for command substit...Libravatar Elia Pinto1-2/+2
2016-01-08t/t7700-repack.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2