summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'ak/format-patch-odir-config'Junio C Hamano2016-01-264-1/+30
|\ \ \ \ \ \
| * | | | | | format-patch: introduce format.outputDirectory configurationak/format-patch-odir-configAlexander Kuleshov2016-01-134-1/+30
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'rp/p4-filetype-change'Junio C Hamano2016-01-262-2/+73
|\ \ \ \ \ \
| * | | | | | git-p4.py: add support for filetype changerp/p4-filetype-changeRomain Picard2016-01-132-2/+73
* | | | | | | Merge branch 'js/close-packs-before-gc'Junio C Hamano2016-01-265-0/+18
|\ \ \ \ \ \ \
| * | | | | | | receive-pack: release pack files before garbage-collectingJohannes Schindelin2016-01-131-0/+1
| * | | | | | | merge: release pack files before garbage-collectingJohannes Schindelin2016-01-131-0/+1
| * | | | | | | am: release pack files before garbage-collectingJohannes Schindelin2016-01-131-0/+1
| * | | | | | | fetch: release pack files before garbage-collectingJohannes Schindelin2016-01-132-0/+15
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'jk/ok-to-fail-gc-auto-in-rebase'Junio C Hamano2016-01-261-1/+1
|\ \ \ \ \ \ \
| * | | | | | | rebase: ignore failures from "gc --auto"jk/ok-to-fail-gc-auto-in-rebaseJeff King2016-01-131-1/+1
* | | | | | | | Merge branch 'js/pull-rebase-i'Junio C Hamano2016-01-266-7/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | completion: add missing branch.*.rebase valuesjs/pull-rebase-iJohannes Schindelin2016-01-131-1/+1
| * | | | | | | | remote: handle the config setting branch.*.rebase=interactiveJohannes Schindelin2016-01-131-3/+7
| * | | | | | | | pull: allow interactive rebase with --rebase=interactiveJohannes Schindelin2016-01-134-3/+24
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'ep/shell-command-substitution-style'Junio C Hamano2016-01-2291-400/+400
|\ \ \ \ \ \ \ \
| * | | | | | | | t9901-git-web--browse.sh: use the $( ... ) construct for command substitutionep/shell-command-substitution-styleElia Pinto2016-01-121-1/+1
| * | | | | | | | t9501-gitweb-standalone-http-status.sh: use the $( ... ) construct for comman...Elia Pinto2016-01-121-3/+3
| * | | | | | | | t9350-fast-export.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-121-3/+3
| * | | | | | | | t9300-fast-import.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-121-34/+34
| * | | | | | | | t9150-svk-mergetickets.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-121-1/+1
| * | | | | | | | t9145-git-svn-master-branch.sh: use the $( ... ) construct for command substi...Elia Pinto2016-01-121-2/+2
| * | | | | | | | t9138-git-svn-authors-prog.sh: use the $( ... ) construct for command substit...Elia Pinto2016-01-121-1/+1
| * | | | | | | | t9137-git-svn-dcommit-clobber-series.sh: use the $( ... ) construct for comma...Elia Pinto2016-01-121-12/+12
| * | | | | | | | t9132-git-svn-broken-symlink.sh: use the $( ... ) construct for command subst...Elia Pinto2016-01-121-2/+2
| * | | | | | | | t9130-git-svn-authors-file.sh: use the $( ... ) construct for command substit...Elia Pinto2016-01-121-6/+6
| * | | | | | | | t9129-git-svn-i18n-commitencoding.sh: use the $( ... ) construct for command ...Elia Pinto2016-01-121-2/+2
| * | | | | | | | t9119-git-svn-info.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-121-1/+1
| * | | | | | | | t9118-git-svn-funky-branch-names.sh: use the $( ... ) construct for command s...Elia Pinto2016-01-121-1/+1
| * | | | | | | | t9114-git-svn-dcommit-merge.sh: use the $( ... ) construct for command substi...Elia Pinto2016-01-121-6/+6
| * | | | | | | | t9110-git-svn-use-svm-props.sh: use the $( ... ) construct for command substi...Elia Pinto2016-01-121-1/+1
| * | | | | | | | t9109-git-svn-multi-glob.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-121-16/+16
| * | | | | | | | t9108-git-svn-glob.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-121-10/+10
| * | | | | | | | t9107-git-svn-migrate.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-121-14/+14
| * | | | | | | | t9105-git-svn-commit-diff.sh: use the $( ... ) construct for command substitu...Elia Pinto2016-01-121-2/+2
| * | | | | | | | t9104-git-svn-follow-parent.sh: use the $( ... ) construct for command substi...Elia Pinto2016-01-121-34/+34
| * | | | | | | | t9101-git-svn-props.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-121-15/+15
| * | | | | | | | t9100-git-svn-basic.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-121-4/+4
| * | | | | | | | t/t9001-send-email.sh: use the $( ... ) construct for command substitutionep/update-command-substitution-styleElia Pinto2016-01-111-6/+6
| * | | | | | | | t/t8003-blame-corner-cases.sh: use the $( ... ) construct for command substit...Elia Pinto2016-01-081-2/+2
| * | | | | | | | t/t7700-repack.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-081-2/+2
| * | | | | | | | t/t7602-merge-octopus-many.sh: use the $( ... ) construct for command substit...Elia Pinto2016-01-081-4/+4
| * | | | | | | | t/t7505-prepare-commit-msg-hook.sh: use the $( ... ) construct for command su...Elia Pinto2016-01-081-16/+16
| * | | | | | | | t/t7504-commit-msg-hook.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-081-1/+1
| * | | | | | | | t/t7408-submodule-reference.sh: use the $( ... ) construct for command substi...Elia Pinto2016-01-081-1/+1
| * | | | | | | | t/t7406-submodule-update.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-081-2/+2
| * | | | | | | | t/t7103-reset-bare.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-081-1/+1
| * | | | | | | | t/t7006-pager.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-071-1/+1
| * | | | | | | | t/t7004-tag.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-071-8/+8
| * | | | | | | | t/t7003-filter-branch.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-071-3/+3