Code

git.git
2005-09-23 Junio C HamanoGIT 0.99.7b v0.99.7b
2005-09-23 Junio C HamanoMerge branch 'fixes'
2005-09-23 Sergey Vlasov[PATCH] fetch.c: Remove call to parse_object() from...
2005-09-23 Sergey Vlasov[PATCH] fetch.c: Clean up object flag definitions
2005-09-23 Sergey Vlasov[PATCH] fetch.c: Remove redundant test of TO_SCAN in...
2005-09-23 Sergey Vlasov[PATCH] fetch.c: Remove some duplicated code in process()
2005-09-23 Sergey Vlasov[PATCH] fetch.c: Remove redundant TO_FETCH flag
2005-09-23 Sergey Vlasov[PATCH] fetch.c: Remove redundant SCANNED flag
2005-09-23 Sergey Vlasov[PATCH] fetch.c: Make process() look at each object...
2005-09-23 Sergey Vlasov[PATCH] fetch.c: Remove useless lookup_object_type...
2005-09-23 Junio C HamanoDo not give alarming error message from rsync in fetch...
2005-09-21 Junio C HamanoFix documentation dependency.
2005-09-21 Junio C HamanoMake object creation in http fetch a bit safer.
2005-09-21 Junio C HamanoClarify dual license status of subprocess.py file. v0.99.7a
2005-09-21 Junio C HamanoMerge branch 'fixes'
2005-09-20 Linus TorvaldsFix extended short SHA1 name completion
2005-09-20 Junio C HamanoGIT 0.99.7a
2005-09-20 Junio C HamanoShip our own copy of subprocess.py
2005-09-20 Junio C Hamanoshow-branch: Be nicer when running in a corrupt repository.
2005-09-20 Petr Baudis[PATCH] Fix git-init-db creating crap directories.
2005-09-20 Patrick Mauritz[PATCH] Do not install compatibility symlink for what...
2005-09-20 Linus Torvalds[PATCH] Remove total confusion from "git checkout"
2005-09-19 Linus Torvalds[PATCH] strcasestr compatibility replacement
2005-09-18 Junio C HamanoGIT 0.99.7 v0.99.7
2005-09-18 Junio C HamanoArrgh -- another asciidoc caret workaround.
2005-09-18 Petr Baudis[PATCH] Improve git-update-index error reporting
2005-09-18 Linus Torvalds[PATCH] Improved "git add"
2005-09-18 Linus Torvalds[PATCH] Add "--git-dir" flag to git-rev-parse
2005-09-18 Daniel Barkalow[PATCH] Support alternates and http-alternates in http...
2005-09-18 Junio C HamanoDocument extended SHA1 used by git-rev-parse.
2005-09-18 Junio C Hamanofetch() assumes we do not have the object.
2005-09-18 Junio C HamanoMerge branch 'master' of .
2005-09-18 Junio C HamanoImprove the safety check used in fetch.c
2005-09-18 Junio C HamanoArchive-destroying "git repack -a -d" bug.
2005-09-17 Junio C HamanoDo not fail after calling bisect_auto_next()
2005-09-17 Daniel Barkalow[PATCH] Add support for alternates in HTTP
2005-09-17 Junio C HamanoFix typo in test comment.
2005-09-17 Junio C Hamano[PATCH] getdomainname should be usable on SunOS with...
2005-09-17 Linus Torvalds[PATCH] Make "git shortlog" understand raw logs
2005-09-17 Linus Torvalds[PATCH] Fix "git-rev-list" revision range parsing
2005-09-17 Junio C HamanoAdd git-send-email to .gitignore
2005-09-17 Junio C HamanoTeach rsync transport about alternates.
2005-09-16 Linus Torvalds[PATCH] Avoid building object ref lists when not needed
2005-09-16 Linus Torvalds[PATCH] Improve git-rev-list memory usage further
2005-09-16 Junio C Hamano[PATCH] fetch.c: cleanups
2005-09-16 Matthias Urlichs[PATCH] Debian: build-depend on "bc"
2005-09-16 Junio C Hamano[PATCH] Make git-checkout failure message more friendly.
2005-09-16 Chris Wright[PATCH] Update git-core.spec.in
2005-09-16 Peter Hagervall[PATCH] PATCH Documentation/git-rev-list.txt typo fix
2005-09-16 Junio C HamanoRecommend 'less' for Debian.
2005-09-16 Horst von Brand[PATCH] Require less in RPM spec
2005-09-16 Junio C HamanoRevert breakage introduced by c80522e30fdc190f8c8c7fc98...
2005-09-16 jdl@freescale.com[PATCH] Documentation/git-rev-list.txt typo fix
2005-09-15 Linus Torvalds[PATCH] Re-organize "git-rev-list --objects" logic
2005-09-15 Junio C HamanoPlug diff leaks.
2005-09-15 Junio C HamanoAvoid wasting memory while keeping track of what we...
2005-09-15 Linus Torvalds[PATCH] Avoid wasting memory in git-rev-list
2005-09-15 Junio C HamanoBe more backward compatible with git-ssh-{push,pull}.
2005-09-15 H. Peter Anvin[PATCH] rsh.c env and quoting cleanup, take 2
2005-09-15 Daniel Barkalow[PATCH] Fix fetch completeness assumptions
2005-09-15 Sergey Vlasov[PATCH] Document git-fetch options
2005-09-15 Junio C HamanoUnoptimize info/refs creation.
2005-09-15 Junio C HamanoRetire info/rev-cache
2005-09-15 Peter Eriksen[PATCH] Use '-d' as the first flag to 'install'
2005-09-15 Sergey Vlasov[PATCH] git-http-fetch: Allow caching of retrieved...
2005-09-15 Junio C Hamanogit-branch -d <branch>: delete unused branch.
2005-09-14 Junio C HamanoRevert "[PATCH] plug memory leak in diff.c::diff_free_f...
2005-09-14 Linus Torvalds[PATCH] Fix alloc_filespec() initialization
2005-09-14 Junio C HamanoMake merge comment git-pull makes for an octopus a...
2005-09-14 Junio C HamanoMerge branch 'master' of .
2005-09-14 Junio C Hamanoread-tree: fix bogus debugging statement.
2005-09-14 Junio C Hamanogit-merge-recursive: Trivial RE fixes.
2005-09-13 Fredrik Kuivinen[PATCH] Use the 'die' function where it is appropriate.
2005-09-13 Fredrik Kuivinen[PATCH] Use a temporary index file when we merge the...
2005-09-13 Fredrik Kuivinen[PATCH] Adjust git-merge-recursive.py for the new tool...
2005-09-13 Fredrik Kuivinen[PATCH] Don't output 'Automatic merge failed, ...'
2005-09-13 Fredrik Kuivinen[PATCH] Be more like the 'resolve' strategy.
2005-09-13 Junio C Hamano[PATCH] Define relative .git/objects/info/alternates...
2005-09-13 Junio C HamanoDetect ls-remote failure properly.
2005-09-13 Fredrik Kuivinen[PATCH] Rename the 'fredrik' merge strategy to 'recursive'.
2005-09-13 Junio C HamanoFix off-by-one error in git-merge
2005-09-13 Junio C HamanoPropagate errors from fetch-pack correctly to git-fetch.
2005-09-13 Junio C HamanoFix CDPATH problem.
2005-09-13 Junio C HamanoMerge branch 'master' of .
2005-09-13 Junio C HamanoDocument git-grep and link it from the main git(7)...
2005-09-13 Junio C Hamano[PATCH] Make 'git checkout' a bit more forgiving when...
2005-09-13 Junio C Hamano[PATCH] Omit patches that have already been merged...
2005-09-13 Horst von Brand[PATCH] There are several undocumented dependencies
2005-09-13 Linus TorvaldsImprove "git grep" flags handling
2005-09-12 Fredrik Kuivinen[PATCH] Make the ProgramError class printable.
2005-09-12 Fredrik Kuivinen[PATCH] Make sure we die if we don't get enough arguments.
2005-09-12 Fredrik Kuivinen[PATCH] Introduce a 'die' function.
2005-09-12 Fredrik Kuivinen[PATCH] Exit with status code 2 if we get an exception.
2005-09-12 Fredrik Kuivinen[PATCH] Fix assertion failure when merging common ances...
2005-09-12 Junio C HamanoAllow finding things that begin with a dash in 'git...
2005-09-12 Linus Torvalds[PATCH] Add "git grep" helper
2005-09-12 Linus Torvalds[PATCH] Add note about IANA confirmation
2005-09-12 Junio C HamanoMerge branch 'master' of .
2005-09-12 Junio C HamanoUse int instead of socklen_t
2005-09-12 Herbert Xu[PATCH] Apply N -> A status change in diff-helper
next