summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-15index-pack: Honor core.deltaBaseCacheLimit when resolving deltasShawn O. Pearce
2008-07-15index-pack: Track the object_entry that creates each base_dataShawn O. Pearce
2008-07-15index-pack: Chain the struct base_data on the stack for traversalShawn O. Pearce
2008-07-15index-pack: Refactor base arguments of resolve_delta into a structShawn O. Pearce
2008-07-14bash completion: Resolve git show ref:path<tab> losing ref: portionShawn O. Pearce
2008-07-13bash completion: Append space after file names have been completedShawn O. Pearce
2008-07-13git-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-11Add pretty format %aN which gives the author name, respecting .mailmapJohannes Schindelin
2008-07-11git-mailinfo: document the -n optionLukas Sandström
2008-07-11Fix 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-08Start 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-06mailinfo: feed the correct line length to decode_transfer_encoding()Junio C Hamano
2008-07-06git-clone: remove leftover debugging fprintf().Alex Riesen
2008-07-06Fix grammar in git-rev-parse(1).Mikael Magnusson
2008-07-06git daemon: avoid calling syslog() from a signal handlerJohannes Schindelin
2008-07-05Fix "config_error_nonbool" used with value instead of keyChristian Couder
2008-07-05clone -q: honor "quiet" option over native transports.Junio C Hamano
2008-07-05attribute documentation: keep EXAMPLE at endJunio C Hamano
2008-07-05builtin-commit.c: Use 'git_config_string' to get 'commit.template'Brian Hetro
2008-07-05http.c: Use 'git_config_string' to clean up SSL config.Brian Hetro
2008-07-05diff.c: Use 'git_config_string' to get 'diff.external'Brian Hetro
2008-07-05convert.c: Use 'git_config_string' to get 'smudge' and 'clean'Brian Hetro
2008-07-05builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix' and 'for...Brian Hetro
2008-07-05Documentation cvs: Clarify when a bare repository is neededMatthew Ogilvie
2008-07-05Documentation: be precise about which date --pretty usesNikolaus Schulz
2008-07-04GIT 1.5.6.2v1.5.6.2Junio C Hamano
2008-07-04Fix executable bits in t/ scriptsJunio C Hamano
2008-07-04Work around gcc warnings from curl headersJunio C Hamano
2008-07-02Merge branch 'js/maint-clone-insteadof' into maintJunio C Hamano
2008-07-02Merge branch 'jk/maint-fetch-ref-hier' into maintJunio C Hamano
2008-07-02Merge branch 'jc/maint-reset' into maintJunio C Hamano
2008-07-02Fix describe --tags --long so it does not segfaultShawn O. Pearce
2008-07-01Start draft release notes for 1.5.6.2Junio C Hamano
2008-07-01Fix 'git show' on signed tag of signed tag of commitThomas Rast
2008-06-29fetch: give a hint to the user when local refs fail to updateJeff King