Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-10git-imap-send: use libcurl for implementationBernhard Reiter
2014-10-29Merge branch 'dm/port2zos'Junio C Hamano
2014-10-27Makefile: reorder linker flags in the git executable ruleDavid Michael
2014-10-20Merge branch 'cc/interpret-trailers'Junio C Hamano
2014-10-14Merge branch 'rs/sha1-array-test'Junio C Hamano
2014-10-14trailer: add interpret-trailers commandChristian Couder
2014-10-14trailer: add data structures and basic functionsChristian Couder
2014-10-02sha1-array: add test-sha1-array and basic testsRené Scharfe
2014-09-19Merge branch 'ir/makefile-typofix'Junio C Hamano
2014-09-19Merge branch 'tb/crlf-tests'Junio C Hamano
2014-09-15Makefile: fix some typos in the preambleIan Liu Rodrigues
2014-09-11Merge branch 'jk/make-simplify-dependencies'Junio C Hamano
2014-09-03Merge branch 'ta/config-set'Junio C Hamano
2014-09-02Makefile: propagate NATIVE_CRLF to CPat Thoyts
2014-08-26Makefile: drop CHECK_HEADER_DEPENDENCIES codeJeff King
2014-08-26Merge branch 'jk/fix-profile-feedback-build'Junio C Hamano
2014-08-26Makefile: use `find` to determine static header dependenciesJeff King
2014-08-25i18n: treat "make pot" as an explicitly-invoked targetJonathan Nieder
2014-08-19Makefile: make perf tests optional for profile buildJeff King
2014-07-30test-config: add tests for the config_set APITanay Abhra
2014-07-22Merge branch 'kb/perf-trace'Junio C Hamano
2014-07-21Merge branch 'ak/profile-feedback-build'Junio C Hamano
2014-07-16Merge branch 'nd/split-index'Junio C Hamano
2014-07-14trace: add high resolution timer function to debug performance issuesKarsten Blees
2014-07-08Fix profile feedback with -jN and add profile-fastAndi Kleen
2014-07-08Run the perf test suite for profile feedback tooAndi Kleen
2014-07-08Use BASIC_FLAGS for profile feedbackAndi Kleen
2014-06-24verify-commit: scriptable commit signature verificationMichael J Gruber
2014-06-13t1700: new tests for split-index modeNguyễn Thái Ngọc Duy
2014-06-13read-cache: split-index modeNguyễn Thái Ngọc Duy
2014-06-06Merge branch 'tb/unicode-6.3-zero-width'Junio C Hamano
2014-06-03Merge branch 'nd/index-pack-one-fd-per-thread'Junio C Hamano
2014-06-03Merge branch 'ks/tree-diff-nway'Junio C Hamano
2014-05-12utf8: make it easier to auto-update git_wcwidth()Torsten Bögershausen
2014-04-30Revert the whole "ask curl-config" topic for nowJunio C Hamano
2014-04-29Merge branch 'db/make-with-curl'Junio C Hamano
2014-04-29Makefile: default to -lcurl when no CURL_CONFIG or CURLDIRDave Borowitz
2014-04-24Merge branch 'db/make-with-curl'Junio C Hamano
2014-04-17i18n: only extract comments marked with "TRANSLATORS:"Jiang Xin
2014-04-16index-pack: work around thread-unsafe pread()Nguyễn Thái Ngọc Duy
2014-04-16Makefile: allow static linking against libcurlDave Borowitz
2014-04-16Makefile: use curl-config to determine curl flagsDave Borowitz
2014-04-09Merge branch 'jl/nor-or-nand-and' into maintJunio C Hamano
2014-04-09Merge branch 'jk/commit-dates-parsing-fix' into maintJunio C Hamano
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano
2014-04-08Merge branch 'jk/commit-dates-parsing-fix'Junio C Hamano
2014-04-02date: recognize bogus FreeBSD gmtime outputJeff King
2014-04-01Merge branch 'dp/makefile-charset-lib-doc'Junio C Hamano
2014-04-01comments: fix misuses of "nor"Justin Lebar
2014-03-27Portable alloca for GitKirill Smelkov