index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2005-06-27
Fix up test that counted subdirectories in ".git/objects"
Linus Torvalds
1
-3
/
+3
2005-06-27
git-init-db: create "pack" subdirectory under objects
Linus Torvalds
1
-0
/
+2
2005-06-27
Merge rsync://rsync.kernel.org/pub/scm/gitk/gitk
Linus Torvalds
1
-139
/
+447
2005-06-27
csum-file: fix missing buf pointer update
Linus Torvalds
1
-0
/
+1
2005-06-27
[PATCH] Teach read_sha1_file() and friends about packed git object store.
Junio C Hamano
2
-12
/
+458
2005-06-27
[PATCH] Enhance sha1_file_size() into sha1_object_info()
Junio C Hamano
4
-31
/
+27
2005-06-27
[PATCH] Remove "delta" object representation.
Junio C Hamano
25
-948
/
+22
2005-06-27
[PATCH] git-ssh-pull: commit-id consistency
Sven Verdoolaege
2
-5
/
+15
2005-06-27
git-checkout-script: use "--verify --revs-only" to parse revs
Linus Torvalds
1
-1
/
+1
2005-06-27
Add a menu item for creating tags.
Paul Mackerras
1
-43
/
+140
2005-06-27
Fix a bug where we would corrupt the stuff read from git-rev-list.
Paul Mackerras
1
-2
/
+7
2005-06-27
Add a menu entry for generating a patch between any two commits.
Paul Mackerras
1
-0
/
+87
2005-06-26
csum-file interface updates: return resulting SHA1
Linus Torvalds
4
-16
/
+26
2005-06-27
Fix behaviour in the case where we have no commits to display.
Paul Mackerras
1
-10
/
+17
2005-06-26
git-pack-objects: write the pack files with a SHA1 csum
Linus Torvalds
5
-62
/
+158
2005-06-26
Add "--pretty=full" format that also shows committer.
Linus Torvalds
4
-32
/
+25
2005-06-26
Add git-verify-tag script
Jan Harkes
1
-0
/
+9
2005-06-27
Check for the existence of the git directory on startup.
Paul Mackerras
1
-1
/
+11
2005-06-26
git-pack-objects: use name information (if any) to sort objects for packing.
Linus Torvalds
1
-4
/
+23
2005-06-26
Ooh. Make git-rev-list --object associate a name with objects.
Linus Torvalds
2
-9
/
+11
2005-06-26
git-pack-objects: do the delta search in reverse size order
Linus Torvalds
1
-12
/
+16
2005-06-26
[PATCH] Add git-relink-script to fix up missing hardlinks
Ryan Anderson
2
-1
/
+174
2005-06-26
git-rev-parse: add "--not" flag to mark subsequent heads negative
Linus Torvalds
1
-15
/
+15
2005-06-26
git-unpack-objects: start removing debug output
Linus Torvalds
1
-1
/
+0
2005-06-26
Fix object packing/unpacking.
Linus Torvalds
2
-62
/
+49
2005-06-26
[PATCH] Finish initial cut of git-pack-object/git-unpack-object pair.
Junio C Hamano
3
-18
/
+261
2005-06-25
Add "--depth=N" parameter to git-pack-objects to limit maximum delta depth
Linus Torvalds
1
-7
/
+17
2005-06-25
git-pack-objects: make "--window=x" semantics more logical.
Linus Torvalds
1
-4
/
+4
2005-06-25
Add a "max_size" parameter to diff_delta()
Linus Torvalds
7
-17
/
+28
2005-06-25
Fix delta "sliding window" code
Linus Torvalds
1
-4
/
+5
2005-06-25
[PATCH] (patchlet) pack-objects.c: try_delta()
Junio C Hamano
1
-0
/
+1
2005-06-25
[PATCH] Add a bit of developer documentation to pull.h
Junio C Hamano
1
-6
/
+15
2005-06-25
[PATCH] http-pull: documentation updates.
Junio C Hamano
1
-2
/
+4
2005-06-25
[PATCH] Fix oversimplified optimization for add_cache_entry().
Junio C Hamano
4
-17
/
+43
2005-06-25
[PATCH] git-merge-one-file-script: do not misinterpret rm failure.
Junio C Hamano
1
-2
/
+5
2005-06-25
[PATCH] Add more tests for read-tree --emu23.
Junio C Hamano
2
-14
/
+150
2005-06-25
[PATCH] git-rebase-script: rebase local commits to new upstream head.
Junio C Hamano
2
-1
/
+50
2005-06-25
[PATCH] git-cherry: find commits not merged upstream.
Junio C Hamano
2
-1
/
+87
2005-06-25
[PATCH] git-commit-script: get commit message from an existing one.
Junio C Hamano
1
-8
/
+67
2005-06-25
[PATCH] fix date parsing for GIT raw commit timestamp format.
Junio C Hamano
1
-5
/
+9
2005-06-25
git-unpack-objects: start parsing the actual packed data
Linus Torvalds
1
-5
/
+58
2005-06-25
git-pack-objects: mark the delta packing with a 'D'.
Linus Torvalds
1
-0
/
+1
2005-06-25
First cut at git-unpack-objects
Linus Torvalds
2
-1
/
+107
2005-06-25
git-pack-objects: fix typo
Linus Torvalds
1
-1
/
+1
2005-06-25
git-pack-objects: create a packed object representation.
Linus Torvalds
2
-1
/
+406
2005-06-25
[PATCH] git-write-tree doesn't check alternate directories
Jan Harkes
1
-5
/
+4
2005-06-25
Clear the SHA1 entry field when we go to paste something into it
Paul Mackerras
1
-0
/
+8
2005-06-24
git-rev-list: add option to list all objects (not just commits)
Linus Torvalds
1
-0
/
+91
2005-06-25
Add commit row context menu and handle left-click on graph lines
Paul Mackerras
1
-86
/
+180
2005-06-24
git-rev-parse: re-organize and be more careful
Linus Torvalds
1
-26
/
+81
[next]