summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | diff-files: show diffs with stage0 and unmerged stage at the same time.Junio C Hamano2005-11-302-23/+5
| | | | * | merge-one-file: leave unmerged index entries upon automerge failure.Linus Torvalds2005-11-301-5/+1
| | | | * | diff-files: -1/-2/-3 to diff against unmerged stage.Linus Torvalds2005-11-302-8/+64
| | | * | | bisect: quote pathnames for eval safety.Junio C Hamano2005-11-281-5/+20
| | | * | | bisect: limit the searchspace by pathspecsLinus Torvalds2005-11-282-11/+17
| | | | |/ | | | |/|
| | * | | ls-tree: match the test to the new semantics.Junio C Hamano2005-11-283-56/+22
| | * | | ls-tree: Resurrect funny name quoting lost during rewrite.Junio C Hamano2005-11-281-1/+3
| | * | | ls-tree: further tweaks of the rewriteLinus Torvalds2005-11-281-4/+26
| | * | | ls-tree: further cleanup to parallel ls-files.Linus Torvalds2005-11-281-5/+4
| | * | | ls-tree: major rewrite to do pathspecLinus Torvalds2005-11-283-215/+55
| | |/ /
| * | | format-patch: run diff in C localeJunio C Hamano2005-11-291-1/+5
| * | | format-patch: do not abuse 3-dash marker line.Junio C Hamano2005-11-291-1/+1
| * | | format-patch: remove applies-to.Junio C Hamano2005-11-291-1/+0
| * | | applypatch: use "index" lines not "applies-to".Junio C Hamano2005-11-291-13/+24
| * | | applymbox: typofix to enable -m option.Junio C Hamano2005-11-291-1/+1
* | | | Do not attempt to access literal dirname "GIT_OBJECT_DIRECTORY".Tommi Virtanen2005-11-301-1/+1
| |_|/ |/| |
* | | git-diff: do not turn off -p/-M with any diff options.Junio C Hamano2005-11-291-2/+15
* | | Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano2005-11-291-54/+88
|\ \ \
| * | | gitk: Add a preferences dialog with some basic stuffPaul Mackerras2005-11-301-54/+88
* | | | [PATCH] Add tests for git-mv in subdirectoriesAlex Riesen2005-11-291-0/+27
* | | | [PATCH] Make git-mv work in subdirectories, tooJohannes Schindelin2005-11-291-9/+3
| |/ / |/| |
* | | SVN import: Use one log callMatthias Urlichs2005-11-292-29/+21
* | | Fix typos and minor format issues.jdl@freescale.com2005-11-291-7/+7
* | | http-push cleanupNick Hengeveld2005-11-291-2/+3
* | | git-clone --shared should imply --localPavel Roskin2005-11-281-1/+1
| |/ |/|
* | write_name_quoted(): make one of the path a counted string.Junio C Hamano2005-11-284-16/+29
* | Documentation: Describe merge operation a bit better.Junio C Hamano2005-11-281-0/+95
* | Fix typo in http-push.cJan Andres2005-11-281-1/+1
* | name-rev: fix parent counting.Junio C Hamano2005-11-281-2/+2
* | rebase: one safety net, one bugfix and one optimization.Junio C Hamano2005-11-281-1/+27
* | Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano2005-11-281-41/+35
|\ \ | |/
| * [PATCH] gitk: Use i18n.commitencoding configuration item.Junio C Hamano2005-11-281-1/+8
| * gitk: Fix diff this->selected and selected->this functionsPaul Mackerras2005-11-281-12/+10
* | git-mv: quote $src in regexp properly.Junio C Hamano2005-11-281-1/+1
* | config.c: constness tightening to avoid compilation warning.Junio C Hamano2005-11-281-1/+1
* | mailinfo: Do not use -u=<encoding>; say --encoding=<encoding>Junio C Hamano2005-11-282-5/+12
* | mailinfo: Use i18n.commitencodingJunio C Hamano2005-11-271-8/+9
* | mailinfo: allow -u to fall back on latin1 to utf8 conversion.Junio C Hamano2005-11-271-24/+35
* | Introduce i18n.commitencoding.Junio C Hamano2005-11-273-0/+9
* | Fix gitk this->selected diffsYann Dirson2005-11-271-21/+32
* | Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano2005-11-271-43/+45
|\ \ | |/
| * [PATCH] gitk: UTF-8 supportPavel Roskin2005-11-231-2/+3
| * [PATCH] gitk: put braces around exprsJeff Hobbs2005-11-231-41/+42
* | git-mv: follow -k request even on failing renamesJosef Weidendorfer2005-11-271-0/+5
* | Small fixes in Documentation/git-mv.txtJosef Weidendorfer2005-11-271-4/+4
* | git-mv: fully detect 'directory moved into itself'Josef Weidendorfer2005-11-271-1/+1
* | git-mv: keep git index consistent with file system on failed renameJosef Weidendorfer2005-11-271-2/+10
* | git-mv: shrink usage, no usage on errorJosef Weidendorfer2005-11-271-27/+19
* | setup_git_directory(): check repository format version.Junio C Hamano2005-11-271-0/+1
* | init-db: check template and repository format.Junio C Hamano2005-11-273-42/+64