summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2007-09-05Makefile: Add cache-tree.h to the headers listDmitry V. Levin1-1/+1
2007-08-30Makefile: do not allow gnu make to remove test-*.o filesJunio C Hamano1-0/+2
2007-08-10Merge branch 'cr/tag'Junio C Hamano1-1/+2
2007-08-10Add support for an info version of the user manualDavid Kastrup1-0/+6
2007-08-02Support building on GNU/HurdThomas Schwinge1-0/+4
2007-08-01Add is_absolute_path() and make_absolute_path()Johannes Schindelin1-1/+1
2007-07-31make the name of the library directory a config optionRobert Schiele1-5/+6
2007-07-31add option to find zlib in custom pathRobert Schiele1-1/+7
2007-07-29Makefile: use $(FIND) instead of findDavid Kastrup1-2/+3
2007-07-26Make verify-tag a builtin.Carlos Rica1-1/+1
2007-07-20Make git tag a builtin.Carlos Rica1-1/+2
2007-07-15Remove "WITH_P4IMPORT" knob from the MakefileSean1-26/+0
2007-07-14Use $(RM) in Makefiles instead of 'rm -f'Emil Medve1-33/+34
2007-07-09Makefile: rebuild git.o on version change, clean up git$X flagsMatt McCutchen1-3/+2
2007-07-02Start deprecating "git-command" in favor of "git command"Linus Torvalds1-1/+2
2007-07-02Merge branch 'ns/stash'Junio C Hamano1-1/+2
2007-07-02Merge branch 'js/rebase'Junio C Hamano1-1/+1
2007-06-30Add git-stash scriptしらいしななこ1-1/+2
2007-06-30Merge branch 'maint'Junio C Hamano1-3/+3
2007-06-30Correct the name of NO_R_TO_GCC_LINKER in the comment describing it.Matt Kraai1-3/+3
2007-06-24Teach rebase an interactive modeJohannes Schindelin1-1/+1
2007-06-24make dist: include configure script in tarballMatthias Lederhofer1-2/+3
2007-06-22Merge branch 'js/filter'Junio C Hamano1-1/+2
2007-06-16Merge branch 'maint' to sync with GIT 1.5.2.2Junio C Hamano1-0/+11
2007-06-16Documentation: adjust to AsciiDoc 8Junio C Hamano1-0/+6
2007-06-15Add a local implementation of hstrerror for the system which do not have itAlex Riesen1-0/+5
2007-06-13Makefile: allow generating git.o for debugging purposesJunio C Hamano1-2/+6
2007-06-13Makefile: common-cmds.h depends on generate-cmdlist.sh scriptJunio C Hamano1-0/+2
2007-06-12Remove trailing slash from $(template_dir).Johannes Sixt1-1/+1
2007-06-12Avoid double-slash in path names that depend on $(sharedir).Johannes Sixt1-1/+1
2007-06-10Makefile: add an explicit rule for building assembly outputLinus Torvalds1-0/+2
2007-06-06Makefile: Remove git-merge-base from PROGRAMS.Johannes Sixt1-1/+0
2007-06-06make clean should remove all the test programs tooMatthias Lederhofer1-1/+2
2007-06-02Add git-filter-branchJohannes Schindelin1-1/+2
2007-06-02Merge branches 'lh/submodules' and 'pb/am'Junio C Hamano1-2/+2
2007-05-30Makefile: Use generic rule to build test programsJulian Phillips1-19/+5
2007-05-29Merge branch 'db/remote'Junio C Hamano1-2/+3
2007-05-28Makefile: Remove git-fsck and git-verify-pack from PROGRAMSNguyen Thai Ngoc Duy1-2/+2
2007-05-26Add git-submodule commandLars Hjemli1-1/+1
2007-05-24Remove git-applypatchJunio C Hamano1-1/+1
2007-05-24git-applymbox: Remove commandPetr Baudis1-1/+1
2007-05-20Move remote parsing into a library file out of builtin-push.Daniel Barkalow1-2/+3
2007-05-11apply: do not get confused by symlinks in the middleJunio C Hamano1-1/+1
2007-05-07Remove duplicate exports from MakefileShawn O. Pearce1-1/+1
2007-05-07Merge branch 'master' of git://repo.or.cz/git-guiShawn O. Pearce1-4/+12
2007-05-07git-gui: Refactor into multiple files to save my sanityShawn O. Pearce1-2/+21
2007-05-02Create pack-write.c for common pack writing codeDana L. How1-2/+2
2007-05-02git-gui: Track our own embedded values and rebuild when they changeShawn O. Pearce1-2/+15
2007-04-29Make sure test-genrandom and test-chmtime are builtas part of the main build.Junio C Hamano1-1/+5
2007-04-29Split out mailmap handling out of shortlogJunio C Hamano1-2/+2