summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Documentation: don't assume git-sh-setup and git-parse-remote are in PATHjrnieder@uchicago.edu2008-06-302-2/+2
* | | | | | | | | t9700: skip when Test::More is not availableJunio C Hamano2008-06-301-0/+5
* | | | | | | | | Merge branch 'maint'Junio C Hamano2008-06-294-15/+10
|\| | | | | | | |
| * | | | | | | | git-svn: don't sanitize remote names in configEric Wong2008-06-291-12/+3
| * | | | | | | | git-svn: avoid filling up the disk with temp files.Avery Pennarun2008-06-291-1/+4
| * | | | | | | | git cat-file: Fix memory leak in batch modeBjörn Steinbrink2008-06-291-0/+1
| * | | | | | | | fix git config example syntaxJoey Hess2008-06-281-1/+1
| * | | | | | | | avoid off-by-one error in run_upload_archiveJochen Voss2008-06-281-1/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | show_stats(): fix stats width calculationOlivier Marin2008-06-291-6/+6
* | | | | | | | Documentation: remove {show,whatchanged}.difftree config optionsOlivier Marin2008-06-292-10/+0
* | | | | | | | GIT-VERSION-GEN: do not fail if a 'HEAD' file exists in the working copyLea Wiemann2008-06-281-1/+1
* | | | | | | | commit-tree: lift completely arbitrary limit of 16 parentsJohannes Schindelin2008-06-281-23/+20
* | | | | | | | shrink git-shell by avoiding redundant dependenciesDmitry Potapov2008-06-286-68/+79
* | | | | | | | help: check early if we have a command, if not try a documentation topicChristian Couder2008-06-281-8/+14
* | | | | | | | Document the double-dash "rev -- path" disambiguatorJunio C Hamano2008-06-281-4/+33
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Don't use dash commands (git-foo) in tutorial-2Ted Percival2008-06-271-5/+5
* | | | | | | test-lib.sh: show git init output when in verbose modeLea Wiemann2008-06-271-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'maint'Junio C Hamano2008-06-275-7/+80
|\| | | | |
| * | | | | Merge branch 'maint-1.5.5' into maintJunio C Hamano2008-06-273-4/+67
| |\ \ \ \ \
| | * | | | | GIT 1.5.5.5v1.5.5.5Junio C Hamano2008-06-273-2/+13
| | * | | | | Merge branch 'maint-1.5.4' into maint-1.5.5Junio C Hamano2008-06-272-4/+56
| | |\ \ \ \ \
| | | * | | | | GIT 1.5.4.6v1.5.4.6Junio C Hamano2008-06-273-2/+45
| | | * | | | | git-shell: accept "git foo" formJunio C Hamano2008-06-271-4/+13
| * | | | | | | diff --check: do not discard error status upon seeing a good lineJunio C Hamano2008-06-262-3/+13
* | | | | | | | improve for-each-ref test scriptJeff King2008-06-261-17/+70
* | | | | | | | Add 'git-p4.allowSubmit' to git-p4Jing Xue2008-06-261-0/+4
* | | | | | | | Start draft release notes for 1.6.0Junio C Hamano2008-06-262-1/+106
* | | | | | | | update-hook-example: optionally allow non-fast-forwardDmitry Potapov2008-06-261-33/+53
* | | | | | | | Merge branch 'maint'Junio C Hamano2008-06-266-11/+53
|\| | | | | | |
| * | | | | | | GIT 1.5.6.1v1.5.6.1Junio C Hamano2008-06-263-6/+35
| * | | | | | | fix update-hook-example to work with packed tag referencesDmitry Potapov2008-06-251-1/+1
| * | | | | | | clone: create intermediate directories of destination repoJeff King2008-06-255-11/+39
| * | | | | | | Merge branch 'jc/maint-combine-diff-pre-context' into maintJunio C Hamano2008-06-251-2/+5
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'lt/maint-gitdir-relative' into maintJunio C Hamano2008-06-253-1/+20
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'sb/maint-rebase' into maintJunio C Hamano2008-06-251-4/+10
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | git-rebase.sh: Add check if rebase is in progressStephan Beyer2008-06-231-4/+10
| * | | | | | | | | | for-each-ref: implement missing tag valuesJeff King2008-06-251-0/+7
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Fix use of "perl -i" on WindowsAlex Riesen2008-06-263-8/+8
* | | | | | | | | | Merge branch 'sb/rebase'Junio C Hamano2008-06-251-9/+34
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t3404: stricter tests for git-rebase--interactiveStephan Beyer2008-06-231-9/+34
| * | | | | | | | | | api-builtin.txt: update and fix typoStephan Beyer2008-06-231-5/+10
* | | | | | | | | | | Merge branch 'lw/gitweb'Junio C Hamano2008-06-251-106/+105
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gitweb: standarize HTTP status codesLea Wiemann2008-06-201-106/+105
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'lt/config-fsync'Junio C Hamano2008-06-255-21/+74
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add config option to enable 'fsync()' of object filesLinus Torvalds2008-06-195-1/+17
| * | | | | | | | | | | Split up default "i18n" and "branch" config parsing into helper routinesLinus Torvalds2008-06-191-11/+29
| * | | | | | | | | | | Split up default "user" config parsing into helper routineLinus Torvalds2008-06-191-4/+13
| * | | | | | | | | | | Split up default "core" config parsing into helper routineLinus Torvalds2008-06-191-16/+26
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'sr/tests'Junio C Hamano2008-06-253-4/+57
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Hook up the result aggregation in the test makefile.Sverre Rabbelier2008-06-091-2/+8