summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GIT 1.5.6.3v1.5.6.3Junio C Hamano2008-07-132-9/+20
* git-am: Do not exit silently if committer is unsetStephan Beyer2008-07-131-1/+2
* t0004: fix timing bugJunio C Hamano2008-07-121-9/+10
* git-mailinfo: document the -n optionLukas Sandström2008-07-112-2/+5
* Fix backwards-incompatible handling of core.sharedRepositoryPetr Baudis2008-07-112-1/+24
* Start preparing release notes for 1.5.6.3Junio C Hamano2008-07-082-1/+43
* git-submodule - Fix bugs in adding an existing repo as a moduleMark Levedahl2008-07-081-2/+1
* bash: offer only paths after '--'SZEDER Gábor2008-07-081-0/+30
* Remove unnecessary pack-*.keep file after successful git-cloneShawn O. Pearce2008-07-082-3/+24
* make deleting a missing ref more quietJeff King2008-07-083-3/+9
* Merge branch 'qq/maint' into maintJunio C Hamano2008-07-081-0/+2
|\
| * run_command(): respect GIT_TRACEJohannes Schindelin2008-07-071-0/+2
* | Merge branch 'lt/racy-empty' into maintJunio C Hamano2008-07-081-0/+16
|\ \
| * | racy-git: an empty blob has a fixed object nameLinus Torvalds2008-06-191-0/+16
* | | Merge branch 'qq/maint' (early part) into maintJunio C Hamano2008-07-0715-88/+73
|\ \ \ | | |/ | |/|
| * | git-svn.perl: workaround assertions in svn library 1.5.0Gerrit Pape2008-07-071-0/+2
| * | mailinfo: feed the correct line length to decode_transfer_encoding()Junio C Hamano2008-07-061-0/+1
| * | git-clone: remove leftover debugging fprintf().Alex Riesen2008-07-061-1/+0
| * | Fix "config_error_nonbool" used with value instead of keyChristian Couder2008-07-051-1/+1
| * | clone -q: honor "quiet" option over native transports.Junio C Hamano2008-07-051-1/+3
| * | attribute documentation: keep EXAMPLE at endJunio C Hamano2008-07-051-16/+17
| * | builtin-commit.c: Use 'git_config_string' to get 'commit.template'Brian Hetro2008-07-051-7/+4
| * | http.c: Use 'git_config_string' to clean up SSL config.Brian Hetro2008-07-051-24/+12
| * | diff.c: Use 'git_config_string' to get 'diff.external'Brian Hetro2008-07-051-6/+2
| * | convert.c: Use 'git_config_string' to get 'smudge' and 'clean'Brian Hetro2008-07-051-16/+9
| * | builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix' and 'for...Brian Hetro2008-07-051-12/+4
| * | Documentation cvs: Clarify when a bare repository is neededMatthew Ogilvie2008-07-053-0/+14
| * | Documentation: be precise about which date --pretty usesNikolaus Schulz2008-07-051-4/+4
* | | Fix grammar in git-rev-parse(1).Mikael Magnusson2008-07-061-2/+2
|/ /
* | GIT 1.5.6.2v1.5.6.2Junio C Hamano2008-07-042-11/+21
* | Fix executable bits in t/ scriptsJunio C Hamano2008-07-042-0/+0
* | Work around gcc warnings from curl headersJunio C Hamano2008-07-042-12/+10
* | Merge branch 'js/maint-clone-insteadof' into maintJunio C Hamano2008-07-021-1/+9
|\ \
| * | clone: respect the settings in $HOME/.gitconfig and /etc/gitconfigJohannes Schindelin2008-06-291-0/+7
| * | clone: respect url.insteadOf setting in global configsJohannes Schindelin2008-06-271-1/+2
* | | Merge branch 'jk/maint-fetch-ref-hier' into maintJunio C Hamano2008-07-021-16/+35
|\ \ \
| * | | fetch: give a hint to the user when local refs fail to updateJeff King2008-06-291-4/+11
| * | | fetch: report local storage errors in status tableJeff King2008-06-271-12/+24
| |/ /
* | | Merge branch 'jc/maint-reset' into maintJunio C Hamano2008-07-022-5/+81
|\ \ \
| * | | Allow "git-reset path" when unambiguousJunio C Hamano2008-06-252-5/+81
* | | | Fix describe --tags --long so it does not segfaultShawn O. Pearce2008-07-022-1/+3
* | | | Start draft release notes for 1.5.6.2Junio C Hamano2008-07-012-1/+32
* | | | Fix 'git show' on signed tag of signed tag of commitThomas Rast2008-07-011-1/+1
* | | | doc/rev-parse: clarify reflog vs --until for specifying revisionsJeff King2008-06-291-1/+4
* | | | git-svn: don't sanitize remote names in configEric Wong2008-06-281-12/+3
* | | | git-svn: avoid filling up the disk with temp files.Avery Pennarun2008-06-281-1/+4
* | | | git cat-file: Fix memory leak in batch modeBjörn Steinbrink2008-06-281-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
| |/ / |/| |
* | | Merge branch 'maint-1.5.5' into maintJunio C Hamano2008-06-263-4/+67
|\ \ \