| Commit message (Expand) | Author | Age | Files | Lines |
* | t0010-racy-git.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-29 | 1 | -2/+2 |
* | t0001-init.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-29 | 1 | -6/+6 |
* | p5302-pack-index.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-23 | 1 | -1/+1 |
* | lib-gpg.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-23 | 1 | -1/+1 |
* | lib-cvs.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-23 | 1 | -1/+1 |
* | lib-credential.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-23 | 1 | -1/+1 |
* | git-web--browse.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-23 | 1 | -3/+3 |
* | git-stash.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-23 | 1 | -1/+1 |
* | git-rebase.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-23 | 1 | -4/+4 |
* | git-rebase--merge.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-23 | 1 | -2/+2 |
* | git-pull.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-23 | 1 | -1/+1 |
* | appp.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-23 | 1 | -7/+7 |
* | t7900-subtree.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-23 | 1 | -1/+1 |
* | test-gitmw-lib.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-23 | 1 | -3/+3 |
* | t9365-continuing-queries.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-23 | 1 | -1/+1 |
* | t9362-mw-to-git-utf8.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -2/+2 |
* | t9360-mw-to-git-clone.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -7/+7 |
* | git-tag.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -1/+1 |
* | git-revert.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -1/+1 |
* | git-resolve.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -1/+1 |
* | git-repack.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -1/+1 |
* | git-merge.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -2/+2 |
* | git-ls-remote.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -2/+2 |
* | git-fetch.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -3/+3 |
* | git-commit.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -5/+5 |
* | git-clone.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -10/+10 |
* | git-checkout.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -4/+4 |
* | install-webdoc.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -3/+3 |
* | howto-index.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -6/+6 |
* | git-am.sh: use the $(...) construct for command substitution | Elia Pinto | 2014-03-25 | 1 | -15/+15 |
* | check-builtins.sh: use the $(...) construct for command substitution | Elia Pinto | 2014-03-25 | 1 | -2/+2 |
* | Update draft release notes to 2.0 | Junio C Hamano | 2014-03-25 | 1 | -0/+29 |
* | Merge branch 'ss/test-on-mingw-rsync-path-no-absolute' | Junio C Hamano | 2014-03-25 | 1 | -3/+3 |
|\ |
|
| * | t5510: Do not use $(pwd) when fetching / pushing / pulling via rsyncss/test-on-mingw-rsync-path-no-absolute | Sebastian Schuberth | 2014-03-19 | 1 | -3/+3 |
* | | Merge branch 'bb/diff-no-index-dotdot' | Junio C Hamano | 2014-03-25 | 1 | -4/+5 |
|\ \ |
|
| * | | diff-no-index: replace manual "."/".." check with is_dot_or_dotdot()bb/diff-no-index-dotdot | Brian Bourn | 2014-03-19 | 1 | -1/+2 |
| * | | diff-no-index: rename read_directory() | Brian Bourn | 2014-03-19 | 1 | -3/+3 |
| |/ |
|
* | | Merge branch 'us/printf-not-echo' | Junio C Hamano | 2014-03-25 | 2 | -3/+3 |
|\ \ |
|
| * | | test-lib.sh: do not "echo" caller-supplied stringsus/printf-not-echo | Uwe Storbeck | 2014-03-18 | 1 | -2/+2 |
| * | | rebase -i: do not "echo" random user-supplied strings | Uwe Storbeck | 2014-03-17 | 1 | -1/+1 |
* | | | Merge branch 'rr/doc-merge-strategies' | Junio C Hamano | 2014-03-25 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Documentation/merge-strategies: avoid hyphenated commandsrr/doc-merge-strategies | Ramkumar Ramachandra | 2014-03-17 | 1 | -2/+2 |
* | | | | Merge branch 'nd/index-pack-error-message' | Junio C Hamano | 2014-03-25 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | index-pack: report error using the correct variablend/index-pack-error-message | Junio C Hamano | 2014-03-17 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Merge branch 'jk/lib-terminal-lazy' | Junio C Hamano | 2014-03-25 | 1 | -18/+19 |
|\ \ \ \ |
|
| * | | | | t/lib-terminal: make TTY a lazy prerequisitejk/lib-terminal-lazy | Jeff King | 2014-03-14 | 1 | -18/+19 |
| |/ / / |
|
* | | | | Merge branch 'dm/configure-iconv-locale-charset' | Junio C Hamano | 2014-03-25 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | configure.ac: link with -liconv for locale_charset()dm/configure-iconv-locale-charset | Dmitry Marakasov | 2014-03-11 | 1 | -1/+1 |
* | | | | | Merge branch 'nd/commit-editor-cleanup' | Junio C Hamano | 2014-03-25 | 5 | -12/+48 |
|\ \ \ \ \ |
|
| * | | | | | commit: add --cleanup=scissorsnd/commit-editor-cleanup | Nguyễn Thái Ngọc Duy | 2014-02-25 | 3 | -4/+34 |