summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2008-02-22Name hash fixups: export (and rename) remove_hash_entryLinus Torvalds-16/+17
2008-02-22Fix name re-hashing semanticsLinus Torvalds-6/+12
2008-02-22Merge branch 'maint'Junio C Hamano-1/+1
2008-02-22hash: fix lookup_hash semanticsJeff King-1/+1
2008-02-22gitweb: Better chopping in commit search resultsJunio C Hamano-9/+15
2008-02-22builtin-tag.c: remove cruftGerrit Pape-3/+0
2008-02-22git-merge-index documentation: clarify synopsisGerrit Pape-2/+2
2008-02-21send-email: fix In-Reply-To regressionJay Soffian-3/+27
2008-02-21git-reset --hard and git-read-tree --reset: fix read_cache_unmerged()Junio C Hamano-1/+47
2008-02-20Teach git-grep --name-only as synonym for -lShawn O. Pearce-1/+4
2008-02-20diff: fix java funcname pattern for solarisJeff King-1/+1
2008-02-20t3404: use configured shell instead of /bin/shJeff King-2/+2
2008-02-20git_config_*: don't assume we are parsing a config fileJeff King-2/+9
2008-02-20prefix_path: use is_absolute_path() instead of *orig == '/'Johannes Sixt-2/+2
2008-02-20git-clean: handle errors if removing files failsMiklos Vajna-8/+24
2008-02-20Merge branch 'mk/color'Junio C Hamano-9/+70
2008-02-20Merge branch 'js/maint-cvsexport'Junio C Hamano-8/+67
2008-02-20Merge branch 'js/maint-http-push'Junio C Hamano-9/+18
2008-02-20Merge branch 'jk/empty-tree'Junio C Hamano-16/+119
2008-02-20Merge branch 'lt/revision-walker'Junio C Hamano-7/+33
2008-02-20Merge branch 'mc/prefix'Junio C Hamano-108/+83
2008-02-20Merge branch 'bc/fopen'Junio C Hamano-0/+38
2008-02-20Merge branch 'jc/setup'Junio C Hamano-49/+348
2008-02-20Merge branch 'maint'Junio C Hamano-9/+28
2008-02-20Clarified the meaning of git-add -u in the documentationPekka Kaitaniemi-2/+2
2008-02-20git-clone.sh: properly configure remote even if remote's head is danglingGerrit Pape-5/+21
2008-02-20git.el: Set process-environment instead of invoking envDavid Kågedal-4/+3
2008-02-20Documentation/git-stash: document options for git stash listMiklos Vajna-1/+4
2008-02-20send-email: squelch warning due to comparing undefined $_ to ""Jay Soffian-1/+1
2008-02-20Merge branch 'maint'Junio C Hamano-34/+92
2008-02-19cvsexportcommit: be graceful when "cvs status" reorders the argumentsJohannes Schindelin-8/+67
2008-02-19Rename git-core rpm to just git and rename the meta-pacakge to git-all.Kristian Høgsberg-30/+39
2008-02-19Technical documentation of the run-command API.Johannes Sixt-5/+166
2008-02-19Correct git-pull documentationJay Soffian-8/+12
2008-02-19gitweb: Fix bug in href(..., -replay=>1) when using 'pathinfo' formJakub Narebski-2/+2
2008-02-19push: document the status outputJeff King-0/+49
2008-02-19Documentation/push: clarify matching refspec behaviorJeff King-3/+3
2008-02-19push: indicate partialness of error messageJeff King-1/+1
2008-02-19API documentation for remote.hDaniel Barkalow-0/+123
2008-02-18Simplify setup of $GIT_DIR in git-sh-setup.shLars Hjemli-7/+1
2008-02-18Merge branch 'mk/maint-parse-careful'Junio C Hamano-12/+41
2008-02-18peel_onion: handle NULLMartin Koegler-1/+4
2008-02-18check return value from parse_commit() in various functionsMartin Koegler-4/+5
2008-02-18parse_commit: don't fail, if object is NULLMartin Koegler-0/+2
2008-02-18revision.c: handle tag->tagged == NULLMartin Koegler-0/+4
2008-02-18reachable.c::process_tree/blob: check for NULLMartin Koegler-0/+4
2008-02-18process_tag: handle tag->tagged == NULLMartin Koegler-1/+2
2008-02-18check results of parse_commit in merge_basesMartin Koegler-3/+6
2008-02-18list-objects.c::process_tree/blob: check for NULLMartin Koegler-0/+4
2008-02-18reachable.c::add_one_tree: handle NULL from lookup_treeMartin Koegler-1/+2