summaryrefslogtreecommitdiffstats
path: root/git-whatchanged.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2006-01-28rev-parse: --abbrev option.Junio C Hamano1-0/+14
2006-01-28abbrev cleanup: use symbolic constantsJunio C Hamano5-8/+7
2006-01-28merge: seed the commit message with list of conflicted files.Junio C Hamano1-0/+8
2006-01-27checkout: do not make a temporary copy of symlink target.Junio C Hamano1-6/+3
2006-01-27Add freebsd support in MakefileAlecs King1-0/+5
2006-01-27Make GIT-VERSION-GEN tolerate missing git describe command againUwe Zeisberger1-3/+5
2006-01-27Use symbolic name SHORT_NAME_AMBIGUOUS as error return valueUwe Zeisberger1-1/+1
2006-01-27Remove unneeded headerUwe Zeisberger1-1/+0
2006-01-27git-fetch --upload-pack: disambiguate.Junio C Hamano2-4/+3
2006-01-26Only use a single parser for tree objectsDaniel Barkalow5-46/+31
2006-01-26Add compat/unsetenv.c .Jason Riedy4-0/+37
2006-01-26Run GIT-VERSION-GEN with $(SHELL), not sh.Jason Riedy1-1/+1
2006-01-26Fix git-format-patch -s to include a Signed-off-by: line...Eric W. Biederman1-1/+1
2006-01-26tests: adjust breakage by stricter rev-parseJunio C Hamano1-2/+2
2006-01-25git-whatchanged: exit out early on errorsLinus Torvalds1-1/+1
2006-01-25Make git-rev-list and git-rev-parse argument parsing stricterLinus Torvalds2-1/+8
2006-01-25local push/pull env cleanupMatt Draisey1-2/+8
2006-01-25git-{fetch,peek-remote} handling of --upload-packMichal Ostrowski2-4/+13
2006-01-25git-fetch: pass --upload-pack to fetch-packMichal Ostrowski2-1/+14
2006-01-25clone: do not accept more than one -o option.Junio C Hamano1-1/+15
2006-01-25clone: do not create remotes/origin nor origin branch in a bare repository.Junio C Hamano2-2/+4
2006-01-25git-clone: PG13 --naked option to --bare.Junio C Hamano3-16/+17
2006-01-25Don't include ../README in git.txt - make a local copyPavel Roskin3-4/+8
2006-01-25sample update-hook: sanely handle a new branch head.Junio C Hamano1-1/+1
2006-01-25update-hook: Major overhaul (handling tags, mainly).Andreas Ericsson1-6/+65
2006-01-23Documentation: finishing touches to the new tutorial.Junio C Hamano3-3/+5
2006-01-23Recommend to remove unused `origin` in a shared repository.Junio C Hamano1-0/+20
2006-01-23New tutorialJ. Bruce Fields2-1703/+2107
2006-01-22git-grep: clarification on parameters.Junio C Hamano2-13/+36
2006-01-22Undef DT_* before redefining them.Junio C Hamano1-0/+4
2006-01-22t4011: "sleep 1" is not enough on FATJunio C Hamano1-1/+1
2006-01-22DT_UNKNOWN: do not fully trust existence of DT_UNKNOWNJunio C Hamano2-1/+8
2006-01-22fsck-objects: support platforms without d_ino in struct dirent.Junio C Hamano2-2/+17
2006-01-22Makefile: do not assume lack of IPV6 means no sockaddr_storage.Junio C Hamano1-1/+11
2006-01-22Mention install-doc in INSTALLJ. Bruce Fields1-2/+26
2006-01-22Document git-ls-files --directoryPetr Baudis1-0/+4
2006-01-22Minor git-reset and git-commit documentation fixesJ. Bruce Fields2-5/+5
2006-01-21Revert "git-push: avoid falling back on pushing "matching" refs."Junio C Hamano1-8/+3
2006-01-21AsciiDoc fixes for the git-svnimport manpageFlorian Weimer1-8/+4
2006-01-20update using-topic-branchesLuck, Tony1-1/+9
2006-01-20Fix generation of "humanish" part of source repoUwe Zeisberger1-1/+1
2006-01-20Disable USE_SYMLINK_HEAD by defaultPavel Roskin2-6/+4
2006-01-20git-fetch-pack: really do not ask for funny refsJohannes Schindelin1-3/+0
2006-01-20Revert "check_packed_git_idx(): check integrity of the idx file itself."Junio C Hamano1-15/+1
2006-01-16Allow building of RPM from interim snapshot.Junio C Hamano1-1/+1
2006-01-16git-push: fix --tags and document it.Junio C Hamano2-13/+21
2006-01-16describe: omit clearing marks on the last one.Junio C Hamano2-5/+8
2006-01-16cvsimport: ease migration from CVSROOT/users formatJunio C Hamano1-9/+20
2006-01-16git-cvsimport: Add -A <author-conv-file> optionAndreas Ericsson2-6/+70
2006-01-16diffcore-break/diffcore-rename: integer overflow.Junio C Hamano1-1/+1