summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Set OLD_ICONV on Cygwin.Pascal Obry2007-12-041-0/+1
* Merge branch 'kh/commit'Junio C Hamano2007-12-041-7/+4
|\
| * Remove git-status from list of scripts as it is builtinShawn O. Pearce2007-11-271-1/+1
| * Port git commit to C.Kristian Høgsberg2007-11-221-6/+3
* | install-sh from automake does not like -m without delimiting spaceRobert Schiele2007-12-031-2/+2
* | Documentation: add a new man page for "git-help"Christian Couder2007-12-031-0/+1
* | Merge branch 'js/fast-export'Junio C Hamano2007-12-021-0/+1
|\ \
| * | Add 'git fast-export', the sister of 'git fast-import'Johannes Schindelin2007-12-021-0/+1
* | | Consolidate command list to one.Junio C Hamano2007-12-011-4/+4
* | | Resurrect peek-remoteJunio C Hamano2007-12-011-1/+1
* | | Merge branch 'jc/move-gitk'Junio C Hamano2007-12-011-11/+3
|\ \ \
| * | | Move gitk to its own subdirectoryJunio C Hamano2007-11-181-11/+3
* | | | Merge branch 'maint'Junio C Hamano2007-11-301-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Replace the word 'update-cache' by 'update-index' everywhereJohannes Schindelin2007-11-301-1/+1
| * | | Merge branch 'ds/maint-deflatebound' into maintJunio C Hamano2007-11-161-0/+6
| |\ \ \
* | \ \ \ Merge branch 'jk/send-pack'Junio C Hamano2007-11-241-2/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'db/remote-builtin' into jk/send-packJunio C Hamano2007-11-141-2/+3
| |\ \ \ \ \
| | * | | | | Build in ls-remoteDaniel Barkalow2007-11-051-2/+1
| | * | | | | Build-in send-pack, with an API for other programs to call.Daniel Barkalow2007-11-021-0/+1
| | * | | | | Build-in peek-remote, using transport infrastructure.Daniel Barkalow2007-11-021-1/+2
* | | | | | | Merge branch 'sb/clean'Junio C Hamano2007-11-241-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Make git-clean a builtinShawn Bohrer2007-11-181-1/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'js/mingw-fallouts'Junio C Hamano2007-11-241-1/+4
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG.Johannes Sixt2007-11-141-1/+4
* | | | | | | git-merge-ours: make it a builtin.Thomas Harning2007-11-221-1/+2
| |/ / / / / |/| | | | |
* | | | | | Use compat mkdtemp() on Solaris boxesGuido Ostkamp2007-11-181-2/+1
|/ / / / /
* | | | | Merge branch 'maint'Junio C Hamano2007-11-141-0/+2
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Documentation: Fix man page breakage with DocBook XSL v1.72Jonas Fonseca2007-11-141-0/+2
* | | | Fix dependencies of parse-options test programAlex Riesen2007-11-141-0/+2
* | | | Make check-docs target detect removed commandsJunio C Hamano2007-11-091-3/+27
* | | | Merge branch 'maint'Junio C Hamano2007-11-091-0/+1
|\ \ \ \ | |/ / /
| * | | Makefile: add missing dependency on wt-status.hJunio C Hamano2007-11-081-0/+1
* | | | Merge branch 'ds/maint-deflatebound'Junio C Hamano2007-11-071-0/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Improve accuracy of check for presence of deflateBound.David Symonds2007-11-071-0/+6
| |/ /
* | | Split off the pretty print stuff into its own fileJohannes Schindelin2007-11-051-1/+1
| |/ |/|
* | Merge branch 'ph/parseopt'Junio C Hamano2007-11-021-3/+3
|\ \
| * | Add tests for parse-options.cJohannes Schindelin2007-10-291-1/+1
| * | Add a simple option parser.Pierre Habouzit2007-10-291-2/+2
* | | Merge branch 'lt/rename' into HEADJunio C Hamano2007-10-301-3/+2
|\ \ \
| * | | Do linear-time/space rename logic for exact renamesLinus Torvalds2007-10-261-2/+2
| * | | Add 'diffcore.h' to LIB_HLinus Torvalds2007-10-261-2/+1
| |/ /
* | | No longer install git-svnimport, move to contrib/examplesGerrit Pape2007-10-301-2/+1
|/ /
* | Merge branch 'maint'Junio C Hamano2007-10-261-5/+1
|\ \ | |/
| * Fix generation of perl/perl.makAlex Riesen2007-10-261-5/+1
* | Merge branch 'db/fetch-pack'Junio C Hamano2007-10-241-27/+26
|\ \
| * | Define compat version of mkdtemp for systems lacking itShawn O. Pearce2007-10-201-0/+8
| * | Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-161-5/+12
| |\ \
| * | | Fix compilation when NO_CURL is definedJohannes Schindelin2007-10-151-3/+3
| * | | Add transport.h to LIB_H as transport.o is in LIB_OBJSShawn O. Pearce2007-09-191-1/+1
| * | | Make fetch a builtinDaniel Barkalow2007-09-191-1/+1