summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-07Make the git metapackage require the same version of the subpackages.James Bowes
2008-01-07tree-walk: don't parse incorrect entriesMartin Koegler
2008-01-07Document the color.interactive semanticsJeff King
2008-01-07add--interactive: allow diff colors without interactive colorsJeff King
2008-01-07add--interactive: remove unused diff colorsJeff King
2008-01-07parse_tag_buffer: don't parse invalid tagsMartin Koegler
2008-01-07Documentation: rename gitlink macro to linkgitDan McGee
2008-01-07Documentation: fix "gitlink::foobar[s]"Junio C Hamano
2008-01-07Documentation: remove gitman.info with "make clean"Junio C Hamano
2008-01-07custom pretty format: tolerate empty e-mail addressJunio C Hamano
2008-01-07Documentation/Makefile - honor $DESTDIR for quick-install targetMark Levedahl
2008-01-07filter-branch: work correctly with ambiguous refnamesJunio C Hamano
2008-01-07git-rev-parse --symbolic-full-nameJunio C Hamano
2008-01-07git-stash clear: refuse to work with extra parameter for nowJunio C Hamano
2008-01-05git-stash: use stdout instead of stderr for non error messagesMarco Costalba
2008-01-05Update draft release notes for 1.5.4Junio C Hamano
2008-01-05git-am: Run git gc only once and not for every patch.Michael Stefaniuc
2008-01-05t/t3800: do not use a temporary file to hold expected result.Junio C Hamano
2008-01-05t/t{3600,3800,5401}: do not use egrep when grep would doJunio C Hamano
2008-01-05t/t7001: avoid unnecessary ERE when using grepMiklos Vajna
2008-01-05t/t7600: avoid GNUism in grepJunio C Hamano
2008-01-05Merge git://repo.or.cz/git-guiJunio C Hamano
2008-01-05Document git-reset defaults to HEAD if no commit is givenMarco Costalba
2008-01-05diff: remove lazy config loadingJeff King
2008-01-05diff: load funcname patterns in "basic" configJeff King
2008-01-05add a "basic" diff config callbackJeff King
2008-01-04receive-pack: reject invalid refnamesMartin Koegler
2008-01-04Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering
2008-01-04git-clean: make "Would remove ..." path relative to cwd againJunio C Hamano
2008-01-03Fix grammar nits in documentation and in code comments.Jim Meyering
2008-01-03Uninline prefixcmp()Junio C Hamano
2008-01-02Update callers of check_ref_format()Junio C Hamano
2008-01-02git-svn: unlink index files that were globbed, tooEric Wong
2008-01-02git-svn: allow dcommit --no-rebase to commit multiple, dependent changesEric Wong
2008-01-02receive-pack: check object type of sha1 before using them as commitsMartin Koegler
2008-01-02Optimize prefixcmp()Johannes Schindelin
2008-01-02lock_any_ref_for_update(): reject wildcard return from check_ref_formatJunio C Hamano
2008-01-02git-reset: refuse to do hard reset in a bare repositoryJeff King
2008-01-02config: handle lack of newline at end of file betterJeff King
2007-12-31Merge branch 'maint' of git://linux-nfs.org/~bfields/gitJunio C Hamano
2007-12-31Documentation/user-manual.txt: fix typoGustaf Hendeby
2007-12-31Documentation: fix remote.<name>.skipDefaultUpdate descriptionJ. Bruce Fields
2007-12-30git-rebase -i: clean-up error check codepath.Junio C Hamano
2007-12-30git-rebase -i behaves better on commits with incomplete messagesJunio C Hamano
2007-12-30Fix double-free() in http-push.c:remote_exists()Grégoire Barbier
2007-12-30git-gui: Make commit log messages end with a newlinegitgui-0.9.1Bernt Hansen
2007-12-30Added Swedish translation.Peter Karlsson
2007-12-29"git pull --tags": error out with a better message.Junio C Hamano
2007-12-29git-sh-setup: document git_editor() and get_author_ident_from_commit()Miklos Vajna
2007-12-28Documentation/git-submodule.txt: typofixJunio C Hamano