7646 Commits (514c09fdcfef6385f1a61ee52344794356c99986)
 

Author SHA1 Message Date
Junio C Hamano 514c09fdcf Use cd_to_toplevel in scripts that implement it by hand. 18 years ago
Junio C Hamano 9fde9401a9 Define cd_to_toplevel shell function in git-sh-setup 18 years ago
Junio C Hamano b60daf0515 Make git-prune-packed a bit more chatty. 18 years ago
Junio C Hamano f215f27013 glossary typofix 18 years ago
Nicolas Pitre 5c94f87e6b use 'init' instead of 'init-db' for shipped docs and tools 18 years ago
Junio C Hamano 120b0dfbed Explain "Not a git repository: '.git'". 18 years ago
Junio C Hamano 1cf716a219 merge-recursive: do not report the resulting tree object name 18 years ago
Bob Proulx 397dfe67c7 git-revert: Fix die before git-sh-setup defines it. 18 years ago
Michael S. Tsirkin fc41be3b2e fix documentation for git-commit --no-verify 18 years ago
Linus Torvalds 4494c656e2 Fix up totally buggered read_or_die() 18 years ago
Linus Torvalds d34cf19b89 Clean up write_in_full() users 18 years ago
Junio C Hamano 9bbaa6cc68 reflog-expire: brown paper bag fix. 18 years ago
Junio C Hamano ba70de01bb GIT v1.5.0-rc1 18 years ago
Junio C Hamano 94d23673e3 plug a few leaks in revision walking used in describe. 18 years ago
Shawn O. Pearce 80dbae03b0 Chose better tag names in git-describe after merges. 18 years ago
Junio C Hamano e861ce1692 Merge branch 'jc/bare' 18 years ago
Junio C Hamano 141d21b825 Merge branch 'ar/merge-recursive' 18 years ago
Junio C Hamano c388761c15 Merge branch 'jc/detached-head' 18 years ago
Junio C Hamano 4d229653ab git-status: wording update to deal with deleted files. 18 years ago
Junio C Hamano 646ac22bdf git-rm: do not fail on already removed file. 18 years ago
Eric Wong 3b97fee23d Avoid errors and warnings when attempting to do I/O on zero bytes 18 years ago
Linus Torvalds 9130ac1e19 Better error messages for corrupt databases 18 years ago
Junio C Hamano 93c1e07947 config-set: check write-in-full returns in set_multivar 18 years ago
Junio C Hamano d1b2ddc863 index-pack: write-or-die instead of unchecked write-in-full. 18 years ago
Linus Torvalds f6aa66cb95 write_in_full: really write in full or return error on disk full. 18 years ago
Junio C Hamano d145144c3b Document git-init 18 years ago
Linus Torvalds 2cdf9509df write-cache: do not leak the serialized cache-tree data. 18 years ago
Shawn O. Pearce 7eff28a9b4 Disallow working directory commands in a bare repository. 18 years ago
Junio C Hamano 8b944b5678 merge-recursive: do not use on-file index when not needed. 18 years ago
Alex Riesen f5184380f0 Speed-up recursive by flushing index only once for all entries 18 years ago
Jürgen Rühle 2a3a3c247e Provide better feedback for the untracked only case in status output 18 years ago
Junio C Hamano ccd14e569d Merge branch 'js/reflog' 18 years ago
Junio C Hamano 6fc301bbf6 Makefile: remove $foo when $foo.exe is built/installed. 18 years ago
Jürgen Rühle 374c59056a send-email: work around double encoding of in-body From field. 18 years ago
Nicolas Pitre c2cb959fe7 Add git-init documentation. 18 years ago
Johannes Schindelin 1b510aa442 Fix t1410 for core.filemode==false 18 years ago
Shawn O. Pearce 9a0eaf83ea Make git-describe a builtin. 18 years ago
Shawn O. Pearce 8c599c749f Don't save the commit buffer in git-describe. 18 years ago
Pavel Roskin e05db0fd4f Fix warnings in sha1_file.c - use C99 printf format if available 18 years ago
Junio C Hamano bb1091a475 -u is now default for 'git-mailinfo'. 18 years ago
Junio C Hamano 62c89c662f -u is now default for 'git-applymbox' 18 years ago
Junio C Hamano 3cf167ba4b git-am: should work when "--no-utf8 --utf8" is given 18 years ago
Junio C Hamano bfbbb8f8cf git-checkout: handle local changes sanely when detaching HEAD 18 years ago
Shawn O. Pearce 1c23d794bf Don't die in git-http-fetch when fetching packs. 18 years ago
Junio C Hamano 75b364dfe2 git-checkout: safety check for detached HEAD checks existing refs 18 years ago
Steven Grimm cec21ca7cf Update git-svn manpage to remove the implication that SVN::* is optional. 18 years ago
Stefan-W. Hahn 6900679c2f Replacing the system call pread() with lseek()/xread()/lseek() sequence. 18 years ago
Jakub Narebski 0bdb28c9cc gitweb: Fix git_patchset_body not closing <div class="patch"> 18 years ago
Alexandre Julliard 03d311eda2 git.el: Define the propertize function if needed, for XEmacs compatibility. 18 years ago
Alexandre Julliard 3fe71f3a6f git-clone: Make sure the master branch exists before running cat on it. 18 years ago