summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2006-12-27gcc does not necessarily pass runtime libpath with -RJunio C Hamano1-6/+16
2006-12-27Merge branch 'sp/gc'Junio C Hamano1-1/+1
2006-12-27Set NO_MMAP for Cygwin by defaultJunio C Hamano1-2/+2
2006-12-27Merge branch 'master' into js/shallowJunio C Hamano1-70/+49
2006-12-27Create 'git gc' to perform common maintenance operations.Shawn O. Pearce1-1/+1
2006-12-26Merge branch 'jc/fsck-reflog'Junio C Hamano1-0/+1
2006-12-25Merge branch 'jc/git-add--interactive'Junio C Hamano1-0/+1
2006-12-24Merge branch 'js/rerere'Junio C Hamano1-1/+1
2006-12-24commit-tree: encourage UTF-8 commit messages.Johannes Schindelin1-2/+4
2006-12-23Makefile: add quick-install-doc for installing pre-built manpagesEric Wong1-0/+2
2006-12-22Remove NO_ACCURATE_DIFF options from build systemsEric Wong1-6/+0
2006-12-21Make git-rerere a builtinJohannes Schindelin1-1/+1
2006-12-20git reflog expireJunio C Hamano1-0/+1
2006-12-19Remove COLLISION_CHECK from Makefile since it's not used.Brian Gernhardt1-4/+0
2006-12-18git-add --interactiveJunio C Hamano1-0/+1
2006-12-18make patch_delta() error cases a bit more verboseNicolas Pitre1-2/+2
2006-12-15Export PERL_PATHLuben Tuikov1-0/+2
2006-12-15Avoid accessing a slow working copy during diffcore operations.Shawn O. Pearce1-0/+7
2006-12-12Merge branch 'master' into js/mergeJunio C Hamano1-18/+31
2006-12-12Merge branch 'maint'Junio C Hamano1-12/+15
2006-12-12Move Fink and Ports check to after config fileBrian Gernhardt1-12/+15
2006-12-06Add builtin merge-file, a minimal replacement for RCS mergeJohannes Schindelin1-0/+1
2006-12-04Make perl/ build procedure ActiveState friendly.Alex Riesen1-6/+16
2006-12-02xdiff: add xdl_merge()Johannes Schindelin1-1/+2
2006-11-26Merge branch 'js/shortlog'Junio C Hamano1-1/+2
2006-11-24support fetching into a shallow repositoryJohannes Schindelin1-1/+1
2006-11-21remove merge-recursive-oldJunio C Hamano1-43/+2
2006-11-19Build in shortlogJohannes Schindelin1-1/+2
2006-11-17git-gui: Created makefile to install the program.Shawn O. Pearce1-0/+14
2006-11-08git-pickaxe: retire pickaxeJunio C Hamano1-2/+2
2006-11-07Merge branch 'jc/pickaxe'Junio C Hamano1-0/+1
2006-11-07Merge branch 'np/index-pack'Junio C Hamano1-1/+1
2006-11-05cherry is built-in, do not ship git-cherry.shJunio C Hamano1-0/+5
2006-11-04Merge branch 'maint'Junio C Hamano1-12/+2
2006-11-04Remove SIMPLE_PROGRAMS and make git-daemon a normal program.Shawn O. Pearce1-12/+2
2006-11-03improve fetch-pack's handling of kept packsNicolas Pitre1-1/+1
2006-11-01Merge branch 'rs/cherry'Junio C Hamano1-2/+2
2006-11-01Merge branch 'lj/refs'Junio C Hamano1-2/+5
2006-10-25Merge for-each-ref to sync gitweb fully with 'next'Junio C Hamano1-0/+1
2006-10-25Merge branch 'jc/web-blame'Junio C Hamano1-1/+6
2006-10-23Make git-branch a builtinLars Hjemli1-1/+2
2006-10-23Built-in cherryRene Scharfe1-2/+2
2006-10-19git-pickaxe: blame rewritten.Junio C Hamano1-0/+1
2006-10-17add proper dependancies on the xdiff sourceAndy Whitcroft1-0/+2
2006-10-12Merge branch 'jc/blame' into jc/web-blameJunio C Hamano1-1/+2
2006-10-09Remove git-annotate.perl and create a builtin-alias for git-blameRyan Anderson1-1/+2
2006-10-06Merge branch 'jc/blame' into jc/web-blameJunio C Hamano1-2/+3
2006-10-05tar-tree deprecation: we eat our own dog food.Junio C Hamano1-2/+3
2006-10-04Gitweb - provide site headers and footersAlan Chandler1-0/+4
2006-10-02Merge branch 'master' into lj/refsJunio C Hamano1-45/+80