index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
merge-blobs.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-05-08
show_worktree(): plug memory leak
Johannes Schindelin
1
-3
/
+5
2017-05-08
name-rev: avoid leaking memory in the `deref` case
Johannes Schindelin
1
-2
/
+5
2017-05-08
remote: plug memory leak in match_explicit()
Johannes Schindelin
1
-2
/
+3
2017-05-08
add_reflog_for_walk: avoid memory leak
Johannes Schindelin
1
-3
/
+17
2017-05-08
shallow: avoid memory leak
Johannes Schindelin
1
-2
/
+6
2017-05-08
line-log: avoid memory leak
Johannes Schindelin
1
-0
/
+1
2017-05-08
receive-pack: plug memory leak in update()
Johannes Schindelin
1
-1
/
+3
2017-05-08
fast-export: avoid leaking memory in handle_tag()
Johannes Schindelin
1
-0
/
+2
2017-05-08
mktree: plug memory leaks reported by Coverity
Johannes Schindelin
1
-2
/
+3
2017-05-08
pack-redundant: plug memory leak
Johannes Schindelin
1
-0
/
+1
2017-05-08
setup_discovered_git_dir(): plug memory leak
Johannes Schindelin
1
-2
/
+7
2017-05-08
setup_bare_git_dir(): help static analysis
Johannes Schindelin
1
-1
/
+1
2017-05-08
split_commit_in_progress(): simplify & fix memory leak
Johannes Schindelin
1
-14
/
+14
2017-05-08
checkout: fix memory leak
Johannes Schindelin
1
-8
/
+9
2017-05-08
cat-file: fix memory leak
Johannes Schindelin
1
-0
/
+1
2017-05-08
mailinfo & mailsplit: check for EOF while parsing
Johannes Schindelin
2
-1
/
+18
2017-05-08
status: close file descriptor after reading git-rebase-todo
Johannes Schindelin
1
-0
/
+1
2017-05-08
difftool: address a couple of resource/memory leaks
Johannes Schindelin
1
-10
/
+23
2017-05-08
get_mail_commit_oid(): avoid resource leak
Johannes Schindelin
1
-9
/
+6
2017-05-08
git_config_rename_section_in_file(): avoid resource leak
Johannes Schindelin
1
-1
/
+4
2017-05-08
add_commit_patch_id(): avoid allocating memory unnecessarily
Johannes Schindelin
1
-1
/
+2
2017-05-08
winansi: avoid buffer overrun
Johannes Schindelin
1
-0
/
+5
2017-05-08
winansi: avoid use of uninitialized value
Johannes Schindelin
1
-0
/
+7
2017-05-08
mingw: avoid memory leak when splitting PATH
Johannes Schindelin
1
-1
/
+3
2017-05-01
Merging a handful of topics before -rc2
Junio C Hamano
1
-0
/
+10
2017-04-27
rebase -i: reread the todo list if `exec` touched it
Stephen Hicks
2
-0
/
+36
2017-04-27
travis-ci: set DEVELOPER knob for Linux32 build
Lars Schneider
1
-0
/
+1
2017-04-27
travis-ci: printf $STATUS as string
Lars Schneider
1
-1
/
+1
2017-04-26
Git 2.13-rc1
v2.13.0-rc1
Junio C Hamano
2
-1
/
+40
2017-04-25
prio_queue_reverse: don't swap elements with themselves
Jeff King
1
-1
/
+1
2017-04-25
submodule_init: die cleanly on submodules without url defined
Jeff King
2
-3
/
+11
2017-04-24
Getting ready for -rc1
Junio C Hamano
1
-3
/
+51
2017-04-24
t/perf: correctly align non-ASCII descriptions in output
Ævar Arnfjörð Bjarmason
2
-0
/
+5
2017-04-24
completion: optionally disable checkout DWIM
Jeff King
1
-1
/
+10
2017-04-24
completion: expand "push --delete <remote> <ref>" for refs on that <remote>
Ævar Arnfjörð Bjarmason
2
-0
/
+35
2017-04-21
docs/bisect-lk2009: update java code conventions link
Jeff King
1
-1
/
+1
2017-04-21
docs/bisect-lk2009: update nist report link
Jeff King
1
-1
/
+1
2017-04-21
docs/archimport: quote sourcecontrol.net reference
Jeff King
1
-1
/
+1
2017-04-21
gitcore-tutorial: update broken link
Jeff King
1
-1
/
+1
2017-04-21
doc: replace or.cz gitwiki link with git.wiki.kernel.org
Jeff King
1
-1
/
+1
2017-04-21
doc: use https links to avoid http redirect
Jeff King
3
-9
/
+9
2017-04-21
connect.c: fix leak in handle_ssh_variant
Jeff King
1
-1
/
+3
2017-04-21
am: drop "dir" parameter from am_state_init
Jeff King
1
-6
/
+4
2017-04-21
replace strbuf_addstr(git_path()) with git_path_buf()
Jeff King
2
-6
/
+4
2017-04-21
replace xstrdup(git_path(...)) with git_pathdup(...)
Jeff King
2
-3
/
+4
2017-04-21
use git_path_* helper functions
Jeff King
3
-11
/
+11
2017-04-21
branch: add edit_description() helper
Jeff King
1
-3
/
+3
2017-04-21
bisect: add git_path_bisect_terms helper
Jeff King
1
-1
/
+2
2017-04-21
read-cache: avoid using git_path() in freshen_shared_index()
Christian Couder
1
-1
/
+2
2017-04-21
worktree add: add --lock option
Nguyễn Thái Ngọc Duy
3
-5
/
+23
[next]