mirror of
https://github.com/m1ngsama/TNT.git
synced 2025-12-24 10:51:41 +00:00
remove unrelate files
This commit is contained in:
parent
161fc904f3
commit
6c9d243f9a
2 changed files with 0 additions and 81 deletions
50
commits.txt
50
commits.txt
|
|
@ -1,50 +0,0 @@
|
|||
89ff262dac0f116fb86f0d7648f1a638ec77f805|2024-07-01 09:00:00 +0800|Initial commit
|
||||
6700ef74d56c675fc2147cb0134a4854b4fe9371|2024-07-02 10:30:00 +0800|Add MIT License
|
||||
e1c16fdbb8ef02729fc74f8ff1da31052b8ab204|2024-07-03 14:00:00 +0800|Add README
|
||||
e6e92ab927af9794f285e7055a8c7aa39b924659|2024-07-05 11:00:00 +0800|Create project structure (include/, src/)
|
||||
6c6cc09c43e98ff1a35201088961279fde27b3a7|2024-07-06 10:00:00 +0800|Work on UTF-8 character handling
|
||||
537f8e711b43be95bf118fc8a7ce8379309881b5|2024-07-08 14:00:00 +0800|Add message persistence layer
|
||||
231b9f99854f1bb19845a274d3b8f0d82cd0afa9|2024-07-10 11:00:00 +0800|Implement chat room structure
|
||||
179f58da6cadd3d08ca19327e01d9f3236c1e84c|2024-07-12 15:00:00 +0800|Add client management functions
|
||||
e065ea79ff3020fcfd11fdee5c0444523516defe|2024-07-14 10:30:00 +0800|Implement broadcast messaging
|
||||
df47ce15f6f1683d56c16daaed970dfc9eb3d0b3|2024-07-16 14:00:00 +0800|Add thread synchronization
|
||||
c0977aec0a0914ebdc2230df8d35b77319fb1699|2024-07-18 11:00:00 +0800|Work on TUI rendering
|
||||
2fa0841182c06afffe4cdc5f5b962865ef006c59|2024-07-20 15:30:00 +0800|Add screen rendering functions
|
||||
289fd9608157dbdb01f8a13b2953545667e9fc03|2024-07-22 10:00:00 +0800|Implement input handling
|
||||
f51ee88050a0951e39653cd20abce65bdcc9eb1f|2024-07-24 14:00:00 +0800|Add help screen rendering
|
||||
0fccd3e57c1ccf5b0aadc7847ef9790deeb89cdd|2024-07-26 11:00:00 +0800|Work on network server
|
||||
1cd5f25896672824c7b19b9069e08086f261cbdc|2024-07-28 15:00:00 +0800|Implement TCP server
|
||||
ca140ba5fe95e02f6b027566dc0ac9857db5489f|2024-07-30 10:00:00 +0800|Add client session handling
|
||||
3ebe1a1482342f61a40a4742ba19e969224cf277|2024-08-01 14:00:00 +0800|Implement username input
|
||||
851d81aa0c4b6b366d6cdecc1be1d76055b600c3|2024-08-03 11:00:00 +0800|Add main input loop
|
||||
8383e699690147aa38b7557a214ad3ef3c2ae7e6|2024-08-05 15:00:00 +0800|Implement INSERT mode
|
||||
31f498f40e3af6ccc62e66c48bf1458b54ba72be|2024-08-07 10:30:00 +0800|Add NORMAL mode navigation
|
||||
d4d3b79a25a4f3fd77c03a0d172f78ef342ed88d|2024-08-09 14:00:00 +0800|Implement mode switching
|
||||
0987fbe6e3974ee02c3115cea5568ba0c05da491|2024-08-11 11:00:00 +0800|Add COMMAND mode
|
||||
d6e50f0cbb9c0ffc778d61f031d69a275ad19a4a|2024-08-13 15:30:00 +0800|Implement scrolling
|
||||
eee9b5bfc486d5501938dea805a5fc90b3fd13b8|2024-08-15 10:00:00 +0800|Add command execution
|
||||
7df768c6575be50468930b7d13ea4440d6228291|2024-08-17 14:00:00 +0800|Implement list command
|
||||
34ae9c54e29440e3cc316229024b50d6d7996824|2024-08-19 11:00:00 +0800|Add help command
|
||||
8c23d73a2eb2271d2661ce558eb7b5617039c011|2024-08-21 15:00:00 +0800|Implement multi-threading
|
||||
2bef80f0d747ec81341055c68c9ca8e519024035|2024-08-23 10:30:00 +0800|Add signal handling
|
||||
5e8d370d2631857eda53d997812aed49d80cd3f1|2024-08-25 14:00:00 +0800|First successful build
|
||||
059e496cd488eba2235c41b9708e95cc53905341|2024-08-27 11:00:00 +0800|Testing and bug fixes
|
||||
560c1cd1fb945ff40bc31344304e93c5e285d59b|2024-08-29 15:00:00 +0800|Fix memory initialization
|
||||
f15394cc21a3ececa5386fbabd3c6e4bf5853c5e|2024-08-31 10:00:00 +0800|Improve error handling
|
||||
a1f1396224244fd3e20427c4308accab1cef07d0|2024-09-02 14:00:00 +0800|Add thread-safe time functions
|
||||
8042f4a7757b4b482cf3497c1450ca29e9bf5610|2024-09-04 11:00:00 +0800|Fix NULL pointer checks
|
||||
e4a76f3cac369f99f2486a0568e2486c9d1240ab|2024-09-06 15:00:00 +0800|Improve backspace handling
|
||||
e745fd7f194bcf52201cf03d893cecdd3a7a276f|2024-09-08 10:30:00 +0800|Add Chinese UI text
|
||||
7c2a42177737fd2629facb0dfee6e822b9175df7|2024-09-10 14:00:00 +0800|Implement bilingual help
|
||||
30592a93c617bccb4e7a75d63ce5cc620c69e6dd|2024-09-12 11:00:00 +0800|Use Chinese system messages
|
||||
fe880ff31f47bccb779c57bc85d919c207c4f961|2024-09-14 15:00:00 +0800|Add timezone to timestamps
|
||||
d1878d3d43fd5eaeaec4d90a73452ec95bb0b0af|2024-09-16 10:00:00 +0800|Update README
|
||||
13d40480b9a193338786f252a88269c790206b56|2024-09-18 14:00:00 +0800|Add code documentation
|
||||
9785ccc885a8da75ac6f3b2f3e3833ce4c469401|2024-09-20 11:00:00 +0800|Optimize rendering
|
||||
f0edc3106b92eb482329779330bdb000825f117f|2024-09-22 15:00:00 +0800|Clean up warnings
|
||||
019ba0614e6a660b83a763637c98cc73608f99e4|2024-09-24 10:30:00 +0800|Improve memory efficiency
|
||||
7e0a9cc011c439824a65693a5e49d7496b9d15a5|2024-09-26 14:00:00 +0800|Final optimizations
|
||||
45ad018984fa57f134a119d7f0b3a74b42e29f89|2024-09-28 11:00:00 +0800|Prepare for release
|
||||
0b590c127d1632af8b7a00b3e84085dcd18a5e21|2024-09-30 16:00:00 +0800|Release v1.0
|
||||
25d639a9cbafb5b976fddf150f5e608138512e46|2024-10-01 10:00:00 +0800|Update README with complete documentation
|
||||
ccbb7acb20d894f97da8c22f9168b6ba8de35a4a|2024-07-26 09:00:00 +0800|Add Makefile with build system
|
||||
31
fix_year.sh
31
fix_year.sh
|
|
@ -1,31 +0,0 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# Export all commit info
|
||||
git log --pretty=format:'%H|%ai|%s' --reverse > commits.txt
|
||||
|
||||
# Create a new orphan branch
|
||||
git checkout --orphan temp-branch
|
||||
|
||||
# Get all files from first commit
|
||||
FIRST_COMMIT=$(head -1 commits.txt | cut -d'|' -f1)
|
||||
git checkout $FIRST_COMMIT -- .
|
||||
|
||||
# Process each commit
|
||||
while IFS='|' read -r hash date message; do
|
||||
# Replace 2024 with 2025 in date
|
||||
new_date=$(echo "$date" | sed 's/2024/2025/')
|
||||
|
||||
# Stage all files
|
||||
git add -A
|
||||
|
||||
# Commit with new date
|
||||
GIT_AUTHOR_DATE="$new_date" GIT_COMMITTER_DATE="$new_date" git commit -m "$message" --allow-empty || true
|
||||
|
||||
# Checkout next commit's files if not last
|
||||
if [ "$hash" != "$(tail -1 commits.txt | cut -d'|' -f1)" ]; then
|
||||
git checkout $hash -- . 2>/dev/null || true
|
||||
fi
|
||||
done < commits.txt
|
||||
|
||||
echo "Done processing commits"
|
||||
Loading…
Reference in a new issue