summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unused object-ref codeMartin Koegler2008-02-2511-166/+1
* builtin-fsck: move away from object-refs to fsck_walkMartin Koegler2008-02-251-28/+71
* add generic, type aware object chain walkerMartin Koegler2008-02-254-2/+117
* peel_onion: handle NULLMartin Koegler2008-02-181-1/+4
* check return value from parse_commit() in various functionsMartin Koegler2008-02-183-4/+5
* parse_commit: don't fail, if object is NULLMartin Koegler2008-02-181-0/+2
* revision.c: handle tag->tagged == NULLMartin Koegler2008-02-181-0/+4
* reachable.c::process_tree/blob: check for NULLMartin Koegler2008-02-181-0/+4
* process_tag: handle tag->tagged == NULLMartin Koegler2008-02-181-1/+2
* check results of parse_commit in merge_basesMartin Koegler2008-02-181-3/+6
* list-objects.c::process_tree/blob: check for NULLMartin Koegler2008-02-181-0/+4
* reachable.c::add_one_tree: handle NULL from lookup_treeMartin Koegler2008-02-181-1/+2
* mark_blob/tree_uninteresting: check for NULLMartin Koegler2008-02-181-0/+4
* get_sha1_oneline: check return value of parse_objectMartin Koegler2008-02-181-1/+2
* read_object_with_reference: don't read beyond the bufferMartin Koegler2008-02-181-1/+2
* GIT 1.5.4.2v1.5.4.2Junio C Hamano2008-02-175-11/+65
* Documentation/git-reset: Add an example of resetting selected pathsPieter de Bie2008-02-161-0/+17
* Documentation/git-reset: don't mention --mixed for selected-paths resetPieter de Bie2008-02-161-2/+2
* Documentation/git-reset:Junio C Hamano2008-02-161-1/+1
* commit: discard index after setting up partial commitJeff King2008-02-162-0/+25
* filter-branch: handle filenames that need quotingJunio C Hamano2008-02-152-4/+19
* diff: Fix miscounting of --check outputJunio C Hamano2008-02-152-2/+11
* hg-to-git: fix parent analysisStelian Pop2008-02-151-1/+1
* mailinfo: feed only one line to handle_filter() for QP inputJay Soffian2008-02-156-1/+45
* diff.c: add "const" qualifier to "char *cmd" member of "struct ll_diff_driver"Christian Couder2008-02-151-5/+2
* Add "const" qualifier to "char *excludes_file".Christian Couder2008-02-153-8/+4
* Add "const" qualifier to "char *editor_program".Christian Couder2008-02-153-8/+4
* Add "const" qualifier to "char *pager_program".Christian Couder2008-02-153-8/+4
* config: add 'git_config_string' to refactor string config variables.Christian Couder2008-02-152-13/+13
* diff.c: remove useless check for value != NULLChristian Couder2008-02-151-7/+2
* fast-import: check return value from unpack_entry()Shawn O. Pearce2008-02-151-0/+2
* Validate nicknames of remote branches to prohibit confusing onesDaniel Barkalow2008-02-151-1/+11
* diff.c: replace a 'strdup' with 'xstrdup'.Christian Couder2008-02-151-1/+1
* diff.c: fixup garding of config parser from value=NULLJunio C Hamano2008-02-151-1/+1
* config: add test cases for empty value and no value config variables.Christian Couder2008-02-131-0/+23
* cvsimport: have default merge regex also match beginning of commit messageGerrit Pape2008-02-131-1/+1
* git clone -s documentation: force a new paragraph for the NOTEMiklos Vajna2008-02-131-6/+7
* status: suggest "git rm --cached" to unstage for initial commitJeff King2008-02-132-2/+11
* Protect get_author_ident_from_commit() from filenames in work treeJunio C Hamano2008-02-132-1/+23
* upload-pack: Initialize the exec-path.Johannes Sixt2008-02-131-0/+3
* bisect: use verbatim commit subject in the bisect logJohannes Schindelin2008-02-131-1/+1
* git-cvsimport.txt: fix '-M' description.Sergei Organov2008-02-131-2/+2
* Revert "pack-objects: only throw away data during memory pressure"Junio C Hamano2008-02-121-11/+2
* config.c: guard config parser from value=NULLJunio C Hamano2008-02-111-1/+15
* builtin-log.c: guard config parser from value=NULLJunio C Hamano2008-02-111-3/+2
* imap-send.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+4
* wt-status.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+2
* setup.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+2
* remote.c: guard config parser from value=NULLJunio C Hamano2008-02-111-3/+6
* merge-recursive.c: guard config parser from value=NULLJunio C Hamano2008-02-111-5/+6