Commit Graph

  • 4d229653ab git-status: wording update to deal with deleted files. Junio C Hamano 2007-01-11 15:34:41 -0800
  • 646ac22bdf git-rm: do not fail on already removed file. Junio C Hamano 2007-01-11 14:58:47 -0800
  • 3b97fee23d Avoid errors and warnings when attempting to do I/O on zero bytes Eric Wong 2007-01-11 13:43:40 -0800
  • 9130ac1e19 Better error messages for corrupt databases Linus Torvalds 2007-01-11 14:09:31 -0800
  • 93c1e07947 config-set: check write-in-full returns in set_multivar Junio C Hamano 2007-01-11 13:16:26 -0800
  • d1b2ddc863 index-pack: write-or-die instead of unchecked write-in-full. Junio C Hamano 2007-01-11 13:15:51 -0800
  • f6aa66cb95 write_in_full: really write in full or return error on disk full. Linus Torvalds 2007-01-11 13:04:11 -0800
  • d145144c3b Document git-init Junio C Hamano 2007-01-11 12:58:10 -0800
  • 2cdf9509df write-cache: do not leak the serialized cache-tree data. Linus Torvalds 2007-01-11 12:25:16 -0800
  • f1d2b47794 user-manual: replace init-db by init J. Bruce Fields 2007-01-11 12:44:08 -0500
  • 01997b4a25 user manual: answer some comments from Junio J. Bruce Fields 2007-01-10 23:23:37 -0500
  • eb6ae7f4ad User manual: fix typos in examples Junio C Hamano 2007-01-10 18:11:53 -0800
  • aec053bb0a Documentation: rev-list -> rev-parse, other typos, start examples J. Bruce Fields 2007-01-10 23:17:00 -0500
  • c82d7117a1 Improve merge performance by avoiding in-index merges. Shawn O. Pearce 2006-12-28 02:35:34 -0500
  • 7eff28a9b4 Disallow working directory commands in a bare repository. Shawn O. Pearce 2006-12-30 23:32:38 -0500
  • 8b944b5678 merge-recursive: do not use on-file index when not needed. Junio C Hamano 2007-01-10 11:20:58 -0800
  • f5184380f0 Speed-up recursive by flushing index only once for all entries Alex Riesen 2007-01-04 11:22:47 +0100
  • 2a3a3c247e Provide better feedback for the untracked only case in status output Jürgen Rühle 2007-01-10 23:25:03 +0100
  • ccd14e569d Merge branch 'js/reflog' Junio C Hamano 2007-01-10 14:16:16 -0800
  • 6fc301bbf6 Makefile: remove $foo when $foo.exe is built/installed. Junio C Hamano 2007-01-10 12:24:54 -0800
  • 374c59056a send-email: work around double encoding of in-body From field. Jürgen Rühle 2007-01-10 13:36:39 -0800
  • c2cb959fe7 Add git-init documentation. Nicolas Pitre 2007-01-10 12:56:41 -0500
  • 1b510aa442 Fix t1410 for core.filemode==false Johannes Schindelin 2007-01-10 13:22:50 +0100
  • 9a0eaf83ea Make git-describe a builtin. Shawn O. Pearce 2007-01-10 06:36:36 -0500
  • 8c599c749f Don't save the commit buffer in git-describe. Shawn O. Pearce 2007-01-10 06:36:29 -0500
  • 2a26199aac update v1.5.0 draft release notes Junio C Hamano 2007-01-09 23:23:42 -0800
  • 19777591eb Doit: fix -pedantic Junio C Hamano 2007-01-09 22:44:41 -0800
  • e05db0fd4f Fix warnings in sha1_file.c - use C99 printf format if available Pavel Roskin 2007-01-09 23:07:11 -0500
  • bb1091a475 -u is now default for 'git-mailinfo'. Junio C Hamano 2007-01-09 21:31:36 -0800
  • 62c89c662f -u is now default for 'git-applymbox' Junio C Hamano 2007-01-09 21:20:01 -0800
  • 3cf167ba4b git-am: should work when "--no-utf8 --utf8" is given Junio C Hamano 2007-01-09 21:16:45 -0800
  • bfbbb8f8cf git-checkout: handle local changes sanely when detaching HEAD Junio C Hamano 2007-01-09 20:39:09 -0800
  • 03840fc32d Allow in_merge_bases() to take more than one reference commits. Junio C Hamano 2007-01-08 23:22:31 -0800
  • 71dfbf224f Make merge-base a built-in. Junio C Hamano 2007-01-09 00:50:02 -0800
  • 1c23d794bf Don't die in git-http-fetch when fetching packs. Shawn O. Pearce 2007-01-09 20:04:52 -0500
  • 75b364dfe2 git-checkout: safety check for detached HEAD checks existing refs Junio C Hamano 2007-01-09 17:37:50 -0800
  • cec21ca7cf Update git-svn manpage to remove the implication that SVN::* is optional. Steven Grimm 2007-01-09 16:20:17 -0800
  • 6900679c2f Replacing the system call pread() with lseek()/xread()/lseek() sequence. Stefan-W. Hahn 2007-01-09 22:04:12 +0100
  • 0bdb28c9cc gitweb: Fix git_patchset_body not closing <div class="patch"> Jakub Narebski 2007-01-10 00:07:43 +0100
  • 03d311eda2 git.el: Define the propertize function if needed, for XEmacs compatibility. Alexandre Julliard 2007-01-09 21:27:40 +0100
  • 3fe71f3a6f git-clone: Make sure the master branch exists before running cat on it. Alexandre Julliard 2007-01-09 21:26:52 +0100
  • d234b21c69 git-apply: Remove directories that have become empty after deleting a file. Alexandre Julliard 2007-01-09 21:25:46 +0100
  • d93b7d1c30 get_tree_entry: map blank requested entry to tree root Jeff King 2007-01-09 11:11:47 -0500
  • 2740b2b853 builtin-archive: do not free a tree held by the object layer. Junio C Hamano 2007-01-09 14:07:59 -0800
  • 240897e908 Merge branch 'maint' Junio C Hamano 2007-01-09 12:04:30 -0800
  • 6534141151 Fix "Do not ignore a detected patchfile brokenness." Junio C Hamano 2007-01-09 11:50:53 -0800
  • 883d60fa97 Sanitize for_each_reflog_ent() Johannes Schindelin 2007-01-08 01:59:54 +0100
  • 5a17b54ad5 Do not ignore a detected patchfile brokenness. Junio C Hamano 2007-01-09 02:52:31 -0800
  • 1295228d1f merge-base: do not leak commit list Junio C Hamano 2007-01-08 23:10:49 -0800
  • cdd4fb15cf Auto-quote config values in config.c:store_write_pair() Brian Gernhardt 2007-01-09 00:27:41 -0500
  • baee1e91ed Ignore git-init and git-remote Brian Gernhardt 2007-01-09 00:27:33 -0500
  • 3f43d72392 rm git-rerere.perl -- it is now a built-in. Junio C Hamano 2007-01-08 21:52:38 -0800
  • 3486595bf1 cvsserver: fix revision number during file adds Martin Langhoff 2007-01-09 15:10:41 +1300
  • 49fb940e40 cvsserver: detect early of we are up to date and avoid costly rev-list Martin Langhoff 2007-01-09 15:10:32 +1300
  • 041e69c998 Documentation: add git-remote man page J. Bruce Fields 2007-01-08 23:28:51 -0500
  • d5cd5de495 Documentation: begin discussion of git-remote in user manual J. Bruce Fields 2007-01-09 00:18:09 -0500
  • b684f830cc Documentation: reorder development section, todo's J. Bruce Fields 2007-01-08 23:42:36 -0500
  • e9c0390a92 Documentation: more user-manual todo's J. Bruce Fields 2007-01-08 21:59:42 -0500
  • c326246acc Merge branch 'jc/reflog' Junio C Hamano 2007-01-08 15:56:51 -0800
  • 480c9e521b short i/o: fix config updates to use write_in_full Andy Whitcroft 2007-01-08 15:58:38 +0000
  • 93822c2239 short i/o: fix calls to write to use xwrite or write_in_full Andy Whitcroft 2007-01-08 15:58:23 +0000
  • 93d26e4cb9 short i/o: fix calls to read to use xread or read_in_full Andy Whitcroft 2007-01-08 15:58:08 +0000
  • e08140568a short i/o: clean up the naming for the write_{in,or}_xxx family Andy Whitcroft 2007-01-08 15:57:52 +0000
  • 0f018baba6 --prune is now default for 'pack-refs' Junio C Hamano 2007-01-08 14:40:33 -0800
  • d84029b673 --utf8 is now default for 'git-am' Junio C Hamano 2007-01-08 13:59:15 -0800
  • 521f9c4def git-commit: do not fail to print the diffstat even if there is a file named HEAD Michael Loeffler 2007-01-08 20:23:13 +0100
  • d677db86d9 ssh-upload: prevent buffer overrun Andy Whitcroft 2007-01-08 11:45:44 +0000
  • 8d78b5af23 git-checkout: fix branch name output from the command Junio C Hamano 2007-01-08 02:44:55 -0800
  • ead80606d4 git-checkout: safety when coming back from the detached HEAD state. Junio C Hamano 2007-01-08 02:42:30 -0800
  • 73c838e4c9 git-checkout: rewording comments regarding detached HEAD. Junio C Hamano 2007-01-08 02:08:47 -0800
  • 648861040f git-checkout: do not warn detaching HEAD when it is already detached. Junio C Hamano 2007-01-08 02:19:38 -0800
  • c847f53712 Detached HEAD (experimental) Junio C Hamano 2007-01-01 23:31:08 -0800
  • 0016a48251 git-branch: show detached HEAD Lars Hjemli 2007-01-03 21:10:10 +0100
  • bda324cf61 git-status: show detached HEAD Junio C Hamano 2007-01-03 01:09:34 -0800
  • 4083c2fce8 cvsimport: cleanup temporary cvsps file Martin Langhoff 2007-01-08 21:08:46 +1300
  • eec8496210 cvsimport: document -S and -L options Martin Langhoff 2007-01-08 19:53:03 +1300
  • ded9f40059 cvsimport: skip commits that are too recent (option and documentation) Martin Langhoff 2007-01-08 19:43:39 +1300
  • 4b441f47ce git-fetch: allow updating the current branch in a bare repository. Junio C Hamano 2007-01-07 02:17:52 -0800
  • 7d1864ce67 Introduce is_bare_repository() and core.bare configuration variable Junio C Hamano 2007-01-07 02:00:28 -0800
  • 510c5a8ee3 Move initialization of log_all_ref_updates Junio C Hamano 2007-01-07 01:35:34 -0800
  • 9a5e4075a4 git-svn: pass an unambiguous ref to rev-list when grafting-branches Eric Wong 2007-01-07 19:35:41 -0800
  • ae41098714 git-svn: add --prefix= option to multi-init Eric Wong 2007-01-07 19:35:40 -0800
  • 59b5f52047 Documentation: clarify definition of "reachable" J. Bruce Fields 2007-01-07 19:25:35 -0500
  • 4c63ff452f Documentation: git-rebase discussion, miscellaneous user-manual updates J. Bruce Fields 2007-01-07 23:57:41 -0500
  • 6bd9b6822f Documentation: expand preface and todo's J. Bruce Fields 2007-01-07 22:58:14 -0500
  • 692167774a git-svnimport: fix edge revisions double importing Sasha Khapyorsky 2007-01-08 04:22:42 +0200
  • 6211988f77 cvsimport: skip commits that are too recent Martin Langhoff 2007-01-08 14:11:23 +1300
  • 3faa541fa9 gitweb: Remove superfluous "|" in "commit" view Jakub Narebski 2007-01-08 02:10:42 +0100
  • 3368d11f30 Remove unnecessary git-rm --cached reference from status output Jürgen Rühle 2007-01-07 20:18:26 +0100
  • 515377ea9e "init-db" can really be just "init" Nicolas Pitre 2007-01-07 12:31:29 -0500
  • d19fbc3c17 Documentation: add git user's manual J. Bruce Fields 2007-01-07 19:23:49 -0500
  • cf2999eb4c Merge branch 'sp/mmap' Junio C Hamano 2007-01-07 00:12:47 -0800
  • ecaebf4af1 Spell default packedgitlimit slightly differently Junio C Hamano 2007-01-07 00:11:11 -0800
  • e7bb17a475 Merge branch 'jr/status' Junio C Hamano 2007-01-06 23:49:24 -0800
  • 8f905eb139 Merge branch 'jc/remote' Junio C Hamano 2007-01-06 23:49:16 -0800
  • bc8c0294c6 git-reset <tree> -- <path> restores absense of <path> in <tree> Junio C Hamano 2007-01-05 01:38:56 -0800
  • e9c8409900 diff-index --cached --raw: show tree entry on the LHS for unmerged entries. Junio C Hamano 2007-01-05 01:25:18 -0800
  • cd1f9c36be reflog --fix-stale: do not check the same trees and commits repeatedly. Junio C Hamano 2007-01-06 22:32:41 -0800
  • 1389d9ddaa reflog expire --fix-stale Junio C Hamano 2007-01-06 02:16:19 -0800
  • 94421474e0 Move traversal of reachable objects into a separate library. Junio C Hamano 2007-01-06 02:16:17 -0800