summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-21diff: fix java funcname pattern for solarisJeff King
2008-02-21t3404: use configured shell instead of /bin/shJeff King
2008-02-21git_config_*: don't assume we are parsing a config fileJeff King
2008-02-21prefix_path: use is_absolute_path() instead of *orig == '/'Johannes Sixt
2008-02-21git-clean: handle errors if removing files failsMiklos Vajna
2008-02-21Merge branch 'mk/color'Junio C Hamano
2008-02-21Merge branch 'js/maint-cvsexport'Junio C Hamano
2008-02-21Merge branch 'js/maint-http-push'Junio C Hamano
2008-02-21Merge branch 'jk/empty-tree'Junio C Hamano
2008-02-21Merge branch 'lt/revision-walker'Junio C Hamano
2008-02-21Merge branch 'mc/prefix'Junio C Hamano
2008-02-21Merge branch 'bc/fopen'Junio C Hamano
2008-02-21Merge branch 'jc/setup'Junio C Hamano
2008-02-21Merge branch 'maint'Junio C Hamano
2008-02-21Clarified the meaning of git-add -u in the documentationPekka Kaitaniemi
2008-02-20git-clone.sh: properly configure remote even if remote's head is danglingGerrit Pape
2008-02-20git.el: Set process-environment instead of invoking envDavid Kågedal
2008-02-20Documentation/git-stash: document options for git stash listMiklos Vajna
2008-02-20send-email: squelch warning due to comparing undefined $_ to ""Jay Soffian
2008-02-20Merge branch 'maint'Junio C Hamano
2008-02-20cvsexportcommit: be graceful when "cvs status" reorders the argumentsJohannes Schindelin
2008-02-20Rename git-core rpm to just git and rename the meta-pacakge to git-all.Kristian Høgsberg
2008-02-20Technical documentation of the run-command API.Johannes Sixt
2008-02-20Correct git-pull documentationJay Soffian
2008-02-20gitweb: Fix bug in href(..., -replay=>1) when using 'pathinfo' formJakub Narebski
2008-02-20push: document the status outputJeff King
2008-02-20Documentation/push: clarify matching refspec behaviorJeff King
2008-02-20push: indicate partialness of error messageJeff King
2008-02-19API documentation for remote.hDaniel Barkalow
2008-02-19Simplify setup of $GIT_DIR in git-sh-setup.shLars Hjemli
2008-02-19Merge branch 'mk/maint-parse-careful'Junio C Hamano
2008-02-19peel_onion: handle NULLMartin Koegler
2008-02-19check return value from parse_commit() in various functionsMartin Koegler
2008-02-19parse_commit: don't fail, if object is NULLMartin Koegler
2008-02-19revision.c: handle tag->tagged == NULLMartin Koegler
2008-02-19reachable.c::process_tree/blob: check for NULLMartin Koegler
2008-02-19process_tag: handle tag->tagged == NULLMartin Koegler
2008-02-19check results of parse_commit in merge_basesMartin Koegler
2008-02-19list-objects.c::process_tree/blob: check for NULLMartin Koegler
2008-02-19reachable.c::add_one_tree: handle NULL from lookup_treeMartin Koegler
2008-02-19mark_blob/tree_uninteresting: check for NULLMartin Koegler
2008-02-19get_sha1_oneline: check return value of parse_objectMartin Koegler
2008-02-19read_object_with_reference: don't read beyond the bufferMartin Koegler
2008-02-18Add color.ui variable which globally enables colorization if setMatthias Kestenholz
2008-02-18check return code of prepare_revision_walkMartin Koegler
2008-02-18deref_tag: handle tag->tagged = NULLMartin Koegler
2008-02-18deref_tag: handle return value NULLMartin Koegler
2008-02-18help.c: use 'git_config_string' to get 'help_default_format'.Christian Couder
2008-02-18Merge branch 'br/gitweb'Junio C Hamano
2008-02-18gitweb: Add new option -nohtml to quot_xxx subroutinesJakub Narebski