Commits
- Commit:
cc5481cb036883dee0ba8b5d95c085131ae3c356
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove pointless goto in collect_commit_logmsg()
- Commit:
fcde04d9acbe8328a5e476c6d1391b563ea14783
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
another malloc failure check in collect_commit_msg()
- Commit:
793c30b5d7b2959c83174499b64578dde045f9ee
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use got_opentemp_named_fd() in collect_commit_logmsg()
- Commit:
9f42ff692bc2cb443e1aa112484d293022ce3a30
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
check malloc failure in collect_commit_logmsg()
- Commit:
19332e6de6ff3f51e60c6e32716235833b2c6085
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
avoid undefined behaviour (comparison with string literal)
- Commit:
d5bea53959deb7a1dd486dce9bca4f295c12589b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix linear ancestry verification check for 'got update'
- Commit:
a9833bc916b1790a1f3ff4981a1ebe2dd026c9ae
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add got_commit_graph_find_youngest_common_ancestor()
- Commit:
33ad4cbe5926c7fe36929934d68a000fe19dafa3
- From:
- joshua stein <jcs@jcs.org>
- Date:
implement spawning an editor to collect a commit message
bails on empty messages, trims leading and trailing newlines
this currently disables the unveil in the commit process because
it's not compatible with spawning the editor
also prevent commits when there are no changes
- Commit:
bd14628f607b07c5bb661e33c69e4079811b4514
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
update help string of 'got add' for multiple file support
- Commit:
f5c58ad1536d3b26b1245b4d7fba2bebfdacff94
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix leftover lockfiles from parse_ref_file()
- Commit:
a875589a9d2af343438e8ea0ba7c507db05f5623
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix locking of packed ref file in got_ref_open()
- Commit:
0885ce8fa7d962afa1fe3df90867508016ed48e6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
handle well-known refs more obviously in got_ref_open()
- Commit:
5b575c2578fe24526fa3461ce4d6364b4c167de7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
don't hide errors in got_ref_open()
- Commit:
6f10d58ebbd3fa17868a634c77bb7b0256d8cc8c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
be less clever: don't nest 'case' inside if (...)
no functional change
- Commit:
7f2a8dc2cb2619aae4d4d971eaf2e1f72b48949d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
plug fd leak in got_path_dir_is_empty()
- Commit:
280f921b7f983840bfb1f82e25c054ce55034924
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
heed API namespace: got_dir_is_empty -> got_path_dir_is_empty
- Commit:
3c45a30aebce27db2fb0f5b453695260456bacc9
- From:
- joshua stein <jcs@jcs.org>
- Date:
checkout: if worktree path exists and is empty, suppress mkdir failure
- Commit:
00ba99a7be48f532c0673f3e2ada13d7c299b2a0
- From:
- joshua stein <jcs@jcs.org>
- Date:
tog: remove view_flash(), just stop when at first/last entries
- Commit:
e350feedfce6b6a668fc796711cf1443e384789d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document new tog key codes
- Commit:
87c7274c9ecb879f409f7330507031ea4c0fdf60
- From:
- joshua stein <jcs@jcs.org>
- Date:
tog: space acts as enter
- Commit:
a4292ac5c9e1f998ce83d3f5d1acfea20812618e
- From:
- joshua stein <jcs@jcs.org>
- Date:
tog: control+f and b for page down and up
- Commit:
1e37a5c25285636727c1763a34e6a5bd71f156fa
- From:
- joshua stein <jcs@jcs.org>
- Date:
tog: align case statements with switch
- Commit:
47ec7be7cd359ab96db9ae1de43b86960ae4898e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
wording tweak in got man page
- Commit:
15cd91f71e044e566743f7fbee1bfed7523313d5
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
improve 'got commit' documentation
- Commit:
2f17228ee55ecd8c69a9d0dac94841c7894d0d6d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
lock branch reference file during 'got commit' to prevent a race