summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2007-11-16Merge branch 'ds/maint-deflatebound' into maintJunio C Hamano1-0/+6
2007-11-14Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG.Johannes Sixt1-1/+4
2007-11-14Merge branch 'maint'Junio C Hamano1-0/+2
2007-11-14Merge branch 'db/remote-builtin' into jk/send-packJunio C Hamano1-2/+3
2007-11-14Fix dependencies of parse-options test programAlex Riesen1-0/+2
2007-11-14Documentation: Fix man page breakage with DocBook XSL v1.72Jonas Fonseca1-0/+2
2007-11-09Make check-docs target detect removed commandsJunio C Hamano1-3/+27
2007-11-09Merge branch 'maint'Junio C Hamano1-0/+1
2007-11-08Makefile: add missing dependency on wt-status.hJunio C Hamano1-0/+1
2007-11-07Merge branch 'ds/maint-deflatebound'Junio C Hamano1-0/+6
2007-11-07Improve accuracy of check for presence of deflateBound.David Symonds1-0/+6
2007-11-05Build in ls-remoteDaniel Barkalow1-2/+1
2007-11-05Split off the pretty print stuff into its own fileJohannes Schindelin1-1/+1
2007-11-02Build-in send-pack, with an API for other programs to call.Daniel Barkalow1-0/+1
2007-11-02Build-in peek-remote, using transport infrastructure.Daniel Barkalow1-1/+2
2007-11-02Merge branch 'ph/parseopt'Junio C Hamano1-3/+3
2007-10-30Merge branch 'lt/rename' into HEADJunio C Hamano1-3/+2
2007-10-30No longer install git-svnimport, move to contrib/examplesGerrit Pape1-2/+1
2007-10-29Add tests for parse-options.cJohannes Schindelin1-1/+1
2007-10-29Add a simple option parser.Pierre Habouzit1-2/+2
2007-10-26Do linear-time/space rename logic for exact renamesLinus Torvalds1-2/+2
2007-10-26Add 'diffcore.h' to LIB_HLinus Torvalds1-2/+1
2007-10-26Merge branch 'maint'Junio C Hamano1-5/+1
2007-10-26Fix generation of perl/perl.makAlex Riesen1-5/+1
2007-10-24Merge branch 'db/fetch-pack'Junio C Hamano1-27/+26
2007-10-20Define compat version of mkdtemp for systems lacking itShawn O. Pearce1-0/+8
2007-10-17gitweb: speed up project listing on large work trees by limiting find depthLuke Lu1-0/+2
2007-10-16Merge branch 'master' into db/fetch-packShawn O. Pearce1-5/+12
2007-10-15Merge branch 'maint'Shawn O. Pearce1-1/+4
2007-10-15Fix compilation when NO_CURL is definedJohannes Schindelin1-3/+3
2007-10-15Do not remove distributed configure scriptMathias Megyei1-1/+4
2007-10-15makefile: Add a cscope targetKristof Provost1-2/+6
2007-09-25Move convert-objects to contrib.Matt Kraai1-1/+1
2007-09-25Merge branch 'maint'Junio C Hamano1-1/+1
2007-09-25unexpected Make output (e.g. from --debug) causes build failureJim Meyering1-1/+1
2007-09-19Add transport.h to LIB_H as transport.o is in LIB_OBJSShawn O. Pearce1-1/+1
2007-09-19Make fetch a builtinDaniel Barkalow1-1/+1
2007-09-19Move bundle specific stuff into bundle.[ch]Johannes Schindelin1-1/+1
2007-09-19Push code for transport libraryDaniel Barkalow1-1/+2
2007-09-19Make fetch-pack a builtin with an internal APIDaniel Barkalow1-0/+1
2007-09-19Modularize commit-walkerDaniel Barkalow1-8/+9
2007-09-19Remove obsolete commit-walkersDaniel Barkalow1-16/+4
2007-09-18Merge branch 'cr/reset'Junio C Hamano1-1/+2
2007-09-14Merge branch 'np/delta'Junio C Hamano1-0/+8
2007-09-12Make "git reset" a builtin.Carlos Rica1-1/+2
2007-09-12Define NO_MEMMEM of FreeBSD as it lacks the functionRobert Boone1-0/+1
2007-09-10Merge branch 'rs/archive'Junio C Hamano1-0/+12
2007-09-09Define NO_MEMMEM on Darwin as it lacks the functionShawn O. Pearce1-0/+1
2007-09-06add memmem()René Scharfe1-0/+11
2007-09-06basic threaded delta searchNicolas Pitre1-0/+8