summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lt/rename' into HEADJunio C Hamano2007-10-301-3/+2
|\
| * Do linear-time/space rename logic for exact renamesLinus Torvalds2007-10-261-2/+2
| * Add 'diffcore.h' to LIB_HLinus Torvalds2007-10-261-2/+1
* | No longer install git-svnimport, move to contrib/examplesGerrit Pape2007-10-301-2/+1
|/
* Merge branch 'maint'Junio C Hamano2007-10-261-5/+1
|\
| * Fix generation of perl/perl.makAlex Riesen2007-10-261-5/+1
* | Merge branch 'db/fetch-pack'Junio C Hamano2007-10-241-27/+26
|\ \
| * | Define compat version of mkdtemp for systems lacking itShawn O. Pearce2007-10-201-0/+8
| * | Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-161-5/+12
| |\ \
| * | | Fix compilation when NO_CURL is definedJohannes Schindelin2007-10-151-3/+3
| * | | Add transport.h to LIB_H as transport.o is in LIB_OBJSShawn O. Pearce2007-09-191-1/+1
| * | | Make fetch a builtinDaniel Barkalow2007-09-191-1/+1
| * | | Move bundle specific stuff into bundle.[ch]Johannes Schindelin2007-09-191-1/+1
| * | | Push code for transport libraryDaniel Barkalow2007-09-191-1/+2
| * | | Make fetch-pack a builtin with an internal APIDaniel Barkalow2007-09-191-0/+1
| * | | Modularize commit-walkerDaniel Barkalow2007-09-191-8/+9
| * | | Remove obsolete commit-walkersDaniel Barkalow2007-09-191-16/+4
* | | | gitweb: speed up project listing on large work trees by limiting find depthLuke Lu2007-10-171-0/+2
| |/ / |/| |
* | | Merge branch 'maint'Shawn O. Pearce2007-10-151-1/+4
|\ \ \ | | |/ | |/|
| * | Do not remove distributed configure scriptMathias Megyei2007-10-151-1/+4
* | | makefile: Add a cscope targetKristof Provost2007-10-151-2/+6
* | | Move convert-objects to contrib.Matt Kraai2007-09-251-1/+1
* | | Merge branch 'maint'Junio C Hamano2007-09-251-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * unexpected Make output (e.g. from --debug) causes build failureJim Meyering2007-09-251-1/+1
* | Merge branch 'cr/reset'Junio C Hamano2007-09-181-1/+2
|\ \
| * | Make "git reset" a builtin.Carlos Rica2007-09-121-1/+2
* | | Merge branch 'np/delta'Junio C Hamano2007-09-141-0/+8
|\ \ \ | |/ / |/| |
| * | basic threaded delta searchNicolas Pitre2007-09-061-0/+8
* | | Define NO_MEMMEM of FreeBSD as it lacks the functionRobert Boone2007-09-121-0/+1
* | | Merge branch 'rs/archive'Junio C Hamano2007-09-101-0/+12
|\ \ \ | |_|/ |/| |
| * | Define NO_MEMMEM on Darwin as it lacks the functionShawn O. Pearce2007-09-091-0/+1
| * | add memmem()René Scharfe2007-09-061-0/+11
| |/
* | Makefile: Add cache-tree.h to the headers listDmitry V. Levin2007-09-051-1/+1
|/
* Makefile: do not allow gnu make to remove test-*.o filesJunio C Hamano2007-08-301-0/+2
* Merge branch 'cr/tag'Junio C Hamano2007-08-101-1/+2
|\
| * Make verify-tag a builtin.Carlos Rica2007-07-261-1/+1
| * Make git tag a builtin.Carlos Rica2007-07-201-1/+2
* | Add support for an info version of the user manualDavid Kastrup2007-08-101-0/+6
* | Support building on GNU/HurdThomas Schwinge2007-08-021-0/+4
* | Add is_absolute_path() and make_absolute_path()Johannes Schindelin2007-08-011-1/+1
* | make the name of the library directory a config optionRobert Schiele2007-07-311-5/+6
* | add option to find zlib in custom pathRobert Schiele2007-07-311-1/+7
* | Makefile: use $(FIND) instead of findDavid Kastrup2007-07-291-2/+3
|/
* Remove "WITH_P4IMPORT" knob from the MakefileSean2007-07-151-26/+0
* Use $(RM) in Makefiles instead of 'rm -f'Emil Medve2007-07-141-33/+34
* Makefile: rebuild git.o on version change, clean up git$X flagsMatt McCutchen2007-07-091-3/+2
* Start deprecating "git-command" in favor of "git command"Linus Torvalds2007-07-021-1/+2
* Merge branch 'ns/stash'Junio C Hamano2007-07-021-1/+2
|\
| * Add git-stash scriptしらいしななこ2007-06-301-1/+2
* | Merge branch 'js/rebase'Junio C Hamano2007-07-021-1/+1
|\ \ | |/ |/|