summaryrefslogtreecommitdiffstats
path: root/http.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-01-13git-commit documentation: -a adds and also removesJunio C Hamano1-1/+2
2007-01-13git-remote: no longer silent on unknown commands.Quy Tonthat1-1/+6
2007-01-13git-svn: fix tests to work with older svnEric Wong2-2/+4
2007-01-13Make git-prune-packed a bit more chatty.Junio C Hamano3-9/+22
2007-01-12glossary typofixJunio C Hamano1-1/+1
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre29-45/+42
2007-01-12Explain "Not a git repository: '.git'".Junio C Hamano1-1/+5
2007-01-12merge-recursive: do not report the resulting tree object nameJunio C Hamano1-6/+3
2007-01-12git-revert: Fix die before git-sh-setup defines it.Bob Proulx1-1/+2
2007-01-12fix documentation for git-commit --no-verifyMichael S. Tsirkin1-6/+2
2007-01-12Fix up totally buggered read_or_die()Linus Torvalds1-14/+8
2007-01-12Clean up write_in_full() usersLinus Torvalds2-36/+4
2007-01-12reflog-expire: brown paper bag fix.Junio C Hamano1-6/+12
2007-01-12GIT v1.5.0-rc1v1.5.0-rc1Junio C Hamano1-1/+1
2007-01-12plug a few leaks in revision walking used in describe.Junio C Hamano2-3/+6
2007-01-12Chose better tag names in git-describe after merges.Shawn O. Pearce1-11/+67
2007-01-12git-status: wording update to deal with deleted files.Junio C Hamano1-3/+16
2007-01-11git-rm: do not fail on already removed file.Junio C Hamano1-1/+5
2007-01-11Avoid errors and warnings when attempting to do I/O on zero bytesEric Wong2-0/+10
2007-01-11Better error messages for corrupt databasesLinus Torvalds2-1/+3
2007-01-11config-set: check write-in-full returns in set_multivarJunio C Hamano1-19/+24
2007-01-11index-pack: write-or-die instead of unchecked write-in-full.Junio C Hamano1-1/+1
2007-01-11write_in_full: really write in full or return error on disk full.Linus Torvalds1-7/+6
2007-01-11Document git-initJunio C Hamano2-90/+115
2007-01-11write-cache: do not leak the serialized cache-tree data.Linus Torvalds1-1/+1
2007-01-11Disallow working directory commands in a bare repository.Shawn O. Pearce11-4/+25
2007-01-10merge-recursive: do not use on-file index when not needed.Junio C Hamano1-123/+46
2007-01-10Speed-up recursive by flushing index only once for all entriesAlex Riesen1-5/+2
2007-01-10Provide better feedback for the untracked only case in status outputJürgen Rühle2-11/+16
2007-01-10Makefile: remove $foo when $foo.exe is built/installed.Junio C Hamano1-3/+9
2007-01-10send-email: work around double encoding of in-body From field.Jürgen Rühle1-0/+10