aboutsummaryrefslogtreecommitdiffstats
path: root/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index ac92421f3a..e3c2ab9628 100644
--- a/cache.h
+++ b/cache.h
@@ -1379,6 +1379,7 @@ enum get_oid_result {
};
extern int get_oid(const char *str, struct object_id *oid);
+extern int get_oidf(struct object_id *oid, const char *fmt, ...);
extern int get_oid_commit(const char *str, struct object_id *oid);
extern int get_oid_committish(const char *str, struct object_id *oid);
extern int get_oid_tree(const char *str, struct object_id *oid);
@@ -1552,6 +1553,10 @@ extern const char *git_sequence_editor(void);
extern const char *git_pager(int stdout_is_tty);
extern int is_terminal_dumb(void);
extern int git_ident_config(const char *, const char *, void *);
+/*
+ * Prepare an ident to fall back on if the user didn't configure it.
+ */
+void prepare_fallback_ident(const char *name, const char *email);
extern void reset_ident_date(void);
struct ident_split {
8707d9b&follow=1'>tpm: atmel: Drop PPC64 specific MMIO setupRob Herring (Arm)3-144/+61 2024-11-22char: tpm: cr50: Add new device/vendor ID 0x50666666Jett Rink1-4/+28 2024-11-22char: tpm: cr50: Move i2c locking to request/relinquish locality opsJan Dabros1-9/+13 2024-11-22char: tpm: cr50: Use generic request/relinquish locality opsJan Dabros1-40/+54 2024-11-22tpm: ibmvtpm: Set TPM_OPS_AUTO_STARTUP flag on driverStefan Berger2-15/+1 2024-11-21smb: prevent use-after-free due to open_cached_dir error pathsPaul Aurich1-41/+29 2024-11-21smb: Don't leak cfid when reconnect races with open_cached_dirPaul Aurich1-13/+14 2024-11-21smb: client: handle max length for SMB symlinksPaulo Alcantara2-1/+6 2024-11-21smb: client: get rid of bounds check in SMB2_ioctl_init()Paulo Alcantara1-9/+0 2024-11-21smb: client: improve compound padding in encryptionPaulo Alcantara3-63/+18 2024-11-21smb3: request handle caching when caching directoriesSteve French1-1/+1 2024-11-21cifs: Recognize SFU char/block devices created by Windows NFS server on Windo...Pali Rohár1-0/+22 2024-11-21CIFS: New mount option for cifs.upcall namespace resolutionRitvik Budhiraja6-0/+117 2024-11-21smb/client: Prevent error pointer dereferenceDan Carpenter1-2/+4 2024-11-21fs/smb/client: implement chmod() for SMB3 POSIX ExtensionsRalph Boehme4-23/+37 2024-11-21smb: cached directories can be more than root file handlePaul Aurich1-1/+1 2024-11-20ftrace: Fix regression with module command in stack_trace_filterguoweikang1-0/+3 2024-11-20ovl: Filter invalid inodes with missing lookup functionVasiliy Kovalev1-0/+3 2024-11-19KVM: x86: Break CONFIG_KVM_X86's direct dependency on KVM_INTEL || KVM_AMDSean Christopherson1-1/+1 2024-11-19KVM: x86: add back X86_LOCAL_APIC dependencyArnd Bergmann1-1/+1 2024-11-19Revert "KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setu...Sean Christopherson1-33/+21 2024-11-19kunit: qemu_configs: loongarch: Enable shutdownThomas Weißschuh1-1/+4 2024-11-19kunit: tool: Allow overriding the shutdown mode from qemu configThomas Weißschuh1-1/+3