summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | test-lib: avoid full path to store test resultsFelipe Contreras2012-11-041-1/+2
| * | | | | | | | remote-hg: add basic testsFelipe Contreras2012-11-042-0/+125
| * | | | | | | | remote-hg: fake bookmark when there's noneFelipe Contreras2012-11-041-5/+14
| * | | | | | | | remote-hg: add compat for hg-git author fixesFelipe Contreras2012-11-041-6/+53
| * | | | | | | | remote-hg: add support for hg-git compat modeFelipe Contreras2012-11-041-6/+83
| * | | | | | | | remote-hg: match hg merge behaviorFelipe Contreras2012-11-041-0/+17
| * | | | | | | | remote-hg: make sure the encoding is correctFelipe Contreras2012-11-041-1/+11
| * | | | | | | | remote-hg: add support to push URLsFelipe Contreras2012-11-041-2/+12
| * | | | | | | | remote-hg: add support for remote pushingFelipe Contreras2012-11-041-2/+7
| * | | | | | | | remote-hg: add support for pushingFelipe Contreras2012-11-041-2/+215
| * | | | | | | | Add new remote-hg transport helperFelipe Contreras2012-11-041-0/+391
* | | | | | | | | Merge branch 'mk/complete-tcsh'Junio C Hamano2012-11-291-7/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Support for git aliasing for tcsh completionMarc Khouzam2012-11-271-7/+12
* | | | | | | | | | Merge branch 'jc/doc-push-satellite'Junio C Hamano2012-11-291-2/+14
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Documentation/git-push.txt: clarify the "push from satellite" workflowJunio C Hamano2012-11-271-2/+14
* | | | | | | | | | Merge branch 'km/send-email-remove-cruft-in-address'Junio C Hamano2012-11-291-18/+59
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | git-send-email: allow edit invalid email addressKrzysztof Mazur2012-11-261-3/+6
| * | | | | | | | | | git-send-email: ask what to do with an invalid email addressKrzysztof Mazur2012-11-261-2/+10
| * | | | | | | | | | git-send-email: remove invalid addresses earlierKrzysztof Mazur2012-11-261-13/+39
| * | | | | | | | | | git-send-email: fix fallback code in extract_valid_address()Krzysztof Mazur2012-11-261-5/+5
| * | | | | | | | | | git-send-email: remove garbage after email addressKrzysztof Mazur2012-11-261-0/+4
* | | | | | | | | | | Merge branch 'jk/send-email-sender-prompt'Junio C Hamano2012-11-299-26/+169
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t9001: check send-email behavior with implicit senderJeff King2012-11-281-0/+28
| * | | | | | | | | | | Merge branch 'fc/send-email-no-sender-prompt' into jk/send-email-sender-promptJunio C Hamano2012-11-282-9/+3
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t: add tests for "git var"Jeff King2012-11-281-0/+49
| * | | | | | | | | | | | ident: keep separate "explicit" flags for author and committerJeff King2012-11-153-10/+29
| * | | | | | | | | | | | ident: make user_ident_explicitly_given staticJeff King2012-11-152-5/+5
| * | | | | | | | | | | | t7502: factor out autoident prerequisiteJeff King2012-11-152-11/+7
| * | | | | | | | | | | | test-lib: allow negation of prerequisitesJeff King2012-11-152-1/+52
* | | | | | | | | | | | | Merge branch 'fc/send-email-no-sender-prompt'Junio C Hamano2012-11-292-9/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | send-email: avoid questions when user has an identFelipe Contreras2012-11-262-9/+3
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'er/doc-add-new-commands'Junio C Hamano2012-11-291-0/+99
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Documentation: how to add a new commandEric S. Raymond2012-11-261-0/+99
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jl/submodule-rm'Junio C Hamano2012-11-292-0/+32
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Teach rm to remove submodules when given with a trailing '/'Jens Lehmann2012-11-232-0/+32
* | | | | | | | | | | | | Merge branch 'pp/gitweb-config-underscore'Junio C Hamano2012-11-291-2/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | gitweb: make remote_heads config setting workPhil Pennock2012-11-211-2/+5
* | | | | | | | | | | | | | Merge branch 'fc/completion-test-simplification'Junio C Hamano2012-11-291-82/+52
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | completion: simplify __gitcomp() test helperFelipe Contreras2012-11-161-10/+5
| * | | | | | | | | | | | | | completion: refactor __gitcomp related testsFelipe Contreras2012-11-161-50/+28
| * | | | | | | | | | | | | | completion: consolidate test_completion*() testsFelipe Contreras2012-11-161-17/+14
| * | | | | | | | | | | | | | completion: simplify tests using test_completion_long()Felipe Contreras2012-11-161-6/+3
| * | | | | | | | | | | | | | completion: standardize final space marker in testsFelipe Contreras2012-11-161-14/+13
| * | | | | | | | | | | | | | completion: add comment for test_completion()Felipe Contreras2012-11-161-1/+5
* | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2012-11-293-5/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | git-fast-import.txt: improve documentation for quoted pathsMatthieu Moy2012-11-291-2/+6
| * | | | | | | | | | | | | | git-remote-mediawiki: escape ", \, and LF in file namesMatthieu Moy2012-11-292-3/+39
* | | | | | | | | | | | | | | Merge branch 'master' of git://github.com/git-l10n/git-poJunio C Hamano2012-11-291-834/+896
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://github.com/vnwildman/gitJiang Xin2012-11-291-834/+896
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | l10n: vi.po: Update follow git-v1.8.0-273-g2d242Tran Ngoc Quan2012-11-241-834/+896