summaryrefslogtreecommitdiffstats
path: root/levenshtein.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-21Add a script to edit/inspect notesJohannes Schindelin6-0/+179
2008-12-21Introduce commit notesJohannes Schindelin9-0/+107
2008-12-20Documentation: fix typos, grammar, asciidoc syntaxMarkus Heidelberg1-1/+1
2008-12-20fast-import: make tagger information optionalJunio C Hamano2-11/+33
2008-12-20fast-export: deal with tag objects that do not have a taggerJohannes Schindelin3-5/+42
2008-12-20SubmittingPatches: mention the usage of real name in Signed-off-by: linesMiklos Vajna1-0/+3
2008-12-20git-mergetool: properly handle "git mergetool -- filename"David Aguilar1-0/+1
2008-12-20git-send-email: handle email address with quoted commaWu Fengguang1-3/+8
2008-12-20Documentation: 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-18Enable threaded delta search on Mac OS X/DarwinArjen Laarhoven1-0/+1
2008-12-18Clarify documentation of "git checkout <tree-ish> paths" syntaxNanako Shiraishi1-1/+1
2008-12-18git-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
2008-12-17Make 'prepare_temp_file()' ignore st_size for symlinksLinus Torvalds1-5/+4
2008-12-17Make 'diff_populate_filespec()' use the new 'strbuf_readlink()'Linus Torvalds1-9/+7
2008-12-17Make 'index_path()' use 'strbuf_readlink()'Linus Torvalds1-9/+5
2008-12-17Make 'ce_compare_link()' use the new 'strbuf_readlink()'Linus Torvalds1-14/+8
2008-12-17Add generic 'strbuf_readlink()' helper functionLinus Torvalds3-4/+30
2008-12-17git-gui: Get rid of the last remnants of GIT_CONFIG_LOCALJohannes Schindelin1-1/+0
2008-12-17doc/git-reset: add reference to git-stashMarkus Heidelberg1-0/+2
2008-12-17Documentation: fix description for enabling hooksMarkus Heidelberg2-2/+4
2008-12-17git-daemon documentation: use {tilde}Miklos Vajna1-2/+2
2008-12-17gitweb: do not run "git diff" that is PorcelainJunio C Hamano1-37/+3
2008-12-17GIT 1.5.4.7v1.5.4.7Junio C Hamano2-1/+11
2008-12-17gitweb: do not run "git diff" that is PorcelainJunio C Hamano1-36/+2
2008-12-16bash completion: Sync config variables with their man pagesLee Marlow1-7/+80
2008-12-16bash completion: Sort config completion variablesLee Marlow1-37/+40
2008-12-16fast-import: close pack before unlinking itJohannes Schindelin1-1/+3
2008-12-15pager: do not dup2 stderr if it is already redirectedJunio C Hamano1-1/+2
2008-12-15git-show: do not segfault when showing a bad tagJunio C Hamano2-1/+27
2008-12-15Get rid of the last remnants of GIT_CONFIG_LOCALv1.6.1-rc3Johannes Schindelin4-8/+3
2008-12-15Documentation: Describe git-gui Tools menu configuration options.Alexander Gavrilov1-0/+51
2008-12-15git-fast-import possible memory corruption problemYONETANI Tomokazu1-3/+4
2008-12-13builtin-commit: remove unused message variableMarkus Heidelberg1-5/+0
2008-12-13git-branch: display sha1 on branch deletionBrandon Casey2-2/+4
2008-12-13git-config.txt: fix a typoJim Meyering1-1/+1
2008-12-11fsck: reduce stack footprintLinus Torvalds1-7/+31
2008-12-11rebase: improve error messages about dirty stateJeff King1-3/+6
2008-12-11make sure packs to be replaced are closed beforehandNicolas Pitre3-0/+33
2008-12-11Fix typo in comment in builtin-add.cAlexander Potashev1-1/+1
2008-12-10git-gui: Update Hungarian translation for 0.12Miklos Vajna1-90/+96
2008-12-10git-gui: Fixed typos in Swedish translation.Peter Krefting1-3/+3
2008-12-10Fix t4031Junio C Hamano1-1/+1
2008-12-10diff: respect textconv in rewrite diffsJeff King2-13/+59