Commits
- Commit:
7d4057662589d6190d63231f5ea868a05f2780d2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
retire C tests which depended on Got's own Git repository to run
- Commit:
53ccebc212c162c70f666f060b461d9dccdca647
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add 'make release' target; programs now have a version number
- Commit:
916f288c7e2f6e7bcc2643b8287a4b32f518899f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
prevent 'got commit' on branches outside "refs/heads/"
(the only exception is the work tree's temporary histedit branch)
- Commit:
fe307c9bac71d85284c7cee8abb80b52a253710b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
got.1 wording tweak
- Commit:
7b3fde244a9a450ebb2c9bcaf26d091b4aabc3df
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
clearly state where 'git fetch' and 'git push' are required
- Commit:
46e90ae41aa51fa9693f9a82e59e415b029349f7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remote duplicate .Pp in man page
- Commit:
ff2cf1713abd0cf9b5214a2c04e29dae431f2b09
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document how to work against remote git repositories with got
- Commit:
678cbce5579984eaa94e22c2d83d2a657b156238
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
allow aborting search in 'tog log' with backspace key
- Commit:
6fcd089d7c0acea8814f6d53518eb2f0df8d93db
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add TODO item for tog
- Commit:
adc19d556533254f7f3fe8101c25f9de1ca46331
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove pointless output parameter from got_pathlist_append()
- Commit:
073e575f1b7f693fbff2009dc41b5f79d0a71d56
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a TODO item for histedit
- Commit:
c6b4581bde26414fb681ada4e01afc311614d030
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document work tree's use of temporary rebase/histedit branches
- Commit:
cfce0458c9dc348a48d88137318ce86f76dc7766
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document 'got commit' out-of-dateness check
- Commit:
5c1e53bc728ac0524d0471886bbc19f0b95e6c55
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add support for multiple path arguments to 'got commit'
- Commit:
3c575567b5033b0e9595bc208a5ce0b3f65627b6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
got.1: clarify how checkout -b and -c options interact
- Commit:
305993b9d1c0203a37c2164c5ed25f53d44a9d40
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix typo in test commit log message
- Commit:
9bead371155cd3f955ba6699b0819df23f008bea
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
relax commit out-of-dateness check: consider file content only
- Commit:
e4b9a50c4562bd5527f8a0a3c8c754c2c95031ca
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
read_meta_file() can fstat() instead of lstat() since file is already open
- Commit:
107f9ed516be69c1b0d914887afb558e90a1ab4f
- From:
- Klemens Nanni <kn@openbsd.org>
- Via:
- Klemens Nanni <klemens@posteo.de>
- Date:
README: Use `man -l' not `mandoc | less'
Honours MANPAGER and is easier to type.
- Commit:
c970ea82ead4a8a0f4e1589ee7520aaf2930db6c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
increase the scope of blame tests by a blasting 100%
- Commit:
a2e6d162caba0a6b53c45162781de0cdbcae825a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make GOT_ERR_WORKTREE_META errors show more information
- Commit:
c3022ba5fc09b6badac00b8c123aad9d45c2e039
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename "histedit list" to "histedit script" (on-disk filename changed)
- Commit:
6ba2bea2c0ffc926c79ca53e0a920f8f219e020c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
abort histedit operation if we don't manage to install the script
- Commit:
a9fa2909b9b3f681373c249f42a233d89335fc4c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix 'got revert' on files in newly added subdirectories
- Commit:
bfce7f836563143b27bfa24b645f65198c0298f8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
improve histedit script error checking and fix leaks