summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-15cpio is no longer used by git-cloneLibravatar Johan Herland1-3/+0
2008-06-15Documentation: RelNotes-1.5.6: talk about renamed HTML filesLibravatar Christian Couder1-2/+4
2008-06-14GIT 1.5.6-rc3Libravatar Junio C Hamano1-1/+1
2008-06-14Simplify and rename find_sha1_file()Libravatar Linus Torvalds1-10/+8
2008-06-14Make loose object file reading more carefulLibravatar Linus Torvalds1-26/+44
2008-06-14Avoid cross-directory renames and linking on object creationLibravatar Linus Torvalds1-41/+42
2008-06-14Use 'trash directory' thoroughly in t/test-lib.shLibravatar Jakub Narebski1-1/+1
2008-06-14Don't allocate too much memory in quote_ref_urlLibravatar Mike Hommey1-1/+1
2008-06-14gitweb: Make it work with $GIT containing spacesLibravatar Jakub Narebski1-1/+1
2008-06-14completion: add more 'git add' optionsLibravatar SZEDER Gábor1-1/+4
2008-06-14git add: add long equivalents of '-u' and '-f' optionsLibravatar SZEDER Gábor2-4/+7
2008-06-14Merge branch 'rs/attr'Libravatar Junio C Hamano3-22/+61
2008-06-14git-svn: test that extra blank lines aren't inserted in commit messages.Libravatar Avery Pennarun1-1/+15
2008-06-14git-svn: don't append extra newlines at the end of commit messages.Libravatar Avery Pennarun1-3/+5
2008-06-14git-submodule - Fix errors regarding resolve_relative_urlLibravatar Mark Levedahl1-4/+5
2008-06-14documentation: bisect: remove bits talking about a bisection branchLibravatar Christian Couder1-4/+3
2008-06-13sha1_file.c: dead code removalLibravatar Junio C Hamano2-145/+0
2008-06-13git-instaweb: improve auto-discovery of httpd and call conventions.Libravatar Flavio Poletti1-15/+33
2008-06-13t4126: fix test that happened to work due to timingLibravatar Junio C Hamano1-4/+0
2008-06-12Merge branch 'om/remote-fix'Libravatar Junio C Hamano3-51/+153
2008-06-12fast-export: Correctly generate initial commits with no parentsLibravatar Shawn O. Pearce1-0/+2
2008-06-12t/.gitattributes: only ignore whitespace errors in test filesLibravatar Lea Wiemann2-2/+3
2008-06-12document --pretty=tformat: optionLibravatar Jeff King1-0/+22
2008-06-12Improve sed portabilityLibravatar Chris Ridd1-1/+1
2008-06-12user-manual: describe how higher stages are set during a mergeLibravatar Junio C Hamano1-8/+7
2008-06-12doc: adding gitman.info and *.texi to .gitignoreLibravatar Geoffrey Irving1-0/+2
2008-06-12Documentation: exclude @pxref{[REMOTES]} from texinfo intermediate outputLibravatar Junio C Hamano1-1/+1
2008-06-12Documentation/git-pull.txt: Use more standard [NOTE] markupLibravatar Junio C Hamano1-1/+2
2008-06-11"remote prune": be quiet when there is nothing to pruneLibravatar Junio C Hamano1-2/+3
2008-06-11Typo in RelNotes.Libravatar Mikael Magnusson1-1/+1
2008-06-11Merge git://git.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano1-20/+30
2008-06-11Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2008-06-11fix typo in tutorialLibravatar Fred Maranhão1-1/+1
2008-06-10remote show: list tracked remote branches with -nLibravatar Olivier Marin2-2/+22
2008-06-10remote prune: print the list of pruned branchesLibravatar Olivier Marin3-8/+37
2008-06-10builtin-remote: split show_or_prune() in two separate functionsLibravatar Olivier Marin1-34/+67
2008-06-10remote show: fix the -n optionLibravatar Olivier Marin3-22/+41
2008-06-10git-cvsimport: do not fail when CVSROOT is /Libravatar Philippe Bruhat (BooK)1-0/+1
2008-06-10Consolidate SHA1 object file closeLibravatar Linus Torvalds1-6/+11
2008-06-09Documentation/git-cat-file.txt: add missing line breakLibravatar Lea Wiemann1-0/+1
2008-06-09Merge branch 'js/merge-recursive'Libravatar Junio C Hamano2-0/+63
2008-06-09Merge branch 'maint'Libravatar Junio C Hamano2-0/+3
2008-06-09merge-recursive: respect core.autocrlf when writing out the resultLibravatar Johannes Schindelin2-1/+12
2008-06-09git-read-tree: document -v option.Libravatar Miklos Vajna1-0/+3
2008-06-09Add testcase for merging in a CRLF repoLibravatar Marius Storm-Olsen1-0/+52
2008-06-09Ignore .gitattributes in bare repositoriesLibravatar René Scharfe3-22/+61
2008-06-09cat-file --batch / --batch-check: do not exit if hashes are missingLibravatar Lea Wiemann2-6/+27
2008-06-09t1006-cat-file.sh: typoLibravatar Lea Wiemann1-1/+1
2008-06-08Port to 12 other Platforms.Libravatar Boyd Lynn Gerber2-1/+40
2008-06-08progress.c: avoid use of dynamic-sized arrayLibravatar Boyd Lynn Gerber1-3/+8