summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | git-revert: record the parent against which a revert was madeRobin Rosenberg2008-12-211-0/+5
* | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2008-12-212-63/+213
|\ \ \ \ \ \
| * | | | | | gitk: Force the focus to the main window on WindowsJohannes Sixt2008-12-221-0/+5
| * | | | | | gitk: Allow unbalanced quotes/braces in commit headersKevin Ballard2008-12-221-2/+3
| * | | | | | gitk: Update German translationChristian Stimming2008-12-221-29/+157
| * | | | | | gitk: Mark forgotten strings (header sentence parts in color chooser) for tra...Christian Stimming2008-12-221-6/+6
| * | | | | | gitk: Ensure that "Reset branch" menu entry is enabledJohannes Sixt2008-12-221-1/+1
| * | | | | | gitk: Use check-buttons' -text property instead of separate labelsJohannes Sixt2008-12-221-20/+10
| * | | | | | gitk: Map / to focus the search boxGiuseppe Bilotta2008-12-221-2/+2
| * | | | | | gitk: Fix bugs in blaming codePaul Mackerras2008-12-061-3/+29
* | | | | | | Documentation/git-show-branch: work around "single quote" typesetting glitchMarkus Heidelberg2008-12-211-1/+1
* | | | | | | send-email: futureproof split_addrs() subJunio C Hamano2008-12-211-1/+1
* | | | | | | Make sure lockfiles are unlocked when dying on SIGPIPEJunio C Hamano2008-12-212-0/+18
* | | | | | | fast-import.c: stricter strtoul check, silence compiler warningRené Scharfe2008-12-211-4/+7
* | | | | | | connect.c: stricter port validation, silence compiler warningRené Scharfe2008-12-211-2/+2
* | | | | | | Add a documentat on how to revert a faulty mergeNanako Shiraishi2008-12-211-0/+179
* | | | | | | Remove the requirement opaquelocktoken uri schemeKirill A. Korinskiy2008-12-211-8/+6
* | | | | | | git-sh-setup: Fix scripts whose PWD is a symlink into a git work-dirMarcel M. Cary2008-12-213-2/+136
| |_|/ / / / |/| | | | |
* | | | | | Documentation: fix typos, grammar, asciidoc syntaxMarkus Heidelberg2008-12-191-1/+1
* | | | | | Merge branch 'maint' to sync with GIT 1.6.0.6Junio C Hamano2008-12-1926-48/+185
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | GIT 1.6.0.6v1.6.0.6Junio C Hamano2008-12-196-38/+67
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | GIT 1.5.6.6v1.5.6.6Junio C Hamano2008-12-165-37/+33
| | |\ \ \ \
| | | * \ \ \ GIT 1.5.5.6v1.5.5.6Junio C Hamano2008-12-164-37/+23
| | | |\ \ \ \
| | | | * | | | GIT 1.5.4.7v1.5.4.7Junio C Hamano2008-12-162-1/+11
| | | | * | | | gitweb: do not run "git diff" that is PorcelainJunio C Hamano2008-12-161-36/+2
| * | | | | | | fast-import: make tagger information optionalJunio C Hamano2008-12-192-11/+33
| * | | | | | | fast-export: deal with tag objects that do not have a taggerJohannes Schindelin2008-12-193-5/+42
| * | | | | | | SubmittingPatches: mention the usage of real name in Signed-off-by: linesMiklos Vajna2008-12-191-0/+3
| * | | | | | | git-mergetool: properly handle "git mergetool -- filename"David Aguilar2008-12-191-0/+1
| * | | | | | | git-send-email: handle email address with quoted commaWu Fengguang2008-12-191-3/+8
| * | | | | | | Documentation: fix typos, grammar, asciidoc syntaxMarkus Heidelberg2008-12-1913-25/+25
* | | | | | | | Documentation: sync example output with git outputMarkus Heidelberg2008-12-194-11/+9
* | | | | | | | Fix type-mismatch compiler warning from diff_populate_filespec()René Scharfe2008-12-181-1/+2
* | | | | | | | test overlapping ignore patternsMichael J Gruber2008-12-181-0/+6
* | | | | | | | Merge branch 'lt/readlink'Junio C Hamano2008-12-179-50/+62
|\ \ \ \ \ \ \ \
| * | | | | | | | combine-diff.c: use strbuf_readlink()Junio C Hamano2008-12-171-5/+5
| * | | | | | | | builtin-blame.c: use strbuf_readlink()Junio C Hamano2008-12-171-4/+1
| * | | | | | | | make_absolute_path(): check bounds when seeing an overlong symlinkJunio C Hamano2008-12-171-0/+2
| * | | | | | | | Make 'prepare_temp_file()' ignore st_size for symlinksLinus Torvalds2008-12-171-5/+4
| * | | | | | | | Make 'diff_populate_filespec()' use the new 'strbuf_readlink()'Linus Torvalds2008-12-171-9/+7
| * | | | | | | | Make 'index_path()' use 'strbuf_readlink()'Linus Torvalds2008-12-171-9/+5
| * | | | | | | | Make 'ce_compare_link()' use the new 'strbuf_readlink()'Linus Torvalds2008-12-171-14/+8
| * | | | | | | | Add generic 'strbuf_readlink()' helper functionLinus Torvalds2008-12-173-4/+30
* | | | | | | | | Enable threaded delta search on Mac OS X/DarwinArjen Laarhoven2008-12-171-0/+1
* | | | | | | | | Clarify documentation of "git checkout <tree-ish> paths" syntaxNanako Shiraishi2008-12-171-1/+1
* | | | | | | | | Merge git://repo.or.cz/git-guiJunio C Hamano2008-12-1711-423/+3157
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-gui 0.12gitgui-0.12.0Shawn O. Pearce2008-12-171-1/+1
| * | | | | | | | | git-gui: Get rid of the last remnants of GIT_CONFIG_LOCALJohannes Schindelin2008-12-171-1/+0
| * | | | | | | | | git-gui: Update Hungarian translation for 0.12Miklos Vajna2008-12-101-90/+96
| * | | | | | | | | git-gui: Fixed typos in Swedish translation.Peter Krefting2008-12-101-3/+3