summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2008-01-15Fix git-rerere documentationJunio C Hamano
2007-12-22parse-options: Add a gitcli(5) man page.Pierre Habouzit
2007-12-19Fix git-instaweb breakage on MacOS X due to the limited sed functionalityCharles Bailey
2007-12-16rename git-browse--help to git-help--browseJeff King
2007-12-15Retire git-runstatus for real.Junio C Hamano
2007-12-15Rename git-browse-help helper to git-browse--helpJunio C Hamano
2007-12-13Merge branch 'cc/help'Junio C Hamano
2007-12-11Don't cache DESTDIR in perl/perl.mak.Gerrit Pape
2007-12-10git-help -i: show info documentation from matching version of gitJunio C Hamano
2007-12-10Merge branch 'master' into cc/helpJunio C Hamano
2007-12-09Merge branch 'jc/spht'Junio C Hamano
2007-12-09git-help: add -w|--web option to display html man page in a browser.Christian Couder
2007-12-08Let git-help prefer man-pages installed with this version of gitSergei Organov
2007-12-07Silence iconv warnings on LeopardWincent Colaiuta
2007-12-06Use gitattributes to define per-path whitespace ruleJunio C Hamano
2007-12-05Set OLD_ICONV on Cygwin.Pascal Obry
2007-12-05Merge branch 'kh/commit'Junio C Hamano
2007-12-04install-sh from automake does not like -m without delimiting spaceRobert Schiele
2007-12-04Documentation: add a new man page for "git-help"Christian Couder
2007-12-03Merge branch 'js/fast-export'Junio C Hamano
2007-12-03Add 'git fast-export', the sister of 'git fast-import'Johannes Schindelin
2007-12-02Consolidate command list to one.Junio C Hamano
2007-12-02Resurrect peek-remoteJunio C Hamano
2007-12-01Merge branch 'jc/move-gitk'Junio C Hamano
2007-12-01Merge branch 'maint'Junio C Hamano
2007-11-30Replace the word 'update-cache' by 'update-index' everywhereJohannes Schindelin
2007-11-28Remove git-status from list of scripts as it is builtinShawn O. Pearce
2007-11-25Merge branch 'jk/send-pack'Junio C Hamano
2007-11-25Merge branch 'sb/clean'Junio C Hamano
2007-11-25Merge branch 'js/mingw-fallouts'Junio C Hamano
2007-11-23Port git commit to C.Kristian Høgsberg
2007-11-22git-merge-ours: make it a builtin.Thomas Harning
2007-11-19Make git-clean a builtinShawn Bohrer
2007-11-19Move gitk to its own subdirectoryJunio C Hamano
2007-11-18Use compat mkdtemp() on Solaris boxesGuido Ostkamp
2007-11-17Merge branch 'ds/maint-deflatebound' into maintJunio C Hamano
2007-11-14Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG.Johannes Sixt
2007-11-14Merge branch 'maint'Junio C Hamano
2007-11-14Merge branch 'db/remote-builtin' into jk/send-packJunio C Hamano
2007-11-14Fix dependencies of parse-options test programAlex Riesen
2007-11-14Documentation: Fix man page breakage with DocBook XSL v1.72Jonas Fonseca
2007-11-09Make check-docs target detect removed commandsJunio C Hamano
2007-11-09Merge branch 'maint'Junio C Hamano
2007-11-09Makefile: add missing dependency on wt-status.hJunio C Hamano
2007-11-08Merge branch 'ds/maint-deflatebound'Junio C Hamano
2007-11-08Improve accuracy of check for presence of deflateBound.David Symonds
2007-11-05Build in ls-remoteDaniel Barkalow
2007-11-05Split off the pretty print stuff into its own fileJohannes Schindelin
2007-11-03Build-in send-pack, with an API for other programs to call.Daniel Barkalow
2007-11-03Build-in peek-remote, using transport infrastructure.Daniel Barkalow