summaryrefslogtreecommitdiffstats
path: root/shell.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-07Documentation: remove gitman.info with "make clean"Junio C Hamano1-1/+2
2008-01-07custom pretty format: tolerate empty e-mail addressJunio C Hamano2-4/+22
2008-01-07Documentation/Makefile - honor $DESTDIR for quick-install targetMark Levedahl1-1/+1
2008-01-07filter-branch: work correctly with ambiguous refnamesJunio C Hamano1-19/+3
2008-01-07git-rev-parse --symbolic-full-nameJunio C Hamano2-3/+41
2008-01-07git-stash clear: refuse to work with extra parameter for nowJunio C Hamano1-1/+6
2008-01-05git-stash: use stdout instead of stderr for non error messagesMarco Costalba1-3/+3
2008-01-05Update draft release notes for 1.5.4Junio C Hamano1-1/+4
2008-01-05git-am: Run git gc only once and not for every patch.Michael Stefaniuc1-2/+2
2008-01-05t/t3800: do not use a temporary file to hold expected result.Junio C Hamano1-64/+25
2008-01-05t/t{3600,3800,5401}: do not use egrep when grep would doJunio C Hamano3-3/+3
2008-01-05t/t7001: avoid unnecessary ERE when using grepMiklos Vajna1-6/+6
2008-01-05t/t7600: avoid GNUism in grepJunio C Hamano1-2/+2
2008-01-05Document git-reset defaults to HEAD if no commit is givenMarco Costalba1-2/+2
2008-01-05diff: remove lazy config loadingJeff King1-9/+0
2008-01-05diff: load funcname patterns in "basic" configJeff King1-3/+8
2008-01-05add a "basic" diff config callbackJeff King5-3/+10
2008-01-05receive-pack: reject invalid refnamesMartin Koegler1-1/+2
2008-01-04Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering6-6/+6
2008-01-04git-clean: make "Would remove ..." path relative to cwd againJunio C Hamano1-6/+15
2008-01-03Fix grammar nits in documentation and in code comments.Jim Meyering6-6/+6
2008-01-03Uninline prefixcmp()Junio C Hamano2-9/+11
2008-01-02Update callers of check_ref_format()Junio C Hamano3-9/+12
2008-01-02git-svn: unlink index files that were globbed, tooEric Wong1-3/+6
2008-01-02git-svn: allow dcommit --no-rebase to commit multiple, dependent changesEric Wong1-2/+2
2008-01-02receive-pack: check object type of sha1 before using them as commitsMartin Koegler1-2/+12
2008-01-02Optimize prefixcmp()Johannes Schindelin1-1/+5
2008-01-02lock_any_ref_for_update(): reject wildcard return from check_ref_formatJunio C Hamano2-10/+22
2008-01-02git-reset: refuse to do hard reset in a bare repositoryJeff King2-0/+31
2008-01-02config: handle lack of newline at end of file betterJeff King2-5/+46
2007-12-31Documentation/user-manual.txt: fix typoGustaf Hendeby1-1/+1
2007-12-31Documentation: fix remote.<name>.skipDefaultUpdate descriptionJ. Bruce Fields1-1/+1
2007-12-30git-rebase -i: clean-up error check codepath.Junio C Hamano1-10/+19
2007-12-30git-rebase -i behaves better on commits with incomplete messagesJunio C Hamano1-2/+4
2007-12-30Fix double-free() in http-push.c:remote_exists()Grégoire Barbier1-2/+0
2007-12-30git-gui: Make commit log messages end with a newlinegitgui-0.9.1Bernt Hansen1-1/+1