Revision 67d99b82de27e98bfec7d174ef4b6369d5b85d7a authored by Junio C Hamano on 07 July 2020, 05:09:17 UTC, committed by Junio C Hamano on 07 July 2020, 05:09:17 UTC
The code to push changes over "dumb" HTTP had a bad interaction
with the commit reachability code due to incorrect allocation of
object flag bits, which has been corrected.

* bc/http-push-flagsfix:
  http-push: ensure unforced pushes fail when data would be lost
2 parent s 8a78e4d + 64472d1
History
File Mode Size
LICENSE -rw-r--r-- 1.5 KB
fast_export.c -rw-r--r-- 9.7 KB
fast_export.h -rw-r--r-- 1.4 KB
line_buffer.c -rw-r--r-- 2.8 KB
line_buffer.h -rw-r--r-- 978 bytes
line_buffer.txt -rw-r--r-- 2.4 KB
sliding_window.c -rw-r--r-- 2.0 KB
sliding_window.h -rw-r--r-- 367 bytes
svndiff.c -rw-r--r-- 8.0 KB
svndiff.h -rw-r--r-- 204 bytes
svndump.c -rw-r--r-- 13.4 KB
svndump.h -rw-r--r-- 265 bytes

back to top