summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-01-28combine-diff: extend --cc logic to Octopus.Junio C Hamano1-26/+63
2006-01-28combine-diff: minor output changes.Junio C Hamano1-3/+2
2006-01-28combine-diff: fix appending at the tail of a list.Junio C Hamano1-11/+6
2006-01-28diff-tree --cc: denser combined diff output for a merge commit.Junio C Hamano3-8/+73
2006-01-28diff-tree -c: show a merge commit a bit more sensibly.Junio C Hamano4-7/+502
2006-01-27merge: seed the commit message with list of conflicted files.Junio C Hamano1-0/+8
2006-01-27Merge fixes up to GIT 1.1.5Junio C Hamano1-6/+3
2006-01-27GIT 1.1.5v1.1.5Junio C Hamano1-6/+3
2006-01-27GIT 1.0.13v1.0.13Junio C Hamano2-7/+4
2006-01-27checkout: do not make a temporary copy of symlink target.Junio C Hamano1-6/+3
2006-01-26Add freebsd support in MakefileAlecs King1-0/+5
2006-01-26Make GIT-VERSION-GEN tolerate missing git describe command againUwe Zeisberger1-3/+5
2006-01-26Use symbolic name SHORT_NAME_AMBIGUOUS as error return valueUwe Zeisberger1-1/+1
2006-01-26Remove unneeded headerUwe Zeisberger1-1/+0
2006-01-26git-fetch --upload-pack: disambiguate.Junio C Hamano2-4/+3
2006-01-26Only use a single parser for tree objectsDaniel Barkalow5-46/+31
2006-01-25Add compat/unsetenv.c .Jason Riedy4-0/+37
2006-01-25Run GIT-VERSION-GEN with $(SHELL), not sh.Jason Riedy1-1/+1
2006-01-25Fix git-format-patch -s to include a Signed-off-by: line...Eric W. Biederman1-1/+1
2006-01-25tests: 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-25Merge branches 'jc/clone', 'md/env' and 'mo/path'Junio C Hamano7-25/+70
2006-01-25local push/pull env cleanupMatt Draisey1-2/+8
2006-01-24git-{fetch,peek-remote} handling of --upload-packMichal Ostrowski2-4/+13
2006-01-24git-fetch: pass --upload-pack to fetch-packMichal Ostrowski2-1/+14
2006-01-24clone: do not accept more than one -o option.Junio C Hamano1-1/+15
2006-01-24clone: do not create remotes/origin nor origin branch in a bare repository.Junio C Hamano2-2/+4
2006-01-24git-clone: PG13 --naked option to --bare.Junio C Hamano3-16/+17
2006-01-24Don't include ../README in git.txt - make a local copyPavel Roskin3-4/+8
2006-01-24sample update-hook: sanely handle a new branch head.Junio C Hamano1-1/+1
2006-01-24update-hook: Major overhaul (handling tags, mainly).Andreas Ericsson1-6/+65
2006-01-22Documentation: finishing touches to the new tutorial.Junio C Hamano3-3/+5
2006-01-22Recommend to remove unused `origin` in a shared repository.Junio C Hamano1-0/+20
2006-01-22New tutorialJ. Bruce Fields2-1677/+2081
2006-01-21git-grep: clarification on parameters.Junio C Hamano2-13/+36
2006-01-21Undef DT_* before redefining them.Junio C Hamano1-0/+4
2006-01-21t4011: "sleep 1" is not enough on FATJunio C Hamano1-1/+1
2006-01-21DT_UNKNOWN: do not fully trust existence of DT_UNKNOWNJunio C Hamano2-1/+8
2006-01-21fsck-objects: support platforms without d_ino in struct dirent.Junio C Hamano2-2/+17
2006-01-21Makefile: do not assume lack of IPV6 means no sockaddr_storage.Junio C Hamano1-1/+11
2006-01-21Mention install-doc in INSTALLJ. Bruce Fields1-2/+26
2006-01-21Document git-ls-files --directoryPetr Baudis1-0/+4
2006-01-21Minor 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-19Fix generation of "humanish" part of source repoUwe Zeisberger1-1/+1
2006-01-19Disable USE_SYMLINK_HEAD by defaultPavel Roskin2-6/+4
2006-01-19Merge fixes up to GIT 1.1.4Junio C Hamano2-18/+1