summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tr/sha1-file-silence-loose-object-info-under-prune-race'Junio C Hamano2013-06-111-1/+1
|\
| * sha1_file: silence sha1_loose_object_infoThomas Rast2013-06-031-1/+1
* | Merge branch 'nd/warn-ambiguous-object-name'Junio C Hamano2013-06-114-2/+44
|\ \
| * | get_sha1: warn about full or short object names that look like refsNguyễn Thái Ngọc Duy2013-05-294-2/+44
* | | Merge branch 'rr/diffcore-pickaxe-doc'Junio C Hamano2013-06-113-28/+59
|\ \ \
| * | | diffcore-pickaxe doc: document -S and -G properlyRamkumar Ramachandra2013-06-032-26/+57
| * | | diffcore-pickaxe: make error messages more consistentRamkumar Ramachandra2013-06-031-2/+2
* | | | Merge branch 'cr/git-work-tree-sans-git-dir'Junio C Hamano2013-06-111-3/+1
|\ \ \ \
| * | | | git.txt: remove stale comment regarding GIT_WORK_TREEChris Rorvick2013-06-031-3/+1
* | | | | Merge branch 'mm/mediawiki-https-fail-message'Junio C Hamano2013-06-111-8/+18
|\ \ \ \ \
| * | | | | git-remote-mediawiki: better error message when HTTP(S) access failsMatthieu Moy2013-05-291-8/+18
* | | | | | Merge branch 'cb/log-follow-with-combined'Junio C Hamano2013-06-112-0/+17
|\ \ \ \ \ \
| * | | | | | fix segfault with git log -c --followClemens Buchacher2013-05-282-0/+17
* | | | | | | Merge branch 'xq/credential-osxkeychain'Junio C Hamano2013-06-111-1/+11
|\ \ \ \ \ \ \
| * | | | | | | credential-osxkeychain: support more protocolsXidorn Quan2013-05-281-1/+11
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'fc/do-not-use-the-index-in-add-to-index'Junio C Hamano2013-06-111-3/+3
|\ \ \ \ \ \ \
| * | | | | | | read-cache: trivial style cleanupsFelipe Contreras2013-06-031-2/+2
| * | | | | | | read-cache: fix wrong 'the_index' usageFelipe Contreras2013-06-031-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'fc/remote-bzr'Junio C Hamano2013-06-111-57/+55
|\ \ \ \ \ \ \
| * | | | | | | remote-bzr: add fallback check for a partial cloneFelipe Contreras2013-05-281-1/+4
| * | | | | | | remote-bzr: reorganize the way 'wanted' worksFelipe Contreras2013-05-281-32/+26
| * | | | | | | remote-bzr: trivial cleanupsFelipe Contreras2013-05-281-7/+7
| * | | | | | | remote-bzr: change global repoFelipe Contreras2013-05-281-2/+2
| * | | | | | | remote-bzr: delay cloning/pullingFelipe Contreras2013-05-281-15/+13
| * | | | | | | remote-bzr: simplify get_remote_branch()Felipe Contreras2013-05-281-11/+12
| * | | | | | | remote-bzr: fix for files with spacesFelipe Contreras2013-05-281-1/+1
| * | | | | | | remote-bzr: recover from failed clonesFelipe Contreras2013-05-281-8/+10
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'fc/remote-hg'Junio C Hamano2013-06-116-522/+1300
|\ \ \ \ \ \ \
| * | | | | | | remote-hg: add support for --forceFelipe Contreras2013-05-282-13/+50
| * | | | | | | remote-hg: add support for --dry-runFelipe Contreras2013-05-282-2/+65
| * | | | | | | remote-hg: check if a fetch is neededFelipe Contreras2013-05-282-1/+109
| * | | | | | | remote-hg: trivial cleanupFelipe Contreras2013-05-281-7/+4
| * | | | | | | remote-helpers: improve marks usageFelipe Contreras2013-05-282-3/+9
| * | | | | | | remote-hg: add check_push() helperFelipe Contreras2013-05-281-17/+49
| * | | | | | | remote-hg: add setup_big_push() helperFelipe Contreras2013-05-281-4/+11
| * | | | | | | remote-hg: remove files before modificationsFelipe Contreras2013-05-281-2/+2
| * | | | | | | remote-hg: improve lightweight tag authorFelipe Contreras2013-05-281-4/+14
| * | | | | | | remote-hg: use remote 'default' not local oneFelipe Contreras2013-05-282-11/+10
| * | | | | | | remote-hg: improve branch listingFelipe Contreras2013-05-281-3/+6
| * | | | | | | remote-hg: simplify branch_tip()Felipe Contreras2013-05-281-8/+4
| * | | | | | | remote-hg: check diverged bookmarksFelipe Contreras2013-05-282-1/+25
| * | | | | | | remote-hg: pass around revision refsFelipe Contreras2013-05-282-16/+24
| * | | | | | | remote-hg: implement custom checkheads()Felipe Contreras2013-05-281-3/+49
| * | | | | | | remote-hg: implement custom push()Felipe Contreras2013-05-281-2/+42
| * | | | | | | remote-hg: only update necessary revisionsFelipe Contreras2013-05-281-2/+7
| * | | | | | | remote-hg: force remote bookmark push selectivelyFelipe Contreras2013-05-281-1/+2
| * | | | | | | remote-hg: reorganize bookmark handlingFelipe Contreras2013-05-281-31/+19
| * | | | | | | remote-hg: add test for failed double pushFelipe Contreras2013-05-281-0/+24
| * | | | | | | remote-hg: add test for big pushFelipe Contreras2013-05-281-6/+107
| * | | | | | | remote-hg: add test for new bookmark specialFelipe Contreras2013-05-281-0/+15