summaryrefslogtreecommitdiffstats
path: root/builtin-pack-refs.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-06-16Document git log --abbrev-commit, as a kind of pretty optionJakub Narebski1-0/+9
2007-06-16Use tabs for indenting definition list for options in git-log.txtJakub Narebski1-1/+1
2007-06-16Document git rev-list --timestampJakub Narebski1-0/+4
2007-06-16Document git reflog --stale-fixJakub Narebski1-0/+13
2007-06-16Document git rev-parse --is-inside-git-dirJakub Narebski1-0/+4
2007-06-16Document git read-tree --trivialJakub Narebski2-2/+8
2007-06-16Document git rev-list --full-historyJakub Narebski1-0/+9
2007-06-16Do not use h_errno after connect(2): the function does not set itAlex Riesen1-4/+2
2007-06-16Documentation: update "stale" links for 1.5.2.2Junio C Hamano1-1/+3
2007-06-16git-svn: avoid string eval for defining functionsSam Vilain1-31/+33
2007-06-16Fix pushing to a pattern with no dstDaniel Barkalow1-2/+3
2007-06-16GIT 1.5.2.2v1.5.2.2Junio C Hamano3-2/+63
2007-06-16Documentation: adjust to AsciiDoc 8Junio C Hamano5-4/+14
2007-06-16Avoid diff cost on "git log -z"Junio C Hamano1-1/+2
2007-06-16git-branch --track: fix tracking branch computation.Junio C Hamano2-30/+53
2007-06-16$EMAIL is a last resort fallback, as it's system-wide.Junio C Hamano1-2/+2
2007-06-16merge-recursive: refuse to merge binary filesJohannes Schindelin2-0/+20
2007-06-16Move buffer_is_binary() to xdiff-interface.hJohannes Schindelin4-17/+11
2007-06-16Add a local implementation of hstrerror for the system which do not have itAlex Riesen3-0/+31
2007-06-16gitmodules(5): remove leading period from synopsisLars Hjemli1-1/+1
2007-06-16Generated spec file to be ignored is named git.spec and not git-core.specJakub Narebski1-1/+1
2007-06-16cvsserver: Actually implement --export-allFrank Lichtenheld3-2/+25
2007-06-16cvsserver: Let --base-path and pserver get along just fineFrank Lichtenheld2-4/+7
2007-06-13git-svn: reduce stat() calls for a backwards compatibility checkEric Wong1-1/+1