projects
/
git.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Clean up output of "for_each_ref()" when GIT_DIR is "."
2005-07-04
Linus Torvalds
Clean up output of "for_each_ref()" when GIT_DIR is "."
commit
|
commitdiff
|
tree
2005-07-04
Linus Torvalds
Commit first cut at "git-fetch-pack"
commit
|
commitdiff
|
tree
2005-07-04
Linus Torvalds
Move ref path matching to connect.c library
commit
|
commitdiff
|
tree
2005-07-04
Linus Torvalds
Factor out the ssh connection stuff from send-pack.c
commit
|
commitdiff
|
tree
2005-07-04
Jon Seymour
[PATCH] Fixup t/t5300 unit tests broken by 5f3de58ff85c49620...
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-07-04
Linus Torvalds
git-rev-parse: support show sha1 names for pack entries
commit
|
commitdiff
|
tree
2005-07-04
Linus Torvalds
Make git-rev-parse support cogito-style "short hex...
commit
|
commitdiff
|
tree
2005-07-03
Linus Torvalds
Make the name of a pack-file depend on the objects...
commit
|
commitdiff
|
tree
2005-07-03
Linus Torvalds
Add "git-prune-packed" that removes objects that exist...
commit
|
commitdiff
|
tree
2005-07-03
Linus Torvalds
Add "git repack" command that does an incremental pack
commit
|
commitdiff
|
tree
2005-07-03
Linus Torvalds
Add "--non-empty" flag to git-pack-objects
commit
|
commitdiff
|
tree
2005-07-03
Linus Torvalds
"git rev-list --unpacked" shows only unpacked commits
commit
|
commitdiff
|
tree
2005-07-03
Linus Torvalds
Add "--incremental" flag to git-pack-objects
commit
|
commitdiff
|
tree
2005-07-03
Linus Torvalds
Add "--all" flag to rev-parse that shows all refs
commit
|
commitdiff
|
tree
2005-07-03
Linus Torvalds
Add "has_sha1_pack()" function to query whether the...
commit
|
commitdiff
|
tree
2005-07-03
Linus Torvalds
Make git-fsck-cache check HEAD integrity
commit
|
commitdiff
|
tree
2005-07-03
Linus Torvalds
Fix sparse warnings.
commit
|
commitdiff
|
tree
2005-07-03
Linus Torvalds
Fix up header file dependencies and add sparse checking...
commit
|
commitdiff
|
tree
2005-07-03
Linus Torvalds
Fix up "for_each_ref()" to be more usable, and use...
commit
|
commitdiff
|
tree
2005-07-03
Linus Torvalds
Fix gcc warning in send-pack.c
commit
|
commitdiff
|
tree
2005-07-03
Linus Torvalds
Avoid gcc warnings in sha1_file.c
commit
|
commitdiff
|
tree
2005-07-03
Linus Torvalds
Generalize the "show each ref" code in receice-pack
commit
|
commitdiff
|
tree
2005-07-01
Junio C Hamano
[PATCH] Show more details of packfile with verify-pack -v.
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-07-01
Junio C Hamano
[PATCH] verify-pack updates.
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-07-01
Junio C Hamano
[PATCH] Avoid unnecessarily inflating and interpreting...
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-30
Linus Torvalds
Do ref matching on the sender side rather than on receiver
commit
|
commitdiff
|
tree
2005-06-30
Linus Torvalds
Add support for "forcing" a ref on the remote side
commit
|
commitdiff
|
tree
2005-06-30
Linus Torvalds
git-send-pack: actually send the object pack
commit
|
commitdiff
|
tree
2005-06-30
Linus Torvalds
git-receive-pack: implement ref switch command handling
commit
|
commitdiff
|
tree
2005-06-30
Linus Torvalds
Add comment on what send-pack still needs to do
commit
|
commitdiff
|
tree
2005-06-30
Linus Torvalds
git-receive-pack: start parsing ref update commands
commit
|
commitdiff
|
tree
2005-06-30
Linus Torvalds
Slow but steady progress on git pack receive/send
commit
|
commitdiff
|
tree
2005-06-30
Linus Torvalds
git-send-pack: start parsing local/remote reference...
commit
|
commitdiff
|
tree
2005-06-30
Linus Torvalds
Turn on optimization again
commit
|
commitdiff
|
tree
2005-06-30
Jon Seymour
[PATCH] Remove unnecessary sort from t6001 testcase
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-30
Jon Seymour
[PATCH] Fix broken t6001 test case
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-30
Jon Seymour
[PATCH] Demonstrate broken t6001 test case function
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-30
Jon Seymour
[PATCH] Fix for git-rev-list --merge-order B ^A (A...
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-30
Jon Seymour
[PATCH] Test case that demonstrates problem with -...
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-30
Linus Torvalds
Make send/receive-pack be closer to doing something...
commit
|
commitdiff
|
tree
2005-06-30
Linus Torvalds
Start of "git-send-pack", the local part of sending...
commit
|
commitdiff
|
tree
2005-06-30
Linus Torvalds
Add first cut at "git-receive-pack"
commit
|
commitdiff
|
tree
2005-06-29
Linus Torvalds
Remove bogus dup commit warning with --merge-order
commit
|
commitdiff
|
tree
2005-06-29
Linus Torvalds
Teach git-rev-list about non-commit objects
commit
|
commitdiff
|
tree
2005-06-29
Linus Torvalds
Prepare git-rev-list for tracking tag objects too
commit
|
commitdiff
|
tree
2005-06-29
Junio C Hamano
[PATCH] Adjust t5300 test for unpack-objects change
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-29
Linus Torvalds
Re-instate dry-run logic in git-unpack-objects
commit
|
commitdiff
|
tree
2005-06-29
Linus Torvalds
Clean up git-unpack-objects a bit
commit
|
commitdiff
|
tree
2005-06-29
Junio C Hamano
[PATCH] Add git-verify-pack command.
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-29
Junio C Hamano
[PATCH] Fixlets on top of Nico's clean-up.
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-29
Nicolas Pitre
[PATCH] assorted delta code cleanup
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-29
Linus Torvalds
Fix packed_delta_info() that was broken by the delta...
commit
|
commitdiff
|
tree
2005-06-29
Linus Torvalds
Make git pack files use little-endian size encoding
commit
|
commitdiff
|
tree
2005-06-29
Nicolas Pitre
[PATCH] denser delta header encoding
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-29
Junio C Hamano
[PATCH] Emit base objects of a delta chain when the...
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-29
Linus Torvalds
git-unpack-objects: re-write to read from stdin
commit
|
commitdiff
|
tree
2005-06-29
Junio C Hamano
[PATCH] Use enhanced diff_delta() in the similarity...
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-29
Junio C Hamano
[PATCH] Fix unpack-objects for header length information.
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-28
Linus Torvalds
Merge fighting fsck-cache updates from Junio
commit
|
commitdiff
|
tree
2005-06-28
Junio C Hamano
[PATCH] Update fsck-cache (take 2)
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-28
Junio C Hamano
[PATCH] Expose packed_git and alt_odb.
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-28
Junio C Hamano
[PATCH] Bugfix: initialize pack_base to NULL.
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-28
Junio C Hamano
[PATCH] Adjust fsck-cache to packed GIT and alternate...
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-28
Linus Torvalds
Change pack file format. Hopefully for the last time.
commit
|
commitdiff
|
tree
2005-06-28
Linus Torvalds
git-pack-objects: add "--stdout" flag to write the...
commit
|
commitdiff
|
tree
2005-06-28
Linus Torvalds
csum-file: add "sha1fd()" to create a SHA1 csum file...
commit
|
commitdiff
|
tree
2005-06-28
Linus Torvalds
Duh. Fix transposed characters in git-pull-script
commit
|
commitdiff
|
tree
2005-06-28
Linus Torvalds
Teach packing about "tag" objects
commit
|
commitdiff
|
tree
2005-06-28
Junio C Hamano
[PATCH] git-cat-file: '-s' to find out object size.
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-28
Junio C Hamano
[PATCH] git-cat-file: use sha1_object_info() on '-t'.
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-28
Junio C Hamano
[PATCH] Obtain sha1_file_info() for deltified pack...
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-28
Linus Torvalds
Teach git-pull-script about pulling tags
commit
|
commitdiff
|
tree
2005-06-28
Linus Torvalds
Fix another test that broke with the recent git-init...
commit
|
commitdiff
|
tree
2005-06-28
Junio C Hamano
[PATCH] Skip writing out sha1 files for objects in...
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-28
Mark Allen
[PATCH] replace sha1sum with sum in t/t1002
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-28
Linus Torvalds
Fix up test that counted subdirectories in ".git/objects"
commit
|
commitdiff
|
tree
2005-06-28
Linus Torvalds
git-init-db: create "pack" subdirectory under objects
commit
|
commitdiff
|
tree
2005-06-28
Linus Torvalds
Merge rsync://rsync.kernel.org/pub/scm/gitk/gitk
commit
|
commitdiff
|
tree
2005-06-28
Linus Torvalds
csum-file: fix missing buf pointer update
commit
|
commitdiff
|
tree
2005-06-27
Junio C Hamano
[PATCH] Teach read_sha1_file() and friends about packed...
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-27
Junio C Hamano
[PATCH] Enhance sha1_file_size() into sha1_object_info()
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-27
Junio C Hamano
[PATCH] Remove "delta" object representation.
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-27
Sven Verdoolaege
[PATCH] git-ssh-pull: commit-id consistency
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-27
Linus Torvalds
git-checkout-script: use "--verify --revs-only" to...
commit
|
commitdiff
|
tree
2005-06-27
Linus Torvalds
csum-file interface updates: return resulting SHA1
commit
|
commitdiff
|
tree
2005-06-27
Linus Torvalds
git-pack-objects: write the pack files with a SHA1...
commit
|
commitdiff
|
tree
2005-06-27
Linus Torvalds
Add "--pretty=full" format that also shows committer.
commit
|
commitdiff
|
tree
2005-06-27
Jan Harkes
Add git-verify-tag script
commit
|
commitdiff
|
tree
2005-06-26
Linus Torvalds
git-pack-objects: use name information (if any) to...
commit
|
commitdiff
|
tree
2005-06-26
Linus Torvalds
Ooh. Make git-rev-list --object associate a name with...
commit
|
commitdiff
|
tree
2005-06-26
Linus Torvalds
git-pack-objects: do the delta search in reverse size...
commit
|
commitdiff
|
tree
2005-06-26
Ryan Anderson
[PATCH] Add git-relink-script to fix up missing hardlinks
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-26
Linus Torvalds
git-rev-parse: add "--not" flag to mark subsequent...
commit
|
commitdiff
|
tree
2005-06-26
Linus Torvalds
git-unpack-objects: start removing debug output
commit
|
commitdiff
|
tree
2005-06-26
Linus Torvalds
Fix object packing/unpacking.
commit
|
commitdiff
|
tree
2005-06-26
Junio C Hamano
[PATCH] Finish initial cut of git-pack-object/git-unpack...
Signed-off-by:
Linus Torvalds
<torvalds@osdl.org>
commit
|
commitdiff
|
tree
2005-06-26
Linus Torvalds
Add "--depth=N" parameter to git-pack-objects to limit...
commit
|
commitdiff
|
tree
2005-06-26
Linus Torvalds
git-pack-objects: make "--window=x" semantics more...
commit
|
commitdiff
|
tree
2005-06-26
Linus Torvalds
Add a "max_size" parameter to diff_delta()
commit
|
commitdiff
|
tree
2005-06-26
Linus Torvalds
Fix delta "sliding window" code
commit
|
commitdiff
|
tree
next