summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-18http-fetch: do not SEGV after fetching a bad pack idx fileJunio C Hamano
2008-07-18rev-list: honor --quiet optionJunio C Hamano
2008-07-18api-run-command.txt: typofixStephan Beyer
2008-07-16Start preparing 1.5.6.4 release notesJunio C Hamano
2008-07-16git fetch-pack: do not complain about "no common commits" in an empty repoJohannes Schindelin
2008-07-16Merge branch 'js/maint-pretty-mailmap' into maintJunio C Hamano
2008-07-16Merge branch 'sp/maint-bash-completion-optim' into maintJunio C Hamano
2008-07-16Merge branch 'sp/maint-pack-memuse' into maintJunio C Hamano
2008-07-16Merge branch 'ls/maint-mailinfo-patch-label' into maintJunio C Hamano
2008-07-16Merge branch 'js/maint-daemon-syslog' into maintJunio C Hamano
2008-07-16rebase-i: keep old parents when preserving mergesStephan Beyer
2008-07-16t7600-merge: Use test_expect_failure to test option parsingJohannes Sixt
2008-07-16Fix buffer overflow in prepare_attr_stackDmitry Potapov
2008-07-16Fix buffer overflow in git diffDmitry Potapov
2008-07-16Fix buffer overflow in git-grepDmitry Potapov
2008-07-16git-cvsserver: fix call to nonexistant cleanupWorkDir()Lars Noschinski
2008-07-16Documentation/git-cherry-pick.txt et al.: Fix misleading -n descriptionPetr Baudis
2008-07-15bash completion: Resolve git show ref:path<tab> losing ref: portionShawn O. Pearce
2008-07-14bash completion: Append space after file names have been completedShawn O. Pearce
2008-07-14git-mailinfo: Fix getting the subject from the in-body [PATCH] lineLukas Sandström
2008-07-13bash completion: Don't offer "a.." as a completion for "a."Shawn O. Pearce
2008-07-13GIT 1.5.6.3v1.5.6.3Junio C Hamano
2008-07-13git-am: Do not exit silently if committer is unsetStephan Beyer
2008-07-13bash completion: Improve responsiveness of git-log completionShawn O. Pearce
2008-07-12t0004: fix timing bugJunio C Hamano
2008-07-12Add pretty format %aN which gives the author name, respecting .mailmapJohannes Schindelin
2008-07-12git-mailinfo: document the -n optionLukas Sandström
2008-07-12Fix backwards-incompatible handling of core.sharedRepositoryPetr Baudis
2008-07-09Correct pack memory leak causing git gc to try to exceed ulimitShawn O. Pearce
2008-07-09Start preparing release notes for 1.5.6.3Junio C Hamano
2008-07-08git-submodule - Fix bugs in adding an existing repo as a moduleMark Levedahl
2008-07-08bash: offer only paths after '--'SZEDER Gábor
2008-07-08Remove unnecessary pack-*.keep file after successful git-cloneShawn O. Pearce
2008-07-08make deleting a missing ref more quietJeff King
2008-07-08Merge branch 'qq/maint' into maintJunio C Hamano
2008-07-08Merge branch 'lt/racy-empty' into maintJunio C Hamano
2008-07-07Merge branch 'qq/maint' (early part) into maintJunio C Hamano
2008-07-07run_command(): respect GIT_TRACEJohannes Schindelin
2008-07-07git-svn.perl: workaround assertions in svn library 1.5.0Gerrit Pape
2008-07-07mailinfo: feed the correct line length to decode_transfer_encoding()Junio C Hamano
2008-07-07git-clone: remove leftover debugging fprintf().Alex Riesen
2008-07-07Fix grammar in git-rev-parse(1).Mikael Magnusson
2008-07-07git daemon: avoid calling syslog() from a signal handlerJohannes Schindelin
2008-07-06Fix "config_error_nonbool" used with value instead of keyChristian Couder
2008-07-06clone -q: honor "quiet" option over native transports.Junio C Hamano
2008-07-06attribute documentation: keep EXAMPLE at endJunio C Hamano
2008-07-06builtin-commit.c: Use 'git_config_string' to get 'commit.template'Brian Hetro
2008-07-06http.c: Use 'git_config_string' to clean up SSL config.Brian Hetro
2008-07-06diff.c: Use 'git_config_string' to get 'diff.external'Brian Hetro
2008-07-06convert.c: Use 'git_config_string' to get 'smudge' and 'clean'Brian Hetro