summaryrefslogtreecommitdiffstats
path: root/xdiff-interface.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-18deref_tag: handle tag->tagged = NULLMartin Koegler1-1/+4
2008-02-18deref_tag: handle return value NULLMartin Koegler5-3/+12
2008-02-18help.c: use 'git_config_string' to get 'help_default_format'.Christian Couder1-6/+2
2008-02-18gitweb: Add new option -nohtml to quot_xxx subroutinesJakub Narebski1-13/+24
2008-02-18gitweb: Fix displaying unchopped argument in chop_and_escape_strJakub Narebski1-2/+2
2008-02-18bisect view: check for MinGW32 and MacOSX in addition to X11Johannes Schindelin1-2/+2
2008-02-17sending errors to stdout under $PAGERJunio C Hamano1-0/+1
2008-02-17Sync with 1.5.4.2 and start 1.5.5 Release NotesJunio C Hamano5-3/+83
2008-02-17GIT 1.5.4.2v1.5.4.2Junio C Hamano5-11/+65
2008-02-17Documentation/SubmittingPatches - a suggested patch flowJunio C Hamano1-0/+35
2008-02-16Documentation/git-reset: Add an example of resetting selected pathsPieter de Bie1-0/+17
2008-02-16Documentation/git-reset: don't mention --mixed for selected-paths resetPieter de Bie1-2/+2
2008-02-16Documentation/git-reset:Junio C Hamano1-1/+1
2008-02-16Update fast-import documentation to discuss crash reportsShawn O. Pearce1-0/+87
2008-02-16Finish current packfile during fast-import crash handlerShawn O. Pearce1-0/+7
2008-02-16Include the fast-import marks table in crash reportsShawn O. Pearce1-0/+10
2008-02-16Include annotated tags in fast-import crash reportsShawn O. Pearce1-0/+13
2008-02-16Documentation: add 'git-web--browse.txt' and simplify other docs.Christian Couder3-43/+86
2008-02-16git-help--browse: improve browser support under OS XJay Soffian1-2/+6
2008-02-16commit: discard index after setting up partial commitJeff King2-0/+25
2008-02-16filter-branch: handle filenames that need quotingJunio C Hamano2-4/+19
2008-02-16diff: Fix miscounting of --check outputJunio C Hamano2-2/+11
2008-02-16hg-to-git: fix parent analysisStelian Pop1-1/+1
2008-02-16mailinfo: feed only one line to handle_filter() for QP inputJay Soffian6-1/+45
2008-02-16diff.c: add "const" qualifier to "char *cmd" member of "struct ll_diff_driver"Christian Couder1-5/+2
2008-02-16Add "const" qualifier to "char *excludes_file".Christian Couder3-8/+4
2008-02-16Add "const" qualifier to "char *editor_program".Christian Couder3-8/+4
2008-02-16Add "const" qualifier to "char *pager_program".Christian Couder3-8/+4
2008-02-16config: add 'git_config_string' to refactor string config variables.Christian Couder2-13/+13
2008-02-16diff.c: remove useless check for value != NULLChristian Couder1-7/+2
2008-02-16fast-import: check return value from unpack_entry()Shawn O. Pearce1-0/+2
2008-02-15Validate nicknames of remote branches to prohibit confusing onesDaniel Barkalow1-1/+11
2008-02-15diff.c: replace a 'strdup' with 'xstrdup'.Christian Couder1-1/+1
2008-02-15diff.c: fixup garding of config parser from value=NULLJunio C Hamano1-1/+1
2008-02-14git-gui: Correct size of dictionary name widget in options dialogShawn O. Pearce1-3/+1
2008-02-14git-gui: Paper bag fix bad string length call in spellcheckerShawn O. Pearce1-1/+1
2008-02-14[PATCH] gitk: Heed the lines of context in merge commitsJohannes Sixt1-1/+2
2008-02-13config: add test cases for empty value and no value config variables.Christian Couder1-0/+23
2008-02-13cvsimport: have default merge regex also match beginning of commit messageGerrit Pape1-1/+1
2008-02-13git clone -s documentation: force a new paragraph for the NOTEMiklos Vajna1-6/+7
2008-02-13status: suggest "git rm --cached" to unstage for initial commitJeff King2-2/+11
2008-02-13Protect get_author_ident_from_commit() from filenames in work treeJunio C Hamano2-1/+23
2008-02-13upload-pack: Initialize the exec-path.Johannes Sixt1-0/+3
2008-02-13bisect: use verbatim commit subject in the bisect logJohannes Schindelin1-1/+1
2008-02-13git-cvsimport.txt: fix '-M' description.Sergei Organov1-2/+2
2008-02-13[PATCH] gitk: learn --show-all outputLinus Torvalds1-7/+8
2008-02-13Revert "pack-objects: only throw away data during memory pressure"Junio C Hamano1-11/+2
2008-02-13Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIRJohan Herland2-7/+6
2008-02-13Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIRJohan Herland1-1/+17
2008-02-12git-gui: Automatically spell check commit messages as the user typesShawn O. Pearce4-1/+442