Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | 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 | |
|\ \ \ \ \ | ||||||
| * | | | | | remote-bzr, remote-hg: fix email address regular expressionrh/remote-hg-bzr-updates | Richard Hansen | 2013-11-18 | 3 | -9/+8 | |
| * | | | | | test-hg.sh: help user correlate verbose output with email test | Richard Hansen | 2013-11-18 | 1 | -10/+10 | |
| * | | | | | test-hg.sh: fix duplicate content strings in author tests | Richard Hansen | 2013-11-18 | 1 | -9/+9 | |
| * | | | | | test-hg.sh: avoid obsolete 'test' syntax | Richard Hansen | 2013-11-18 | 1 | -1/+1 | |
| * | | | | | test-hg.sh: eliminate 'local' bashism | Richard Hansen | 2013-11-18 | 1 | -2/+2 | |
| * | | | | | test-bzr.sh, test-hg.sh: prepare for change to push.default=simple | Richard Hansen | 2013-11-18 | 1 | -1/+1 | |
| * | | | | | test-bzr.sh, test-hg.sh: allow running from any dir | Felipe Contreras | 2013-11-18 | 2 | -2/+4 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge branch 'jn/mediawiki-makefile-updates' | Junio C Hamano | 2013-12-05 | 1 | -2/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | git-remote-mediawiki build: handle DESTDIR/INSTLIBDIR with whitespacejn/mediawiki-makefile-updates | Jonathan Nieder | 2013-11-11 | 1 | -2/+4 | |
| * | | | | | git-remote-mediawiki build: make 'install' command configurable | Jonathan Nieder | 2013-11-11 | 1 | -2/+4 | |
| * | | | | | git-remote-mediawiki: honor DESTDIR in "make install" | Jonathan Nieder | 2013-11-11 | 1 | -1/+3 | |
| * | | | | | git-remote-mediawiki: do not remove installed files in "clean" target | Jonathan Nieder | 2013-11-11 | 1 | -1/+0 | |
* | | | | | | Merge branch 'mi/typofixes' | Junio C Hamano | 2013-12-03 | 4 | -4/+4 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | | | ||||||
| * | | | | contrib: typofixesmi/typofixes | Masanari Iida | 2013-11-12 | 4 | -4/+4 | |
| | |/ / | |/| | | ||||||
* | | | | remote-hg: don't decode UTF-8 paths into Unicode objects | Richard Hansen | 2013-11-18 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge branch 'jk/subtree-install-fix' | Junio C Hamano | 2013-11-04 | 1 | -1/+6 | |
|\ \ \ | ||||||
| * | | | subtree: add makefile target for html docsjk/subtree-install-fix | Jeff King | 2013-10-30 | 1 | -1/+6 | |
* | | | | Merge branch 'ap/remote-hg-unquote-cquote' | Junio C Hamano | 2013-11-01 | 1 | -0/+6 | |
|\ \ \ \ |