aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* setup_discovered_git_dir(): plug memory leakJohannes Schindelin2017-05-08
* setup_bare_git_dir(): help static analysisJohannes Schindelin2017-05-08
* split_commit_in_progress(): simplify & fix memory leakJohannes Schindelin2017-05-08
* checkout: fix memory leakJohannes Schindelin2017-05-08
* cat-file: fix memory leakJohannes Schindelin2017-05-08
* mailinfo & mailsplit: check for EOF while parsingJohannes Schindelin2017-05-08
* status: close file descriptor after reading git-rebase-todoJohannes Schindelin2017-05-08
* difftool: address a couple of resource/memory leaksJohannes Schindelin2017-05-08
* get_mail_commit_oid(): avoid resource leakJohannes Schindelin2017-05-08
* git_config_rename_section_in_file(): avoid resource leakJohannes Schindelin2017-05-08
* add_commit_patch_id(): avoid allocating memory unnecessarilyJohannes Schindelin2017-05-08
* winansi: avoid buffer overrunJohannes Schindelin2017-05-08
* winansi: avoid use of uninitialized valueJohannes Schindelin2017-05-08
* mingw: avoid memory leak when splitting PATHJohannes Schindelin2017-05-08
* Merging a handful of topics before -rc2Junio C Hamano2017-04-30
* Merge branch 'sh/rebase-i-reread-todo-after-exec'Junio C Hamano2017-05-01
|\
| * rebase -i: reread the todo list if `exec` touched itStephen Hicks2017-04-27
* | Merge branch 'ls/travis-stricter-linux32-builds'Junio C Hamano2017-05-01
|\ \
| * | travis-ci: set DEVELOPER knob for Linux32 buildLars Schneider2017-04-27
| |/
* | Merge branch 'ls/travis-win-fix-status'Junio C Hamano2017-05-01
|\ \
| * | travis-ci: printf $STATUS as stringLars Schneider2017-04-26
| |/
* | Merge branch 'jk/submodule-init-segv-fix'Junio C Hamano2017-05-01
|\ \
| * | submodule_init: die cleanly on submodules without url definedJeff King2017-04-24
* | | Merge branch 'jk/prio-queue-avoid-swap-with-self'Junio C Hamano2017-05-01
|\ \ \
| * | | prio_queue_reverse: don't swap elements with themselvesJeff King2017-04-24
* | | | Merge branch 'ab/align-perf-descriptions'Junio C Hamano2017-05-01
|\ \ \ \
| * | | | t/perf: correctly align non-ASCII descriptions in outputÆvar Arnfjörð Bjarmason2017-04-23
* | | | | Merge branch 'jk/complete-checkout-sans-dwim-remote'Junio C Hamano2017-05-01
|\ \ \ \ \
| * | | | | completion: optionally disable checkout DWIMJeff King2017-04-23
| |/ / / /
* | | | | Git 2.13-rc1v2.13.0-rc1Junio C Hamano2017-04-26
* | | | | Merge branch 'mh/separate-ref-cache'Junio C Hamano2017-04-26
|\ \ \ \ \
| * | | | | do_for_each_entry_in_dir(): delete functionMichael Haggerty2017-04-16
| * | | | | files_pack_refs(): use reference iterationMichael Haggerty2017-04-16
| * | | | | commit_packed_refs(): use reference iterationMichael Haggerty2017-04-16
| * | | | | cache_ref_iterator_begin(): make function smarterMichael Haggerty2017-04-16
| * | | | | get_loose_ref_cache(): new functionMichael Haggerty2017-04-16
| * | | | | get_loose_ref_dir(): function renamed from get_loose_refs()Michael Haggerty2017-04-16
| * | | | | do_for_each_entry_in_dir(): eliminate `offset` argumentMichael Haggerty2017-04-16
| * | | | | refs: handle "refs/bisect/" in `loose_fill_ref_dir()`Michael Haggerty2017-04-16
| * | | | | ref-cache: use a callback function to fill the cacheMichael Haggerty2017-04-16
| * | | | | refs: record the ref_store in ref_cache, not ref_dirMichael Haggerty2017-04-16
| * | | | | ref-cache: introduce a new type, ref_cacheMichael Haggerty2017-04-16
| * | | | | refs: split `ref_cache` code into separate filesMichael Haggerty2017-04-16
| * | | | | ref-cache: rename `remove_entry()` to `remove_entry_from_dir()`Michael Haggerty2017-04-16
| * | | | | ref-cache: rename `find_ref()` to `find_ref_entry()`Michael Haggerty2017-04-16
| * | | | | ref-cache: rename `add_ref()` to `add_ref_entry()`Michael Haggerty2017-04-16
| * | | | | refs_verify_refname_available(): use function in more placesMichael Haggerty2017-04-16
| * | | | | refs_verify_refname_available(): implement once for all backendsMichael Haggerty2017-04-16
| * | | | | refs_ref_iterator_begin(): new functionMichael Haggerty2017-04-14
| * | | | | refs_read_raw_ref(): new functionMichael Haggerty2017-04-14