summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* gitweb: speed up project listing on large work trees by limiting find depthLuke Lu2007-10-171-0/+2
* Merge branch 'maint'Shawn O. Pearce2007-10-151-1/+4
|\
| * Do not remove distributed configure scriptMathias Megyei2007-10-151-1/+4
* | makefile: Add a cscope targetKristof Provost2007-10-151-2/+6
* | Move convert-objects to contrib.Matt Kraai2007-09-251-1/+1
* | Merge branch 'maint'Junio C Hamano2007-09-251-1/+1
|\ \ | |/
| * unexpected Make output (e.g. from --debug) causes build failureJim Meyering2007-09-251-1/+1
* | Merge branch 'cr/reset'Junio C Hamano2007-09-181-1/+2
|\ \
| * | Make "git reset" a builtin.Carlos Rica2007-09-121-1/+2
* | | Merge branch 'np/delta'Junio C Hamano2007-09-141-0/+8
|\ \ \ | |/ / |/| |
| * | basic threaded delta searchNicolas Pitre2007-09-061-0/+8
* | | Define NO_MEMMEM of FreeBSD as it lacks the functionRobert Boone2007-09-121-0/+1
* | | Merge branch 'rs/archive'Junio C Hamano2007-09-101-0/+12
|\ \ \ | |_|/ |/| |
| * | Define NO_MEMMEM on Darwin as it lacks the functionShawn O. Pearce2007-09-091-0/+1
| * | add memmem()René Scharfe2007-09-061-0/+11
| |/
* | Makefile: Add cache-tree.h to the headers listDmitry V. Levin2007-09-051-1/+1
|/
* Makefile: do not allow gnu make to remove test-*.o filesJunio C Hamano2007-08-301-0/+2
* Merge branch 'cr/tag'Junio C Hamano2007-08-101-1/+2
|\
| * Make verify-tag a builtin.Carlos Rica2007-07-261-1/+1
| * Make git tag a builtin.Carlos Rica2007-07-201-1/+2
* | Add support for an info version of the user manualDavid Kastrup2007-08-101-0/+6
* | Support building on GNU/HurdThomas Schwinge2007-08-021-0/+4
* | Add is_absolute_path() and make_absolute_path()Johannes Schindelin2007-08-011-1/+1
* | make the name of the library directory a config optionRobert Schiele2007-07-311-5/+6
* | add option to find zlib in custom pathRobert Schiele2007-07-311-1/+7
* | Makefile: use $(FIND) instead of findDavid Kastrup2007-07-291-2/+3
|/
* Remove "WITH_P4IMPORT" knob from the MakefileSean2007-07-151-26/+0
* Use $(RM) in Makefiles instead of 'rm -f'Emil Medve2007-07-141-33/+34
* Makefile: rebuild git.o on version change, clean up git$X flagsMatt McCutchen2007-07-091-3/+2
* Start deprecating "git-command" in favor of "git command"Linus Torvalds2007-07-021-1/+2
* Merge branch 'ns/stash'Junio C Hamano2007-07-021-1/+2
|\
| * Add git-stash scriptしらいしななこ2007-06-301-1/+2
* | Merge branch 'js/rebase'Junio C Hamano2007-07-021-1/+1
|\ \ | |/ |/|
| * Teach rebase an interactive modeJohannes Schindelin2007-06-241-1/+1
* | Merge branch 'maint'Junio C Hamano2007-06-301-3/+3
|\ \ | |/ |/|
| * Correct the name of NO_R_TO_GCC_LINKER in the comment describing it.Matt Kraai2007-06-301-3/+3
* | make dist: include configure script in tarballMatthias Lederhofer2007-06-241-2/+3
* | Merge branch 'js/filter'Junio C Hamano2007-06-221-1/+2
|\ \
| * | Add git-filter-branchJohannes Schindelin2007-06-021-1/+2
* | | Merge branch 'maint' to sync with GIT 1.5.2.2Junio C Hamano2007-06-161-0/+11
|\ \ \ | | |/ | |/|
| * | Documentation: adjust to AsciiDoc 8Junio C Hamano2007-06-161-0/+6
| * | Add a local implementation of hstrerror for the system which do not have itAlex Riesen2007-06-151-0/+5
* | | Makefile: allow generating git.o for debugging purposesJunio C Hamano2007-06-131-2/+6
* | | Makefile: common-cmds.h depends on generate-cmdlist.sh scriptJunio C Hamano2007-06-131-0/+2
* | | Remove trailing slash from $(template_dir).Johannes Sixt2007-06-121-1/+1
* | | Avoid double-slash in path names that depend on $(sharedir).Johannes Sixt2007-06-121-1/+1
* | | Makefile: add an explicit rule for building assembly outputLinus Torvalds2007-06-101-0/+2
* | | Makefile: Remove git-merge-base from PROGRAMS.Johannes Sixt2007-06-061-1/+0
* | | make clean should remove all the test programs tooMatthias Lederhofer2007-06-061-1/+2
| |/ |/|
| |
| \
*-. \ Merge branches 'lh/submodules' and 'pb/am'Junio C Hamano2007-06-021-2/+2
|\ \ \