summaryrefslogtreecommitdiffstats
path: root/git-reset.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2006-06-26Solaris needs inclusion of signal.h for signal()Dennis Stosberg2-0/+2
2006-06-25correct documentation for git grepMatthias Lederhofer1-1/+6
2006-06-25rebase: allow --skip to work with --mergeEric Wong3-2/+73
2006-06-25rebase: cleanup rebasing with --mergeEric Wong1-28/+5
2006-06-25rebase: allow --merge option to handle patches merged upstreamEric Wong2-5/+23
2006-06-25git-commit: filter out log message lines only when editor was run.Yann Dirson1-7/+12
2006-06-25Rename safe_strncpy() to strlcpy().Peter Eriksen12-30/+48
2006-06-25apply: replace NO_ACCURATE_DIFF with --inaccurate-eof runtime flag.Johannes Schindelin1-9/+16
2006-06-25Clean up diff.cTimo Hirvonen1-12/+6
2006-06-25cvsimport: always set $ENV{GIT_INDEX_FILE} to $index{$branch}Johannes Schindelin1-7/+8
2006-06-24cvsimport: setup indexes correctly for ancestors and incremental importsMartin Langhoff1-17/+22
2006-06-24repo-config: fix printing of boolJunio C Hamano1-6/+3
2006-06-24diff --color: use reset sequence when we mean reset.Junio C Hamano1-1/+1
2006-06-24git-repack -- respect -q and be quietMartin Langhoff1-2/+3
2006-06-24git-pull: abort when fmt-merge-msg fails.Junio C Hamano1-1/+1
2006-06-24usage: minimum type fix.Junio C Hamano1-3/+3
2006-06-24Customizable error handlersPetr Baudis2-4/+46
2006-06-24git-merge: Don't use -p when outputting summaryTimo Hirvonen1-1/+1
2006-06-24Teach diff about -b and -w flagsJohannes Schindelin9-20/+81
2006-06-24git-commit: allow -e option anywhere on command lineJeff King1-1/+3
2006-06-24patch-id: take "commit" prefix as well as "diff-tree" prefixJohannes Schindelin1-0/+2
2006-06-23Makefile: do not recompile main programs when libraries have changed.Junio C Hamano1-1/+1
2006-06-23add GIT-CFLAGS to .gitignoreMatthias Kestenholz1-0/+1
2006-06-23Tweak diff colorsLinus Torvalds1-41/+58
2006-06-22gitweb: whitespace cleanup around '='Jakub Narebski1-4/+4
2006-06-22gitweb: Use $hash_base as $search_hash if possibleTimo Hirvonen1-1/+3
2006-06-22git-svn: fix commit --edit flag when using SVN:: librariesEric Wong1-6/+8
2006-06-22Makefile: do not force unneeded recompilation upon GIT_VERSION changesJunio C Hamano1-1/+1
2006-06-22rebase --merge: fix for rebasing more than 7 commits.Junio C Hamano1-13/+10
2006-06-22Check and document the options to prevent mistakes.Eric W. Biederman2-0/+23
2006-06-22Pass -DDEFAULT_GIT_TEMPLATE_DIR only where actually used.Yakov Lerner1-1/+2
2006-06-22daemon: send stderr to /dev/null instead of closing.Junio C Hamano1-1/+1
2006-06-21gitweb: Make use of $PATH_INFO for project parameterJakub Narebski1-1/+2
2006-06-21Fix grow_refs_hash()Linus Torvalds1-16/+14
2006-06-21rebase: error out for NO_PYTHON if they use recursive mergeEric Wong2-0/+15