Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remote-bzr: strip extra newline | Felipe Contreras | 2013-04-26 | 1 | -0/+4 |
* | remote-bzr: tell bazaar to be quiet | Felipe Contreras | 2013-04-26 | 1 | -0/+3 |
* | remote-bzr: store converted URL | Felipe Contreras | 2013-04-26 | 1 | -1/+12 |
* | remote-hg: use hashlib instead of hg sha1 util | Felipe Contreras | 2013-04-26 | 1 | -2/+2 |
* | remote-bzr: add support to push URLs | Felipe Contreras | 2013-04-26 | 1 | -3/+13 |
* | remote-bzr: fix bad state issue | Felipe Contreras | 2013-04-26 | 1 | -0/+6 |
* | remote-hg: remove extra check | Felipe Contreras | 2013-04-26 | 1 | -4/+0 |
* | remote-helpers: trivial cleanups | Felipe Contreras | 2013-04-26 | 2 | -4/+5 |
* | Merge branch 'fc/remote-hg' | Junio C Hamano | 2013-04-26 | 3 | -36/+141 |
|\ | |||||
| * | remote-hg: strip extra newline | Felipe Contreras | 2013-04-22 | 1 | -0/+4 |
| * | remote-hg: use marks instead of inlined files | Felipe Contreras | 2013-04-22 | 1 | -8/+33 |
| * | remote-hg: small performance improvement | Felipe Contreras | 2013-04-22 | 1 | -1/+2 |
| * | remote-hg: allow refs with spaces | Felipe Contreras | 2013-04-22 | 1 | -8/+17 |
| * | remote-hg: don't update bookmarks unnecessarily | Felipe Contreras | 2013-04-22 | 1 | -0/+3 |
| * | remote-hg: add support for schemes extension | Felipe Contreras | 2013-04-22 | 1 | -1/+7 |
| * | remote-hg: improve email sanitation | Felipe Contreras | 2013-04-22 | 2 | -6/+12 |
| * | remote-hg: add custom local tag write code | Felipe Contreras | 2013-04-22 | 1 | -1/+3 |
| * | remote-hg: write tags in the appropriate branch | Felipe Contreras | 2013-04-22 | 1 | -2/+4 |
| * | remote-hg: custom method to write tags | Felipe Contreras | 2013-04-22 | 1 | -1/+32 |
| * | remote-hg: add support for tag objects | Felipe Contreras | 2013-04-22 | 1 | -3/+7 |
| * | remote-hg: add branch_tip() helper | Felipe Contreras | 2013-04-22 | 1 | -3/+8 |
| * | remote-hg: properly mark branches up-to-date | Felipe Contreras | 2013-04-22 | 1 | -0/+4 |
| * | remote-hg: use python urlparse | Felipe Contreras | 2013-04-22 | 1 | -4/+5 |
| * | 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 |