summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-07-27log and diff family: honor config even from subdirectoriesLibravatar Junio C Hamano5-7/+11
2006-07-27git-reset: detect update-ref error and report it.Libravatar Junio C Hamano1-1/+4
2006-07-27lost-found: use fsck-objects --fullLibravatar Junio C Hamano1-1/+1
2006-07-27Teach git-http-fetch the --stdin switchLibravatar Petr Baudis2-17/+36
2006-07-27Teach git-local-fetch the --stdin switchLibravatar Petr Baudis4-10/+74
2006-07-27Make pull() support fetching multiple targets at onceLibravatar Petr Baudis5-37/+49
2006-07-27Make pull() take some implicit data as explicit argumentsLibravatar Petr Baudis5-17/+12
2006-07-27mailinfo: accept >From in message headerLibravatar Michael S. Tsirkin1-1/+1
2006-07-27Remove -d from *-fetch usage stringsLibravatar Petr Baudis3-4/+4
2006-07-27daemon: documentation for --reuseaddr, --detach and --pid-fileLibravatar Matthias Lederhofer2-2/+13
2006-07-26cvsserver: imitate git-update-ref when committingLibravatar Johannes Schindelin1-4/+4
2006-07-26instaweb: Be more clear if httpd or the browser failLibravatar Johannes Schindelin1-2/+7
2006-07-26builtin git-mv: support moving directoriesLibravatar Johannes Schindelin2-5/+86
2006-07-26Make git-mv a builtinLibravatar Johannes Schindelin8-295/+269
2006-07-26Extract helper bits from c-merge-recursive workLibravatar Johannes Schindelin4-45/+172
2006-07-26Merge branch 'pb/configure'Libravatar Junio C Hamano3-11/+13
2006-07-26git-cvsserver: support multiline commit messagesLibravatar Johannes Schindelin1-3/+6
2006-07-26t7001: add test for git-mv dir1 dir2/Libravatar Johannes Schindelin1-0/+15
2006-07-26gitweb: fix two warningsLibravatar Johannes Schindelin1-2/+2
2006-07-26git-instaweb: respect bindir from MakefileLibravatar Johannes Schindelin1-1/+1
2006-07-26git-instaweb: some Apache have mod_cgi builtinLibravatar Johannes Schindelin1-1/+3
2006-07-26t4112: simplify the test and remove unneeded working tree file.Libravatar Junio C Hamano1-26/+2
2006-07-26Extend testing git-mv for renaming of subdirectoriesLibravatar Josef Weidendorfer1-0/+21
2006-07-25git wrapper: add --git-dir=<path> and --bare optionsLibravatar Johannes Schindelin3-47/+58
2006-07-25Allow an alias to start with "-p"Libravatar Johannes Schindelin1-6/+30
2006-07-25cvsserver: avoid warning about active db handlesLibravatar Johannes Schindelin1-14/+56
2006-07-25cvsserver: suppress warningsLibravatar Johannes Schindelin1-1/+1
2006-07-25Substitute xmalloc()+memset(0) with xcalloc().Libravatar Peter Eriksen3-6/+3
2006-07-25gitweb: escape tag commentsLibravatar Daniel Drake1-1/+1
2006-07-25Merge branch 'jc/clone-bind-failure'Libravatar Junio C Hamano2-4/+11
2006-07-25Merge branch 'jt/format-patch'Libravatar Junio C Hamano4-1/+63
2006-07-25Merge branch 'ew/apply'Libravatar Junio C Hamano2-14/+163
2006-07-24Merge branch 'jc/read-tree'Libravatar Junio C Hamano1-2/+2
2006-07-24gitweb.cgi: git_blame2: slight optimization reading the blame linesLibravatar Luben Tuikov1-14/+5
2006-07-24gitweb.cgi: Centralize printing of the page pathLibravatar Luben Tuikov1-20/+21
2006-07-24gitweb.cgi: git_blame2: Revision blocks now have alternating colorsLibravatar Luben Tuikov1-4/+11
2006-07-24gitweb.cgi: Show "raw" head of project link even when $hash is not definedLibravatar Luben Tuikov1-0/+3
2006-07-24gitweb.cgi: git_blame2: Allow back-trekking through commitsLibravatar Luben Tuikov1-1/+7
2006-07-24gitweb.cgi: git_blame2: an alternative simple working git blameLibravatar Luben Tuikov1-1/+70
2006-07-24gitweb.cgi: Include direct link to "raw" files from "history"Libravatar Luben Tuikov1-6/+29
2006-07-24gitweb.cgi: Teach git_history() to read hash from $hash_baseLibravatar Luben Tuikov1-13/+13
2006-07-24Merge branch 'lt/objformat'Libravatar Junio C Hamano5-8/+111
2006-07-24Trivial path optimization testLibravatar Alex Riesen1-0/+19
2006-07-24Always reset the color _before_ printing out the newlineLibravatar Johannes Schindelin1-1/+1
2006-07-24upload-pack: fix timeout in create_pack_fileLibravatar Matthias Lederhofer1-0/+2
2006-07-24Defaulting fetch to origin when set in the repo-configLibravatar Santi Béjar1-1/+2
2006-07-24Colorize 'commit' lines in log uiLibravatar Jeff King3-18/+26
2006-07-23git-am: Don't accept an mbox on stdin of we already have a .dotest directoryLibravatar Lukas Sandström1-2/+4
2006-07-23show-branch: Fix another performance problem.Libravatar Alexandre Julliard1-0/+2
2006-07-23pack-objects: check pack.window for default window sizeLibravatar Jeff King2-1/+16