diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-04-13 15:51:33 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-04-13 15:51:33 -0700 |
| commit | c6da34a610e58f7e58042b5ed24a19bd2c18e928 (patch) | |
| tree | fa92224f86cee761f510325d8e7e0d2f55d6fd88 /refs/refs-internal.h | |
| parent | Sync with Git 2.35.3 (diff) | |
| download | git-c6da34a610e58f7e58042b5ed24a19bd2c18e928.tar.gz git-c6da34a610e58f7e58042b5ed24a19bd2c18e928.zip | |
Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"
This reverts commit 991b4d47f0accd3955d05927d5ce434e03ffbdb6, reversing
changes made to bcd020f88e1e22f38422ac3f73ab06b34ec4bef1.
Diffstat (limited to 'refs/refs-internal.h')
| -rw-r--r-- | refs/refs-internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/refs/refs-internal.h b/refs/refs-internal.h index 001ef15835..69f93b0e2a 100644 --- a/refs/refs-internal.h +++ b/refs/refs-internal.h @@ -213,7 +213,6 @@ struct ref_transaction { size_t nr; enum ref_transaction_state state; void *backend_data; - unsigned int flags; }; /* |
