summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-24GIT 1.6.1v1.6.1Junio C Hamano2-0/+9
2008-12-24Merge branch 'js/rebase-i-p'Junio C Hamano2-16/+58
2008-12-24rebase -i -p: leave a --cc patch when a merge could not be redoneJohannes Schindelin2-3/+13
2008-12-22t9129: skip the last three tests if UTF-8 locale is not availableMiklos Vajna1-13/+17
2008-12-21GIT 1.6.1-rc4v1.6.1-rc4Junio C Hamano1-1/+18
2008-12-21Always show which directory is not a git repositoryRichard Hartmann3-4/+4
2008-12-21Make help entries alphabeticalRichard Hartmann1-4/+4
2008-12-21Merge branch 'maint'Junio C Hamano1-1/+2
2008-12-21git-revert documentation: refer to new HOWTO on reverting faulty mergesBoyd Stephen Smith Jr1-0/+8
2008-12-21git-revert: record the parent against which a revert was madeRobin Rosenberg1-0/+5
2008-12-21Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2-63/+213
2008-12-22gitk: Force the focus to the main window on WindowsJohannes Sixt1-0/+5
2008-12-22gitk: Allow unbalanced quotes/braces in commit headersKevin Ballard1-2/+3
2008-12-22gitk: Update German translationChristian Stimming1-29/+157
2008-12-22gitk: Mark forgotten strings (header sentence parts in color chooser) for tra...Christian Stimming1-6/+6
2008-12-22gitk: Ensure that "Reset branch" menu entry is enabledJohannes Sixt1-1/+1
2008-12-22gitk: Use check-buttons' -text property instead of separate labelsJohannes Sixt1-20/+10
2008-12-22gitk: Map / to focus the search boxGiuseppe Bilotta1-2/+2
2008-12-21doc/git-fsck: change the way for getting heads' SHA1sMarkus Heidelberg1-1/+2
2008-12-21Documentation/git-show-branch: work around "single quote" typesetting glitchMarkus Heidelberg1-1/+1
2008-12-21send-email: futureproof split_addrs() subJunio C Hamano1-1/+1
2008-12-21Make sure lockfiles are unlocked when dying on SIGPIPEJunio C Hamano2-0/+18
2008-12-21fast-import.c: stricter strtoul check, silence compiler warningRené Scharfe1-4/+7
2008-12-21connect.c: stricter port validation, silence compiler warningRené Scharfe1-2/+2
2008-12-21Add a documentat on how to revert a faulty mergeNanako Shiraishi1-0/+179
2008-12-21Remove the requirement opaquelocktoken uri schemeKirill A. Korinskiy1-8/+6
2008-12-21git-sh-setup: Fix scripts whose PWD is a symlink into a git work-dirMarcel M. Cary3-2/+136
2008-12-21rebase -i -p: Fix --continue after a merge could not be redoneJohannes Sixt2-3/+2
2008-12-21Show a failure of rebase -p if the merge had a conflictJohannes Sixt1-11/+44
2008-12-19Documentation: fix typos, grammar, asciidoc syntaxMarkus Heidelberg1-1/+1
2008-12-19Merge branch 'maint' to sync with GIT 1.6.0.6Junio C Hamano26-48/+185
2008-12-19GIT 1.6.0.6v1.6.0.6Junio C Hamano6-38/+67
2008-12-19fast-import: make tagger information optionalJunio C Hamano2-11/+33
2008-12-19fast-export: deal with tag objects that do not have a taggerJohannes Schindelin3-5/+42
2008-12-19SubmittingPatches: mention the usage of real name in Signed-off-by: linesMiklos Vajna1-0/+3
2008-12-19git-mergetool: properly handle "git mergetool -- filename"David Aguilar1-0/+1
2008-12-19git-send-email: handle email address with quoted commaWu Fengguang1-3/+8
2008-12-19Documentation: fix typos, grammar, asciidoc syntaxMarkus Heidelberg13-25/+25
2008-12-19Documentation: sync example output with git outputMarkus Heidelberg4-11/+9
2008-12-18Fix type-mismatch compiler warning from diff_populate_filespec()René Scharfe1-1/+2
2008-12-18test overlapping ignore patternsMichael J Gruber1-0/+6
2008-12-17Merge branch 'lt/readlink'Junio C Hamano9-50/+62
2008-12-17Enable threaded delta search on Mac OS X/DarwinArjen Laarhoven1-0/+1
2008-12-17Clarify documentation of "git checkout <tree-ish> paths" syntaxNanako Shiraishi1-1/+1
2008-12-17Merge git://repo.or.cz/git-guiJunio C Hamano11-423/+3157
2008-12-17git-gui 0.12gitgui-0.12.0Shawn O. Pearce1-1/+1
2008-12-17githooks documentation: add a note about the +x modeMiklos Vajna1-0/+4
2008-12-17combine-diff.c: use strbuf_readlink()Junio C Hamano1-5/+5
2008-12-17builtin-blame.c: use strbuf_readlink()Junio C Hamano1-4/+1
2008-12-17make_absolute_path(): check bounds when seeing an overlong symlinkJunio C Hamano1-0/+2