Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test-lib: use DIFF definition from GIT-BUILD-OPTIONS | Junio C Hamano | 2010-06-11 | 2 | -10/+16 |
* | build: propagate $DIFF to scripts | Junio C Hamano | 2010-06-05 | 2 | -1/+3 |
* | Makefile: Tru64 portability fix | Gary V. Vaughan | 2010-06-02 | 1 | -0/+7 |
* | Makefile: HP-UX 10.20 portability fixes | Gary V. Vaughan | 2010-06-02 | 1 | -0/+8 |
* | Makefile: HPUX11 portability fixes | Gary V. Vaughan | 2010-06-02 | 1 | -0/+6 |
* | Makefile: SunOS 5.6 portability fix | Gary V. Vaughan | 2010-05-31 | 1 | -0/+12 |
* | inline declaration does not work on AIX | Gary V. Vaughan | 2010-05-31 | 1 | -0/+3 |
* | Allow disabling "inline" | Gary V. Vaughan | 2010-05-31 | 3 | -0/+14 |
* | Some platforms lack socklen_t type | Gary V. Vaughan | 2010-05-31 | 4 | -0/+54 |
* | Make NO_{INET_NTOP,INET_PTON} configured independently | Gary V. Vaughan | 2010-05-31 | 2 | -7/+32 |
* | Makefile: some platforms do not have hstrerror anywhere | Gary V. Vaughan | 2010-05-31 | 2 | -3/+15 |
* | git-compat-util.h: some platforms with mmap() lack MAP_FAILED definition | Gary V. Vaughan | 2010-05-31 | 1 | -1/+4 |
* | test_cmp: do not use "diff -u" on platforms that lack one | Gary V. Vaughan | 2010-05-31 | 2 | -0/+6 |
* | fixup: do not unconditionally disable "diff -u" | Junio C Hamano | 2010-05-31 | 3 | -5/+14 |
* | tests: use "test_cmp", not "diff", when verifying the result | Gary V. Vaughan | 2010-05-31 | 19 | -55/+59 |
* | Do not use "diff" found on PATH while building and installing | Gary V. Vaughan | 2010-05-31 | 5 | -3/+7 |
* | enums: omit trailing comma for portability | Gary V. Vaughan | 2010-05-31 | 26 | -45/+45 |
* | Makefile: -lpthread may still be necessary when libc has only pthread stubs | Gary V. Vaughan | 2010-05-31 | 3 | -2/+20 |
* | Rewrite dynamic structure initializations to runtime assignment | Gary V. Vaughan | 2010-05-31 | 14 | -46/+68 |
* | Makefile: pass CPPFLAGS through to fllow customization | Gary V. Vaughan | 2010-05-31 | 2 | -1/+2 |
* | Git 1.7.1v1.7.1 | Junio C Hamano | 2010-04-23 | 3 | -9/+8 |
* | Merge branch 'maint' | Junio C Hamano | 2010-04-23 | 1 | -9/+34 |
|\ | |||||
| * | Documentation improvements for the description of short format. | Eric Raymond | 2010-04-23 | 1 | -9/+34 |
* | | Sync with 1.7.0.6 | Junio C Hamano | 2010-04-22 | 2 | -1/+15 |
|\ \ | |/ | |||||
| * | Git 1.7.0.6v1.7.0.6 | Junio C Hamano | 2010-04-22 | 4 | -3/+17 |
| * | Merge branch 'mg/use-default-abbrev-length-in-rev-list' into maint | Junio C Hamano | 2010-04-22 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge branch 'wp/doc-filter-direction' into maint | Junio C Hamano | 2010-04-22 | 1 | -4/+4 |
| |\ \ | |||||
| * \ \ | Merge branch 'jk/maint-diffstat-overflow' into maint | Junio C Hamano | 2010-04-22 | 1 | -9/+12 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'da/maint-python-startup' into maint | Junio C Hamano | 2010-04-22 | 1 | -3/+2 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'maint' | Junio C Hamano | 2010-04-21 | 1 | -2/+6 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Documentation/Makefile: fix interrupted builds of user-manual.xml | Jonathan Nieder | 2010-04-21 | 1 | -2/+6 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-04-19 | 3 | -7/+8 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | t7012: Mark missing tests as TODO | Michael J Gruber | 2010-04-19 | 1 | -6/+6 |
| * | | | | | reflog: remove 'show' from 'expire's usage string | SZEDER Gábor | 2010-04-19 | 1 | -1/+1 |
| * | | | | | Merge branch 'maint-1.6.6' into maint | Junio C Hamano | 2010-04-19 | 1 | -0/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | MSVC: Fix build by adding missing termios.h dummy | Johannes Sixt | 2010-04-19 | 1 | -0/+1 |
* | | | | | | | Git 1.7.1-rc2v1.7.1-rc2 | Junio C Hamano | 2010-04-18 | 2 | -2/+9 |
* | | | | | | | Merge branch 'rr/remote-helper-doc' | Junio C Hamano | 2010-04-18 | 2 | -58/+119 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Documentation/remote-helpers: Fix typos and improve language | Ramkumar Ramachandra | 2010-04-18 | 1 | -28/+23 |
| * | | | | | | | Fixup: Second argument may be any arbitrary string | Ramkumar Ramachandra | 2010-04-18 | 1 | -3/+2 |
| * | | | | | | | Documentation/remote-helpers: Add invocation section | Ramkumar Ramachandra | 2010-04-18 | 1 | -1/+34 |
| * | | | | | | | Documentation/urls: Rewrite to accomodate <transport>::<address> | Ramkumar Ramachandra | 2010-04-18 | 1 | -23/+36 |
| * | | | | | | | Documentation/remote-helpers: Rewrite description | Ramkumar Ramachandra | 2010-04-18 | 1 | -6/+27 |
* | | | | | | | | Merge branch 'wp/doc-filter-direction' | Junio C Hamano | 2010-04-18 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | documentation: clarify direction of core.autocrlf | Will Palmer | 2010-04-17 | 1 | -4/+4 |
* | | | | | | | | Merge branch 'jk/maint-diffstat-overflow' | Junio C Hamano | 2010-04-18 | 1 | -9/+12 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | diff: use large integers for diffstat calculations | Jeff King | 2010-04-17 | 1 | -9/+12 |
* | | | | | | | | Merge branch 'jg/auto-initialize-notes-with-percent-n-in-format' | Junio C Hamano | 2010-04-18 | 4 | -5/+64 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | t3301: add tests to use --format="%N" | Junio C Hamano | 2010-04-18 | 1 | -0/+18 |
| * | | | | | | | | pretty: Initialize notes if %N is used | Johannes Gilger | 2010-04-13 | 3 | -5/+46 |