summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-12t0004: fix timing bugJunio C Hamano
2008-07-12git-mailinfo: document the -n optionLukas Sandström
2008-07-12Fix backwards-incompatible handling of core.sharedRepositoryPetr Baudis
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-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
2008-07-06builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix' and 'for...Brian Hetro
2008-07-06Documentation 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-03Merge branch 'js/maint-clone-insteadof' into maintJunio C Hamano
2008-07-03Merge branch 'jk/maint-fetch-ref-hier' into maintJunio C Hamano
2008-07-03Merge branch 'jc/maint-reset' into maintJunio C Hamano
2008-07-03Fix describe --tags --long so it does not segfaultShawn O. Pearce
2008-07-02Start draft release notes for 1.5.6.2Junio C Hamano
2008-07-02Fix 'git show' on signed tag of signed tag of commitThomas Rast
2008-06-30fetch: give a hint to the user when local refs fail to updateJeff King
2008-06-30doc/rev-parse: clarify reflog vs --until for specifying revisionsJeff King
2008-06-30clone: respect the settings in $HOME/.gitconfig and /etc/gitconfigJohannes Schindelin
2008-06-29git-svn: don't sanitize remote names in configEric Wong
2008-06-29git-svn: avoid filling up the disk with temp files.Avery Pennarun
2008-06-29git cat-file: Fix memory leak in batch modeBjörn Steinbrink
2008-06-28fix git config example syntaxJoey Hess
2008-06-28avoid off-by-one error in run_upload_archiveJochen Voss
2008-06-27fetch: report local storage errors in status tableJeff King
2008-06-27clone: respect url.insteadOf setting in global configsJohannes Schindelin