summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-11test-lib: use DIFF definition from GIT-BUILD-OPTIONSJunio C Hamano
2010-06-05build: propagate $DIFF to scriptsJunio C Hamano
2010-06-02Makefile: Tru64 portability fixGary V. Vaughan
2010-06-02Makefile: HP-UX 10.20 portability fixesGary V. Vaughan
2010-06-02Makefile: HPUX11 portability fixesGary V. Vaughan
2010-06-01Makefile: SunOS 5.6 portability fixGary V. Vaughan
2010-06-01inline declaration does not work on AIXGary V. Vaughan
2010-06-01Allow disabling "inline"Gary V. Vaughan
2010-06-01Some platforms lack socklen_t typeGary V. Vaughan
2010-06-01Make NO_{INET_NTOP,INET_PTON} configured independentlyGary V. Vaughan
2010-06-01Makefile: some platforms do not have hstrerror anywhereGary V. Vaughan
2010-06-01git-compat-util.h: some platforms with mmap() lack MAP_FAILED definitionGary V. Vaughan
2010-06-01test_cmp: do not use "diff -u" on platforms that lack oneGary V. Vaughan
2010-06-01fixup: do not unconditionally disable "diff -u"Junio C Hamano
2010-05-31tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan
2010-05-31Do not use "diff" found on PATH while building and installingGary V. Vaughan
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan
2010-05-31Makefile: -lpthread may still be necessary when libc has only pthread stubsGary V. Vaughan
2010-05-31Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan
2010-05-31Makefile: pass CPPFLAGS through to fllow customizationGary V. Vaughan
2010-04-24Git 1.7.1v1.7.1Junio C Hamano
2010-04-24Merge branch 'maint'Junio C Hamano
2010-04-23Documentation improvements for the description of short format.Eric Raymond
2010-04-23Sync with 1.7.0.6Junio C Hamano
2010-04-23Git 1.7.0.6v1.7.0.6Junio C Hamano
2010-04-23Merge branch 'mg/use-default-abbrev-length-in-rev-list' into maintJunio C Hamano
2010-04-23Merge branch 'wp/doc-filter-direction' into maintJunio C Hamano
2010-04-23Merge branch 'jk/maint-diffstat-overflow' into maintJunio C Hamano
2010-04-23Merge branch 'da/maint-python-startup' into maintJunio C Hamano
2010-04-22Merge branch 'maint'Junio C Hamano
2010-04-22Documentation/Makefile: fix interrupted builds of user-manual.xmlJonathan Nieder
2010-04-20Merge branch 'maint'Junio C Hamano
2010-04-20t7012: Mark missing tests as TODOMichael J Gruber
2010-04-20reflog: remove 'show' from 'expire's usage stringSZEDER Gábor
2010-04-19Merge branch 'maint-1.6.6' into maintJunio C Hamano
2010-04-19MSVC: Fix build by adding missing termios.h dummyJohannes Sixt
2010-04-19Git 1.7.1-rc2v1.7.1-rc2Junio C Hamano
2010-04-19Merge branch 'rr/remote-helper-doc'Junio C Hamano
2010-04-19Merge branch 'wp/doc-filter-direction'Junio C Hamano
2010-04-19Merge branch 'jk/maint-diffstat-overflow'Junio C Hamano
2010-04-19Merge branch 'jg/auto-initialize-notes-with-percent-n-in-format'Junio C Hamano
2010-04-19Merge branch 'maint'Junio C Hamano
2010-04-19Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2010-04-18Documentation/remote-helpers: Fix typos and improve languageRamkumar Ramachandra
2010-04-18Fixup: Second argument may be any arbitrary stringRamkumar Ramachandra
2010-04-18Documentation/remote-helpers: Add invocation sectionRamkumar Ramachandra
2010-04-18Documentation/urls: Rewrite to accomodate <transport>::<address>Ramkumar Ramachandra
2010-04-18Documentation/remote-helpers: Rewrite descriptionRamkumar Ramachandra
2010-04-18Documentation: Describe other situations where -z affects git diffCharles Bailey
2010-04-18rebase-interactive: silence warning when no commits rewrittenJeff King