summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Makefile: add thread-utils.h to LIB_HDmitry V. Levin2012-02-261-0/+1
* Merge branch 'na/strtoimax' into maintJunio C Hamano2011-12-281-3/+3
|\
| * Add strtoimax() compatibility function.Nick Alcock2011-11-021-3/+3
* | Makefile: add option to disable automatic dependency generationJonathan Nieder2011-11-181-7/+24
* | Sync with 1.7.7.4Junio C Hamano2011-11-181-2/+3
|\ \
| * | Makefile: add missing header file dependenciesJonathan Nieder2011-11-181-2/+3
| * | Merge branch 'jk/argv-array' into maintJunio C Hamano2011-10-261-0/+2
| |\ \
* | | | mingw: poll.h is no longer in sys/Erik Faye-Lund2011-11-011-1/+1
* | | | mingw: move poll out of sys-folderErik Faye-Lund2011-10-301-2/+4
* | | | Merge branch 'jc/make-tags'Junio C Hamano2011-10-211-3/+7
|\ \ \ \
| * | | | Makefile: ask "ls-files" to list source files if availablejc/make-tagsJunio C Hamano2011-10-181-3/+7
* | | | | Merge branch 'jn/no-g-plus-s-on-bsd'Junio C Hamano2011-10-131-0/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Makefile: do not set setgid bit on directories on GNU/kFreeBSDJonathan Nieder2011-10-031-0/+1
| |/ / /
* | | | Makefile: fix permissions of mergetools/ checked out with permissive umaskJunio C Hamano2011-10-091-2/+1
|\ \ \ \
| * | | | Makefile: fix permissions of mergetools/ checked out with permissive umaskJonathan Nieder2011-10-091-2/+1
* | | | | Merge branch 'jk/argv-array'Junio C Hamano2011-10-051-0/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | refactor argv_array into generic codeJeff King2011-09-141-0/+2
| | |_|/ | |/| |
* | | | Merge branch 'rj/quietly-create-dep-dir'Junio C Hamano2011-10-051-1/+1
|\ \ \ \
| * | | | Makefile: Make dependency directory creation less noisyrj/quietly-create-dep-dirRamsay Jones2011-09-111-1/+1
* | | | | Merge branch 'jc/receive-verify'Junio C Hamano2011-10-051-0/+2
|\ \ \ \ \
| * | | | | check_everything_connected(): libifyJunio C Hamano2011-09-091-0/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'rr/revert-cherry-pick-continue'Junio C Hamano2011-10-051-0/+2
|\ \ \ \ \
| * | | | | revert: Introduce --reset to remove sequencer stateRamkumar Ramachandra2011-08-041-0/+2
| |/ / / /
* | | | | Merge branch 'da/make-auto-header-dependencies'Junio C Hamano2011-10-051-3/+3
|\ \ \ \ \
| * | | | | Makefile: Improve compiler header dependency checkDavid Aguilar2011-08-301-3/+3
* | | | | | Merge branch 'fk/make-auto-header-dependencies'Junio C Hamano2011-10-051-4/+9
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Makefile: Use computed header dependencies if the compiler supports itfk/make-auto-header-dependenciesFredrik Kuivinen2011-08-181-4/+9
* | | | | Merge branch 'fk/use-kwset-pickaxe-grep-f'Junio C Hamano2011-09-021-0/+4
|\ \ \ \ \
| * | | | | Use kwset in pickaxeFredrik Kuivinen2011-08-201-0/+2
| * | | | | Add obstack.[ch] from EGLIBC 2.10Fredrik Kuivinen2011-08-201-0/+2
| |/ / / /
* | | | | Merge branch 'da/difftool-mergtool-refactor'Junio C Hamano2011-08-251-0/+11
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | mergetool--lib: Refactor tools into separate filesDavid Aguilar2011-08-191-0/+11
| |/ / /
* | | | Merge branch 'di/parse-options-split'Junio C Hamano2011-08-251-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Reduce parse-options.o dependenciesDmitry Ivankov2011-08-111-1/+2
* | | | Merge branch 'rc/histogram-diff'Junio C Hamano2011-08-171-1/+1
|\ \ \ \
| * | | | teach --histogram to diffTay Ray Chuan2011-07-121-1/+1
| | |/ / | |/| |
* | | | Merge branch 'rc/maint-http-wrong-free'Junio C Hamano2011-08-111-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Makefile: some changes for http-related flag documentationTay Ray Chuan2011-08-031-3/+3
| * | | Merge branch 'kk/maint-prefix-in-config-mak' into maintJunio C Hamano2011-05-261-9/+9
| |\ \ \
* | | | | Makefile: add Minix configuration options.Thomas Cort2011-07-201-1/+29
* | | | | Merge branch 'ak/gcc46-profile-feedback'Junio C Hamano2011-07-191-0/+22
|\ \ \ \ \
| * | | | | Add profile feedback build to gitAndi Kleen2011-06-201-0/+16
| * | | | | Add option to disable NORETURNJunio C Hamano2011-06-201-0/+6
| | |_|/ / | |/| | |
* | | | | Merge branch 'fk/relink-upon-ldflags-update'Junio C Hamano2011-07-131-8/+17
|\ \ \ \ \
| * | | | | Makefile: Track changes to LDFLAGS and relink when necessaryFredrik Kuivinen2011-06-221-8/+17
| |/ / / /
* | | | | Merge branch 'md/interix-update'Junio C Hamano2011-07-131-2/+4
|\ \ \ \ \
| * | | | | Update the Interix default build configuration.Markus Duft2011-06-151-2/+4
* | | | | | Merge branch 'jc/streaming' into nextJunio C Hamano2011-06-291-0/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | streaming: a new API to read from the object storeJunio C Hamano2011-05-201-0/+2
* | | | | | Merge branch 'mk/grep-pcre'Junio C Hamano2011-05-301-0/+16
|\ \ \ \ \ \