summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2007-07-15Remove "WITH_P4IMPORT" knob from the MakefileLibravatar Sean1-26/+0
2007-07-14Use $(RM) in Makefiles instead of 'rm -f'Libravatar Emil Medve1-33/+34
2007-07-09Makefile: rebuild git.o on version change, clean up git$X flagsLibravatar Matt McCutchen1-3/+2
2007-07-02Start deprecating "git-command" in favor of "git command"Libravatar Linus Torvalds1-1/+2
2007-07-02Merge branch 'ns/stash'Libravatar Junio C Hamano1-1/+2
2007-07-02Merge branch 'js/rebase'Libravatar Junio C Hamano1-1/+1
2007-06-30Add git-stash scriptLibravatar しらいしななこ1-1/+2
2007-06-30Merge branch 'maint'Libravatar Junio C Hamano1-3/+3
2007-06-30Correct the name of NO_R_TO_GCC_LINKER in the comment describing it.Libravatar Matt Kraai1-3/+3
2007-06-24Teach rebase an interactive modeLibravatar Johannes Schindelin1-1/+1
2007-06-24make dist: include configure script in tarballLibravatar Matthias Lederhofer1-2/+3
2007-06-22Merge branch 'js/filter'Libravatar Junio C Hamano1-1/+2
2007-06-16Merge branch 'maint' to sync with GIT 1.5.2.2Libravatar Junio C Hamano1-0/+11
2007-06-16Documentation: adjust to AsciiDoc 8Libravatar Junio C Hamano1-0/+6
2007-06-15Add a local implementation of hstrerror for the system which do not have itLibravatar Alex Riesen1-0/+5
2007-06-13Makefile: allow generating git.o for debugging purposesLibravatar Junio C Hamano1-2/+6
2007-06-13Makefile: common-cmds.h depends on generate-cmdlist.sh scriptLibravatar Junio C Hamano1-0/+2
2007-06-12Remove trailing slash from $(template_dir).Libravatar Johannes Sixt1-1/+1
2007-06-12Avoid double-slash in path names that depend on $(sharedir).Libravatar Johannes Sixt1-1/+1
2007-06-10Makefile: add an explicit rule for building assembly outputLibravatar Linus Torvalds1-0/+2
2007-06-06Makefile: Remove git-merge-base from PROGRAMS.Libravatar Johannes Sixt1-1/+0
2007-06-06make clean should remove all the test programs tooLibravatar Matthias Lederhofer1-1/+2
2007-06-02Add git-filter-branchLibravatar Johannes Schindelin1-1/+2
2007-06-02Merge branches 'lh/submodules' and 'pb/am'Libravatar Junio C Hamano1-2/+2
2007-05-30Makefile: Use generic rule to build test programsLibravatar Julian Phillips1-19/+5
2007-05-29Merge branch 'db/remote'Libravatar Junio C Hamano1-2/+3
2007-05-28Makefile: Remove git-fsck and git-verify-pack from PROGRAMSLibravatar Nguyen Thai Ngoc Duy1-2/+2
2007-05-26Add git-submodule commandLibravatar Lars Hjemli1-1/+1
2007-05-24Remove git-applypatchLibravatar Junio C Hamano1-1/+1
2007-05-24git-applymbox: Remove commandLibravatar Petr Baudis1-1/+1
2007-05-20Move remote parsing into a library file out of builtin-push.Libravatar Daniel Barkalow1-2/+3
2007-05-11apply: do not get confused by symlinks in the middleLibravatar Junio C Hamano1-1/+1
2007-05-07Remove duplicate exports from MakefileLibravatar Shawn O. Pearce1-1/+1
2007-05-07Merge branch 'master' of git://repo.or.cz/git-guiLibravatar Shawn O. Pearce1-4/+12
2007-05-07git-gui: Refactor into multiple files to save my sanityLibravatar Shawn O. Pearce1-2/+21
2007-05-02Create pack-write.c for common pack writing codeLibravatar Dana L. How1-2/+2
2007-05-02git-gui: Track our own embedded values and rebuild when they changeLibravatar Shawn O. Pearce1-2/+15
2007-04-29Make sure test-genrandom and test-chmtime are builtas part of the main build.Libravatar Junio C Hamano1-1/+5
2007-04-29Split out mailmap handling out of shortlogLibravatar Junio C Hamano1-2/+2
2007-04-24Merge branch 'maint'Libravatar Junio C Hamano1-2/+7
2007-04-24Create a sysconfdir variable, and use it for ETC_GITCONFIGLibravatar Josh Triplett1-2/+7
2007-04-22common progress display supportLibravatar Nicolas Pitre1-2/+2
2007-04-21Merge branch 'jc/attr'Libravatar Junio C Hamano1-3/+5
2007-04-21Merge branch 'np/pack'Libravatar Junio C Hamano1-2/+5
2007-04-19Documentation: support manual section (5) - file formats.Libravatar Junio C Hamano1-1/+2
2007-04-17git-gui: Honor TCLTK_PATH if suppliedLibravatar Junio C Hamano1-0/+4
2007-04-17Revert "Allow wish interpreter to be defined with TCLTK_PATH"Libravatar Shawn O. Pearce1-3/+0
2007-04-16Add a generic "object decorator" interface, and make object refs use itLibravatar Linus Torvalds1-2/+2
2007-04-15Makefile: add patch-ids.h back in.Libravatar Junio C Hamano1-1/+1
2007-04-14Add basic infrastructure to assign attributes to pathsLibravatar Junio C Hamano1-2/+3