about summary refs log tree commit homepage
DateCommit message (Expand)
2005-09-24GIT 0.99.7c v0.99.7c
2005-09-24Really ignore generated distribution material.
2005-09-23Merge 'fixes' branch
2005-09-23Further clarify licensing status of compat/subprocess.py.
2005-09-23[PATCH] rsh.c unterminated string
2005-09-23[PATCH] git-local-fetch: Avoid confusing error messages on packed repositories
2005-09-23[PATCH] Fix "git-local-fetch -s" with packed source repository
2005-09-23[PATCH] git-local-fetch: Avoid calling close(-1)
2005-09-23[PATCH] git-local-fetch: Fix error checking and leak in setup_indices()
2005-09-23[PATCH] fetch.c: Plug memory leak in process_tree()
2005-09-23[PATCH] fetch.c: Do not build object ref lists
2005-09-23[PATCH] document command to show diff of a commit
2005-09-23Ignore a bit more generated files.
2005-09-23Make 'git diff --cached' synonymous to 'git diff --cached HEAD'.
2005-09-22GIT 0.99.7b v0.99.7b
2005-09-22Merge branch 'fixes'
2005-09-22[PATCH] fetch.c: Remove call to parse_object() from process()
2005-09-22[PATCH] fetch.c: Clean up object flag definitions
2005-09-22[PATCH] fetch.c: Remove redundant test of TO_SCAN in process()
2005-09-22[PATCH] fetch.c: Remove some duplicated code in process()
2005-09-22[PATCH] fetch.c: Remove redundant TO_FETCH flag
2005-09-22[PATCH] fetch.c: Remove redundant SCANNED flag
2005-09-22[PATCH] fetch.c: Make process() look at each object only once
2005-09-22[PATCH] fetch.c: Remove useless lookup_object_type() call in process()
2005-09-22Do not give alarming error message from rsync in fetch and clone.
2005-09-21Fix documentation dependency.
2005-09-21Make object creation in http fetch a bit safer.
2005-09-21Clarify dual license status of subprocess.py file. v0.99.7a
2005-09-21Merge branch 'fixes'
2005-09-20Fix extended short SHA1 name completion
2005-09-19GIT 0.99.7a
2005-09-19Ship our own copy of subprocess.py
2005-09-19show-branch: Be nicer when running in a corrupt repository.
2005-09-19[PATCH] Fix git-init-db creating crap directories.
2005-09-19[PATCH] Do not install compatibility symlink for what we do not install
2005-09-19[PATCH] Remove total confusion from "git checkout"
2005-09-19[PATCH] strcasestr compatibility replacement
2005-09-18GIT 0.99.7 v0.99.7
2005-09-18Arrgh -- another asciidoc caret workaround.
2005-09-18[PATCH] Improve git-update-index error reporting
2005-09-18[PATCH] Improved "git add"
2005-09-18[PATCH] Add "--git-dir" flag to git-rev-parse
2005-09-18[PATCH] Support alternates and http-alternates in http-fetch
2005-09-18Document extended SHA1 used by git-rev-parse.
2005-09-18fetch() assumes we do not have the object.
2005-09-18Merge branch 'master' of .
2005-09-18Improve the safety check used in fetch.c
2005-09-17Archive-destroying "git repack -a -d" bug.
2005-09-17Do not fail after calling bisect_auto_next()
2005-09-17[PATCH] Add support for alternates in HTTP