|
26a7fe28
|
2019-07-27T16:42:04
|
|
add conversion functions for fileindex/stat permission bits
|
|
339c298e
|
2019-07-27T16:25:48
|
|
undo previous 3 commits; stat is faster than open
|
|
3f148bc6
|
2019-07-27T15:59:48
|
|
ensure that st_mode keeps being initialized by get_file_status()
|
|
c18886c6
|
2019-07-27T15:51:31
|
|
avoid fstat() call if no file index entry exists
|
|
efdd40df
|
2019-07-27T15:30:49
|
|
do a single open(2) call in get_file_status()
|
|
6a263307
|
2019-07-27T15:10:06
|
|
remove an unused field from struct check_rebase_ok_arg
|
|
30a076bc
|
2019-07-27T14:57:06
|
|
keep fileindex->tree diff code similar to fileindex->DIR diff code
|
|
39beb6da
|
2019-07-27T14:49:09
|
|
don't pass DIR pointers around needlessly in fileindex.c
|
|
987345dd
|
2019-07-27T14:37:55
|
|
remove unused variable found in write_tree()
|
|
b90deaa1
|
2019-07-27T14:31:45
|
|
don't fail hard if 'objects/pack' directory does not exist in repo
|
|
f2ea84fa
|
2019-07-27T14:26:10
|
|
make 'got update' accept mulitple path arguments
|
|
54817d72
|
2019-07-27T12:40:05
|
|
fix a status bug exposed by test_update_conflict_wt_rm_vs_repo_rm
|
|
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
|
|
90e8619e
|
2019-07-25T19:42:29
|
|
make 'got commit' work with a directory path
|
|
3e3a69f1
|
2019-07-25T14:25:02
|
|
open fileindex just once to make rebase and histedit faster
|
|
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
|
|
0ebf8283
|
2019-07-23T17:39:43
|
|
initial 'got histedit' implementation
|
|
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
|
|
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()
|
|
00eb6a1f
|
2019-07-15T15:20:45
|
|
get rid of an inline implementation of got_object_qid_free()
|
|
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
|
|
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
|
|
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
|
|
267fb255
|
2019-07-12T14:45:56
|
|
revert local changes before checking out files when aborting a rebase
|
|
a3a2faf2
|
2019-07-12T14:44:11
|
|
use checkout_files() helper in got_worktree_rebase_abort()
|
|
711d9cd9
|
2019-07-12T14:39:07
|
|
eliminate a pointless goto in worktree.c
|
|
07ed472d
|
2019-07-12T14:37:39
|
|
move core functionality of got_worktree_checkout_files() to a helper
|
|
6ced4176
|
2019-07-12T14:20:33
|
|
move a chunk of file checkout code into a separate helper function
|
|
e642f803
|
2019-07-12T13:01:51
|
|
don't leak redundantly allocated relpath in got_worktree_checkout_files()
|
|
fb399478
|
2019-07-12T12:46:29
|
|
plug fileindex_path memory leaks
|
|
5ade8233
|
2019-07-12T12:33:38
|
|
eliminate potential got_fileindex_free(NULL) calls
|
|
3605a814
|
2019-07-12T12:31:34
|
|
eliminate inline implementations of open_fileindex() in worktree.c
|
|
8ec7bf54
|
2019-07-12T12:09:39
|
|
refactor file index syncing out of update_fileindex_after_commit()
|
|
10796104
|
2019-07-12T01:36:02
|
|
unsigned char casts for isspace()
|
|
787c8eb6
|
2019-07-11T22:40:44
|
|
fix extra whitespace in rebased log messages
Trim leading and trailing whitespace from log messages when creating
commits. Fixes a rebase issue but should be a good idea in general.
|
|
69844fba
|
2019-07-11T15:18:52
|
|
ensure all rebase-related refs get deleted when rebase is done
|
|
edd02c5e
|
2019-07-11T14:22:42
|
|
bump fileindex base commit IDs after rebasing a commit
|
|
ff0d2220
|
2019-07-11T13:59:20
|
|
handle no-op changes during 'got rebase -c'
|
|
2840f715
|
2019-07-11T12:57:15
|
|
new realpath(3) doesn't like receiving an empty path as input
|
|
818c7501
|
2019-07-10T18:23:39
|
|
initial 'got rebase' implementation
|
|
2b496619
|
2019-07-10T22:41:08
|
|
fix bug exposed by test_commit_added_and_modified_in_same_dir
|
|
aaf88317
|
2019-07-10T18:08:23
|
|
introduce got_ref_alloc_symref() and got_ref_get_symref_target()
|
|
1ab61ced
|
2019-07-10T16:33:43
|
|
use absolute path for reference in got/worktree namespace
|
|
950a4a90
|
2019-07-10T15:22:52
|
|
use got_fileindex_free() to free a fileindex structure
|
|
52d1d0d9
|
2019-07-07T18:07:51
|
|
fix bug where match_loose_object() skipped some objects
|
|
561c3678
|
2019-07-02T11:48:15
|
|
fix detection of ambiguous object ID match with pack files
|
|
0adc7bcc
|
2019-06-29T23:28:23
|
|
call got_object_id_queue_free() instead of implementing it inline
|
|
dd88155e
|
2019-06-29T23:26:36
|
|
disambiguate abbreviated object IDs based on object type
|
|
83c8b3b8
|
2019-06-29T22:40:42
|
|
plug leaks in got_repo_match_object_id_prefix()
|
|
b2df341b
|
2019-06-29T22:37:52
|
|
put error checks in right order
|
|
5903ff6e
|
2019-06-29T22:36:44
|
|
stop matching loose objects once we've searched past the ID prefix
|
|
4277420a
|
2019-06-29T12:58:30
|
|
speed up matching of abbreviated commit IDs in pack files
|
|
e09a504c
|
2019-06-28T20:59:14
|
|
introduce support for abbreviated object IDs
|
|
d69bcdf7
|
2019-06-28T19:44:24
|
|
compare pointer against NULL, not 0
|
|
2246482e
|
2019-06-25T12:27:42
|
|
make search actually work in 'tog blame'
|
|
6c4c42e0
|
2019-06-24T22:28:11
|
|
implement search for 'tog blame'
|
|
2c7829a4
|
2019-06-17T14:15:05
|
|
implement 'got init'
|
|
102ff934
|
2019-06-11T11:59:18
|
|
don't report 'base bumped' status if base is up-to-date
|
|
a484d721
|
2019-06-10T12:10:37
|
|
don't report base-bump-only updates as 'already up to date'
|
|
1a36436d
|
2019-06-10T11:58:32
|
|
relax out-of-dateness check for 'got commit'
|
|
46b6ee73
|
2019-06-04T20:59:48
|
|
rename some variables
|
|
af12c6b9
|
2019-06-04T16:49:20
|
|
ensure that file index is synced to disk in case of errors
|
|
e20a8b6f
|
2019-06-04T16:35:01
|
|
allow multiple file path arguments for 'got revert'
|
|
07f5b47a
|
2019-06-02T21:30:22
|
|
don't leak 'relpath' memory in got_worktree_schedule_add()
|
|
17ed4618
|
2019-06-02T21:24:17
|
|
allow removing multiple paths at once for 'got rm'
|
|
03415a1a
|
2019-06-02T20:31:34
|
|
allow 'got cherrypick' with a root commit (adds all files in commit)
|
|
a8db5ed8
|
2019-06-02T18:39:00
|
|
remove unused fields from struct merge_file_cb_arg
|
|
2b92fad7
|
2019-06-02T17:52:19
|
|
test and fix expected file status after 'got cherrypick'
|
|
9c6338c4
|
2019-06-02T17:10:29
|
|
introduce sync_fileindex() helper in worktree.c
|
|
234035bc
|
2019-06-01T13:35:47
|
|
add 'got cherrypick' command
|
|
aaa13589
|
2019-06-01T15:25:13
|
|
generalize got_diff_tree() by adding a diff output callback
|
|
1de5e065
|
2019-06-01T14:44:21
|
|
use got_object_tree_find_entry() instead of local copy in diff.c
|
|
5e54fb30
|
2019-05-31T14:57:57
|
|
test and fix 'got revert' with a path in a sub-directory
Relax input path requirements of got_object_id_by_path() to
make things easier to callers. Allows the revert code to pass
a path from the file index in lieu of a repository path.
|
|
f6d88e1a
|
2019-05-29T14:45:50
|
|
fix lack of NUL termination of a path; bug exposed by new realpath(3)
|
|
79c99a64
|
2019-05-23T22:24:13
|
|
don't leak objects which can't be cached
|
|
ff563a3d
|
2019-05-23T21:04:23
|
|
replace got_pack_get_packfile_size() with simple fstat()
|
|
57377f07
|
2019-05-23T14:50:57
|
|
stat .idx file to determine its size, not the .pack file
|
|
0d0c539e
|
2019-05-22T10:43:30
|
|
got_opentemp_named: include path in error message
|
|
01cd7614
|
2019-05-22T14:06:03
|
|
add cache debug output for too large elements
|
|
a60c9e77
|
2019-05-22T13:48:28
|
|
don't cache objects larger than 1MB
|