aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * Make the rest of commands work from a subdirectory.Junio C Hamano2005-11-28
| * Make networking commands to work from a subdirectory.Junio C Hamano2005-11-28
| * ls-tree: work from subdirectory.Junio C Hamano2005-11-28
| * hash-object: work within subdirectory.Junio C Hamano2005-11-28
| * checkout-index: work from subdirectory.Junio C Hamano2005-11-28
| * fsck-objects: work from subdirectory.Junio C Hamano2005-11-28
| * peek-remote: honor proxy config even from subdirectory.Junio C Hamano2005-11-28
| * git-apply: work from subdirectory.Junio C Hamano2005-11-28
| * working from subdirectory: preparationJunio C Hamano2005-11-28
| |
| \
| \
| \
| \
| \
*-----. \ Merge branches 'jc/apply', 'lt/ls-tree', 'lt/bisect' and 'lt/merge'Junio C Hamano2005-11-30
|\ \ \ \ \
| | | | * | Tutorial: adjust merge example to recursive strategy.Junio C Hamano2005-11-30
| | | | * | merge-recursive: match the unmerged index entry behaviour with merge-resolveJunio C Hamano2005-11-30
| | | | * | diff-files: show diffs with stage0 and unmerged stage at the same time.Junio C Hamano2005-11-30
| | | | * | merge-one-file: leave unmerged index entries upon automerge failure.Linus Torvalds2005-11-30
| | | | * | diff-files: -1/-2/-3 to diff against unmerged stage.Linus Torvalds2005-11-30
| | | * | | bisect: quote pathnames for eval safety.Junio C Hamano2005-11-28
| | | * | | bisect: limit the searchspace by pathspecsLinus Torvalds2005-11-28
| | | | |/ | | | |/|
| | * | | ls-tree: match the test to the new semantics.Junio C Hamano2005-11-28
| | * | | ls-tree: Resurrect funny name quoting lost during rewrite.Junio C Hamano2005-11-28
| | * | | ls-tree: further tweaks of the rewriteLinus Torvalds2005-11-28
| | * | | ls-tree: further cleanup to parallel ls-files.Linus Torvalds2005-11-28
| | * | | ls-tree: major rewrite to do pathspecLinus Torvalds2005-11-28
| | |/ /
| * | | format-patch: run diff in C localeJunio C Hamano2005-11-29
| * | | format-patch: do not abuse 3-dash marker line.Junio C Hamano2005-11-29
| * | | format-patch: remove applies-to.Junio C Hamano2005-11-29
| * | | applypatch: use "index" lines not "applies-to".Junio C Hamano2005-11-29
| * | | applymbox: typofix to enable -m option.Junio C Hamano2005-11-29
* | | | Do not attempt to access literal dirname "GIT_OBJECT_DIRECTORY".Tommi Virtanen2005-11-30
| |_|/ |/| |
* | | git-diff: do not turn off -p/-M with any diff options.Junio C Hamano2005-11-29
* | | Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano2005-11-29
|\ \ \
| * | | gitk: Add a preferences dialog with some basic stuffPaul Mackerras2005-11-30
* | | | [PATCH] Add tests for git-mv in subdirectoriesAlex Riesen2005-11-29
* | | | [PATCH] Make git-mv work in subdirectories, tooJohannes Schindelin2005-11-29
| |/ / |/| |
* | | SVN import: Use one log callMatthias Urlichs2005-11-29
* | | Fix typos and minor format issues.jdl@freescale.com2005-11-29
* | | http-push cleanupNick Hengeveld2005-11-29
* | | git-clone --shared should imply --localPavel Roskin2005-11-28
| |/ |/|
* | write_name_quoted(): make one of the path a counted string.Junio C Hamano2005-11-28
* | Documentation: Describe merge operation a bit better.Junio C Hamano2005-11-28
* | Fix typo in http-push.cJan Andres2005-11-28
* | name-rev: fix parent counting.Junio C Hamano2005-11-28
* | rebase: one safety net, one bugfix and one optimization.Junio C Hamano2005-11-28
* | Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano2005-11-28
|\ \ | |/
| * [PATCH] gitk: Use i18n.commitencoding configuration item.Junio C Hamano2005-11-28
| * gitk: Fix diff this->selected and selected->this functionsPaul Mackerras2005-11-28
* | git-mv: quote $src in regexp properly.Junio C Hamano2005-11-28
* | config.c: constness tightening to avoid compilation warning.Junio C Hamano2005-11-28
* | mailinfo: Do not use -u=<encoding>; say --encoding=<encoding>Junio C Hamano2005-11-28
* | mailinfo: Use i18n.commitencodingJunio C Hamano2005-11-27
* | mailinfo: allow -u to fall back on latin1 to utf8 conversion.Junio C Hamano2005-11-27