summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2007-10-24Merge branch 'db/fetch-pack'Libravatar Junio C Hamano1-27/+26
2007-10-20Define compat version of mkdtemp for systems lacking itLibravatar Shawn O. Pearce1-0/+8
2007-10-17gitweb: speed up project listing on large work trees by limiting find depthLibravatar Luke Lu1-0/+2
2007-10-16Merge branch 'master' into db/fetch-packLibravatar Shawn O. Pearce1-5/+12
2007-10-15Merge branch 'maint'Libravatar Shawn O. Pearce1-1/+4
2007-10-15Fix compilation when NO_CURL is definedLibravatar Johannes Schindelin1-3/+3
2007-10-15Do not remove distributed configure scriptLibravatar Mathias Megyei1-1/+4
2007-10-15makefile: Add a cscope targetLibravatar Kristof Provost1-2/+6
2007-09-25Move convert-objects to contrib.Libravatar Matt Kraai1-1/+1
2007-09-25Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2007-09-25unexpected Make output (e.g. from --debug) causes build failureLibravatar Jim Meyering1-1/+1
2007-09-19Add transport.h to LIB_H as transport.o is in LIB_OBJSLibravatar Shawn O. Pearce1-1/+1
2007-09-19Make fetch a builtinLibravatar Daniel Barkalow1-1/+1
2007-09-19Move bundle specific stuff into bundle.[ch]Libravatar Johannes Schindelin1-1/+1
2007-09-19Push code for transport libraryLibravatar Daniel Barkalow1-1/+2
2007-09-19Make fetch-pack a builtin with an internal APILibravatar Daniel Barkalow1-0/+1
2007-09-19Modularize commit-walkerLibravatar Daniel Barkalow1-8/+9
2007-09-19Remove obsolete commit-walkersLibravatar Daniel Barkalow1-16/+4
2007-09-18Merge branch 'cr/reset'Libravatar Junio C Hamano1-1/+2
2007-09-14Merge branch 'np/delta'Libravatar Junio C Hamano1-0/+8
2007-09-12Make "git reset" a builtin.Libravatar Carlos Rica1-1/+2
2007-09-12Define NO_MEMMEM of FreeBSD as it lacks the functionLibravatar Robert Boone1-0/+1
2007-09-10Merge branch 'rs/archive'Libravatar Junio C Hamano1-0/+12
2007-09-09Define NO_MEMMEM on Darwin as it lacks the functionLibravatar Shawn O. Pearce1-0/+1
2007-09-06add memmem()Libravatar René Scharfe1-0/+11
2007-09-06basic threaded delta searchLibravatar Nicolas Pitre1-0/+8
2007-09-05Makefile: Add cache-tree.h to the headers listLibravatar Dmitry V. Levin1-1/+1
2007-08-30Makefile: do not allow gnu make to remove test-*.o filesLibravatar Junio C Hamano1-0/+2
2007-08-10Merge branch 'cr/tag'Libravatar Junio C Hamano1-1/+2
2007-08-10Add support for an info version of the user manualLibravatar David Kastrup1-0/+6
2007-08-02Support building on GNU/HurdLibravatar Thomas Schwinge1-0/+4
2007-08-01Add is_absolute_path() and make_absolute_path()Libravatar Johannes Schindelin1-1/+1
2007-07-31make the name of the library directory a config optionLibravatar Robert Schiele1-5/+6
2007-07-31add option to find zlib in custom pathLibravatar Robert Schiele1-1/+7
2007-07-29Makefile: use $(FIND) instead of findLibravatar David Kastrup1-2/+3
2007-07-26Make verify-tag a builtin.Libravatar Carlos Rica1-1/+1
2007-07-20Make git tag a builtin.Libravatar Carlos Rica1-1/+2
2007-07-15Remove "WITH_P4IMPORT" knob from the MakefileLibravatar Sean1-26/+0
2007-07-14Use $(RM) in Makefiles instead of 'rm -f'Libravatar Emil Medve1-33/+34
2007-07-09Makefile: rebuild git.o on version change, clean up git$X flagsLibravatar Matt McCutchen1-3/+2
2007-07-02Start deprecating "git-command" in favor of "git command"Libravatar Linus Torvalds1-1/+2
2007-07-02Merge branch 'ns/stash'Libravatar Junio C Hamano1-1/+2
2007-07-02Merge branch 'js/rebase'Libravatar Junio C Hamano1-1/+1
2007-06-30Add git-stash scriptLibravatar しらいしななこ1-1/+2
2007-06-30Merge branch 'maint'Libravatar Junio C Hamano1-3/+3
2007-06-30Correct the name of NO_R_TO_GCC_LINKER in the comment describing it.Libravatar Matt Kraai1-3/+3
2007-06-24Teach rebase an interactive modeLibravatar Johannes Schindelin1-1/+1
2007-06-24make dist: include configure script in tarballLibravatar Matthias Lederhofer1-2/+3
2007-06-22Merge branch 'js/filter'Libravatar Junio C Hamano1-1/+2
2007-06-16Merge branch 'maint' to sync with GIT 1.5.2.2Libravatar Junio C Hamano1-0/+11