[user] name = "Leah Neukirchen" email = "leah@vuxu.org" [ui] color = "never" default-command = "log" pager = "less -+XR-+I -FRX" [ui.graph] style = "legacy" [diff] format = "git" [aliases] leg = ["log", "--no-graph", "-T", 'separate(" ",committer.timestamp().format("%Y-%m-%d"),commit_id.shortest(7),if(branches,"(" ++ branches ++ ")"),if(tags,"(tag: " ++ tags ++")"),author.email()++":",description.first_line())++"\n"'] lg = ["log", "--no-graph", "-T", 'separate(" ",committer.timestamp().format("%Y-%m-%d"),commit_id.shortest(7),if(branches,"(" ++ branches ++ ")"),if(tags,"(tag: " ++ tags ++")"),description.first_line())++"\n"'] top = ["log", "--ignore-working-copy", "-r", 'latest(branches() & ::@)', "--no-graph", "-T", 'separate(",",branches)'] head = ["log", "--ignore-working-copy", "-T", 'commit_id++"\n"', "-r", "@-", "--no-graph"] # [snapshot] # max-new-file-size = "1"