Commit Graph

36 Commits

Author SHA1 Message Date
c484b41a89 Don't always derefence ref 2024-07-06 19:50:52 +02:00
9c53919802 Dereference refs when reading and writing 2024-06-29 18:48:21 +02:00
6841a97d18 Create RefValue container 2024-06-14 16:29:58 +02:00
7a0f86e49b Implement symbolic refs idea 2024-06-09 21:20:53 +02:00
9f8fde3c60 Create new branch 2024-06-05 20:18:40 +02:00
7fe3e0f497 Use iter_commits_and_parents 2024-05-24 14:45:06 +02:00
b854b4fa18 Render graph 2024-05-22 16:52:44 +02:00
d53322c256 Iterate commits and parents 2024-05-16 12:01:30 +02:00
7fbf6640f6 Iterate commits and parents 2024-05-16 11:54:52 +02:00
db7d608010 Print refs for k (visualization tool) 2024-05-15 11:01:19 +02:00
41333f06bc pass HEAD by default to argparse 2024-05-05 21:04:28 +02:00
de595261e6 Try different dirextories when searching for a ref 2024-04-23 17:36:41 +02:00
671fa4b6b1 Resolve name to oid in argparse 2024-04-20 21:38:04 +02:00
edae32dc86 Create the tag ref 2024-04-17 19:33:54 +02:00
1f947e6343 Generalize HEAD to refs 2024-04-12 17:19:14 +02:00
6797bcfabe Implement CLI command for tagging 2024-04-03 19:47:53 +02:00
b802e1eb9d Read tree and move HEAD in checkout 2024-03-29 18:27:10 +01:00
d00a7817ab Add oid parameter to log 2024-03-29 18:10:35 +01:00
cd91f18da6 Implement log 2024-03-20 19:43:58 +01:00
b0d8cab498 Set parent to HEAD 2024-03-18 19:01:53 +01:00
1847cfbb17 Record hash of last commit 2024-03-13 19:38:35 +01:00
4e13a27f79 Create commit 2024-03-11 19:29:15 +01:00
c72370f930 Write-tree delete all before read 2024-03-07 19:44:28 +01:00
db8c1379c2 Read-tree extract tree from object 2024-03-02 16:18:48 +01:00
2f8545d48e Write-tree write tree objects 2024-03-02 16:02:42 +01:00
4540b98a88 Write-tree hash files 2024-02-28 19:51:24 +01:00
46a20c8b60 Write-tree ignore .ugit files 2024-02-28 19:45:34 +01:00
73eb89d397 Write-tree for listing files 2024-02-26 18:59:58 +01:00
30ee2098ab Add base module 2024-02-21 20:46:59 +01:00
2556bde16f Add types to objects 2024-02-15 20:20:00 +01:00
a010615cf2 Print hashed objects 2024-02-14 20:24:33 +01:00
71abdf3454 Save hash object 2024-02-12 19:35:14 +01:00
1f7354666b Create new .ugit directory 2024-02-10 19:09:11 +01:00
25febeecb1 Add argument parser 2024-02-10 18:56:22 +01:00
f4e06a991c Initial commit 2024-02-10 18:35:25 +01:00
4820da5b57 Initial commit 2024-02-10 18:20:20 +01:00