summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2007-11-14Merge branch 'maint'Junio C Hamano
2007-11-14Fix dependencies of parse-options test programAlex Riesen
2007-11-14Documentation: Fix man page breakage with DocBook XSL v1.72Jonas Fonseca
2007-11-09Make check-docs target detect removed commandsJunio C Hamano
2007-11-09Merge branch 'maint'Junio C Hamano
2007-11-09Makefile: add missing dependency on wt-status.hJunio C Hamano
2007-11-08Merge branch 'ds/maint-deflatebound'Junio C Hamano
2007-11-08Improve accuracy of check for presence of deflateBound.David Symonds
2007-11-05Split off the pretty print stuff into its own fileJohannes Schindelin
2007-11-02Merge branch 'ph/parseopt'Junio C Hamano
2007-10-31Merge branch 'lt/rename' into HEADJunio C Hamano
2007-10-31No longer install git-svnimport, move to contrib/examplesGerrit Pape
2007-10-30Add tests for parse-options.cJohannes Schindelin
2007-10-30Add a simple option parser.Pierre Habouzit
2007-10-27Do linear-time/space rename logic for exact renamesLinus Torvalds
2007-10-27Add 'diffcore.h' to LIB_HLinus Torvalds
2007-10-27Merge branch 'maint'Junio C Hamano
2007-10-26Fix generation of perl/perl.makAlex Riesen
2007-10-25Merge branch 'db/fetch-pack'Junio C Hamano
2007-10-21Define compat version of mkdtemp for systems lacking itShawn O. Pearce
2007-10-17gitweb: speed up project listing on large work trees by limiting find depthLuke Lu
2007-10-16Merge branch 'master' into db/fetch-packShawn O. Pearce
2007-10-16Merge branch 'maint'Shawn O. Pearce
2007-10-16Fix compilation when NO_CURL is definedJohannes Schindelin
2007-10-16Do not remove distributed configure scriptMathias Megyei
2007-10-16makefile: Add a cscope targetKristof Provost
2007-09-26Move convert-objects to contrib.Matt Kraai
2007-09-25Merge branch 'maint'Junio C Hamano
2007-09-25unexpected Make output (e.g. from --debug) causes build failureJim Meyering
2007-09-19Add transport.h to LIB_H as transport.o is in LIB_OBJSShawn O. Pearce
2007-09-19Make fetch a builtinDaniel Barkalow
2007-09-19Move bundle specific stuff into bundle.[ch]Johannes Schindelin
2007-09-19Push code for transport libraryDaniel Barkalow
2007-09-19Make fetch-pack a builtin with an internal APIDaniel Barkalow
2007-09-19Modularize commit-walkerDaniel Barkalow
2007-09-19Remove obsolete commit-walkersDaniel Barkalow
2007-09-18Merge branch 'cr/reset'Junio C Hamano
2007-09-15Merge branch 'np/delta'Junio C Hamano
2007-09-12Make "git reset" a builtin.Carlos Rica
2007-09-12Define NO_MEMMEM of FreeBSD as it lacks the functionRobert Boone
2007-09-10Merge branch 'rs/archive'Junio C Hamano
2007-09-09Define NO_MEMMEM on Darwin as it lacks the functionShawn O. Pearce
2007-09-07add memmem()René Scharfe
2007-09-06basic threaded delta searchNicolas Pitre
2007-09-06Makefile: Add cache-tree.h to the headers listDmitry V. Levin
2007-08-31Makefile: do not allow gnu make to remove test-*.o filesJunio C Hamano
2007-08-11Merge branch 'cr/tag'Junio C Hamano
2007-08-11Add support for an info version of the user manualDavid Kastrup
2007-08-03Support building on GNU/HurdThomas Schwinge
2007-08-01Add is_absolute_path() and make_absolute_path()Johannes Schindelin