summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Integrate wildmatch to gitNguyễn Thái Ngọc Duy2012-10-151-0/+3
* Merge branch 'rj/test-regex' into maint-1.7.11Junio C Hamano2012-09-141-0/+1
|\
| * test-regex: Add a test to check for a bug in the regex routinesRamsay Jones2012-09-021-0/+1
* | Merge branch 'bw/maint-1.7.9-solaris-getpass' into maint-1.7.11Junio C Hamano2012-08-241-0/+1
|\ \
| * | Enable HAVE_DEV_TTY for SolarisBen Walton2012-08-061-0/+1
* | | Merge branch 'jn/block-sha1' into maintJunio C Hamano2012-08-061-3/+2
|\ \ \
| * | | Makefile: BLK_SHA1 does not require fast htonl() and unaligned loadsJonathan Nieder2012-07-231-3/+2
* | | | Merge branch 'jn/make-assembly-in-right-directory' into maintJunio C Hamano2012-08-061-1/+1
|\ \ \ \
| * | | | Makefile: fix location of listing produced by "make subdir/foo.s"Jonathan Nieder2012-07-221-1/+1
| | |_|/ | |/| |
* | | | index-pack: Disable threading on cygwinJunio C Hamano2012-06-261-0/+8
* | | | Sync with maintJunio C Hamano2012-06-011-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'ef/http-o-depends-on-gvf' into maintJunio C Hamano2012-06-011-1/+1
| |\ \ \ \
| | * | | | Makefile: add missing GIT-VERSION-FILE dependencyErik Faye-Lund2012-05-311-1/+1
* | | | | | Merge branch 'nd/threaded-index-pack'Junio C Hamano2012-05-141-1/+1
|\ \ \ \ \ \
| * | | | | | index-pack: support multithreaded delta resolvingNguyễn Thái Ngọc Duy2012-05-071-1/+1
* | | | | | | Merge branch 'jc/install-no-hardlinks'Junio C Hamano2012-05-101-1/+11
|\ \ \ \ \ \ \
| * | | | | | | Makefile: NO_INSTALL_HARDLINKSJunio C Hamano2012-05-041-1/+11
| | |_|_|/ / / | |/| | | | |
* | | | | | | Makefile: keep many variable list sortedNguyễn Thái Ngọc Duy2012-05-041-13/+13
* | | | | | | Merge branch 'nd/columns'Junio C Hamano2012-05-031-0/+3
|\ \ \ \ \ \ \
| * | | | | | | tag: add --columnNguyễn Thái Ngọc Duy2012-04-271-1/+1
| * | | | | | | status: add --columnNguyễn Thái Ngọc Duy2012-04-271-1/+1
| * | | | | | | branch: add --columnNguyễn Thái Ngọc Duy2012-04-271-1/+1
| * | | | | | | Add column layout skeleton and git-columnNguyễn Thái Ngọc Duy2012-04-271-0/+3
* | | | | | | | Merge branch 'tr/xdiff-fast-hash'Junio C Hamano2012-05-021-0/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | xdiff: load full words in the inner loop of xdl_hash_recordThomas Rast2012-04-091-0/+12
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'nd/i18n'Junio C Hamano2012-05-021-17/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | i18n: help: mark strings for translationNguyễn Thái Ngọc Duy2012-04-241-0/+1
| * | | | | | | | Makefile: feed all header files to xgettextNguyễn Thái Ngọc Duy2012-04-231-17/+31
* | | | | | | | | Merge branch 'jc/index-v4'Junio C Hamano2012-05-021-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | varint: make it available outside the context of packJunio C Hamano2012-04-031-0/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'hv/submodule-recurse-push'Junio C Hamano2012-04-241-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Teach revision walking machinery to walk multiple times sequenciallyHeiko Voigt2012-03-301-0/+1
* | | | | | | | | | Merge branch 'rs/commit-list-sort-in-batch'Junio C Hamano2012-04-231-0/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | add mergesort() for linked listsRené Scharfe2012-04-111-0/+3
* | | | | | | | | | | Merge branch 'jn/debian-customizes-default-editor'Junio C Hamano2012-04-231-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | var doc: advertise current DEFAULT_PAGER and DEFAULT_EDITOR settingsJonathan Nieder2012-04-101-0/+2
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'pw/git-p4'Junio C Hamano2012-04-231-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | git-p4: move to toplevelPete Wyckoff2012-04-091-0/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Use SHELL_PATH from build system in run_command.c:prepare_shell_cmdBen Walton2012-04-031-0/+7
|/ / / / / / / / /
* | | | | | | | | Merge branch 'master' into git-poJiang Xin2012-02-281-20/+68
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'maint'Junio C Hamano2012-02-261-0/+1
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | / / / / | | | |_|/ / / / | | |/| | | | |
| | * | | | | | Sync with 1.7.8.5Junio C Hamano2012-02-261-0/+1
| | |\ \ \ \ \ \
| | | * | | | | | Makefile: add thread-utils.h to LIB_HDmitry V. Levin2012-02-261-0/+1
| | * | | | | | | Merge branch 'dp/i18n-libcharset' into maintJunio C Hamano2012-02-211-0/+5
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'tt/profile-build-fix' into maintJunio C Hamano2012-02-211-18/+37
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'mp/make-cleanse-x-for-exe' into maintJunio C Hamano2012-02-131-0/+3
| | |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Introduce a performance testing frameworkThomas Rast2012-02-171-1/+21
| * | | | | | | | | | | Merge branch 'dp/i18n-libcharset'Junio C Hamano2012-02-141-0/+5
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | / / / / | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| | * | | | | | | | | Makefile: introduce CHARSET_LIB to link with -lcharsetdp/i18n-libcharsetДилян Палаузов2012-02-131-0/+5
| | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Sync with maintJunio C Hamano2012-02-131-1/+1
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |