summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
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-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
2007-05-12apply: do not get confused by symlinks in the middleJunio C Hamano
2007-05-08Remove duplicate exports from MakefileShawn O. Pearce
2007-05-08Merge branch 'master' of git://repo.or.cz/git-guiShawn O. Pearce
2007-05-08git-gui: Refactor into multiple files to save my sanityShawn O. Pearce
2007-05-02Create pack-write.c for common pack writing codeDana L. How