summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-12Explain "Not a git repository: '.git'".Junio C Hamano
2007-01-12merge-recursive: do not report the resulting tree object nameJunio C Hamano
2007-01-12git-revert: Fix die before git-sh-setup defines it.Bob Proulx
2007-01-12fix documentation for git-commit --no-verifyMichael S. Tsirkin
2007-01-12Fix up totally buggered read_or_die()Linus Torvalds
2007-01-12Clean up write_in_full() usersLinus Torvalds
2007-01-12reflog-expire: brown paper bag fix.Junio C Hamano
2007-01-12GIT v1.5.0-rc1v1.5.0-rc1Junio C Hamano
2007-01-12plug a few leaks in revision walking used in describe.Junio C Hamano
2007-01-12Chose better tag names in git-describe after merges.Shawn O. Pearce
2007-01-12Merge branch 'jc/bare'Junio C Hamano
2007-01-12Merge branch 'ar/merge-recursive'Junio C Hamano
2007-01-12Merge branch 'jc/detached-head'Junio C Hamano
2007-01-11git-status: wording update to deal with deleted files.Junio C Hamano
2007-01-11git-rm: do not fail on already removed file.Junio C Hamano
2007-01-11Avoid errors and warnings when attempting to do I/O on zero bytesEric Wong
2007-01-11Better error messages for corrupt databasesLinus Torvalds
2007-01-11config-set: check write-in-full returns in set_multivarJunio C Hamano
2007-01-11index-pack: write-or-die instead of unchecked write-in-full.Junio C Hamano
2007-01-11write_in_full: really write in full or return error on disk full.Linus Torvalds
2007-01-11Document git-initJunio C Hamano
2007-01-11write-cache: do not leak the serialized cache-tree data.Linus Torvalds
2007-01-10Disallow working directory commands in a bare repository.Shawn O. Pearce
2007-01-10merge-recursive: do not use on-file index when not needed.Junio C Hamano
2007-01-10Speed-up recursive by flushing index only once for all entriesAlex Riesen
2007-01-10Provide better feedback for the untracked only case in status outputJürgen Rühle
2007-01-10Merge branch 'js/reflog'Junio C Hamano
2007-01-10Makefile: remove $foo when $foo.exe is built/installed.Junio C Hamano
2007-01-10send-email: work around double encoding of in-body From field.Jürgen Rühle
2007-01-10Add git-init documentation.Nicolas Pitre
2007-01-10Fix t1410 for core.filemode==falseJohannes Schindelin
2007-01-10Make git-describe a builtin.Shawn O. Pearce
2007-01-10Don't save the commit buffer in git-describe.Shawn O. Pearce
2007-01-10Fix warnings in sha1_file.c - use C99 printf format if availablePavel Roskin
2007-01-10-u is now default for 'git-mailinfo'.Junio C Hamano
2007-01-10-u is now default for 'git-applymbox'Junio C Hamano
2007-01-10git-am: should work when "--no-utf8 --utf8" is givenJunio C Hamano
2007-01-10git-checkout: handle local changes sanely when detaching HEADJunio C Hamano
2007-01-10Don't die in git-http-fetch when fetching packs.Shawn O. Pearce
2007-01-10git-checkout: safety check for detached HEAD checks existing refsJunio C Hamano
2007-01-10Update git-svn manpage to remove the implication that SVN::* is optional.Steven Grimm
2007-01-10Replacing the system call pread() with lseek()/xread()/lseek() sequence.Stefan-W. Hahn
2007-01-10gitweb: Fix git_patchset_body not closing <div class="patch">Jakub Narebski
2007-01-10git.el: Define the propertize function if needed, for XEmacs compatibility.Alexandre Julliard
2007-01-10git-clone: Make sure the master branch exists before running cat on it.Alexandre Julliard
2007-01-10git-apply: Remove directories that have become empty after deleting a file.Alexandre Julliard
2007-01-09get_tree_entry: map blank requested entry to tree rootJeff King
2007-01-09builtin-archive: do not free a tree held by the object layer.Junio C Hamano
2007-01-09Merge branch 'maint'Junio C Hamano
2007-01-09Fix "Do not ignore a detected patchfile brokenness."Junio C Hamano