Commit Briefs



eef9542c44 Stefan Sperling

preserve what was passed in if got_repo_map_path() can't figure out a path

problem found by + ok naddy


603cdeb0c7 Stefan Sperling

make 'got log' avoid got_repo_map_path() if run in a work tree

ok naddy


20b7abb3fa Stefan Sperling

detect unknown repository format extensions (such as sha256 format)

ok millert


60ca2a50c4 Stefan Sperling

bump version number


47d693bd3e Stefan Sperling

CHANGES for 0.43


62d463cac1 Christian Weisgerber

indentation fixes


54eb00d5be Stefan Sperling

properly handle nonexistent remote repository names given to 'got fetch'

found by jrick ok naddy


2513f20abd Stefan Sperling

plug memory leaks in error paths; found by naddy


74cfe85e39 Stefan Sperling

use got_path_dirname() in tog's input_log_view(); avoids const dirname(3)

ok naddy


20a2ad1cd2 Stefan Sperling

use got_path_dirname() in schedule_for_deletion(); avoids const dirname(3)

ok naddy


fddefe3be5 Stefan Sperling

use got_path_dirname() in remove_ondisk_file(); avoids const dirname(3)

ok naddy


f5375317cb Stefan Sperling

use got_path_dirname() in install_blob() to avoid const dirname(3)

ok naddy


f4994adcb4 Stefan Sperling

use got_path_dirname() in install_symlink() to avoid const dirname(3)

ok naddy


ce031e9edb Stefan Sperling

use got_path_dirname() in is_bad_symlink_target()

ok naddy


ed6b5030fc Stefan Sperling

use got_path_dirname() in merge_blob() instead of assuming const dirname(3)

ok naddy


3524bbf95a Stefan Sperling

make merge_file() use got_path_dirname() instead of assuming const dirname(3)

ok naddy


aedea96d34 Stefan Sperling

adapt got_open_worktree to non-const dirname(3)

ok naddy


0c93d2044b Stefan Sperling

tried_root in got_open_repo is not needed

ok naddy


aff6eea4a3 Stefan Sperling

handle non-const dirname in got_repo_open() and plug a memory leak

ok naddy


9aceaadf35 Stefan Sperling

properly skip to the end upon error in got_repo_open()

ok naddy


0c4004e3b4 Stefan Sperling

handle non-const dirname(3) in got_path_dirname()

ok naddy


f0207f6a4f Stefan Sperling

switch to got_path_basename() in cmd_checkout()

ok millert


d34b633ebd Stefan Sperling

use got_path_basename() in match_deleted_or_modified_ct()

ok millert