summaryrefslogtreecommitdiffstats
path: root/revision.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-11Fix non-literal format in printf-style callsDaniel Lowe8-12/+12
2008-11-11git-submodule: Avoid printing a spurious message.Alexandre Julliard1-1/+1
2008-11-11git ls-remote: make usage string match manpageStefan Naewe1-1/+1
2008-11-11Makefile: help people who run 'make check' by mistakeJunio C Hamano1-1/+10
2008-11-09Documentation: bisect: change a few instances of "git-cmd" to "git cmd"Christian Couder1-3/+3
2008-11-09Documentation: rev-list: change a few instances of "git-cmd" to "git cmd"Christian Couder1-4/+4
2008-11-09checkout: Don't crash when switching away from an invalid branch.Alexandre Julliard2-4/+22
2008-11-09GIT 1.6.0.4v1.6.0.4Junio C Hamano1-6/+5
2008-11-09Update RPM spec for the new location of git-cvsserver.Quy Tonthat1-0/+4
2008-11-05push: fix local refs update if already up-to-dateClemens Buchacher2-14/+39
2008-11-05do not force write of packed refsClemens Buchacher2-3/+11
2008-11-03format-patch documentation: mention the special case of showing a single commitJunio C Hamano1-1/+2
2008-11-03Add reference for status letters in documentation.Yann Dirson2-1/+17
2008-11-03Document that git-log takes --all-match.Mikael Magnusson1-0/+4
2008-11-02Update draft 1.6.0.4 release notesJunio C Hamano1-7/+18
2008-11-02Start 1.6.0.4 cycleJunio C Hamano2-1/+30
2008-11-02add instructions on how to send patches to the mailing list with GmailTom Preston-Werner1-0/+27
2008-11-02Documentation/gitattributes: Add subsection header for each attributeJakub Narebski1-0/+6
2008-11-02git send-email: avoid leaking directory file descriptors.Pierre Habouzit1-2/+1
2008-11-02send-pack: do not send out single-level refs such as refs/stashJeff King1-1/+7
2008-11-02fix overlapping memcpy in normalize_absolute_pathJeff King1-1/+1
2008-11-02pack-objects: avoid reading uninitalized dataJeff King1-1/+2
2008-11-02correct cache_entry allocationJeff King1-1/+1
2008-11-01update-ref --no-deref -d: handle the case when the pointed ref is packedMiklos Vajna2-1/+12
2008-10-31git-svn: change dashed git-commit-tree to git commit-treeDeskin Miller1-1/+1
2008-10-31Documentation: clarify information about 'ident' attributeJan Krüger1-2/+2
2008-10-31bash completion: add doubledash to "git show"Markus Heidelberg1-0/+2
2008-10-31Use test-chmtime -v instead of perl in t5000 to get mtime of a fileAlex Riesen1-1/+1
2008-10-31Add --verbose|-v to test-chmtimeAlex Riesen1-21/+70
2008-10-31asciidoc: add minor workaround to add an empty line after code blocksJonas Fonseca1-0/+20
2008-10-31Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen9-12/+12
2008-10-31git_pathdup: returns xstrdup-ed copy of the formatted pathAlex Riesen2-4/+22
2008-10-31Fix potentially dangerous use of git_path in ref.cAlex Riesen1-3/+5
2008-10-31Add git_snpath: a .git path formatting routine with output bufferAlex Riesen2-0/+25
2008-10-30Plug a memleak in builtin-revertAlex Riesen1-1/+2
2008-10-30git branch -m: forbid renaming of a symrefMiklos Vajna2-20/+17
2008-10-28Add file delete/create info when we overflow rename_limitLinus Torvalds1-1/+1
2008-10-28Install git-cvsserver in $(bindir)Nanako Shiraishi1-1/+1
2008-10-28Install git-shell in bindir, tooTommi Virtanen1-1/+1
2008-10-27Fix potentially dangerous uses of mkpath and git_pathAlex Riesen1-2/+2
2008-10-27Fix mkpath abuse in dwim_ref and dwim_log of sha1_name.cAlex Riesen1-2/+4
2008-10-27Add mksnpath which allows you to specify the output bufferAlex Riesen2-0/+18
2008-10-27add -p: warn if only binary changes presentThomas Rast1-2/+7
2008-10-27git-archive: work in bare reposCharles Bailey3-2/+23
2008-10-26Fix git update-ref --no-deref -d.Miklos Vajna2-3/+12
2008-10-26rename_ref(): handle the case when the reflog of a ref does not existMiklos Vajna1-1/+1
2008-10-26Fix git branch -m for symrefs.Miklos Vajna10-31/+55
2008-10-25git-svn: change dashed git-config to git configDeskin Miller1-1/+1
2008-10-21GIT 1.6.0.3v1.6.0.3Junio C Hamano1-9/+6
2008-10-21rehabilitate 'git index-pack' inside the object storeNicolas Pitre2-3/+29