summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-11git-submodule: Avoid printing a spurious message.Alexandre Julliard
2008-11-11git ls-remote: make usage string match manpageStefan Naewe
2008-11-11Makefile: help people who run 'make check' by mistakeJunio C Hamano
2008-11-09Documentation: bisect: change a few instances of "git-cmd" to "git cmd"Christian Couder
2008-11-09Documentation: rev-list: change a few instances of "git-cmd" to "git cmd"Christian Couder
2008-11-09checkout: Don't crash when switching away from an invalid branch.Alexandre Julliard
2008-11-09GIT 1.6.0.4v1.6.0.4Junio C Hamano
2008-11-09Update RPM spec for the new location of git-cvsserver.Quy Tonthat
2008-11-09Merge branch 'cb/maint-update-ref-fix' into maintJunio C Hamano
2008-11-09Merge branch 'cj/maint-gitpm-fix-maybe-self' into maintJunio C Hamano
2008-11-09Merge branch 'ar/maint-mksnpath' into maintJunio C Hamano
2008-11-09Merge branch 'mv/maint-branch-m-symref' into maintJunio C Hamano
2008-11-05push: fix local refs update if already up-to-dateClemens Buchacher
2008-11-05do not force write of packed refsClemens Buchacher
2008-11-03format-patch documentation: mention the special case of showing a single commitJunio C Hamano
2008-11-02Add reference for status letters in documentation.Yann Dirson
2008-11-02Document that git-log takes --all-match.Mikael Magnusson
2008-11-02Update draft 1.6.0.4 release notesJunio C Hamano
2008-11-02Merge branch 'js/maint-fetch-update-head' into maintJunio C Hamano
2008-11-02Merge branch 'jk/maint-ls-files-other' into maintJunio C Hamano
2008-11-02Merge branch 'jc/maint-reset-remove-unmerged-new' into maintJunio C Hamano
2008-11-02Merge branch 'jc/maint-co-track' into maintJunio C Hamano
2008-11-02Start 1.6.0.4 cycleJunio C Hamano
2008-11-02add instructions on how to send patches to the mailing list with GmailTom Preston-Werner
2008-11-02Documentation/gitattributes: Add subsection header for each attributeJakub Narebski
2008-11-02git send-email: avoid leaking directory file descriptors.Pierre Habouzit
2008-11-02send-pack: do not send out single-level refs such as refs/stashJeff King
2008-11-02fix overlapping memcpy in normalize_absolute_pathJeff King
2008-11-02pack-objects: avoid reading uninitalized dataJeff King
2008-11-02correct cache_entry allocationJeff King
2008-11-02Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano
2008-11-01update-ref --no-deref -d: handle the case when the pointed ref is packedMiklos Vajna
2008-10-31git-svn: change dashed git-commit-tree to git commit-treeDeskin Miller
2008-10-31Documentation: clarify information about 'ident' attributeJan Krüger
2008-10-31bash completion: add doubledash to "git show"Markus Heidelberg
2008-10-31Use test-chmtime -v instead of perl in t5000 to get mtime of a fileAlex Riesen
2008-10-31Add --verbose|-v to test-chmtimeAlex Riesen
2008-10-31asciidoc: add minor workaround to add an empty line after code blocksJonas Fonseca
2008-10-31Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen
2008-10-31git_pathdup: returns xstrdup-ed copy of the formatted pathAlex Riesen
2008-10-31Fix potentially dangerous use of git_path in ref.cAlex Riesen
2008-10-31Add git_snpath: a .git path formatting routine with output bufferAlex Riesen
2008-10-30Plug a memleak in builtin-revertAlex Riesen
2008-10-30git branch -m: forbid renaming of a symrefMiklos Vajna
2008-10-28Add file delete/create info when we overflow rename_limitLinus Torvalds
2008-10-28Install git-cvsserver in $(bindir)Nanako Shiraishi
2008-10-28Install git-shell in bindir, tooTommi Virtanen
2008-10-27Fix potentially dangerous uses of mkpath and git_pathAlex Riesen
2008-10-27Fix mkpath abuse in dwim_ref and dwim_log of sha1_name.cAlex Riesen
2008-10-27Add mksnpath which allows you to specify the output bufferAlex Riesen