summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2007-11-30Replace the word 'update-cache' by 'update-index' everywhereJohannes Schindelin
2007-11-17Merge branch 'ds/maint-deflatebound' into maintJunio C Hamano
2007-11-14Documentation: Fix man page breakage with DocBook XSL v1.72Jonas Fonseca
2007-11-09Makefile: add missing dependency on wt-status.hJunio C Hamano
2007-11-08Improve accuracy of check for presence of deflateBound.David Symonds
2007-10-26Fix generation of perl/perl.makAlex Riesen
2007-10-16Do not remove distributed configure scriptMathias Megyei
2007-09-25unexpected Make output (e.g. from --debug) causes build failureJim Meyering
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
2007-08-01make the name of the library directory a config optionRobert Schiele
2007-07-31add option to find zlib in custom pathRobert Schiele
2007-07-29Makefile: use $(FIND) instead of findDavid Kastrup
2007-07-27Make verify-tag a builtin.Carlos Rica
2007-07-20Make git tag a builtin.Carlos Rica
2007-07-15Remove "WITH_P4IMPORT" knob from the MakefileSean
2007-07-15Use $(RM) in Makefiles instead of 'rm -f'Emil Medve
2007-07-10Makefile: rebuild git.o on version change, clean up git$X flagsMatt McCutchen
2007-07-03Start deprecating "git-command" in favor of "git command"Linus Torvalds
2007-07-02Merge branch 'ns/stash'Junio C Hamano
2007-07-02Merge branch 'js/rebase'Junio C Hamano
2007-07-01Add git-stash scriptしらいしななこ
2007-06-30Merge branch 'maint'Junio C Hamano
2007-06-30Correct the name of NO_R_TO_GCC_LINKER in the comment describing it.Matt Kraai
2007-06-25Teach rebase an interactive modeJohannes Schindelin
2007-06-24make dist: include configure script in tarballMatthias Lederhofer
2007-06-23Merge branch 'js/filter'Junio C Hamano
2007-06-16Merge branch 'maint' to sync with GIT 1.5.2.2Junio C Hamano
2007-06-16Documentation: adjust to AsciiDoc 8Junio C Hamano
2007-06-16Add a local implementation of hstrerror for the system which do not have itAlex Riesen
2007-06-13Makefile: allow generating git.o for debugging purposesJunio C Hamano
2007-06-13Makefile: common-cmds.h depends on generate-cmdlist.sh scriptJunio C Hamano
2007-06-12Remove trailing slash from $(template_dir).Johannes Sixt
2007-06-12Avoid double-slash in path names that depend on $(sharedir).Johannes Sixt
2007-06-10Makefile: add an explicit rule for building assembly outputLinus Torvalds
2007-06-06Makefile: Remove git-merge-base from PROGRAMS.Johannes Sixt
2007-06-06make clean should remove all the test programs tooMatthias Lederhofer
2007-06-03Add git-filter-branchJohannes Schindelin
2007-06-03Merge branches 'lh/submodules' and 'pb/am'Junio C Hamano
2007-05-31Makefile: Use generic rule to build test programsJulian Phillips
2007-05-29Merge branch 'db/remote'Junio C Hamano
2007-05-29Makefile: Remove git-fsck and git-verify-pack from PROGRAMSNguyen Thai Ngoc Duy
2007-05-27Add git-submodule commandLars Hjemli
2007-05-25Remove git-applypatchJunio C Hamano
2007-05-25git-applymbox: Remove commandPetr Baudis
2007-05-21Move remote parsing into a library file out of builtin-push.Daniel Barkalow