2017-08-16 | diff: respect MIN_BLOCK_LENGTH for last block Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-08-14 | diff: avoid redundantly clearing a flag Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-08-11 | sha1_file: remove read_packed_sha1() Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-08-11 | sha1_file: set whence in storage-specific info fn Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-07-28 | tests: ensure fsck fails on corrupt packfiles Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-07-26 | sub-process: refactor handshake to common function Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-07-26 | Documentation: migrate sub-process docs to header Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-07-26 | fsck: cleanup unused variable Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-07-20 | object: remove "used" field from struct object Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-07-20 | fsck: remove redundant parse_tree() invocation Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-06-26 | sha1_file: refactor has_sha1_file_with_flags Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-06-26 | sha1_file: do not access pack if unneeded Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-06-26 | sha1_file: teach sha1_object_info_extended more flags Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-06-22 | sha1_file: refactor read_object Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-06-22 | sha1_file: move delta base cache code up Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-06-22 | sha1_file: rename LOOKUP_REPLACE_OBJECT Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-06-22 | sha1_file: rename LOOKUP_UNKNOWN_OBJECT Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-06-15 | sha1_file: teach packed_object_info about typename Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-06-02 | send-email: check for repo before invoking hook Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-05-16 | send-email: support validate hook Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-05-16 | fetch-pack: always allow fetching of literal SHA1s Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-05-10 | receive-pack: verify push options in cert Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-05-09 | docs: correct receive.advertisePushOptions default Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-04-27 | sequencer: add newline before adding footers Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-04-18 | fetch-pack: show clearer error message upon ERR Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-03-03 | t/perf: export variable used in other blocks Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-02-28 | http: attempt updating base URL only if no error Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-02-23 | upload-pack: report "not our ref" to client Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2017-02-14 | grep: do not unnecessarily query repo for "--" Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2016-11-29 | sequencer: use trailer's trailer layout Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2016-11-29 | trailer: have function to describe trailer layout Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2016-11-29 | trailer: avoid unnecessary splitting on lines Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2016-11-29 | commit: make ignore_non_trailer take buf/len Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2016-11-29 | trailer: be stricter in parsing separators Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2016-11-21 | doc: mention user-configured trailers Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2016-11-11 | fetch: do not redundantly calculate tag refmap Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2016-10-21 | trailer: support values folded to multiple lines Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2016-10-21 | trailer: forbid leading whitespace in trailers Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2016-10-21 | trailer: allow non-trailers in trailer block Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2016-10-21 | trailer: clarify failure modes in parse_trailer Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2016-10-20 | trailer: make args have their own struct Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2016-10-20 | trailer: streamline trailer item create and add Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2016-10-20 | trailer: use list.h for doubly-linked list Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2016-10-14 | trailer: improve const correctness Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2016-09-23 | fetch-pack: do not reset in_vain on non-novel acks Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2016-09-21 | mailinfo: handle in-body header continuations Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2016-09-19 | mailinfo: make is_scissors_line take plain char * Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2016-09-19 | mailinfo: separate in-body header processing Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2016-09-09 | connect: advertized capability is not a ref Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2016-09-09 | tests: move test_lazy_prereq JGIT to test-lib.sh Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |
2016-07-19 | fetch-pack: grow stateless RPC windows exponentially Signed-off-by: Jonathan Tan <jonathantanmy@google.com> |
diff | tree |