| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge branch 'fc/transport-helper-fixes' | Junio C Hamano | 2014-03-18 | 3 | -4/+53 |
|\ |
|
| * | remote-bzr: support the new 'force' optionfc/transport-helper-fixes | Richard Hansen | 2014-02-24 | 2 | -2/+51 |
| * | test-hg.sh: tests are now expected to pass | Richard Hansen | 2014-02-24 | 1 | -2/+2 |
* | | Merge branch 'lb/contrib-contacts-looser-diff-parsing' | Junio C Hamano | 2014-03-14 | 1 | -2/+0 |
|\ \ |
|
| * | | git-contacts: do not fail parsing of good diffslb/contrib-contacts-looser-diff-parsing | Lars Gullik Bjønnes | 2014-02-18 | 1 | -2/+0 |
* | | | Merge branch 'ss/completion-rec-sub-fetch-push' | Junio C Hamano | 2014-03-14 | 1 | -1/+18 |
|\ \ \ |
|
| * | | | completion: teach --recurse-submodules to fetch, pull and pushss/completion-rec-sub-fetch-push | Sup Yut Sum | 2014-02-11 | 1 | -1/+18 |
* | | | | git-sh-setup.sh: add variable to use the stuck-long mode | Nicolas Vigier | 2014-02-03 | 1 | -0/+1 |
| |/ /
|/| | |
|
* | | | Merge branch 'jk/complete-merge-base' | Junio C Hamano | 2014-01-27 | 1 | -1/+7 |
|\ \ \ |
|
| * | | | completion: handle --[no-]fork-point options to git-rebasejk/complete-merge-base | John Keeping | 2014-01-13 | 1 | -1/+1 |
| * | | | completion: complete merge-base options | John Keeping | 2014-01-13 | 1 | -0/+6 |
* | | | | Merge branch 'ab/subtree-doc' | Junio C Hamano | 2014-01-27 | 2 | -13/+23 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | subtree: fix argument validation in add/pull/pushab/subtree-doc | Anthony Baire | 2014-01-13 | 2 | -13/+23 |
* | | | | Merge branch 'rr/completion-format-coverletter' | Junio C Hamano | 2014-01-13 | 1 | -0/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | completion: complete format.coverLetterrr/completion-format-coverletter | Ramkumar Ramachandra | 2014-01-07 | 1 | -0/+1 |
* | | | | completion: fix remote.pushdefaultrr/completion-branch-config | Ramkumar Ramachandra | 2014-01-06 | 1 | -0/+1 |
* | | | | completion: fix branch.autosetup(merge|rebase) | Ramkumar Ramachandra | 2014-01-06 | 1 | -0/+1 |
* | | | | completion: introduce __gitcomp_nl_append () | Ramkumar Ramachandra | 2014-01-06 | 2 | -4/+26 |
* | | | | zsh completion: find matching custom bash completion | Ramkumar Ramachandra | 2014-01-06 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge branch 'fc/remote-helper-fixes' | Junio C Hamano | 2013-12-27 | 3 | -9/+103 |
|\ \ \ |
|
| * | | | remote-hg: test 'shared_path' in a moved clone | Antoine Pelisse | 2013-12-26 | 1 | -0/+11 |
| * | | | remote-hg: add tests for special filenames | Felipe Contreras | 2013-12-09 | 1 | -0/+68 |
| * | | | remote-hg: fix 'shared path' path | Felipe Contreras | 2013-12-09 | 1 | -0/+3 |
| * | | | remote-helpers: add extra safety checks | Felipe Contreras | 2013-12-09 | 2 | -8/+20 |
| * | | | remote-hg: avoid buggy strftime() | jcb91 | 2013-12-09 | 1 | -1/+1 |
* | | | | Merge branch 'js/gnome-keyring' | Junio C Hamano | 2013-12-27 | 1 | -46/+39 |
|\ \ \ \ |
|
| * | | | | contrib/git-credential-gnome-keyring.c: small stylistic cleanupsjs/gnome-keyring | John Szakmeister | 2013-12-16 | 1 | -46/+39 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'jn/scripts-updates' | Junio C Hamano | 2013-12-12 | 12 | -539/+0 |
|\ \ \ \ |
|
| * | | | | remove #!interpreter line from shell librariesjn/scripts-updates | Jonathan Nieder | 2013-11-26 | 2 | -4/+0 |
| * | | | | contrib: remove git-p4import | Jonathan Nieder | 2013-11-26 | 3 | -533/+0 |
| * | | | | mark contributed hooks executable | Jonathan Nieder | 2013-11-25 | 4 | -2/+0 |
| * | | | | mark Windows build scripts executable | Jonathan Nieder | 2013-11-25 | 3 | -0/+0 |
| |/ / / |
|
* | | | | Merge branch 'jk/remove-deprecated' | Junio C Hamano | 2013-12-12 | 2 | -6/+2 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Sync with 1.8.5jk/remove-deprecated | Junio C Hamano | 2013-12-05 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| * | | | peek-remote: remove deprecated alias of ls-remote | John Keeping | 2013-11-12 | 1 | -1/+0 |
| * | | | lost-found: remove deprecated command | John Keeping | 2013-11-12 | 1 | -1/+0 |
| * | | | tar-tree: remove deprecated command | John Keeping | 2013-11-12 | 1 | -1/+0 |
| * | | | repo-config: remove deprecated alias for "git config" | John Keeping | 2013-11-12 | 2 | -3/+2 |
* | | | | Merge branch 'rh/remote-hg-bzr-updates' | Junio C Hamano | 2013-12-06 | 4 | -24/+25 |
|\ \ \ \ |
|