1. 07 9月, 2005 1 次提交
  2. 05 9月, 2005 1 次提交
  3. 02 9月, 2005 1 次提交
  4. 31 8月, 2005 1 次提交
  5. 30 8月, 2005 3 次提交
  6. 27 8月, 2005 1 次提交
  7. 25 8月, 2005 2 次提交
  8. 24 8月, 2005 1 次提交
  9. 23 8月, 2005 2 次提交
  10. 19 8月, 2005 1 次提交
  11. 17 8月, 2005 1 次提交
  12. 16 8月, 2005 2 次提交
  13. 15 8月, 2005 2 次提交
    • J
      Add git-show-branches-script · 7c27558c
      Junio C Hamano 提交于
      Often I find myself wanting to do quick branches check when I am
      not in the windowing environment and cannot run gitk.
      
      This stupid script shows commits leading to the heads of
      interesting branches with indication which ones belong to which
      branches, so that fork point is somewhat discernible without
      using gitk.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      7c27558c
    • J
      Documentation updates. · 3f971fc4
      Junio C Hamano 提交于
      Linus brought up that documentation for many commands have
      incorrect attribution.  I started counting lines again, but
      ended up adding a handful of missing manual pages.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      3f971fc4
  14. 10 8月, 2005 1 次提交
  15. 04 8月, 2005 1 次提交
    • J
      Retire check-files. · 20f66331
      Junio C Hamano 提交于
      The king penguin said:
      
          It has no point any more, all the tools check the file
          status on their own, and yes, the thing should probably be
          removed.
      
      and the faithful servant makes it so.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      20f66331
  16. 24 7月, 2005 2 次提交
  17. 17 7月, 2005 1 次提交
  18. 16 7月, 2005 1 次提交
  19. 14 7月, 2005 2 次提交
  20. 09 7月, 2005 1 次提交
  21. 30 6月, 2005 1 次提交
    • J
      [PATCH] Add git-verify-pack command. · f9253394
      Junio C Hamano 提交于
      Given a list of <pack>.idx files, this command validates the
      index file and the corresponding .pack file for consistency.
      
      This patch also uses the same validation mechanism in fsck-cache
      when the --full flag is used.
      
      During normal operation, sha1_file.c verifies that a given .idx
      file matches the .pack file by comparing the SHA1 checksum
      stored in .idx file and .pack file as a minimum sanity check.
      We may further want to check the pack signature and version when
      we map the pack, but that would be a separate patch.
      
      Earlier, errors to map a pack file was not flagged fatal but led
      to a random fatal error later.  This version explicitly die()s
      when such an error is detected.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      f9253394
  22. 28 6月, 2005 1 次提交
  23. 06 6月, 2005 1 次提交
  24. 23 5月, 2005 2 次提交
  25. 20 5月, 2005 1 次提交
    • S
      [PATCH] manpage name conflict · 7984eabe
      Sebastian Kuzminsky 提交于
      This moves the git manpage to man7, since "git" isn't a direct command
      per se.  It also does two other things:
      
          * Sort of works around the asciidoc 6.0.3 bug where the manpages all
            get called "git.1".  It just renames them to what they should have
            been called.
      
          * Fixes a cut-n-paste bug in git-diff-helper.txt that was making
            asciidoc choke.
      7984eabe
  26. 15 5月, 2005 1 次提交
    • J
      [PATCH 2/3] Rename git-diff-tree-helper to git-diff-helper. · 99665af5
      Junio C Hamano 提交于
      It used to be that diff-tree needed helper support to parse its
      raw output to generate diffs, but these days git-diff-* family
      produces the same output and the helper is not tied to diff-tree
      anymore.  Drop "tree" from its name.
      
      This commit is done separately to record just the rename and no
      file content changes. The changes in the renamed files are recorded
      in the next commit.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      
      Bundled with the changes in the unrenamed files.
      Signed-off-by: NPetr Baudis <pasky@ucw.cz>
      99665af5
  27. 11 5月, 2005 4 次提交