Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | remote-hg: safer bookmark pushing | Felipe Contreras | 2013-04-22 | 1 | -0/+2 | |
| * | | remote-helpers: avoid has_key | Dusty Phillips | 2013-04-22 | 2 | -2/+2 | |
* | | | Merge branch 'fc/remote-bzr' | Junio C Hamano | 2013-04-26 | 1 | -5/+5 | |
|\ \ \ | ||||||
| * | | | remote-bzr: use proper push method | Felipe Contreras | 2013-04-25 | 1 | -5/+5 | |
* | | | | Sync with 1.8.2.2 | Junio C Hamano | 2013-04-26 | 2 | -9/+12 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Merge branch 'fc/untracked-zsh-prompt' into maint | Junio C Hamano | 2013-04-26 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| * | | | | test-hg-hg-git.sh: do not use export X=Y | Torsten Bögershausen | 2013-04-26 | 1 | -4/+6 | |
| * | | | | test-hg-bidi.sh: do not use export X=Y | Torsten Bögershausen | 2013-04-26 | 1 | -5/+6 | |
* | | | | | Sync with maint | Junio C Hamano | 2013-04-24 | 1 | -7/+0 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | completion: remove duplicate block for "git commit -c" | Mårten Kongstad | 2013-04-24 | 1 | -7/+0 | |
| * | | | | Merge branch 'rr/prompt-revert-head' into maint | Junio C Hamano | 2013-04-22 | 1 | -0/+2 | |
| |\ \ \ \ | ||||||
* | \ \ \ \ | Merge branch 'fc/untracked-zsh-prompt' | Junio C Hamano | 2013-04-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | / | |_|_|_|/ |/| | | | | ||||||
| * | | | | prompt: fix untracked files for zsh | Felipe Contreras | 2013-04-21 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge branch 'fc/remote-hg' | Junio C Hamano | 2013-04-21 | 4 | -29/+148 | |
|\ \ \ \ | ||||||
| * | | | | remote-hg: activate graphlog extension for hg_log() | Antoine Pelisse | 2013-04-11 | 2 | -2/+7 | |
| * | | | | remote-hg: fix bad file paths | Felipe Contreras | 2013-04-11 | 1 | -2/+8 | |
| * | | | | remote-hg: document location of stored hg repository | Simon Ruderich | 2013-04-11 | 1 | -0/+3 | |
| * | | | | remote-hg: fix bad state issue | Felipe Contreras | 2013-04-11 | 1 | -1/+7 | |
| * | | | | remote-hg: add 'insecure' option | Simon Ruderich | 2013-04-11 | 1 | -0/+9 | |
| * | | | | remote-hg: add simple mail test | Felipe Contreras | 2013-04-11 | 1 | -1/+2 | |
| * | | | | remote-hg: add basic author tests | Felipe Contreras | 2013-04-11 | 1 | -0/+35 | |
| * | | | | remote-hg: show more proper errors | Felipe Contreras | 2013-04-11 | 1 | -3/+9 | |
| * | | | | remote-hg: force remote push | Felipe Contreras | 2013-04-11 | 1 | -2/+9 | |
| * | | | | remote-hg: push to the appropriate branch | Dusty Phillips | 2013-04-11 | 1 | -0/+4 | |
| * | | | | remote-hg: update tags globally | Felipe Contreras | 2013-04-11 | 1 | -1/+5 | |
| * | | | | remote-hg: update remote bookmarks | Felipe Contreras | 2013-04-11 | 1 | -0/+5 | |
| * | | | | remote-hg: refactor export | Felipe Contreras | 2013-04-11 | 1 | -8/+12 | |
| * | | | | remote-hg: split bookmark handling | Felipe Contreras | 2013-04-11 | 1 | -14/+25 | |
| * | | | | remote-hg: redirect buggy mercurial output | Felipe Contreras | 2013-04-11 | 1 | -0/+1 | |
| * | | | | remote-hg: trivial test cleanups | Felipe Contreras | 2013-04-11 | 2 | -5/+3 | |
| * | | | | remote-hg: make sure fake bookmarks are updated | Felipe Contreras | 2013-04-11 | 3 | -0/+9 | |
| * | | | | remote-hg: fix for files with spaces | Peter van Zetten | 2013-04-11 | 1 | -2/+2 | |
| * | | | | remote-hg: properly report errors on bookmark pushes | Felipe Contreras | 2013-04-11 | 1 | -0/+1 | |
| * | | | | remote-hg: add missing config variable in doc | Dusty Phillips | 2013-04-11 | 1 | -0/+4 | |
| * | | | | remote-hg: trivial cleanups | Felipe Contreras | 2013-04-11 | 1 | -5/+5 | |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2013-04-18 | 1 | -1/+2 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | remote-hg: fix commit messages | Felipe Contreras | 2013-04-17 | 1 | -1/+2 | |
* | | | | | Merge branch 'fc/completion' | Junio C Hamano | 2013-04-18 | 1 | -45/+33 | |
|\ \ \ \ \ | ||||||
| * | | | | | completion: small optimization | Felipe Contreras | 2013-04-14 | 1 | -4/+4 | |
| * | | | | | completion: inline __gitcomp_1 to its sole callsite | Felipe Contreras | 2013-04-14 | 1 | -15/+11 | |
| * | | | | | completion: get rid of compgen | Felipe Contreras | 2013-04-14 | 1 | -5/+10 | |
| * | | | | | completion: add new __gitcompadd helper | Felipe Contreras | 2013-04-14 | 1 | -5/+8 | |
| * | | | | | completion: get rid of empty COMPREPLY assignments | Felipe Contreras | 2013-04-12 | 1 | -21/+0 | |
| * | | | | | completion: add more cherry-pick options | Felipe Contreras | 2013-04-12 | 1 | -1/+6 | |
* | | | | | | remote-bzr: fix prefix of tags | Felipe Contreras | 2013-04-15 | 1 | -3/+6 | |
* | | | | | | test-bzr: portable shell and utf-8 strings for Mac OS | Torsten Bögershausen | 2013-04-12 | 1 | -19/+19 | |
* | | | | | | Sync with 'maint' | Junio C Hamano | 2013-04-12 | 5 | -15/+15 | |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | ||||||
| * | | | | contrib/subtree: fix spelling of accidentally | Stefano Lattarini | 2013-04-12 | 1 | -1/+1 | |
| * | | | | git-remote-mediawiki: spelling fixes | Stefano Lattarini | 2013-04-12 | 4 | -14/+14 | |
* | | | | | remote-bzr: improve tag handling | Felipe Contreras | 2013-04-08 | 1 | -9/+16 |