summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-15http-push: avoid a needless gotoLibravatar Johannes Schindelin1-4/+1
2008-02-15http-push: do not get confused by submodulesLibravatar Johannes Schindelin1-4/+11
2008-02-15http-push: avoid invalid memory accessesLibravatar Johannes Schindelin1-1/+6
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-13Add "--show-all" revision walker flag for debuggingLibravatar Linus Torvalds4-7/+33
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
2008-02-13hard-code the empty tree objectLibravatar Jeff King1-0/+11
2008-02-13Protect get_author_ident_from_commit() from filenames in work treeLibravatar Junio C Hamano2-1/+23
2008-02-13upload-pack: Initialize the exec-path.Libravatar Johannes Sixt1-0/+3
2008-02-13bisect: use verbatim commit subject in the bisect logLibravatar Johannes Schindelin1-1/+1
2008-02-13git-cvsimport.txt: fix '-M' description.Libravatar Sergei Organov1-2/+2
2008-02-13Merge git://repo.or.cz/git-guiLibravatar Junio C Hamano12-84/+618
2008-02-13Merge git://git.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano1-51/+61
2008-02-13[PATCH] gitk: learn --show-all outputLibravatar Linus Torvalds1-7/+8
2008-02-12Revert "pack-objects: only throw away data during memory pressure"Libravatar Junio C Hamano1-11/+2
2008-02-12Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIRLibravatar Johan Herland2-7/+6
2008-02-12Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIRLibravatar Johan Herland1-1/+17
2008-02-12git-gui: Automatically spell check commit messages as the user typesLibravatar Shawn O. Pearce4-1/+442
2008-02-12Merge branch 'maint'Libravatar Shawn O. Pearce2-5/+14
2008-02-12git-gui: support Git Gui.app under OS X 10.5Libravatar Jay Soffian2-5/+14
2008-02-11.mailmap: adjust to a recent patch application glitch.Libravatar Junio C Hamano1-0/+1
2008-02-11Update the main documentation (stale notes section)Libravatar Junio C Hamano1-1/+2
2008-02-11Add compat/fopen.c which returns NULL on attempt to open directoryLibravatar Brandon Casey3-0/+38
2008-02-11Merge branch 'db/no-separate-ls-remote-connection' (early part)Libravatar Junio C Hamano6-56/+95
2008-02-11Merge branch 'mw/send-email'Libravatar Junio C Hamano2-27/+106
2008-02-11Merge branch 'db/send-email-omit-cc'Libravatar Junio C Hamano2-7/+60
2008-02-11Merge branch 'jc/error-message-in-cherry-pick'Libravatar Junio C Hamano5-58/+79
2008-02-11Merge branch 'lt/in-core-index'Libravatar Junio C Hamano25-296/+566
2008-02-11Merge branch 'ph/describe-match'Libravatar Junio C Hamano3-15/+45