GIT 0.99.7c

Contains the following post-0.99.7b fixes:

 - rsh.c string termination fix by H. Peter Anvin
 - further fetch fixes by Sergey Vlasov
 - diff-tree documentation by Robert Watson.
 - 'git diff --cached' synonymous to 'git diff --cached HEAD'.
 - subprocess.py licensing status clarification.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  1. 00d8bbd GIT 0.99.7c by Junio C Hamano · 20 years ago v0.99.7c
  2. 25a6755 Really ignore generated distribution material. by Junio C Hamano · 20 years ago
  3. a61399b Merge 'fixes' branch Signed-off-by: Junio C Hamano <junkio@cox.net> by Junio C Hamano · 20 years ago
  4. dc56bc0 Further clarify licensing status of compat/subprocess.py. by Junio C Hamano · 20 years ago
  5. e433b07 [PATCH] rsh.c unterminated string by H. Peter Anvin · 20 years ago
  6. 628cd54 [PATCH] git-local-fetch: Avoid confusing error messages on packed repositories by Sergey Vlasov · 20 years ago
  7. e2b77f0 [PATCH] Fix "git-local-fetch -s" with packed source repository by Sergey Vlasov · 20 years ago
  8. 1a95181 [PATCH] git-local-fetch: Avoid calling close(-1) by Sergey Vlasov · 20 years ago
  9. 8be707d [PATCH] git-local-fetch: Fix error checking and leak in setup_indices() by Sergey Vlasov · 20 years ago
  10. d35bbe0 [PATCH] fetch.c: Plug memory leak in process_tree() by Sergey Vlasov · 20 years ago
  11. a95cb6f [PATCH] fetch.c: Do not build object ref lists by Sergey Vlasov · 20 years ago
  12. ff8489c [PATCH] document command to show diff of a commit by Robert Watson · 20 years ago
  13. e20b134 Ignore a bit more generated files. by Junio C Hamano · 20 years ago
  14. 9f92f15 Make 'git diff --cached' synonymous to 'git diff --cached HEAD'. by Junio C Hamano · 20 years ago
  15. 990f856 GIT 0.99.7b Signed-off-by: Junio C Hamano <junkio@cox.net> by Junio C Hamano · 20 years ago v0.99.7b
  16. d6179f5 Merge branch 'fixes' by Junio C Hamano · 20 years ago
  17. 2c08b36 [PATCH] fetch.c: Remove call to parse_object() from process() by Sergey Vlasov · 20 years ago
  18. 24451c3 [PATCH] fetch.c: Clean up object flag definitions by Sergey Vlasov · 20 years ago
  19. 2449696 [PATCH] fetch.c: Remove redundant test of TO_SCAN in process() by Sergey Vlasov · 20 years ago
  20. 7b64d06 [PATCH] fetch.c: Remove some duplicated code in process() by Sergey Vlasov · 20 years ago
  21. 51d8faf [PATCH] fetch.c: Remove redundant TO_FETCH flag by Sergey Vlasov · 20 years ago
  22. 754ac00 [PATCH] fetch.c: Remove redundant SCANNED flag by Sergey Vlasov · 20 years ago
  23. a82d07e [PATCH] fetch.c: Make process() look at each object only once by Sergey Vlasov · 20 years ago
  24. 80077f0 [PATCH] fetch.c: Remove useless lookup_object_type() call in process() by Sergey Vlasov · 20 years ago
  25. bc7ccfd Do not give alarming error message from rsync in fetch and clone. by Junio C Hamano · 20 years ago
  26. b163512 Fix documentation dependency. by Junio C Hamano · 20 years ago
  27. 09d9208 Make object creation in http fetch a bit safer. by Junio C Hamano · 20 years ago
  28. 089f20d Clarify dual license status of subprocess.py file. by Junio C Hamano · 20 years ago v0.99.7a
  29. 9f25c7b Merge branch 'fixes' by Junio C Hamano · 20 years ago
  30. af61c6e Fix extended short SHA1 name completion by Linus Torvalds · 20 years ago
  31. dc4393c GIT 0.99.7a Signed-off-by: Junio C Hamano <junkio@cox.net> by Junio C Hamano · 20 years ago
  32. 343d35c Ship our own copy of subprocess.py by Junio C Hamano · 20 years ago
  33. 0a2ba73 show-branch: Be nicer when running in a corrupt repository. by Junio C Hamano · 20 years ago
  34. 1f961c1 [PATCH] Fix git-init-db creating crap directories. by Petr Baudis · 20 years ago
  35. bfb73b2 [PATCH] Do not install compatibility symlink for what we do not install by Patrick Mauritz · 20 years ago
  36. 3b944aa [PATCH] Remove total confusion from "git checkout" by Linus Torvalds · 20 years ago
  37. ef34af2 [PATCH] strcasestr compatibility replacement by Linus Torvalds · 20 years ago
  38. 7271328 GIT 0.99.7 by Junio C Hamano · 20 years ago v0.99.7
  39. 87c6aeb Arrgh -- another asciidoc caret workaround. by Junio C Hamano · 20 years ago
  40. 34143b2 [PATCH] Improve git-update-index error reporting by Petr Baudis · 20 years ago
  41. 37539fb [PATCH] Improved "git add" by Linus Torvalds · 20 years ago
  42. a8783ee [PATCH] Add "--git-dir" flag to git-rev-parse by Linus Torvalds · 20 years ago
  43. 1b0c1e6 [PATCH] Support alternates and http-alternates in http-fetch by Daniel Barkalow · 20 years ago
  44. 3a45f62 Document extended SHA1 used by git-rev-parse. by Junio C Hamano · 20 years ago
  45. 029f6de fetch() assumes we do not have the object. by Junio C Hamano · 20 years ago
  46. 8ac93bc Merge branch 'master' of . by Junio C Hamano · 20 years ago
  47. 85d106c Improve the safety check used in fetch.c by Junio C Hamano · 20 years ago
  48. 490e23d Archive-destroying "git repack -a -d" bug. by Junio C Hamano · 20 years ago
  49. 434d036 Do not fail after calling bisect_auto_next() by Junio C Hamano · 20 years ago
  50. b366156 [PATCH] Add support for alternates in HTTP by Daniel Barkalow · 20 years ago
  51. 50d69ef Fix typo in test comment. by Junio C Hamano · 20 years ago
  52. 5a90d4a [PATCH] getdomainname should be usable on SunOS with -lnsl by Junio C Hamano · 20 years ago
  53. aa894d8 [PATCH] Make "git shortlog" understand raw logs by Linus Torvalds · 20 years ago
  54. 2a7055a [PATCH] Fix "git-rev-list" revision range parsing by Linus Torvalds · 20 years ago
  55. a09af24 Add git-send-email to .gitignore by Junio C Hamano · 20 years ago
  56. 4447bad Teach rsync transport about alternates. by Junio C Hamano · 20 years ago
  57. 8805cca [PATCH] Avoid building object ref lists when not needed by Linus Torvalds · 20 years ago
  58. b0d8923 [PATCH] Improve git-rev-list memory usage further by Linus Torvalds · 20 years ago
  59. d0ac30f [PATCH] fetch.c: cleanups by Junio C Hamano · 20 years ago
  60. 2842375 [PATCH] Debian: build-depend on "bc" by Matthias Urlichs · 20 years ago
  61. 6b82d16 [PATCH] Make git-checkout failure message more friendly. by Junio C Hamano · 20 years ago
  62. 0e60471 [PATCH] Update git-core.spec.in by Chris Wright · 20 years ago
  63. ed0a848 [PATCH] PATCH Documentation/git-rev-list.txt typo fix by Peter Hagervall · 20 years ago
  64. b93aa3e Recommend 'less' for Debian. by Junio C Hamano · 20 years ago
  65. c6ae615 [PATCH] Require less in RPM spec by Horst von Brand · 20 years ago
  66. b4416b4 Revert breakage introduced by c80522e30fdc190f8c8c7fc983bbe040a1b03e93. by Junio C Hamano · 20 years ago
  67. 316eee8 [PATCH] Documentation/git-rev-list.txt typo fix by jdl@freescale.com · 20 years ago
  68. 5bdbaaa [PATCH] Re-organize "git-rev-list --objects" logic by Linus Torvalds · 20 years ago
  69. 5098baf Plug diff leaks. by Junio C Hamano · 20 years ago
  70. 98533b9 Avoid wasting memory while keeping track of what we have during fetch. by Junio C Hamano · 20 years ago
  71. 60ab26d [PATCH] Avoid wasting memory in git-rev-list by Linus Torvalds · 20 years ago
  72. f71a69a Be more backward compatible with git-ssh-{push,pull}. by Junio C Hamano · 20 years ago
  73. 0de68d2 [PATCH] rsh.c env and quoting cleanup, take 2 by H. Peter Anvin · 20 years ago
  74. 22c6e1d [PATCH] Fix fetch completeness assumptions by Daniel Barkalow · 20 years ago
  75. 61420a2 [PATCH] Document git-fetch options by Sergey Vlasov · 20 years ago
  76. 60d0526 Unoptimize info/refs creation. by Junio C Hamano · 20 years ago
  77. 0f56479 Retire info/rev-cache by Junio C Hamano · 20 years ago
  78. 53764ee [PATCH] Use '-d' as the first flag to 'install' by Peter Eriksen · 20 years ago
  79. 1db69b5 [PATCH] git-http-fetch: Allow caching of retrieved objects by proxy servers by Sergey Vlasov · 20 years ago
  80. ba65af9 git-branch -d <branch>: delete unused branch. by Junio C Hamano · 20 years ago
  81. 19397b4 Revert "[PATCH] plug memory leak in diff.c::diff_free_filepair()" by Junio C Hamano · 20 years ago
  82. 705a714 [PATCH] Fix alloc_filespec() initialization by Linus Torvalds · 20 years ago
  83. c80522e Make merge comment git-pull makes for an octopus a bit prettier. by Junio C Hamano · 20 years ago
  84. 4803c28 Merge branch 'master' of . by Junio C Hamano · 20 years ago
  85. 2ba6c47 read-tree: fix bogus debugging statement. by Junio C Hamano · 20 years ago
  86. 74376a6 git-merge-recursive: Trivial RE fixes. by Junio C Hamano · 20 years ago
  87. daae669 [PATCH] Use the 'die' function where it is appropriate. by Fredrik Kuivinen · 20 years ago
  88. 6511cce [PATCH] Use a temporary index file when we merge the common ancestors. by Fredrik Kuivinen · 20 years ago
  89. 87a71b6 [PATCH] Adjust git-merge-recursive.py for the new tool names. by Fredrik Kuivinen · 20 years ago
  90. 0d214b6 [PATCH] Don't output 'Automatic merge failed, ...' by Fredrik Kuivinen · 20 years ago
  91. d9a23fa [PATCH] Be more like the 'resolve' strategy. by Fredrik Kuivinen · 20 years ago
  92. ccfd3e9 [PATCH] Define relative .git/objects/info/alternates semantics. by Junio C Hamano · 20 years ago
  93. a5cd85e Detect ls-remote failure properly. by Junio C Hamano · 20 years ago
  94. e4cf17c [PATCH] Rename the 'fredrik' merge strategy to 'recursive'. by Fredrik Kuivinen · 20 years ago
  95. f88ed17 Fix off-by-one error in git-merge by Junio C Hamano · 20 years ago
  96. 22c67ca Propagate errors from fetch-pack correctly to git-fetch. by Junio C Hamano · 20 years ago
  97. 365527a Fix CDPATH problem. by Junio C Hamano · 20 years ago
  98. 3db6b22 Merge branch 'master' of . by Junio C Hamano · 20 years ago
  99. 2aba319 Document git-grep and link it from the main git(7) page. by Junio C Hamano · 20 years ago
  100. 7f88c84 [PATCH] Make 'git checkout' a bit more forgiving when switching branches. by Junio C Hamano · 20 years ago