summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2007-12-27GIT 1.5.4-rc2v1.5.4-rc2Junio C Hamano
2007-12-27Merge branch 'rs/pretty-safety'Junio C Hamano
2007-12-27Make "--pretty=format" parser a bit more careful.René Scharfe
2007-12-27contrib: resurrect scripted git-revert.Junio C Hamano
2007-12-27Merge branch 'ar/commit-cleanup'Junio C Hamano
2007-12-27Fix rewrite_diff() name quoting.Junio C Hamano
2007-12-27combine-diff: Fix path quotingJunio C Hamano
2007-12-27Fix documentation of --first-parent in git-log and copy it to git-rev-listJunio C Hamano
2007-12-26Fix "git log --diff-filter" bugArjen Laarhoven
2007-12-26Improve error messages when int/long cannot be parsed from configShawn O. Pearce
2007-12-24cvsimport: die on cvsps errorsJeff King
2007-12-23shortlog manpage documentation: work around asciidoc markup issuesGustaf Hendeby
2007-12-23Documentation: describe 'union' low-level merge driverJunio C Hamano
2007-12-23Allow selection of different cleanup modes for commit messagesAlex Riesen
2007-12-23builtin-commit: avoid double-negation in the code.Junio C Hamano
2007-12-23builtin-commit: fix amending of the initial commitJunio C Hamano
2007-12-23t7005: do not exit inside test.Junio C Hamano
2007-12-22Don't dereference NULL upon lookup failure.Jim Meyering
2007-12-22Emit helpful status for accidental "git stash" saveWincent Colaiuta
2007-12-22parse-options: Add a gitcli(5) man page.Pierre Habouzit
2007-12-22Force the sticked form for options with optional arguments.Pierre Habouzit
2007-12-22Fix $EDITOR regression introduced by rewrite in C.Junio C Hamano
2007-12-22Small comment fix for git-cvsimport.Stefan Sperling
2007-12-22Make git send-email accept $EDITOR with argumentsGustaf Hendeby
2007-12-22git-tag: fix -l switch handling regression.Pierre Habouzit
2007-12-21Documentation: ls-files -v is about "assume unchanged".Junio C Hamano
2007-12-21Re(-re)*fix trim_common_tail()Linus Torvalds
2007-12-21gitweb: fix whitespace in config_to_multi (indent with tab)Jakub Narebski