Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. af46dd5 *: fixed tautological error conditionsautological error conditions by Christian Muehlhaeuser · 6 years ago
  2. 1edb992 Merge pull request #1165 from seletskiy/push-prune by Máximo Cuadros · 6 years ago
  3. 17ea92a send PACK only if non-delete command present by Stanislav Seletskiy · 6 years ago
  4. 5d9007f add Prune option to PushOptions by Stanislav Seletskiy · 6 years ago
  5. b4fba7e git : allows to create a Remote without a Repository by Valentin Cocaud · 6 years ago
  6. fae29fb git: fix goroutine block while pushing a remote by Javi Fontan · 6 years ago
  7. 3889c64 remote: when pushing to a local repo, use local store for ignores by Jeremy Stribling · 6 years ago
  8. 1618e1c remote: use reference deltas on push when the remote server does not by Benjamin Ash · 7 years ago
  9. 7b12481 Fixed cloning of a single tag by Fedor Korotkov · 7 years ago
  10. b53ba8d Remote.Fetch: error on missing remote reference by Máximo Cuadros · 7 years ago
  11. 939793b git: remote, Do not iterate all references on update. by Javi Fontan · 7 years ago
  12. 75da837 git: remote, Add shallow commits instead of substituting. Fixes #412 by Javi Fontan · 7 years ago
  13. 05c414a *: Use CheckClose with named returns by Javi Fontan · 7 years ago
  14. 6588614 remove unused result parameter from objectsToPush by Daniel Martí · 7 years ago
  15. 18e6f9d all: simplification by ferhat elmas · 8 years ago
  16. 77482f9 Fetch - honor per refspec force flag by Taru Karttunen · 8 years ago
  17. 3834e57 Use optionally locking when updating refs by Taru Karttunen · 8 years ago
  18. 702718f Support non-force fetches by Nick Thomas · 8 years ago
  19. c606e9f all: fixes for ineffective assign by ferhat elmas · 8 years ago
  20. 5eb1c56 *: add pointer to the new transport.Endpoint struct by Máximo Cuadros · 8 years ago
  21. 786939e Merge pull request #641 from sunfishgao/patch-1 by Ori Rawlings · 8 years ago
  22. a8136d2 fix: a range loop can break in advance by Sunfish · 8 years ago
  23. 39853aa remote: add the last 100 commits for each ref in haves list by Jeremy Stribling · 8 years ago
  24. a99c129 Merge pull request #609 from darkowlzz/ls-remote by Máximo Cuadros · 8 years ago
  25. 4d0c2cc Create ListOptions and rename LSRemote to List. by Sunny · 8 years ago
  26. 7172e04 remote: add support for ls-remote by Sunny · 8 years ago
  27. 8cb0215 Merge pull request #586 from keybase/strib/commit-preorder-seen-gh-master by Máximo Cuadros · 8 years ago
  28. 52c1f98 config: support a configurable, and turn-off-able, pack.window by Jeremy Stribling · 8 years ago
  29. 841b62a plumbing: the commit walker can skip externally-seen commits by Jeremy Stribling · 8 years ago
  30. 1c2fb31 remote: iterate over reference only once by Miguel Molina · 8 years ago
  31. 38b9d57 Remote.Fetch Tags logic improvement and fix NoTags by Máximo Cuadros · 8 years ago
  32. 76efca1 Add sideband support for push by Ori Rawlings · 8 years ago
  33. 467cb2a remote: avoid expensive revlist operation when only deleting refs by Jeremy Stribling · 8 years ago
  34. 902347a Merge pull request #531 from mcuadros/ref-name by Máximo Cuadros · 8 years ago
  35. ab65565 *: use the new API for ReferenceName.Is* methods by Máximo Cuadros · 8 years ago
  36. 9488c59 config: multiple values in RemoteConfig (URLs and Fetch) by Santiago M. Mola · 8 years ago
  37. 064051f *: package context support in Repository, Remote and Submodule by Máximo Cuadros · 8 years ago
  38. fbf2a4a Merge pull request #507 from mcuadros/ctx by Máximo Cuadros · 8 years ago
  39. db5fa52 *: context.TODO() by Máximo Cuadros · 8 years ago
  40. 39ecae5 remote: push, update remote refs on push by Máximo Cuadros · 8 years ago
  41. d851b90 repository: allow push from shallow repositories by Máximo Cuadros · 8 years ago
  42. d3c7400 Merge pull request #485 from mcuadros/fetch-tags by Máximo Cuadros · 8 years ago v4.0.0-rc12
  43. cbdb258 remote: fetch, correct behaviour on tags by Máximo Cuadros · 8 years ago
  44. c0de884 remote: avoid duplicate haves by Máximo Cuadros · 8 years ago
  45. 09f5f2a improve delete support on push by Santiago M. Mola · 8 years ago
  46. 35861a4 remote: fix push delete, closes #466 by Santiago M. Mola · 8 years ago
  47. 78c539a Update local remote references during fetch even if no pack needs to be received by Ori Rawlings · 8 years ago
  48. bf3a920 Merge pull request #421 from smola/iter-naming by Máximo Cuadros · 8 years ago
  49. 7908196 ensure receive-pack session is closed on push. by Santiago M. Mola · 8 years ago
  50. e3b3ebd fix naming of NewCommit{Pre,Post}Iterator by Santiago M. Mola · 8 years ago
  51. 727bf94 Merge pull request #367 from smola/push-tags by Máximo Cuadros · 8 years ago
  52. a548013 Merge pull request #365 from smola/git-rel-path by Santiago M. Mola · 8 years ago
  53. 44ee227 add test for tags push, closes #354 by Santiago M. Mola · 8 years ago
  54. 45bdbcb transport: make Endpoint an interface, fixes #362 by Santiago M. Mola · 8 years ago
  55. 38bd9e8 support force push (refspec with +) by Santiago M. Mola · 8 years ago
  56. 45ac031 fix format string issues as found by go vet by Santiago M. Mola · 8 years ago
  57. 33e7c16 project: move imports from srcd.works to gopkg.in by Antonio Jesus Navarro Perez · 8 years ago
  58. be7e1e6 Add full stops and keep implementation details as internal comments. by Antonio Jesus Navarro Perez · 8 years ago
  59. 9006915 improve git package documentation (fix #231) by Antonio Jesus Navarro Perez · 8 years ago
  60. 9a469de plumbing/revlist: input as a slice of hashes instead of commits by Antonio Jesus Navarro Perez · 8 years ago
  61. b3b6e51 submodule init implementation by Máximo Cuadros · 8 years ago
  62. a6197bd documentation changes by Máximo Cuadros · 8 years ago
  63. 85a4efc new srcd.works/go-git.v4 path by Máximo Cuadros · 8 years ago
  64. a48bc6e Repository.Progress moved as a field in *Options (#237) by Máximo Cuadros · 8 years ago
  65. 6593c75 transport: remove SetAuth, fixes #206 (#210) by Anthony Weems · 9 years ago
  66. e69dab7 remote: fix empty-git-upload-pack error in fetch, when the reference points to a non-commit object (#209) by Máximo Cuadros · 9 years ago
  67. 3952f01 doc: clarify return values of Pull/Fetch. (#205) by Santiago M. Mola · 9 years ago
  68. 841abfb server: add git server implementation (#190) by Santiago M. Mola · 9 years ago
  69. 90d67bb remote: add Push (#178) by Santiago M. Mola · 9 years ago
  70. b3adbed remote: make Fetch atomic. (#185) by Santiago M. Mola · 9 years ago
  71. 249c413 storage: shallow storage (#180) by Máximo Cuadros · 9 years ago
  72. 0af572d move plumbing from top level package to plumbing (#183) by Santiago M. Mola · 9 years ago
  73. 45572a2 remote: fix Connect, returned nil error on failure. (#167) by Santiago M. Mola · 9 years ago
  74. 01ea726 remote: sideband support (#164) by Máximo Cuadros · 9 years ago
  75. 6996381 BaseSuite improvements, usage of file:// proto by Máximo Cuadros · 9 years ago
  76. c15bf1d capabilities: full integration (#151) by Máximo Cuadros · 9 years ago
  77. ef1a057 protocol/packp: capabilities new Capability entity and List struct, test improvements (#144) by Máximo Cuadros · 9 years ago
  78. 68893ed remove old types from transport and use packp (#142) by Santiago M. Mola · 9 years ago
  79. f9adb35 move: format/packp -> protocol/packp (#141) by Santiago M. Mola · 9 years ago
  80. 08e08d7 transport: create Client interface (#132) by Santiago M. Mola · 9 years ago
  81. 16d8660 Add configurable http client factory (fixes #120) (#121) by ferhat elmas · 9 years ago
  82. ac095bb new plumbing package (#118) by Máximo Cuadros · 9 years ago
  83. 0ff9ef2 global storage interface refactor (#112) by Máximo Cuadros · 9 years ago
  84. 0c6c404 remote, fix fetch tags by Máximo Cuadros · 9 years ago
  85. 0c3bc0c remote, fix copy tag reference on fetch by Máximo Cuadros · 9 years ago
  86. 73fa9ef Use advrefs in gituploadpackinfo (#92) by Alberto Cortés · 9 years ago
  87. 5913aee test coverage improved, Remote.Refs and Repository.Refs returns error, TreeWalker -> TreeIter by Máximo Cuadros · 9 years ago
  88. 7e8d712 dotgit: synced write packfile and index generation by Máximo Cuadros · 9 years ago
  89. 58fe211 format: packfile fix ReadObjectAt without decode by Máximo Cuadros · 9 years ago
  90. 6f1d1e0 storage: filesystem ref storage, and not not exists file handling by Máximo Cuadros · 9 years ago
  91. 56adb5b format: packfile new interface by Máximo Cuadros · 9 years ago
  92. 65427f6 core: ObjectStorage.Begin and TxObjectStorage by Máximo Cuadros · 9 years ago
  93. b73657f core: Storage.Get, switch order of args by Máximo Cuadros · 9 years ago
  94. e424613 storage: Add object type hint parameter to ObjectStorage.Get. (#69) by Santiago M. Mola · 9 years ago
  95. a3418c5 Repository: Clone protection if non empty object storage, Remote: NoErrAlreadyUpToDate by Máximo Cuadros · 9 years ago
  96. 5b13c1a options renamed and some text fixes by Máximo Cuadros · 9 years ago
  97. f42d823 Remote.Fetch multiple RefSpec support by Máximo Cuadros · 9 years ago
  98. b32e92d remote and repository base on ConfigStore by Máximo Cuadros · 9 years ago
  99. 4652c0e remote and repository base on ConfigStore by Máximo Cuadros · 9 years ago
  100. 1d56b98 Remote.Fetch base on RefSpec, improvement of the responsabilities separation by Máximo Cuadros · 9 years ago