File: magit-files.el.html

This library implements support for finding blobs, staged files, and Git configuration files. It also implements modes useful in buffers visiting files and blobs, and the commands used by those modes.

Defined variables (6)

magit--blob-cache-intervalSeconds between volatile blob buffer pruning runs.
magit--blob-cache-limitLimit number of volatile blob buffers to be kept alive.
magit--blob-cache-timeoutLimit age, since last access, of volatile blob buffers to be kept alive.
magit-blob-modeNon-nil if Magit-Blob mode is enabled.
magit-blob-mode-hookHook run after entering or leaving ‘magit-blob-mode’.
magit-blob-mode-mapKeymap for ‘magit-blob-mode’.

Defined functions (46)

magit--blob-buffer-name(OBJ FILE &optional VOLATILE RELATIVE)
magit--blob-cache-put(BUFFER)
magit--blob-cache-remove(BUFFER)
magit--get-blob-buffer(OBJ FILE &optional VOLATILE)
magit--handle-blob-bookmark(BOOKMARK)
magit--inhibit-in-blob-buffers(FN &rest ARGS)
magit--refresh-blob-buffer(&optional FORCE)
magit--revert-blob-buffer(IGNORE-AUTO NOCONFIRM)
magit-blob-ancestor(REV FILE)
magit-blob-mode(&optional ARG)
magit-blob-next()
magit-blob-previous()
magit-blob-successor(REV FILE)
magit-blob-visit(REV FILE)
magit-blob-visit-file()
magit-bury-buffer(&optional KILL-BUFFER)
magit-bury-or-kill-buffer(&optional BURY-BUFFER)
magit-file-checkout(REV FILE)
magit-file-delete(FILES &optional FORCE)
magit-file-dispatch()
magit-file-rename(FILE NEWNAME)
magit-file-stage()
magit-file-unstage()
magit-file-untrack(FILES &optional FORCE)
magit-find-file(REV FILE)
magit-find-file--internal(REV FILE DISPLAY)
magit-find-file--restore-position(BEFORE BLOB LINE COL)
magit-find-file-index-noselect(FILE)
magit-find-file-noselect(REV FILE &optional NO-RESTORE-POSITION VOLATILE)
magit-find-file-noselect-1(REV FILE &optional NO-RESTORE-POSITION VOLATILE)
magit-find-file-other-frame(REV FILE)
magit-find-file-other-window(REV FILE)
magit-find-file-read-args(PROMPT)
magit-find-git-config-file(FILENAME &optional WILDCARDS)
magit-find-git-config-file-other-frame(FILENAME &optional WILDCARDS)
magit-find-git-config-file-other-window(FILENAME &optional WILDCARDS)
magit-kill-this-buffer()
magit-read-changed-file(REV-OR-RANGE PROMPT &optional DEFAULT)
magit-read-file(PROMPT &optional TRACKED-ONLY INCLUDE-DIRS)
magit-read-file-choice(PROMPT FILES &optional ERROR DEFAULT)
magit-read-file-from-rev(REV PROMPT &optional DEFAULT INCLUDE-DIRS)
magit-read-tracked-file(PROMPT &optional INCLUDE-DIRS)
magit-read-unmerged-file(&optional PROMPT)
magit-stage-buffer-file()
magit-unstage-buffer-file()
magit-update-index()

Defined faces (0)