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