summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-12builtin/grep: add grep.fallbackToNoIndex configLibravatar Thomas Gummerer4-3/+58
2016-01-11Handle more file writes correctly in shared reposLibravatar Johannes Schindelin2-2/+2
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-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
2016-01-08t/t7602-merge-octopus-many.sh: use the $( ... ) construct for command substit...Libravatar Elia Pinto1-4/+4
2016-01-08t/t7505-prepare-commit-msg-hook.sh: use the $( ... ) construct for command su...Libravatar Elia Pinto1-16/+16
2016-01-08t/t7504-commit-msg-hook.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2016-01-08t/t7408-submodule-reference.sh: use the $( ... ) construct for command substi...Libravatar Elia Pinto1-1/+1
2016-01-08t/t7406-submodule-update.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2016-01-08t/t7103-reset-bare.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2016-01-08docs: clarify that --depth for git-fetch works with newly initialized reposLibravatar Sebastian Schuberth1-4/+5
2016-01-08docs: say "commits" in the --depth option wording for git-cloneLibravatar Sebastian Schuberth1-1/+1
2016-01-08Revert "dir.c: don't exclude whole dir prematurely if neg pattern may match"Libravatar Nguyễn Thái Ngọc Duy3-117/+5
2016-01-07t/t7006-pager.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2016-01-07t/t7004-tag.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-8/+8
2016-01-07t/t7003-filter-branch.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-3/+3
2016-01-07t/t7001-mv.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2016-01-07t/t6132-pathspec-exclude.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2016-01-07t/t6032-merge-large-rename.sh: use the $( ... ) construct for command substit...Libravatar Elia Pinto1-1/+1
2016-01-07t/t6015-rev-list-show-all-parents.sh: use the $( ... ) construct for command ...Libravatar Elia Pinto1-3/+3
2016-01-07t/t6002-rev-list-bisect.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-3/+3
2016-01-07t/t6001-rev-list-graft.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-6/+6
2016-01-07t/t5900-repo-selection.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2016-01-07commit: allow editing the commit message even in shared reposLibravatar Johannes Schindelin3-1/+15
2016-01-07docs: clarify that passing --depth to git-clone implies --single-branchLibravatar Sebastian Schuberth1-5/+4
2016-01-05Expand documentation describing --signoffLibravatar David A. Wheeler5-1/+9
2016-01-05reflog-walk: don't segfault on non-commit sha1's in the reflogLibravatar Dennis Kaarsemaker2-5/+24
2016-01-05t6050-replace: make failing editor test more robustLibravatar SZEDER Gábor1-3/+7
2016-01-05for-each-ref: document `creatordate` and `creator` fieldsLibravatar Eric Wong1-2/+7
2016-01-04Git 2.7Libravatar Junio C Hamano2-1/+6
2016-01-04Sync with 2.6.5Libravatar Junio C Hamano2-1/+21
2016-01-04Git 2.6.5Libravatar Junio C Hamano3-2/+22
2016-01-04Merge branch 'jk/pending-keep-tag-name' into maintLibravatar Junio C Hamano2-2/+30
2016-01-04Merge branch 'jk/symbolic-ref-maint' into maintLibravatar Junio C Hamano2-1/+23
2016-01-04Merge branch 'jk/ident-loosen-getpwuid' into maintLibravatar Junio C Hamano3-24/+40
2016-01-04Merge branch 'jk/send-email-ssl-errors' into maintLibravatar Junio C Hamano1-0/+7
2016-01-04Merge branch 'sg/completion-no-column' into maintLibravatar Junio C Hamano1-0/+1
2016-01-04t/t5710-info-alternate.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2016-01-04t/t5700-clone-reference.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2016-01-04t/t5601-clone.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2016-01-04t/t5570-git-daemon.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-4/+4