2005-04-21 |
Linus Torvalds | Duh, just make git-export.c use the proper syntax,...
|
commit | commitdiff | tree |
2005-04-21 |
Linus Torvalds | Fix up some problems from the commit->tree helper patch
|
commit | commitdiff | tree |
2005-04-21 |
Linus Torvalds | Fix up git-export to use the lower-level interfaces...
|
commit | commitdiff | tree |
2005-04-21 |
Junio C Hamano | [PATCH] Teach read-tree about commit objects Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-21 |
Junio C Hamano | [PATCH] Teach ls-tree about commit objects Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-21 |
Junio C Hamano | [PATCH] Teach diff-tree about commit objects Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-21 |
Junio C Hamano | [PATCH] Teach diff-cache about commit objects Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-21 |
Junio C Hamano | [PATCH] Accept commit in some places when tree is needed. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-20 |
Andre Noll | [PATCH] simplify Makefile Signed-Off-By: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-20 |
Linus Torvalds | Improve build: add <unistd.h> and use -O2 instead of -O3
|
commit | commitdiff | tree |
2005-04-20 |
Linus Torvalds | Make the sha1 of the index file go at the very end...
|
commit | commitdiff | tree |
2005-04-20 |
Linus Torvalds | Speed up index file writing by chunking it nicely.
|
commit | commitdiff | tree |
2005-04-20 |
Linus Torvalds | Make "write_sha1_file()" exit early if the file already...
|
commit | commitdiff | tree |
2005-04-20 |
Linus Torvalds | The recent hash/compression switch-over missed the...
|
commit | commitdiff | tree |
2005-04-20 |
Linus Torvalds | Do SHA1 hash _before_ compression.
|
commit | commitdiff | tree |
2005-04-20 |
Zach Welch | [PATCH] init-db.c: create and use safe_create_dir helper Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-20 |
Zach Welch | [PATCH] init-db.c: normalize env var handling. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-20 |
Zach Welch | [PATCH] init-db.c: cleanup comments Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-20 |
Linus Torvalds | Make "diff-tree" take commit objects too, like "diff...
|
commit | commitdiff | tree |
2005-04-20 |
Linus Torvalds | Add "diff-cache" helper program to compare a tree ...
|
commit | commitdiff | tree |
2005-04-19 |
Linus Torvalds | Make us be better at guessing a good hostname for the...
|
commit | commitdiff | tree |
2005-04-19 |
Linus Torvalds | Remove duplicate getenv(DB_ENVIRONMENT) call
|
commit | commitdiff | tree |
2005-04-19 |
Linus Torvalds | Add stupid "git export" thing, which can export a git...
|
commit | commitdiff | tree |
2005-04-19 |
Linus Torvalds | Fix init-db shared database case
|
commit | commitdiff | tree |
2005-04-19 |
Linus Torvalds | Update "git-pull-script" to use "read-tree -m" for
|
commit | commitdiff | tree |
2005-04-19 |
Linus Torvalds | Make "read-tree" know how to do a "1-way merge".
|
commit | commitdiff | tree |
2005-04-19 |
Linus Torvalds | Make "read-tree" take the 'stat' information for a...
|
commit | commitdiff | tree |
2005-04-19 |
Linus Torvalds | Make git-pull-script do the right thing for symlinked...
|
commit | commitdiff | tree |
2005-04-19 |
Linus Torvalds | Don't parse commit objects more than once.
|
commit | commitdiff | tree |
2005-04-19 |
James Bottomley | [PATCH] SCSI trees, merges and git status
|
commit | commitdiff | tree |
2005-04-19 |
Greg KH | [PATCH] provide better committer information to commit... Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-19 |
Linus Torvalds | Make fsck-cache print the object type for unreachable...
|
commit | commitdiff | tree |
2005-04-18 |
Junio C Hamano | [PATCH] show-diff: Remove stale comments Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-18 |
Junio C Hamano | [PATCH] Do not let rsync obliterate .git/object symbolic... Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-18 |
Junio C Hamano | [PATCH] show-diff.c: -R option for reverse diff. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-18 |
Junio C Hamano | [PATCH] show-diff.c: make diff options customizable. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-18 |
Junio C Hamano | [PATCH] show-diff.c: adjust default format for the... Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-18 |
Junio C Hamano | [PATCH] show-diff.c: simplify show_diff_empty. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-18 |
Junio C Hamano | [PATCH] show-diff.c: check unreadbale blob. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-18 |
Junio C Hamano | [PATCH] show-diff.c: clean up private buffer use. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-18 |
Linus Torvalds | Add "update-cache --refresh" to git-pull-script to...
|
commit | commitdiff | tree |
2005-04-18 |
Linus Torvalds | Change merge-cache and git-merge-one-file to use the...
|
commit | commitdiff | tree |
2005-04-18 |
Linus Torvalds | Add "unpack-file" helper that unpacks a sha1 blob into...
|
commit | commitdiff | tree |
2005-04-18 |
Linus Torvalds | Add more header dependencies.
|
commit | commitdiff | tree |
2005-04-18 |
Linus Torvalds | Split up read-cache.c into more logical clumps.
|
commit | commitdiff | tree |
2005-04-18 |
Linus Torvalds | Clean up the Makefile a bit.
|
commit | commitdiff | tree |
2005-04-18 |
Linus Torvalds | Add the simple scripts I used to do a merge with content...
|
commit | commitdiff | tree |
2005-04-18 |
Linus Torvalds | Merge the new object model thing from Daniel Barkalow
|
commit | commitdiff | tree |
2005-04-18 |
James Bottomley | [PATCH] fix bug in read-cache.c which loses files when...
|
commit | commitdiff | tree |
2005-04-18 |
Daniel Barkalow | [PATCH] Switch implementations of merge-base, port... Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-18 |
Daniel Barkalow | [PATCH] Port fsck-cache to use parsing functions Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-18 |
Daniel Barkalow | [PATCH] Port rev-tree to parsing functions Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-18 |
Daniel Barkalow | [PATCH] Implementations of parsing functions Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-18 |
Daniel Barkalow | [PATCH] Header files for object parsing Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-18 |
Junio C Hamano | [PATCH] Fix confusing behaviour of update-cache --refresh... Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-18 |
Linus Torvalds | Update README to reflect the hierarchical tree objects,
|
commit | commitdiff | tree |
2005-04-18 |
Junio C Hamano | [PATCH] (resend) show-diff.c off-by-one fix Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-18 |
Linus Torvalds | Ass a "merge-cache" helper program to execute a merge on
|
commit | commitdiff | tree |
2005-04-18 |
Brad Roberts | [PATCH] fork optional branch point normazilation Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-18 |
Linus Torvalds | Ignore any unmerged entries for "checkout-cache -a".
|
commit | commitdiff | tree |
2005-04-17 |
Linus Torvalds | Remove extraneous ',' ';' and '.' characters from the...
|
commit | commitdiff | tree |
2005-04-17 |
Linus Torvalds | Make the revision tracking track the object types too.
|
commit | commitdiff | tree |
2005-04-17 |
Linus Torvalds | Make "commit-tree" check the input objects more carefully.
|
commit | commitdiff | tree |
2005-04-17 |
Linus Torvalds | Make "parse_commit" return the "struct revision" for...
|
commit | commitdiff | tree |
2005-04-17 |
Linus Torvalds | Do a very simple "merge-base" that finds the most recent...
|
commit | commitdiff | tree |
2005-04-17 |
Linus Torvalds | Make "rev-tree.c" use the new-and-improved "mark_reachable()"
|
commit | commitdiff | tree |
2005-04-17 |
Linus Torvalds | Make "revision.h" slightly better to use.
|
commit | commitdiff | tree |
2005-04-17 |
Linus Torvalds | Move "parse_commit()" into common revision.h file.
|
commit | commitdiff | tree |
2005-04-17 |
Brad Roberts | [PATCH] fix for memory leak in write-tree.c
|
commit | commitdiff | tree |
2005-04-17 |
Petr Baudis | [PATCH] Fix +x-related show-diff false positives Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-17 |
Junio C Hamano | [PATCH] Remove unused arguments from index_fd() Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-17 |
Junio C Hamano | [PATCH] Better error message from checkout-cache for... Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-17 |
Linus Torvalds | Fix total permission bogosity in "checkout-cache.c".
|
commit | commitdiff | tree |
2005-04-17 |
Junio C Hamano | [PATCH] update-cache --remove marks the path merged. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-17 |
Junio C Hamano | [PATCH] show-diff.c: do not include unused header file Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-17 |
Linus Torvalds | Be much more liberal about the file mode bits.
|
commit | commitdiff | tree |
2005-04-17 |
Junio C Hamano | [PATCH] Do not run useless show-diff on unmerged paths... Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-17 |
Junio C Hamano | [PATCH] show-diff style fix. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-17 |
Junio C Hamano | [PATCH] Rename confusing variable in show-diff Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-17 |
Junio C Hamano | [PATCH] show-diff shell safety Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-17 |
Junio C Hamano | [PATCH] show-diff -z option for machine readable output. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-17 |
Junio C Hamano | [PATCH] Optionally tell show-diff to show only named... Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-16 |
Junio C Hamano | [PATCH] Un unoptimize ls-tree behaviour Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-16 |
Linus Torvalds | Add "--unmerged" flag to "show-files", which does what...
|
commit | commitdiff | tree |
2005-04-16 |
Linus Torvalds | Remove "merge-tree.c"
|
commit | commitdiff | tree |
2005-04-16 |
Linus Torvalds | When inserting a index entry of stage 0, remove all...
|
commit | commitdiff | tree |
2005-04-16 |
Linus Torvalds | Make 'read-tree' do a few more of the trivial merge...
|
commit | commitdiff | tree |
2005-04-16 |
Junio C Hamano | [PATCH] Add --stage to show-files for new stage dircache. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-16 |
Junio C Hamano | [PATCH] Byteorder fix for read-tree, new -m semantics... Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-16 |
Linus Torvalds | Make "read-tree" merge the trees it reads by giving...
|
commit | commitdiff | tree |
2005-04-16 |
Linus Torvalds | Make cache entry comparison take the new "state" flag...
|
commit | commitdiff | tree |
2005-04-16 |
Linus Torvalds | write-tree: refuse to write out trees with unmerged...
|
commit | commitdiff | tree |
2005-04-16 |
Linus Torvalds | Encode a few extra flags per index entry.
|
commit | commitdiff | tree |
2005-04-16 |
Linus Torvalds | Simplify show-diff cache entry name handling.
|
commit | commitdiff | tree |
2005-04-16 |
Junio C Hamano | [PATCH] Add '-z' to merge-tree.c Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-15 |
Linus Torvalds | Make "diff-tree" have similar behaviour as "ls-tree...
|
commit | commitdiff | tree |
2005-04-15 |
Junio C Hamano | [PATCH] Add "-q" option to show-diff.c Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-15 |
Junio C Hamano | [PATCH] Add -z option to show-files Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-15 |
Linus Torvalds | Add "--cacheinfo" option to update-cache.
|
commit | commitdiff | tree |
2005-04-15 |
Linus Torvalds | Convert the index file reading/writing to use network...
|
commit | commitdiff | tree |