summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-23Finally implement "git log --follow"Linus Torvalds
2007-06-23Merge branch 'jc/oneline'Junio C Hamano
2007-06-23Merge branch 'ei/oneline+add-empty'Junio C Hamano
2007-06-23filter-branch: add example to move everything into a subdirectoryJohannes Schindelin
2007-06-23Merge branch 'js/filter'Junio C Hamano
2007-06-23Two trivial -Wcast-qual fixesJunio C Hamano
2007-06-23diffcore-rename: favour identical basenamesJohannes Schindelin
2007-06-23Document git-gui, git-citool as mainporcelain manual pagesShawn O. Pearce
2007-06-23Generate tags with correct timestamp (git-svnimport)Dave O'Neill
2007-06-20Cloning from a repo without "current branch"Nanako Shiraishi
2007-06-20Change default man page path to /usr/share/manIsmail Dönmez
2007-06-20INSTALL: explain how to build documentationJunio C Hamano
2007-06-20cvsserver: Actually implement --export-allAlex Riesen
2007-06-17Fix ALLOC_GROW calls with obsolete semanticsJeff King
2007-06-17Merge branch 'jk/add-empty' into ei/oneline+add-emptyJunio C Hamano
2007-06-17pp_header(): work around possible memory corruptionJohannes Schindelin
2007-06-17Fix ALLOC_GROW off-by-oneJeff King
2007-06-16Document git log --full-diffJakub Narebski
2007-06-16Document git log --abbrev-commit, as a kind of pretty optionJakub Narebski
2007-06-16Use tabs for indenting definition list for options in git-log.txtJakub Narebski
2007-06-16Document git rev-list --timestampJakub Narebski
2007-06-16Document git reflog --stale-fixJakub Narebski
2007-06-16Document git rev-parse --is-inside-git-dirJakub Narebski
2007-06-16Document git read-tree --trivialJakub Narebski
2007-06-16Document git rev-list --full-historyJakub Narebski
2007-06-16Do not use h_errno after connect(2): the function does not set itAlex Riesen
2007-06-16Documentation: update "stale" links for 1.5.2.2Junio C Hamano
2007-06-16Merge branch 'jc/remote'Junio C Hamano
2007-06-16Merge branch 'gp/branch'Junio C Hamano
2007-06-16Merge branch 'fl/cvsserver'Junio C Hamano
2007-06-16Merge branch 'lh/submodule'Junio C Hamano
2007-06-16Merge branch 'maint' to sync with GIT 1.5.2.2Junio C Hamano
2007-06-16git-svn: avoid string eval for defining functionsSam Vilain
2007-06-16Fix pushing to a pattern with no dstDaniel Barkalow
2007-06-16GIT 1.5.2.2v1.5.2.2Junio C Hamano
2007-06-16Documentation: adjust to AsciiDoc 8Junio C Hamano
2007-06-16Avoid diff cost on "git log -z"Junio C Hamano
2007-06-16git-branch --track: fix tracking branch computation.Junio C Hamano
2007-06-16$EMAIL is a last resort fallback, as it's system-wide.Junio C Hamano
2007-06-16merge-recursive: refuse to merge binary filesJohannes Schindelin
2007-06-16Move buffer_is_binary() to xdiff-interface.hJohannes Schindelin
2007-06-16Add a local implementation of hstrerror for the system which do not have itAlex Riesen
2007-06-16gitmodules(5): remove leading period from synopsisLars Hjemli
2007-06-16Generated spec file to be ignored is named git.spec and not git-core.specJakub Narebski
2007-06-16cvsserver: Actually implement --export-allFrank Lichtenheld
2007-06-16cvsserver: Let --base-path and pserver get along just fineFrank Lichtenheld
2007-06-13git-svn: reduce stat() calls for a backwards compatibility checkEric Wong
2007-06-13git-svn: test for creating new directories over svn://Eric Wong
2007-06-13git-svn: cleanup: factor out longest_common_path() functionEric Wong
2007-06-13gitview: run blame with -C -CAneesh Kumar K.V