Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | remote-bzr: add support for remote repositories | Felipe Contreras | 2012-11-28 | 1 | -2/+24 | |
| * | | | | | | | remote-bzr: add support for pushing | Felipe Contreras | 2012-11-28 | 1 | -0/+295 | |
| * | | | | | | | Add new remote-bzr transport helper | Felipe Contreras | 2012-11-28 | 1 | -0/+352 | |
* | | | | | | | | Merge branch 'er/python-version-requirements' | Junio C Hamano | 2013-01-09 | 5 | -2/+27 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add checks to Python scripts for version dependencies. | Eric S. Raymond | 2012-12-28 | 5 | -2/+27 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2013-01-08 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'ms/subtree-fixlets' into maint | Junio C Hamano | 2013-01-08 | 2 | -1/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | remote-hg: Fix biridectionality -> bidirectionality typos | W. Trevor King | 2013-01-08 | 2 | -2/+2 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'jk/complete-commit-c' | Junio C Hamano | 2013-01-05 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | completion: complete refs for "git commit -c" | Jeff King | 2012-12-15 | 1 | -0/+7 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'ms/subtree-fixlets' | Junio C Hamano | 2013-01-03 | 2 | -1/+2 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | / / / / | | |/ / / / | |/| | | | | ||||||
| * | | | | | git-subtree: fix typo in manpage | Michael Schubert | 2012-12-22 | 1 | -1/+1 | |
| * | | | | | git-subtree: ignore git-subtree executable | Michael Schubert | 2012-12-22 | 1 | -0/+1 | |
* | | | | | | Merge branch 'so/prompt-command' | Junio C Hamano | 2012-12-27 | 1 | -12/+20 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | make __git_ps1 accept a third parameter in pcmode | Simon Oosthoek | 2012-12-26 | 1 | -12/+20 | |
* | | | | | | | Merge branch 'jk/mailmap-cleanup' | Junio C Hamano | 2012-12-21 | 1 | -32/+64 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | contrib: update stats/mailmap script | Jeff King | 2012-12-12 | 1 | -32/+64 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge branch 'so/prompt-command' | Junio C Hamano | 2012-12-12 | 1 | -5/+11 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | git-prompt.sh: update PROMPT_COMMAND documentation | Junio C Hamano | 2012-12-12 | 1 | -5/+11 | |
* | | | | | | Add file completion to tcsh git completion. | Marc Khouzam | 2012-12-11 | 1 | -15/+54 | |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2012-12-11 | 1 | -1/+10 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | git-prompt: Document GIT_PS1_DESCRIBE_STYLE | Anders Kaseorg | 2012-12-11 | 1 | -0/+9 | |
* | | | | | | Merge branch 'fc/remote-hg' | Junio C Hamano | 2012-11-29 | 5 | -0/+1637 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | remote-hg: fix for older versions of python | Felipe Contreras | 2012-11-27 | 1 | -4/+8 | |
| * | | | | | | remote-hg: fix for files with spaces | Felipe Contreras | 2012-11-27 | 1 | -1/+1 | |
| * | | | | | | remote-hg: avoid bad refs | Felipe Contreras | 2012-11-12 | 1 | -0/+3 | |
| * | | | | | | remote-hg: try the 'tip' if no checkout present | Felipe Contreras | 2012-11-12 | 1 | -0/+2 | |
| * | | | | | | remote-hg: fix compatibility with older versions of hg | Felipe Contreras | 2012-11-12 | 1 | -1/+1 | |
| * | | | | | | remote-hg: add missing config for basic tests | Ramkumar Ramachandra | 2012-11-12 | 1 | -0/+9 | |
| * | | | | | | remote-hg: the author email can be null | Felipe Contreras | 2012-11-04 | 1 | -3/+3 | |
| * | | | | | | remote-hg: add option to not track branches | Felipe Contreras | 2012-11-04 | 1 | -8/+14 | |
| * | | | | | | remote-hg: add extra author test | Felipe Contreras | 2012-11-04 | 1 | -1/+5 | |
| * | | | | | | remote-hg: add tests to compare with hg-git | Felipe Contreras | 2012-11-04 | 1 | -0/+462 | |
| * | | | | | | remote-hg: add bidirectional tests | Felipe Contreras | 2012-11-04 | 1 | -0/+243 | |
| * | | | | | | remote-hg: add basic tests | Felipe Contreras | 2012-11-04 | 2 | -0/+125 | |
| * | | | | | | remote-hg: fake bookmark when there's none | Felipe Contreras | 2012-11-04 | 1 | -5/+14 | |
| * | | | | | | remote-hg: add compat for hg-git author fixes | Felipe Contreras | 2012-11-04 | 1 | -6/+53 | |
| * | | | | | | remote-hg: add support for hg-git compat mode | Felipe Contreras | 2012-11-04 | 1 | -6/+83 | |
| * | | | | | | remote-hg: match hg merge behavior | Felipe Contreras | 2012-11-04 | 1 | -0/+17 | |
| * | | | | | | remote-hg: make sure the encoding is correct | Felipe Contreras | 2012-11-04 | 1 | -1/+11 | |
| * | | | | | | remote-hg: add support to push URLs | Felipe Contreras | 2012-11-04 | 1 | -2/+12 | |
| * | | | | | | remote-hg: add support for remote pushing | Felipe Contreras | 2012-11-04 | 1 | -2/+7 | |
| * | | | | | | remote-hg: add support for pushing | Felipe Contreras | 2012-11-04 | 1 | -2/+215 | |
| * | | | | | | Add new remote-hg transport helper | Felipe Contreras | 2012-11-04 | 1 | -0/+391 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'mk/complete-tcsh' | Junio C Hamano | 2012-11-29 | 1 | -7/+12 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Support for git aliasing for tcsh completion | Marc Khouzam | 2012-11-27 | 1 | -7/+12 | |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2012-11-29 | 2 | -3/+39 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | git-remote-mediawiki: escape ", \, and LF in file names | Matthieu Moy | 2012-11-29 | 2 | -3/+39 | |
* | | | | | | | completion: fix warning for zsh | Felipe Contreras | 2012-11-29 | 1 | -0/+2 | |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2012-11-28 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |