git
2008-02-21  Junio C HamanoMerge branch 'lt/revision-walker'
2008-02-21  Junio C HamanoMerge branch 'mc/prefix'
2008-02-21  Junio C HamanoMerge branch 'bc/fopen'
2008-02-21  Junio C HamanoMerge branch 'jc/setup'
2008-02-21  Junio C HamanoMerge branch 'maint'
2008-02-21  Pekka KaitaniemiClarified the meaning of git-add -u in the documentation
2008-02-20  Gerrit Papegit-clone.sh: properly configure remote even if remote...
2008-02-20  David Kågedalgit.el: Set process-environment instead of invoking env
2008-02-20  Miklos VajnaDocumentation/git-stash: document options for git stash...
2008-02-20  Jay Soffiansend-email: squelch warning due to comparing undefined...
2008-02-20  Junio C HamanoMerge branch 'maint'
2008-02-20  Kristian HøgsbergRename git-core rpm to just git and rename the meta...
2008-02-20  Johannes SixtTechnical documentation of the run-command API.
2008-02-20  Jay SoffianCorrect git-pull documentation
2008-02-20  Jakub Narebskigitweb: Fix bug in href(..., -replay=>1) when using...
2008-02-20  Jeff Kingpush: document the status output
2008-02-20  Jeff KingDocumentation/push: clarify matching refspec behavior
2008-02-20  Jeff Kingpush: indicate partialness of error message
2008-02-19  Daniel BarkalowAPI documentation for remote.h
2008-02-19  Lars HjemliSimplify setup of $GIT_DIR in git-sh-setup.sh
2008-02-19  Junio C HamanoMerge branch 'mk/maint-parse-careful'
2008-02-19  Martin Koeglerpeel_onion: handle NULL
2008-02-19  Martin Koeglercheck return value from parse_commit() in various functions
2008-02-19  Martin Koeglerparse_commit: don't fail, if object is NULL
2008-02-19  Martin Koeglerrevision.c: handle tag->tagged == NULL
2008-02-19  Martin Koeglerreachable.c::process_tree/blob: check for NULL
2008-02-19  Martin Koeglerprocess_tag: handle tag->tagged == NULL
2008-02-19  Martin Koeglercheck results of parse_commit in merge_bases
2008-02-19  Martin Koeglerlist-objects.c::process_tree/blob: check for NULL
2008-02-19  Martin Koeglerreachable.c::add_one_tree: handle NULL from lookup_tree
2008-02-19  Martin Koeglermark_blob/tree_uninteresting: check for NULL
2008-02-19  Martin Koeglerget_sha1_oneline: check return value of parse_object
2008-02-19  Martin Koeglerread_object_with_reference: don't read beyond the buffer
2008-02-18  Martin Koeglercheck return code of prepare_revision_walk
2008-02-18  Martin Koeglerderef_tag: handle tag->tagged = NULL
2008-02-18  Martin Koeglerderef_tag: handle return value NULL
2008-02-18  Christian Couderhelp.c: use 'git_config_string' to get 'help_default_fo...
2008-02-18  Junio C HamanoMerge branch 'br/gitweb'
2008-02-18  Jakub Narebskigitweb: Add new option -nohtml to quot_xxx subroutines
2008-02-18  Jakub Narebskigitweb: Fix displaying unchopped argument in chop_and_e...
2008-02-18  Johannes Schindelinbisect view: check for MinGW32 and MacOSX in addition...
2008-02-17  Junio C Hamanosending errors to stdout under $PAGER
2008-02-17  Junio C HamanoSync with 1.5.4.2 and start 1.5.5 Release Notes
2008-02-17  Junio C HamanoMerge branch 'maint'
2008-02-17  Junio C HamanoGIT 1.5.4.2 v1.5.4.2
2008-02-17  Junio C HamanoMerge branch 'bd/qsort'
2008-02-17  Junio C HamanoMerge branch 'sp/safecrlf'
2008-02-17  Junio C HamanoMerge branch 'cc/browser'
2008-02-17  Junio C HamanoMerge branch 'jc/gitignore-ends-with-slash'
2008-02-17  Junio C HamanoMerge branch 'pb/prepare-commit-msg'
2008-02-17  Junio C HamanoMerge branch 'jk/noetcconfig'
2008-02-17  Junio C HamanoMerge branch 'jc/submittingpatches'
2008-02-17  Junio C HamanoMerge git://repo.or.cz/git-gui
2008-02-17  Junio C HamanoMerge git://git.kernel.org/pub/scm/gitk/gitk
2008-02-17  Junio C HamanoMerge branch 'maint'
2008-02-17  Junio C HamanoDocumentation/SubmittingPatches - a suggested patch...
2008-02-16  Pieter de BieDocumentation/git-reset: Add an example of resetting...
2008-02-16  Pieter de BieDocumentation/git-reset: don't mention --mixed for...
2008-02-16  Junio C HamanoDocumentation/git-reset:
2008-02-16  Shawn O. PearceUpdate fast-import documentation to discuss crash reports
2008-02-16  Shawn O. PearceFinish current packfile during fast-import crash handler
2008-02-16  Shawn O. PearceInclude the fast-import marks table in crash reports
2008-02-16  Shawn O. PearceInclude annotated tags in fast-import crash reports
2008-02-16  Christian CouderDocumentation: add 'git-web--browse.txt' and simplify...
2008-02-16  Jay Soffiangit-help--browse: improve browser support under OS X
2008-02-16  Junio C HamanoMerge branch 'maint'
2008-02-16  Jeff Kingcommit: discard index after setting up partial commit
2008-02-16  Junio C Hamanofilter-branch: handle filenames that need quoting
2008-02-16  Junio C Hamanodiff: Fix miscounting of --check output
2008-02-16  Stelian Pophg-to-git: fix parent analysis
2008-02-16  Jay Soffianmailinfo: feed only one line to handle_filter() for...
2008-02-16  Christian Couderdiff.c: add "const" qualifier to "char *cmd" member...
2008-02-16  Christian CouderAdd "const" qualifier to "char *excludes_file".
2008-02-16  Christian CouderAdd "const" qualifier to "char *editor_program".
2008-02-16  Christian CouderAdd "const" qualifier to "char *pager_program".
2008-02-16  Christian Couderconfig: add 'git_config_string' to refactor string...
2008-02-16  Christian Couderdiff.c: remove useless check for value != NULL
2008-02-16  Shawn O. Pearcefast-import: check return value from unpack_entry()
2008-02-15  Daniel BarkalowValidate nicknames of remote branches to prohibit confu...
2008-02-15  Christian Couderdiff.c: replace a 'strdup' with 'xstrdup'.
2008-02-15  Junio C Hamanodiff.c: fixup garding of config parser from value=NULL
2008-02-14  Shawn O. Pearcegit-gui: Correct size of dictionary name widget in...
2008-02-14  Shawn O. Pearcegit-gui: Paper bag fix bad string length call in spellc...
2008-02-13  Linus TorvaldsAdd "--show-all" revision walker flag for debugging
2008-02-13  Johannes Sixt[PATCH] gitk: Heed the lines of context in merge commits
2008-02-13  Junio C HamanoMerge branch 'maint'
2008-02-13  Christian Couderconfig: add test cases for empty value and no value...
2008-02-13  Gerrit Papecvsimport: have default merge regex also match beginnin...
2008-02-13  Miklos Vajnagit clone -s documentation: force a new paragraph for...
2008-02-13  Jeff Kingstatus: suggest "git rm --cached" to unstage for initia...
2008-02-13  Junio C HamanoProtect get_author_ident_from_commit() from filenames...
2008-02-13  Johannes Sixtupload-pack: Initialize the exec-path.
2008-02-13  Johannes Schindelinbisect: use verbatim commit subject in the bisect log
2008-02-13  Sergei Organovgit-cvsimport.txt: fix '-M' description.
2008-02-13  Junio C HamanoMerge git://repo.or.cz/git-gui
2008-02-13  Junio C HamanoMerge git://git.kernel.org/pub/scm/gitk/gitk
2008-02-13  Linus Torvalds[PATCH] gitk: learn --show-all output
2008-02-13  Junio C HamanoRevert "pack-objects: only throw away data during memor...
2008-02-13  Johan HerlandFix 'git cvsexportcommit -w $cvsdir ...' when used...
2008-02-13  Johan HerlandAdd testcase for 'git cvsexportcommit -w $cvsdir ....
next