summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-20Resolve value supplied for no-colon push refspecsLibravatar Daniel Barkalow3-10/+52
2008-02-20send-email: squelch warning due to comparing undefined $_ to ""Libravatar Jay Soffian1-1/+1
2008-02-20Merge branch 'maint'Libravatar Junio C Hamano3-34/+92
2008-02-19cvsexportcommit: be graceful when "cvs status" reorders the argumentsLibravatar Johannes Schindelin2-8/+67
2008-02-19Rename git-core rpm to just git and rename the meta-pacakge to git-all.Libravatar Kristian Høgsberg1-30/+39
2008-02-19Support a --cc=<email> option in format-patchLibravatar Daniel Barkalow3-0/+17
2008-02-19Combine To: and Cc: headersLibravatar Daniel Barkalow2-15/+65
2008-02-19Fix format.headers not ending with a newlineLibravatar Daniel Barkalow2-3/+7
2008-02-19Add tests for extra headers in format-patchLibravatar Daniel Barkalow1-0/+34
2008-02-19Add a --cover-letter option to format-patchLibravatar Daniel Barkalow5-65/+314
2008-02-20Merge branch 'maint'Libravatar Shawn O. Pearce1-1/+1
2008-02-19Technical documentation of the run-command API.Libravatar Johannes Sixt1-5/+166
2008-02-19Correct git-pull documentationLibravatar Jay Soffian1-8/+12
2008-02-19gitweb: Fix bug in href(..., -replay=>1) when using 'pathinfo' formLibravatar Jakub Narebski1-2/+2
2008-02-19doc: documentation update for the branch track changesLibravatar Jay Soffian3-32/+34
2008-02-19branch: optionally setup branch.*.merge from upstream local branchesLibravatar Jay Soffian9-39/+98
2008-02-19push: document the status outputLibravatar Jeff King1-0/+49
2008-02-19Documentation/push: clarify matching refspec behaviorLibravatar Jeff King1-3/+3
2008-02-19push: indicate partialness of error messageLibravatar Jeff King1-1/+1
2008-02-19git-gui: relax "dirty" version detectionLibravatar Wincent Colaiuta1-1/+1
2008-02-19Use ALLOC_GROW in remote.{c,h}Libravatar Daniel Barkalow2-72/+50
2008-02-19Export some email and pretty-printing functionsLibravatar Daniel Barkalow4-75/+102
2008-02-19Improve message-id generation flow control for format-patchLibravatar Daniel Barkalow2-16/+15
2008-02-19Add more tests for format-patchLibravatar Daniel Barkalow1-0/+45
2008-02-19API documentation for remote.hLibravatar Daniel Barkalow1-0/+123
2008-02-19Clean up reporting differences on branch switchLibravatar Daniel Barkalow1-71/+7
2008-02-18Simplify setup of $GIT_DIR in git-sh-setup.shLibravatar Lars Hjemli1-7/+1
2008-02-18Merge branch 'mk/maint-parse-careful'Libravatar Junio C Hamano8-12/+41
2008-02-18peel_onion: handle NULLLibravatar Martin Koegler1-1/+4
2008-02-18check return value from parse_commit() in various functionsLibravatar Martin Koegler3-4/+5
2008-02-18parse_commit: don't fail, if object is NULLLibravatar Martin Koegler1-0/+2
2008-02-18revision.c: handle tag->tagged == NULLLibravatar Martin Koegler1-0/+4
2008-02-18reachable.c::process_tree/blob: check for NULLLibravatar Martin Koegler1-0/+4
2008-02-18process_tag: handle tag->tagged == NULLLibravatar Martin Koegler1-1/+2
2008-02-18check results of parse_commit in merge_basesLibravatar Martin Koegler1-3/+6
2008-02-18list-objects.c::process_tree/blob: check for NULLLibravatar Martin Koegler1-0/+4
2008-02-18reachable.c::add_one_tree: handle NULL from lookup_treeLibravatar Martin Koegler1-1/+2
2008-02-18mark_blob/tree_uninteresting: check for NULLLibravatar Martin Koegler1-0/+4
2008-02-18get_sha1_oneline: check return value of parse_objectLibravatar Martin Koegler1-1/+2
2008-02-18read_object_with_reference: don't read beyond the bufferLibravatar Martin Koegler1-1/+2
2008-02-18builtin-checkout.c: fix possible usage segfaultLibravatar Jay Soffian1-0/+1
2008-02-18xdl_merge(): introduce XDL_MERGE_ZEALOUS_ALNUMLibravatar Johannes Schindelin4-5/+39
2008-02-18xdl_merge(): make XDL_MERGE_ZEALOUS output simplerLibravatar Johannes Schindelin2-1/+56
2008-02-18Add color.ui variable which globally enables colorization if setLibravatar Matthias Kestenholz10-9/+70
2008-02-17check return code of prepare_revision_walkLibravatar Martin Koegler11-14/+28
2008-02-17deref_tag: handle tag->tagged = NULLLibravatar Martin Koegler1-1/+4
2008-02-17deref_tag: handle return value NULLLibravatar Martin Koegler5-3/+12
2008-02-17help.c: use 'git_config_string' to get 'help_default_format'.Libravatar Christian Couder1-6/+2
2008-02-17Merge branch 'br/gitweb'Libravatar Junio C Hamano2-1/+9
2008-02-17gitweb: Add new option -nohtml to quot_xxx subroutinesLibravatar Jakub Narebski1-13/+24