|
09ea71ba
|
2019-07-27T11:27:06
|
|
s/path/repository-path/ in 'got init' usage and docs
|
|
72ea6654
|
2019-07-27T11:21:56
|
|
add support for multiple path arguments to 'got status'
|
|
3f17dee4
|
2019-07-27T11:08:47
|
|
prevent array access with negative index in got_worktree_resolve_path()
|
|
c577a9ce
|
2019-07-25T21:06:41
|
|
fix 'got status' recursion problems
|
|
a062651c
|
2019-07-27T10:35:29
|
|
make test_status_obstructed show failure output
|
|
90e8619e
|
2019-07-25T19:42:29
|
|
make 'got commit' work with a directory path
|
|
498a90b7
|
2019-07-25T15:47:22
|
|
got.1 wording fix: "base branch" -> branch
|
|
ba67992e
|
2019-07-25T15:30:37
|
|
fix typo in got.1
|
|
ff6aa206
|
2019-07-25T15:25:52
|
|
if histedit has commits to edit, provide a hint in error message
|
|
a698f62e
|
2019-07-25T15:20:32
|
|
allow 'got commit' while 'got histedit' is interrupted
|
|
bb787f09
|
2019-07-25T14:59:43
|
|
fix a double-free in 'got update' error path
|
|
426ebf2e
|
2019-07-25T14:54:35
|
|
fix histedit's interactive retry loop
|
|
b006047e
|
2019-07-25T14:47:48
|
|
fix histedit (a)bort prompt handling
|
|
6c1844f6
|
2019-07-25T14:46:27
|
|
fix histedit syntax error detection
|
|
3e3a69f1
|
2019-07-25T14:25:02
|
|
open fileindex just once to make rebase and histedit faster
|
|
b2c50a0a
|
2019-07-25T13:05:09
|
|
add another histedit test for path prefix behaviour
|
|
e0233cea
|
2019-07-25T13:04:23
|
|
fix 'got commit' from work tree with a path prefix
|
|
8f8646e5
|
2019-07-25T12:27:34
|
|
list of merged paths for rebase and histedit must not be empty
|
|
a4027091
|
2019-07-25T12:08:58
|
|
rename a histedit test
|
|
13a06bb3
|
2019-07-25T12:06:24
|
|
remove some unused variables from histedit tests
|
|
86ac67ee
|
2019-07-25T12:01:57
|
|
check committed diffs in some histedit tests
|
|
0160a755
|
2019-07-25T11:37:04
|
|
add histedit path prefix test
|
|
8ca9bd68
|
2019-07-25T11:36:03
|
|
use a dedicated error code for histedit path-prefix error
|
|
3aac7cf7
|
2019-07-25T11:24:01
|
|
histedit: error if root commit is edited
|
|
d23ace97
|
2019-07-25T11:21:39
|
|
fix abspath/relpath mismatch in rebase_check_path_prefix()
|
|
04f57cb3
|
2019-07-25T10:56:59
|
|
reduce code duplication in handling '-c commit' options
|
|
30837e32
|
2019-07-25T10:50:33
|
|
allow references to be passed to '-c commit' options
|
|
3f9de99f
|
2019-07-24T22:24:09
|
|
histedit: make folding work across dropped commits
|
|
0ebf8283
|
2019-07-23T17:39:43
|
|
initial 'got histedit' implementation
|
|
f6794adc
|
2019-07-23T15:31:04
|
|
make 'got rebase -c' check whether rebase is in progress
|
|
c530dc23
|
2019-07-23T14:56:53
|
|
create worktree for apply_unveil() during checkout; others don't need this
|
|
6e6049be
|
2019-07-23T14:43:11
|
|
make repository_test pass again on OpenBSD 6.5
|
|
62550b13
|
2019-07-23T14:35:00
|
|
fix path in got_repo_open() error message
|
|
d0710d08
|
2019-07-22T10:52:48
|
|
make got_worktree_resolve_path() handle non-existent paths
|
|
49aa539a
|
2019-07-22T10:41:16
|
|
remove got_path_normalize(); pointless and unused
|
|
48c84e60
|
2019-07-22T10:40:08
|
|
remove call to got_path_normalize()
|
|
6876e203
|
2019-07-22T10:38:36
|
|
remove another pointless call to got_path_normalize()
|
|
6e472252
|
2019-07-22T10:35:46
|
|
remove pointless call to got_path_normalize()
|
|
f528b57d
|
2019-07-22T10:31:32
|
|
remove redundant existence check in 'got rm'; same check is done later
|
|
4b33b1ad
|
2019-07-22T10:29:59
|
|
remove redundant existence check in 'got add'; same check is done later
|
|
b4b3a7dd
|
2019-07-22T10:26:58
|
|
handle work tree path realpath(3) ENOENT during checkout
|
|
af61c510
|
2019-07-19T11:08:00
|
|
move rebase commit graph iteration to a helper function
|
|
d3de4379
|
2019-07-15T19:14:17
|
|
clarify git's object garbage collection criteria a bit
|
|
f2b6a97d
|
2019-07-15T19:06:05
|
|
allow branch names with tog log/blame/tree -c options
|
|
2312fc47
|
2019-07-15T18:55:26
|
|
Xr tog.1 from got.1
|
|
a14c42fa
|
2019-07-15T18:53:15
|
|
whitespace
|
|
59d52b88
|
2019-07-15T18:22:02
|
|
the visual difference between a # comment and a root shell is subtle
|
|
c991308a
|
2019-07-15T17:24:39
|
|
man page wording tweak for clarity
|
|
95fc3404
|
2019-07-15T17:22:47
|
|
swap the order of two examples in man page
|
|
ac90e726
|
2019-07-15T17:15:41
|
|
document how something like 'git reset @^' can be achieved
Question from florian;
One key difference to reset @^ is that the bad commit will remain
in history. I suppose a future 'histedit' command could solve that.
|
|
37c06ea4
|
2019-07-15T16:31:19
|
|
link _p versions of libraries if PROFILE=1; hint from claudio
|
|
00eb6a1f
|
2019-07-15T15:20:45
|
|
get rid of an inline implementation of got_object_qid_free()
|
|
f35c2426
|
2019-07-15T15:18:39
|
|
make 'got rebase' close its commit graph when it is no longer needed
|
|
21a44f98
|
2019-07-15T15:14:13
|
|
document that 'got import' needs GOT_AUTHOR to be set
|
|
2930ef13
|
2019-07-15T15:03:00
|
|
fix wrong path in EXAMPLES
|
|
f400486b
|
2019-07-15T14:33:30
|
|
some log -b documentation escaped the previous backout commit
|
|
cc54c501
|
2019-07-15T14:28:48
|
|
backout 499d7ecc534806c7daf8795b1c9f76575520921f
It is better to use another option code for first-parent log.
Having a -b option which takes no argument is too confusing.
E.g. 'got log -b foo' would log the path 'foo', not branch 'foo'
and I got confused by that myself already...
|
|
ea0bbcf8
|
2019-07-15T13:24:12
|
|
fix idset_test build broken in 2256993b27260cd7860c34b47751dff21a7083a8
|
|
cc626439
|
2019-07-15T13:16:26
|
|
make got-read-blob account for header len in size check
Fixes "no space" error with blobs which happen to straddle the
size boundary for in-memory handling.
|
|
4492af84
|
2019-07-15T13:03:32
|
|
plug a memory leak in got-read-blob
|
|
2256993b
|
2019-07-15T12:50:29
|
|
avoid dependency on delta.o in binaries which don't need it
|
|
3ce1b845
|
2019-07-14T18:59:53
|
|
initial 'got import' implementation
|
|
43012d58
|
2019-07-14T18:12:39
|
|
oops; several got commands were missing their pledge(2) calls
|
|
17201126
|
2019-07-14T15:06:20
|
|
show xfail test result before running 'git fsck'
|
|
fe7842f5
|
2019-07-14T15:04:58
|
|
run 'git fsck' after every cmdline test
|
|
cd98404f
|
2019-07-14T14:36:01
|
|
clarify usage of 'got rebase' options in man page
|
|
723bd6d4
|
2019-07-14T14:27:08
|
|
clarify our intentions regarding clone/fetch and the master branch
|
|
7d7ffedb
|
2019-07-14T14:21:41
|
|
show how to create a commitable diff in got.1 EXAMPLES
|
|
ce33d90e
|
2019-07-14T14:08:54
|
|
avoid cross-references to git-gc(1)
|
|
d1644381
|
2019-07-14T14:05:17
|
|
prevent 'got ref' from creating references called '-'
|
|
3190d68a
|
2019-07-14T13:56:15
|
|
fix typo in git-repository.5
|
|
569f7b63
|
2019-07-14T13:55:52
|
|
document references in git-repository.5
|
|
b48be8cf
|
2019-07-14T12:55:47
|
|
update CAVEATS section in got.1
|
|
e1fa9f20
|
2019-07-14T12:48:00
|
|
point people looking for a quick-start guide at got.1 EXAMPLES
|
|
0fa5032d
|
2019-07-14T12:39:47
|
|
add a licence file
|
|
56f95bee
|
2019-07-14T12:36:13
|
|
wording improvements in README
|
|
8deda1af
|
2019-07-14T12:30:59
|
|
spell 'Got' consistently in README
|
|
c75df689
|
2019-07-14T12:27:42
|
|
include expanded acronym in README
|
|
010a287c
|
2019-07-14T12:26:26
|
|
wording in README
|
|
2e698696
|
2019-07-14T12:24:59
|
|
clarify stance on patches for a portable version in README
|
|
9532f6b4
|
2019-07-14T12:20:05
|
|
mention C tests in README for completeness
|
|
42620da7
|
2019-07-14T12:09:01
|
|
document bug report and patch submission guidelines in README
|
|
dd2a8a69
|
2019-07-14T12:08:37
|
|
explain intended target audience in README
|
|
e2b1e152
|
2019-07-13T11:00:34
|
|
make 'got update' sync cached timestamps of unmodified files
|
|
fd7a136d
|
2019-07-13T10:31:11
|
|
remove duplicate check in if-statement
|
|
11495e04
|
2019-07-12T20:12:06
|
|
tweak 'got rebase' conflict error message
|
|
778a73c2
|
2019-07-12T20:02:05
|
|
fix wrong command listed in man page text
|
|
01757395
|
2019-07-12T19:40:57
|
|
speed up commits during rebase by caching a list of merged paths
|
|
1ee397ad
|
2019-07-12T19:06:56
|
|
allow error return from got_worktree_checkout_cb()
|
|
eb3df2c4
|
2019-07-12T16:42:30
|
|
prevent free(3) of uninitialized variable in rebase error path
|
|
b50cabdf
|
2019-07-12T16:36:21
|
|
skip out-of-dateness check during rebase for faster commits
|
|
877a927c
|
2019-07-12T16:26:05
|
|
fix typo in comments
|
|
93ec1b5f
|
2019-07-12T16:10:16
|
|
remove unused argument from update_fileindex_after_commit()
|
|
69185643
|
2019-07-12T16:09:08
|
|
remove unused variable in commit_worktree()
|
|
a0e95631
|
2019-07-12T16:07:35
|
|
use the new commit_worktree() helper function during rebase
|
|
1675efa3
|
2019-07-12T16:07:03
|
|
fix double-free introduced during refactoring
|
|
39cd0ff6
|
2019-07-12T15:31:21
|
|
move core commit code from got_worktree_commit() to a helper function
|
|
347d1d3e
|
2019-07-12T15:04:27
|
|
eliminate redundant fileindex open for status during commit and rebase -a
|
|
55bd499d
|
2019-07-12T14:53:13
|
|
don't open file index earlier than needed when aborting rebase
|
|
ca355955
|
2019-07-12T14:51:33
|
|
oops, sync fileindex again after aborting rebase
|