summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-17Sync with 1.5.4.2 and start 1.5.5 Release NotesLibravatar Junio C Hamano5-3/+83
2008-02-17Merge branch 'maint'Libravatar Junio C Hamano4-11/+64
2008-02-17GIT 1.5.4.2Libravatar Junio C Hamano5-11/+65
2008-02-16Merge branch 'bd/qsort'Libravatar Junio C Hamano3-0/+76
2008-02-16Merge branch 'sp/safecrlf'Libravatar Junio C Hamano11-11/+189
2008-02-16Merge branch 'cc/browser'Libravatar Junio C Hamano8-66/+143
2008-02-16Merge branch 'jc/gitignore-ends-with-slash'Libravatar Junio C Hamano7-15/+106
2008-02-16Merge branch 'pb/prepare-commit-msg'Libravatar Junio C Hamano7-110/+399
2008-02-16Merge branch 'jk/noetcconfig'Libravatar Junio C Hamano5-8/+31
2008-02-16Merge branch 'jc/submittingpatches'Libravatar Junio C Hamano1-8/+57
2008-02-16Merge git://repo.or.cz/git-guiLibravatar Junio C Hamano2-4/+2
2008-02-16Merge git://git.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano1-1/+2
2008-02-16Merge branch 'maint'Libravatar Junio C Hamano1-3/+20
2008-02-16Documentation/SubmittingPatches - a suggested patch flowLibravatar Junio C Hamano1-0/+35
2008-02-16Documentation/git-reset: Add an example of resetting selected pathsLibravatar Pieter de Bie1-0/+17
2008-02-16Documentation/git-reset: don't mention --mixed for selected-paths resetLibravatar Pieter de Bie1-2/+2
2008-02-16Documentation/git-reset:Libravatar Junio C Hamano1-1/+1
2008-02-16Update fast-import documentation to discuss crash reportsLibravatar Shawn O. Pearce1-0/+87
2008-02-16Finish current packfile during fast-import crash handlerLibravatar Shawn O. Pearce1-0/+7
2008-02-16Include the fast-import marks table in crash reportsLibravatar Shawn O. Pearce1-0/+10
2008-02-16Include annotated tags in fast-import crash reportsLibravatar Shawn O. Pearce1-0/+13
2008-02-16Documentation: add 'git-web--browse.txt' and simplify other docs.Libravatar Christian Couder3-43/+86
2008-02-16git-help--browse: improve browser support under OS XLibravatar Jay Soffian1-2/+6
2008-02-16Merge branch 'maint'Libravatar Junio C Hamano18-58/+143
2008-02-16commit: discard index after setting up partial commitLibravatar Jeff King2-0/+25
2008-02-15filter-branch: handle filenames that need quotingLibravatar Junio C Hamano2-4/+19
2008-02-15diff: Fix miscounting of --check outputLibravatar Junio C Hamano2-2/+11
2008-02-15hg-to-git: fix parent analysisLibravatar Stelian Pop1-1/+1
2008-02-15mailinfo: feed only one line to handle_filter() for QP inputLibravatar Jay Soffian6-1/+45
2008-02-15diff.c: add "const" qualifier to "char *cmd" member of "struct ll_diff_driver"Libravatar Christian Couder1-5/+2
2008-02-15Add "const" qualifier to "char *excludes_file".Libravatar Christian Couder3-8/+4
2008-02-15Add "const" qualifier to "char *editor_program".Libravatar Christian Couder3-8/+4
2008-02-15Add "const" qualifier to "char *pager_program".Libravatar Christian Couder3-8/+4
2008-02-15config: add 'git_config_string' to refactor string config variables.Libravatar Christian Couder2-13/+13
2008-02-15diff.c: remove useless check for value != NULLLibravatar Christian Couder1-7/+2
2008-02-15fast-import: check return value from unpack_entry()Libravatar Shawn O. Pearce1-0/+2
2008-02-15Validate nicknames of remote branches to prohibit confusing onesLibravatar Daniel Barkalow1-1/+11
2008-02-15diff.c: replace a 'strdup' with 'xstrdup'.Libravatar Christian Couder1-1/+1
2008-02-15diff.c: fixup garding of config parser from value=NULLLibravatar Junio C Hamano1-1/+1
2008-02-14git-gui: Correct size of dictionary name widget in options dialogLibravatar Shawn O. Pearce1-3/+1
2008-02-14git-gui: Paper bag fix bad string length call in spellcheckerLibravatar Shawn O. Pearce1-1/+1
2008-02-14[PATCH] gitk: Heed the lines of context in merge commitsLibravatar Johannes Sixt1-1/+2
2008-02-13Merge branch 'maint'Libravatar Junio C Hamano10-24/+50
2008-02-13config: add test cases for empty value and no value config variables.Libravatar Christian Couder1-0/+23
2008-02-13cvsimport: have default merge regex also match beginning of commit messageLibravatar Gerrit Pape1-1/+1
2008-02-13git clone -s documentation: force a new paragraph for the NOTELibravatar Miklos Vajna1-6/+7
2008-02-13status: suggest "git rm --cached" to unstage for initial commitLibravatar Jeff King2-2/+11