summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ph/rebase-original'Junio C Hamano2013-04-262-1/+8
|\
| * rebase: find orig_head unambiguouslyPhil Hord2013-04-232-1/+8
* | Merge branch 'jn/glossary-revision'Junio C Hamano2013-04-261-3/+1
|\ \
| * | glossary: a revision is just a commitJonathan Nieder2013-04-211-3/+1
* | | Merge branch 'jc/add-ignore-removal'Junio C Hamano2013-04-262-10/+23
|\ \ \
| * | | git add: rephrase -A/--no-all warningJunio C Hamano2013-04-221-6/+6
| * | | git add: --ignore-removal is a better named --no-allJunio C Hamano2013-04-222-4/+17
* | | | remote-bzr: strip extra newlineFelipe Contreras2013-04-261-0/+4
* | | | remote-bzr: tell bazaar to be quietFelipe Contreras2013-04-261-0/+3
* | | | remote-bzr: store converted URLFelipe Contreras2013-04-261-1/+12
* | | | remote-hg: use hashlib instead of hg sha1 utilFelipe Contreras2013-04-261-2/+2
* | | | remote-bzr: add support to push URLsFelipe Contreras2013-04-261-3/+13
* | | | remote-bzr: fix bad state issueFelipe Contreras2013-04-261-0/+6
* | | | remote-hg: remove extra checkFelipe Contreras2013-04-261-4/+0
* | | | remote-helpers: trivial cleanupsFelipe Contreras2013-04-262-4/+5
* | | | Merge branch 'fc/remote-hg'Junio C Hamano2013-04-263-36/+141
|\ \ \ \
| * | | | remote-hg: strip extra newlineFelipe Contreras2013-04-221-0/+4
| * | | | remote-hg: use marks instead of inlined filesFelipe Contreras2013-04-221-8/+33
| * | | | remote-hg: small performance improvementFelipe Contreras2013-04-221-1/+2
| * | | | remote-hg: allow refs with spacesFelipe Contreras2013-04-221-8/+17
| * | | | remote-hg: don't update bookmarks unnecessarilyFelipe Contreras2013-04-221-0/+3
| * | | | remote-hg: add support for schemes extensionFelipe Contreras2013-04-221-1/+7
| * | | | remote-hg: improve email sanitationFelipe Contreras2013-04-222-6/+12
| * | | | remote-hg: add custom local tag write codeFelipe Contreras2013-04-221-1/+3
| * | | | remote-hg: write tags in the appropriate branchFelipe Contreras2013-04-221-2/+4
| * | | | remote-hg: custom method to write tagsFelipe Contreras2013-04-221-1/+32
| * | | | remote-hg: add support for tag objectsFelipe Contreras2013-04-221-3/+7
| * | | | remote-hg: add branch_tip() helperFelipe Contreras2013-04-221-3/+8
| * | | | remote-hg: properly mark branches up-to-dateFelipe Contreras2013-04-221-0/+4
| * | | | remote-hg: use python urlparseFelipe Contreras2013-04-221-4/+5
| * | | | remote-hg: safer bookmark pushingFelipe Contreras2013-04-221-0/+2
| * | | | remote-helpers: avoid has_keyDusty Phillips2013-04-222-2/+2
| |/ / /
* | | | Merge branch 'fc/remote-bzr'Junio C Hamano2013-04-261-5/+5
|\ \ \ \
| * | | | remote-bzr: use proper push methodFelipe Contreras2013-04-251-5/+5
* | | | | Merge branch 'jc/warn-pathless-add-finishing-touches'Junio C Hamano2013-04-261-0/+2
|\ \ \ \ \
| * | | | | git add: avoid "-u/-A without pathspec" warning on stat-dirty pathsJunio C Hamano2013-04-261-0/+2
* | | | | | Sync with 1.8.2.2Junio C Hamano2013-04-267-20/+54
|\ \ \ \ \ \
| * | | | | | Git 1.8.2.2v1.8.2.2Junio C Hamano2013-04-263-2/+21
| * | | | | | Merge branch 'jk/a-thread-only-dies-once' into maintJunio C Hamano2013-04-263-6/+26
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jn/gitweb-install-doc' into maintJunio C Hamano2013-04-262-8/+12
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'fc/untracked-zsh-prompt' into maintJunio C Hamano2013-04-261-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jk/receive-pack-deadlocks-with-early-failure' into maintJunio C Hamano2013-04-261-1/+4
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jk/chopped-ident' into maintJunio C Hamano2013-04-265-99/+75
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'rt/commentchar-fmt-merge-msg' into maintJunio C Hamano2013-04-262-7/+29
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rs/empty-archive' into maintJunio C Hamano2013-04-261-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'pe/pull-rebase-v-q' into maintJunio C Hamano2013-04-262-1/+28
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | t7409: do not use export X=YTorsten Bögershausen2013-04-261-4/+10
| * | | | | | | | | | | | | | test-hg-hg-git.sh: do not use export X=YTorsten Bögershausen2013-04-261-4/+6
| * | | | | | | | | | | | | | test-hg-bidi.sh: do not use export X=YTorsten Bögershausen2013-04-261-5/+6
| * | | | | | | | | | | | | | t9501: do not use export X=YTorsten Bögershausen2013-04-261-5/+10