sequencer: fix memory leak if `todo_list_rearrange_squash()` failed
Lidong Yan committed about 1 year ago
mailinfo: fix pointential memory leak if `decode_header` failed
Lidong Yan committed over 1 year ago
sequencer: stop pretending that an assignment is a condition
Johannes Schindelin committed about 1 year ago
bundle-uri: avoid using undefined output of `sscanf()`
Johannes Schindelin committed about 1 year ago
commit-graph: avoid using stale stack addresses
Johannes Schindelin committed about 1 year ago
trace2: avoid "futile conditional"
Johannes Schindelin committed about 1 year ago
Johannes Schindelin committed about 1 year ago
fetch: avoid unnecessary work when there is no current branch
Johannes Schindelin committed about 1 year ago
has_dir_name(): make code more obvious
Johannes Schindelin committed about 1 year ago
upload-pack: rename `enum` to reflect the operation
Johannes Schindelin committed about 1 year ago
commit-graph: avoid malloc'ing a local variable
Johannes Schindelin committed about 1 year ago
fetch: carefully clear local variable's address after use
Johannes Schindelin committed about 1 year ago
Johannes Schindelin committed about 1 year ago
git-gui: do not end the commit message with an empty line
Johannes Sixt committed about 1 year ago
gitk: do not hard-code color of search results in commit list
Alexander Ogorodov committed over 1 year ago
replay: replace the_repository with repo parameter passed to cmd_replay ()
Elijah Newren committed about 1 year ago
packed-backend: mmap large "packed-refs" file during fsck
shejialuo committed about 1 year ago
packed-backend: extract snapshot allocation in `load_contents`
shejialuo committed about 1 year ago
packed-backend: fsck should warn when "packed-refs" file is empty
shejialuo committed about 1 year ago
scalar reconfigure: improve --maintenance docs
Derrick Stolee committed about 1 year ago