summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lib-gpg.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-231-1/+1
* lib-cvs.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-231-1/+1
* lib-credential.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-231-1/+1
* git-web--browse.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-231-3/+3
* git-stash.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-231-1/+1
* git-rebase.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-231-4/+4
* git-rebase--merge.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-231-2/+2
* git-pull.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-231-1/+1
* appp.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-231-7/+7
* t7900-subtree.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-231-1/+1
* test-gitmw-lib.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-231-3/+3
* t9365-continuing-queries.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-231-1/+1
* t9362-mw-to-git-utf8.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-171-2/+2
* t9360-mw-to-git-clone.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-171-7/+7
* git-tag.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-171-1/+1
* git-revert.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-171-1/+1
* git-resolve.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-171-1/+1
* git-repack.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-171-1/+1
* git-merge.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-171-2/+2
* git-ls-remote.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-171-2/+2
* git-fetch.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-171-3/+3
* git-commit.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-171-5/+5
* git-clone.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-171-10/+10
* git-checkout.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-171-4/+4
* install-webdoc.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-171-3/+3
* howto-index.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-171-6/+6
* git-am.sh: use the $(...) construct for command substitutionElia Pinto2014-03-251-15/+15
* check-builtins.sh: use the $(...) construct for command substitutionElia Pinto2014-03-251-2/+2
* Update draft release notes to 2.0Junio C Hamano2014-03-251-0/+29
* Merge branch 'ss/test-on-mingw-rsync-path-no-absolute'Junio C Hamano2014-03-251-3/+3
|\
| * t5510: Do not use $(pwd) when fetching / pushing / pulling via rsyncss/test-on-mingw-rsync-path-no-absoluteSebastian Schuberth2014-03-191-3/+3
* | Merge branch 'bb/diff-no-index-dotdot'Junio C Hamano2014-03-251-4/+5
|\ \
| * | diff-no-index: replace manual "."/".." check with is_dot_or_dotdot()bb/diff-no-index-dotdotBrian Bourn2014-03-191-1/+2
| * | diff-no-index: rename read_directory()Brian Bourn2014-03-191-3/+3
| |/
* | Merge branch 'us/printf-not-echo'Junio C Hamano2014-03-252-3/+3
|\ \
| * | test-lib.sh: do not "echo" caller-supplied stringsus/printf-not-echoUwe Storbeck2014-03-181-2/+2
| * | rebase -i: do not "echo" random user-supplied stringsUwe Storbeck2014-03-171-1/+1
* | | Merge branch 'rr/doc-merge-strategies'Junio C Hamano2014-03-251-2/+2
|\ \ \
| * | | Documentation/merge-strategies: avoid hyphenated commandsrr/doc-merge-strategiesRamkumar Ramachandra2014-03-171-2/+2
* | | | Merge branch 'nd/index-pack-error-message'Junio C Hamano2014-03-251-2/+2
|\ \ \ \
| * | | | index-pack: report error using the correct variablend/index-pack-error-messageJunio C Hamano2014-03-171-2/+2
| |/ / /
* | | | Merge branch 'jk/lib-terminal-lazy'Junio C Hamano2014-03-251-18/+19
|\ \ \ \
| * | | | t/lib-terminal: make TTY a lazy prerequisitejk/lib-terminal-lazyJeff King2014-03-141-18/+19
| |/ / /
* | | | Merge branch 'dm/configure-iconv-locale-charset'Junio C Hamano2014-03-251-1/+1
|\ \ \ \
| * | | | configure.ac: link with -liconv for locale_charset()dm/configure-iconv-locale-charsetDmitry Marakasov2014-03-111-1/+1
* | | | | Merge branch 'nd/commit-editor-cleanup'Junio C Hamano2014-03-255-12/+48
|\ \ \ \ \
| * | | | | commit: add --cleanup=scissorsnd/commit-editor-cleanupNguyễn Thái Ngọc Duy2014-02-253-4/+34
| * | | | | wt-status.c: move cut-line print code out to wt_status_add_cut_lineNguyễn Thái Ngọc Duy2014-02-182-7/+13
| * | | | | wt-status.c: make cut_line[] const to shrink .data section a bitNguyễn Thái Ngọc Duy2014-02-181-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jk/warn-on-object-refname-ambiguity'Junio C Hamano2014-03-252-6/+15
|\ \ \ \ \