aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Git 1.8.1.4v1.8.1.4Junio C Hamano2013-02-19
* Merge branch 'ob/imap-send-ssl-verify' into maintJunio C Hamano2013-02-19
|\
| * imap-send: support subjectAltName as wellOswald Buddenhagen2013-02-19
| * imap-send: the subject of SSL certificate must match the hostOswald Buddenhagen2013-02-19
| * imap-send: move #ifdef aroundJunio C Hamano2013-02-18
* | user-manual: use -o latest.tar.gz to create a gzipped tarballW. Trevor King2013-02-18
* | user-manual: use 'git config --global user.*' for setupW. Trevor King2013-02-18
* | user-manual: mention 'git remote add' for remote branch configW. Trevor King2013-02-18
* | user-manual: give 'git push -f' as an alternative to +masterW. Trevor King2013-02-18
* | user-manual: use 'remote add' to setup push URLsW. Trevor King2013-02-18
* | Replace filepattern with pathspec for consistencyMatthieu Moy2013-02-12
* | user-manual: Rewrite git-gc section for automatic packingW. Trevor King2013-02-10
* | user-manual: Fix 'you - Git' -> 'you--Git' typoW. Trevor King2013-02-10
* | user-manual: Fix 'http' -> 'HTTP' typosW. Trevor King2013-02-10
* | user-manual: Fix 'both: so' -> 'both; so' typoW. Trevor King2013-02-10
* | Git 1.8.1.3v1.8.1.3Junio C Hamano2013-02-07
* | Merge branch 'mz/pick-unborn' into maintJunio C Hamano2013-02-07
|\ \
| * | learn to pick/revert into unborn branchMartin von Zweigbergk2012-12-23
| * | tests: move test_cmp_rev to test-lib-functionsMartin von Zweigbergk2012-12-22
* | | Merge branch 'nd/fix-perf-parameters-in-tests' into maintJunio C Hamano2013-02-07
|\ \ \
| * | | test-lib.sh: unfilter GIT_PERF_*Nguyễn Thái Ngọc Duy2013-01-15
* | | | Merge branch 'jc/do-not-let-random-file-interfere-with-completion-tests' into...Junio C Hamano2013-02-07
|\ \ \ \
| * | | | t9902: protect test from stray build artifactsJunio C Hamano2013-01-24
* | | | | Merge branch 'ft/transport-report-segv' into maintJunio C Hamano2013-02-07
|\ \ \ \ \
| * | | | | push: fix segfault when HEAD points nowhereFraser Tweedale2013-01-31
* | | | | | Merge branch 'sb/gpg-plug-fd-leak' into maintJunio C Hamano2013-02-07
|\ \ \ \ \ \
| * | | | | | gpg: close stderr once finished with it in verify_signed_buffer()Stephen Boyd2013-01-31
* | | | | | | Merge branch 'jc/fake-ancestor-with-non-blobs' into maintJunio C Hamano2013-02-07
|\ \ \ \ \ \ \
| * | | | | | | apply: diagnose incomplete submodule object name betterJunio C Hamano2013-01-31
| * | | | | | | apply: simplify build_fake_ancestor()Junio C Hamano2013-01-31
| * | | | | | | git-am: record full index line in the patch used while rebasingJunio C Hamano2013-01-31
* | | | | | | | Merge branch 'jn/auto-depend-workaround-buggy-ccache' into maintJunio C Hamano2013-02-07
|\ \ \ \ \ \ \ \
| * | | | | | | | Makefile: explicitly set target name for autogenerated dependenciesJonathan Nieder2013-02-01
* | | | | | | | | Start preparing for 1.8.1.3Junio C Hamano2013-02-04
* | | | | | | | | Merge branch 'bc/git-p4-for-python-2.4' into maintJunio C Hamano2013-02-04
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | INSTALL: git-p4 does not support Python 3Junio C Hamano2013-01-30
| * | | | | | | | | git-p4.py: support Python 2.4Brandon Casey2013-01-26
| * | | | | | | | | git-p4.py: support Python 2.5Brandon Casey2013-01-26
* | | | | | | | | | Merge branch 'nd/edit-branch-desc-while-detached' into maintJunio C Hamano2013-02-04
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | branch: no detached HEAD check when editing another branch's descriptionNguyễn Thái Ngọc Duy2013-01-30
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jn/do-not-drop-username-when-reading-from-etc-mailname' into maintJunio C Hamano2013-02-04
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ident: do not drop username when reading from /etc/mailnameJonathan Nieder2013-01-25
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'jk/cvsimport-does-not-work-with-cvsps3' into maintJunio C Hamano2013-02-04
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | git-cvsimport.txt: cvsps-2 is deprecatedJohn Keeping2013-01-24
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'dl/am-hg-locale' into maintJunio C Hamano2013-02-04
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | am: invoke perl's strftime in C localeDmitry V. Levin2013-01-18
* | | | | | | | | | | Merge branch 'jc/help' into maintJunio C Hamano2013-02-04
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | help: include <common-cmds.h> only in one fileJunio C Hamano2013-01-18
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jc/merge-blobs' into maintJunio C Hamano2013-02-04
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Makefile: Replace merge-file.h with merge-blobs.h in LIB_HRamsay Jones2013-01-22