summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-17Sync with 1.5.4.2 and start 1.5.5 Release NotesJunio C Hamano
2008-02-17Merge branch 'maint'Junio C Hamano
2008-02-17GIT 1.5.4.2v1.5.4.2Junio C Hamano
2008-02-17Merge branch 'bd/qsort'Junio C Hamano
2008-02-17Merge branch 'sp/safecrlf'Junio C Hamano
2008-02-17Merge branch 'cc/browser'Junio C Hamano
2008-02-17Merge branch 'jc/gitignore-ends-with-slash'Junio C Hamano
2008-02-17Merge branch 'pb/prepare-commit-msg'Junio C Hamano
2008-02-17Merge branch 'jk/noetcconfig'Junio C Hamano
2008-02-17Merge branch 'jc/submittingpatches'Junio C Hamano
2008-02-17Merge git://repo.or.cz/git-guiJunio C Hamano
2008-02-17Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2008-02-17Merge branch 'maint'Junio C Hamano
2008-02-17Documentation/SubmittingPatches - a suggested patch flowJunio C Hamano
2008-02-16Documentation/git-reset: Add an example of resetting selected pathsPieter de Bie
2008-02-16Documentation/git-reset: don't mention --mixed for selected-paths resetPieter de Bie
2008-02-16Documentation/git-reset:Junio C Hamano
2008-02-16Update fast-import documentation to discuss crash reportsShawn O. Pearce
2008-02-16Finish current packfile during fast-import crash handlerShawn O. Pearce
2008-02-16Include the fast-import marks table in crash reportsShawn O. Pearce
2008-02-16Include annotated tags in fast-import crash reportsShawn O. Pearce
2008-02-16Documentation: add 'git-web--browse.txt' and simplify other docs.Christian Couder
2008-02-16git-help--browse: improve browser support under OS XJay Soffian
2008-02-16Merge branch 'maint'Junio C Hamano
2008-02-16commit: discard index after setting up partial commitJeff King
2008-02-16filter-branch: handle filenames that need quotingJunio C Hamano
2008-02-16diff: Fix miscounting of --check outputJunio C Hamano
2008-02-16hg-to-git: fix parent analysisStelian Pop
2008-02-16mailinfo: feed only one line to handle_filter() for QP inputJay Soffian
2008-02-16diff.c: add "const" qualifier to "char *cmd" member of "struct ll_diff_driver"Christian Couder
2008-02-16Add "const" qualifier to "char *excludes_file".Christian Couder
2008-02-16Add "const" qualifier to "char *editor_program".Christian Couder
2008-02-16Add "const" qualifier to "char *pager_program".Christian Couder
2008-02-16config: add 'git_config_string' to refactor string config variables.Christian Couder
2008-02-16diff.c: remove useless check for value != NULLChristian Couder
2008-02-16fast-import: check return value from unpack_entry()Shawn O. Pearce
2008-02-15Validate nicknames of remote branches to prohibit confusing onesDaniel Barkalow
2008-02-15diff.c: replace a 'strdup' with 'xstrdup'.Christian Couder
2008-02-15diff.c: fixup garding of config parser from value=NULLJunio C Hamano
2008-02-14git-gui: Correct size of dictionary name widget in options dialogShawn O. Pearce
2008-02-14git-gui: Paper bag fix bad string length call in spellcheckerShawn O. Pearce
2008-02-13[PATCH] gitk: Heed the lines of context in merge commitsJohannes Sixt
2008-02-13Merge branch 'maint'Junio C Hamano
2008-02-13config: add test cases for empty value and no value config variables.Christian Couder
2008-02-13cvsimport: have default merge regex also match beginning of commit messageGerrit Pape
2008-02-13git clone -s documentation: force a new paragraph for the NOTEMiklos Vajna
2008-02-13status: suggest "git rm --cached" to unstage for initial commitJeff King
2008-02-13Protect get_author_ident_from_commit() from filenames in work treeJunio C Hamano
2008-02-13upload-pack: Initialize the exec-path.Johannes Sixt
2008-02-13bisect: use verbatim commit subject in the bisect logJohannes Schindelin