summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-23Disable linking with Fink or DarwinPorts.Libravatar Shawn Pearce1-8/+22
2006-07-23git.el: Put the git customize group in the 'tools' parent group.Libravatar Alexandre Julliard1-1/+2
2006-07-23git.el: Try to reuse an existing buffer when running git-status.Libravatar Alexandre Julliard1-1/+23
2006-07-23git.el: Prepend a slash to the file name when adding to .gitignore.Libravatar Alexandre Julliard1-1/+1
2006-07-23git.el: Run git-rerere on commits if the rr-cache directory exists.Libravatar Alexandre Julliard1-0/+2
2006-07-23git-svn: fix fetching new directories copies when using SVN:: libsLibravatar Eric Wong1-7/+16
2006-07-23tar-tree: add the "tar.umask" config optionLibravatar Willy Tarreau3-4/+43
2006-07-23Fix t4114 on cygwinLibravatar Johannes Schindelin1-1/+1
2006-07-23cvsexportcommit - add -a (add author line) flag, cleanup warningsLibravatar Martin Langhoff2-14/+44
2006-07-17unpack-objects: remove stale and confusing commentLibravatar Junio C Hamano1-5/+0
2006-07-17git-fetch: fix --keep vs --thinLibravatar Junio C Hamano1-1/+2
2006-07-17git-diff A...B to (usually) mean "git-diff `git-merge-base A B` B"Libravatar Junio C Hamano1-1/+9
2006-07-17Merge branch 'sp/reflog'Libravatar Junio C Hamano6-11/+33
2006-07-17apply: handle type-changing patch correctly.Libravatar Junio C Hamano1-5/+24
2006-07-16apply: split out removal and creation into different phases.Libravatar Junio C Hamano1-7/+17
2006-07-16apply: check D/F conflicts more carefully.Libravatar Junio C Hamano1-3/+18