Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare for 1.8.1.1 | Junio C Hamano | 2013-01-10 | 2 | -1/+37 |
* | Makefile: detect when PYTHON_PATH changes | Christian Couder | 2013-01-10 | 2 | -2/+15 |
* | Merge branch 'ta/remove-stale-translated-tut' into maint | Junio C Hamano | 2013-01-10 | 1 | -675/+0 |
|\ | |||||
| * | Remove Documentation/pt_BR/gittutorial.txt | Thomas Ackermann | 2012-12-27 | 1 | -675/+0 |
* | | Merge branch 'tb/test-t9810-no-sed-i' into maint | Junio C Hamano | 2013-01-10 | 1 | -10/+14 |
|\ \ | |||||
| * | | t9810: Do not use sed -i | Torsten Bögershausen | 2013-01-01 | 1 | -10/+14 |
* | | | Merge branch 'tb/test-t9020-no-which' into maint | Junio C Hamano | 2013-01-10 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | t9020: which is not portable | Torsten Bögershausen | 2013-01-01 | 1 | -2/+2 |
* | | | | Merge branch 'mh/pthreads-autoconf' into maint | Junio C Hamano | 2013-01-10 | 1 | -1/+11 |
|\ \ \ \ | |||||
| * | | | | configure.ac: fix pthreads detection on Mac OS X | Max Horn | 2012-11-27 | 1 | -1/+11 |
* | | | | | Merge branch 'jc/same-encoding' into maint | Junio C Hamano | 2013-01-10 | 1 | -12/+4 |
|\ \ \ \ \ | |||||
| * | | | | | format_commit_message(): simplify calls to logmsg_reencode() | Junio C Hamano | 2012-12-10 | 1 | -12/+4 |
* | | | | | | Merge branch 'sp/shortlog-missing-lf' into maint | Junio C Hamano | 2013-01-10 | 4 | -12/+34 |
|\ \ \ \ \ \ | |||||
| * | | | | | | strbuf_add_wrapped*(): Remove unused return value | Steffen Prohaska | 2012-12-11 | 2 | -9/+8 |
| * | | | | | | shortlog: fix wrapping lines of wraplen | Steffen Prohaska | 2012-12-11 | 2 | -3/+26 |
* | | | | | | | Merge branch 'md/gitweb-sort-by-age' into maint | Junio C Hamano | 2013-01-10 | 1 | -14/+21 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | gitweb: Sort projects with undefined ages last | Matthew Daley | 2012-12-11 | 1 | -14/+21 |
* | | | | | | | | Merge branch 'nd/invalidate-i-t-a-cache-tree' into maint | Junio C Hamano | 2013-01-10 | 3 | -17/+65 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | cache-tree: invalidate i-t-a paths after generating trees | Nguyễn Thái Ngọc Duy | 2012-12-15 | 2 | -2/+32 |
| * | | | | | | | | cache-tree: fix writing cache-tree when CE_REMOVE is present | Nguyễn Thái Ngọc Duy | 2012-12-15 | 2 | -7/+24 |
| * | | | | | | | | cache-tree: replace "for" loops in update_one with "while" loops | Nguyễn Thái Ngọc Duy | 2012-12-15 | 1 | -5/+10 |
| * | | | | | | | | cache-tree: remove dead i-t-a code in verify_cache() | Nguyễn Thái Ngọc Duy | 2012-12-15 | 1 | -6/+2 |
* | | | | | | | | | Merge branch 'jk/repack-ref-racefix' into maint | Junio C Hamano | 2013-01-10 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | refs: do not use cached refs in repack_without_ref | Jeff King | 2012-12-21 | 1 | -1/+4 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'rb/http-cert-cred-no-username-prompt' into maint | Junio C Hamano | 2013-01-10 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | http.c: Avoid username prompt for certifcate credentials | Rene Bredlau | 2012-12-21 | 1 | -0/+1 |
* | | | | | | | | | | t1402: work around shell quoting issue on NetBSD | René Scharfe | 2013-01-08 | 1 | -2/+4 |
* | | | | | | | | | | Merge branch 'ms/subtree-fixlets' into maint | Junio C Hamano | 2013-01-08 | 2 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | git-subtree: fix typo in manpage | Michael Schubert | 2012-12-22 | 1 | -1/+1 |
| * | | | | | | | | | | git-subtree: ignore git-subtree executable | Michael Schubert | 2012-12-22 | 1 | -0/+1 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'ss/nedmalloc-compilation' into maint | Junio C Hamano | 2013-01-08 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | nedmalloc: Fix a compile warning (exposed as error) with GCC 4.7.2 | Sebastian Schuberth | 2012-12-11 | 1 | -1/+4 |
* | | | | | | | | | | | Merge branch 'jc/maint-fnmatch-old-style-definition' into maint | Junio C Hamano | 2013-01-08 | 1 | -12/+12 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | compat/fnmatch: update old-style definition to ANSI | Junio C Hamano | 2012-12-19 | 1 | -12/+12 |
| | |/ / / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'jc/test-portability' into maint | Junio C Hamano | 2013-01-08 | 2 | -6/+10 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | t9020: use configured Python to run the test helper | Junio C Hamano | 2012-12-19 | 1 | -3/+7 |
| * | | | | | | | | | | | t3600: Avoid "cp -a", which is a GNUism | Junio C Hamano | 2012-12-19 | 1 | -3/+3 |
| * | | | | | | | | | | | Merge branch 'jc/maint-test-portability' into 'jc/test-portability' | Junio C Hamano | 2012-12-19 | 3 | -6/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/maint-fbsd-sh-ifs-workaround' into maint | Junio C Hamano | 2013-01-08 | 1 | -2/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | sh-setup: work around "unset IFS" bug in some shells | Junio C Hamano | 2012-12-10 | 1 | -2/+5 |
* | | | | | | | | | | | | | | Merge branch 'jc/mkstemp-more-careful-error-reporting' into maint | Junio C Hamano | 2013-01-08 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | xmkstemp(): avoid showing truncated template more carefully | Junio C Hamano | 2012-12-18 | 1 | -1/+1 |
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge branch 'jc/test-cvs-no-init-in-existing-dir' into maint | Junio C Hamano | 2013-01-08 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | t9200: let "cvs init" create the test repository | Junio C Hamano | 2012-12-24 | 1 | -1/+2 |
* | | | | | | | | | | | | | | | Merge branch 'jc/maint-test-portability' into maint | Junio C Hamano | 2013-01-08 | 3 | -6/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | t4014: fix arguments to grep | Junio C Hamano | 2012-12-19 | 1 | -3/+3 |
| * | | | | | | | | | | | | | | t9502: do not assume GNU tar | Junio C Hamano | 2012-12-19 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | t0200: "locale" may not exist | Junio C Hamano | 2012-12-19 | 1 | -2/+4 |
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | remote-hg: Fix biridectionality -> bidirectionality typos | W. Trevor King | 2013-01-08 | 2 | -2/+2 |
* | | | | | | | | | | | | | | Git 1.8.1v1.8.1 | Junio C Hamano | 2012-12-31 | 3 | -16/+21 |