summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-07-28git-apply -R: binary patches are irreversible for now.Libravatar Junio C Hamano1-0/+6
2006-07-28Teach git-apply about '-R'Libravatar Johannes Schindelin2-12/+77
2006-07-28Makefile: ssh-pull.o depends on ssh-fetch.cLibravatar Johannes Schindelin1-0/+2
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-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-26instaweb: Be more clear if httpd or the browser failLibravatar Johannes Schindelin1-2/+7
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-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-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-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