git
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 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 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 HamanoUse int instead of socklen_t
2005-09-12  Herbert Xu[PATCH] Apply N -> A status change in diff-helper
2005-09-11  martin@catalyst... [PATCH] archimport - better handling of temp dirs
2005-09-11  martin@catalyst... [PATCH] archimport - use GIT_DIR instead of hardcoded...
2005-09-11  martin@catalyst... [PATCH] archimport - update in-script doco, options...
2005-09-11  martin@catalyst... [PATCH] archimport documentation tidyup
2005-09-11  martin@catalyst... [PATCH] archimport documentation update
2005-09-11  Yasushi SHOJI[PATCH] Escape asciidoc's built-in em-dash replacement
2005-09-11  Qingning Huo[PATCH] Fix buffer overflow in ce_flush().
2005-09-11  Junio C HamanoAdd a new merge strategy by Fredrik Kuivinen.
2005-09-11  Junio C Hamano'git-merge': Documentation.
2005-09-11  Junio C HamanoUse Daniel's read-tree in the merge strategy 'resolve'.
2005-09-11  Junio C HamanoMulti-backend merge driver.
2005-09-11  Junio C HamanoPlug leak in Daniel's read-tree.
2005-09-11  Junio C Hamano[PATCH] Add debugging help for case #16 to read-tree.c
2005-09-11  Junio C Hamano[PATCH] Disable debugging from read-tree.
2005-09-11  Daniel Barkalow[PATCH] Document the trivial merge rules for 3(+more...
2005-09-11  Daniel Barkalow[PATCH] Rewrite read-tree
2005-09-11  Daniel Barkalow[PATCH] Add function to append to an object_list.
2005-09-11  Daniel Barkalow[PATCH] Add a function for getting a struct tree for...
2005-09-11  Junio C HamanoFix 'git-show-branch --list <head>'
2005-09-10  Junio C HamanoAdd 'git bisect replay/log' documentation.
2005-09-10  Junio C HamanoKeep bisection log so that it can be replayed later.
2005-09-10  Junio C HamanoFix copy marking from diffcore-rename.
2005-09-10  martin@catalyst... [PATCH] archimport - add merge detection
2005-09-10  Junio C HamanoMake sure we have leading directories under refs/{heads...
2005-09-10  Sven Verdoolaege[PATCH] Documentation/repository-layout.txt typo
2005-09-09  Junio C Hamanoshow-branch: --list and --independent
2005-09-09  Junio C HamanoRetire support for old environment variables.
2005-09-09  Junio C HamanoAdjust .gitignore for big rename.
2005-09-09  Marco Roeland[PATCH] remove duplicate git-send-email-script.perl...
2005-09-09  jdl@freescale.com[PATCH] fix tutorial typo
2005-09-09  jdl@freescale.com[PATCH] Fix tutorial reference to git-*-scripts.
2005-09-09  Junio C HamanoIgnore datestamp-only changes when installing webdoc.
2005-09-09  Junio C HamanoSquelch `removal' message from 'git reset --hard'.
2005-09-09  Junio C Hamano'build' scripts before installing.
2005-09-08  Junio C HamanoShow all merge-base candidates from show-branch --merge...
2005-09-08  Junio C HamanoDocumentation updates.
2005-09-08  lars.doelle... [PATCH] git-daemon --inetd
2005-09-08  Junio C Hamanogit --version tells which version of git you have.
2005-09-08  Amos Waterland[PATCH] Do not create bogus branch from flag to git...
2005-09-08  Patrick Mauritz[PATCH] Portability fix for Solaris 10/x86
2005-09-08  Junio C HamanoBig tool rename.
2005-09-07  Junio C HamanoGIT 0.99.6 v0.99.6
2005-09-07  David_Kågedal[PATCH] Simplify git script
2005-09-07  Junio C HamanoDocumentation updates.
2005-09-07  A Large Angry SCM[PATCH] Docs for git-build-rev-cache.
2005-09-07  A Large Angry SCM[PATCH] Docs for git-show-rev-cache.
2005-09-07  A Large Angry SCM[PATCH] Docs for git-reset-script.
2005-09-07  A Large Angry SCM[PATCH] Docs for git-checkout-script.
next