summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* log-tree: rely upon the check in the gpg_interfaceMichael J Gruber2013-02-141-14/+11
* gpg-interface: check good signature in a reliable wayMichael J Gruber2013-02-141-2/+11
* Replace filepattern with pathspec for consistencyMatthieu Moy2013-02-123-8/+8
* user-manual: Rewrite git-gc section for automatic packingW. Trevor King2013-02-101-12/+6
* user-manual: Fix 'you - Git' -> 'you--Git' typoW. Trevor King2013-02-101-1/+1
* user-manual: Fix 'http' -> 'HTTP' typosW. Trevor King2013-02-101-3/+3
* user-manual: Fix 'both: so' -> 'both; so' typoW. Trevor King2013-02-101-1/+1
* Git 1.8.1.3v1.8.1.3Junio C Hamano2013-02-073-2/+23
* Merge branch 'mz/pick-unborn' into maintJunio C Hamano2013-02-0710-48/+44
|\
| * learn to pick/revert into unborn branchMartin von Zweigbergk2012-12-233-8/+29
| * tests: move test_cmp_rev to test-lib-functionsMartin von Zweigbergk2012-12-227-40/+15
* | Merge branch 'nd/fix-perf-parameters-in-tests' into maintJunio C Hamano2013-02-071-1/+1
|\ \
| * | test-lib.sh: unfilter GIT_PERF_*Nguyễn Thái Ngọc Duy2013-01-151-1/+1
* | | Merge branch 'jc/do-not-let-random-file-interfere-with-completion-tests' into...Junio C Hamano2013-02-072-2/+34
|\ \ \
| * | | t9902: protect test from stray build artifactsJunio C Hamano2013-01-242-2/+34
* | | | Merge branch 'ft/transport-report-segv' into maintJunio C Hamano2013-02-071-1/+1
|\ \ \ \
| * | | | push: fix segfault when HEAD points nowhereFraser Tweedale2013-01-311-1/+1
* | | | | Merge branch 'sb/gpg-plug-fd-leak' into maintJunio C Hamano2013-02-071-1/+3
|\ \ \ \ \
| * | | | | gpg: close stderr once finished with it in verify_signed_buffer()Stephen Boyd2013-01-311-1/+3
* | | | | | Merge branch 'jc/fake-ancestor-with-non-blobs' into maintJunio C Hamano2013-02-073-17/+45
|\ \ \ \ \ \
| * | | | | | apply: diagnose incomplete submodule object name betterJunio C Hamano2013-01-311-1/+5
| * | | | | | apply: simplify build_fake_ancestor()Junio C Hamano2013-01-311-14/+12
| * | | | | | git-am: record full index line in the patch used while rebasingJunio C Hamano2013-01-312-3/+29
* | | | | | | Merge branch 'jn/auto-depend-workaround-buggy-ccache' into maintJunio C Hamano2013-02-071-2/+3
|\ \ \ \ \ \ \
| * | | | | | | Makefile: explicitly set target name for autogenerated dependenciesJonathan Nieder2013-02-011-2/+3
* | | | | | | | Start preparing for 1.8.1.3Junio C Hamano2013-02-042-1/+29
* | | | | | | | Merge branch 'bc/git-p4-for-python-2.4' into maintJunio C Hamano2013-02-043-11/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | INSTALL: git-p4 does not support Python 3Junio C Hamano2013-01-301-2/+3
| * | | | | | | | git-p4.py: support Python 2.4Brandon Casey2013-01-263-9/+31
| * | | | | | | | git-p4.py: support Python 2.5Brandon Casey2013-01-262-2/+3
* | | | | | | | | Merge branch 'nd/edit-branch-desc-while-detached' into maintJunio C Hamano2013-02-041-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | branch: no detached HEAD check when editing another branch's descriptionNguyễn Thái Ngọc Duy2013-01-301-4/+4
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jn/do-not-drop-username-when-reading-from-etc-mailname' into maintJunio C Hamano2013-02-041-1/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ident: do not drop username when reading from /etc/mailnameJonathan Nieder2013-01-251-1/+5
| |/ / / / / / / /
* | | | | | | | | Merge branch 'jk/cvsimport-does-not-work-with-cvsps3' into maintJunio C Hamano2013-02-041-0/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-cvsimport.txt: cvsps-2 is deprecatedJohn Keeping2013-01-241-0/+6
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'dl/am-hg-locale' into maintJunio C Hamano2013-02-041-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | am: invoke perl's strftime in C localeDmitry V. Levin2013-01-181-1/+1
* | | | | | | | | | Merge branch 'jc/help' into maintJunio C Hamano2013-02-042-18/+17
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | help: include <common-cmds.h> only in one fileJunio C Hamano2013-01-182-18/+17
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jc/merge-blobs' into maintJunio C Hamano2013-02-048-51/+118
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Makefile: Replace merge-file.h with merge-blobs.h in LIB_HRamsay Jones2013-01-221-1/+1
| * | | | | | | | | | merge-tree: fix d/f conflictsJunio C Hamano2012-12-262-34/+42
| * | | | | | | | | | merge-tree: add comments to clarify what these functions are doingJunio C Hamano2012-12-262-4/+66
| * | | | | | | | | | merge-tree: lose unused "resolve_directories"Junio C Hamano2012-12-261-3/+0
| * | | | | | | | | | merge-tree: lose unused "flags" from merge_listJunio C Hamano2012-12-261-2/+1
| * | | | | | | | | | Which merge_file() function do you mean?Junio C Hamano2012-12-097-17/+18
* | | | | | | | | | | Merge branch 'jc/doc-maintainer' into maintJunio C Hamano2013-02-041-91/+256
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | howto/maintain: document "### match next" convention in jch/pu branchJunio C Hamano2013-01-251-5/+6
| * | | | | | | | | | | howto/maintain: mark titles for asciidocJunio C Hamano2013-01-031-3/+15