summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-17gitweb: quote commands properly when calling the shellLibravatar Lea Wiemann1-10/+14
2008-06-16sha1_file.c: simplify parse_pack_index()Libravatar Junio C Hamano2-9/+1
2008-06-16create_tempfile: make sure that leading directories can be accessible by peersLibravatar Junio C Hamano1-2/+2
2008-06-16write_loose_object: don't bother trying to read an old objectLibravatar Linus Torvalds1-14/+0
2008-06-16path-list documentation: document all functions and data structuresLibravatar Miklos Vajna1-4/+121
2008-06-16run-command documentation: fix "memset()" parameterLibravatar Miklos Vajna1-2/+2
2008-06-16Merge branch 'maint'Libravatar Junio C Hamano1-2/+4
2008-06-16diff.c: fix emit_line() again not to add extra lineLibravatar Junio C Hamano1-2/+4
2008-06-16Merge branch 'maint'Libravatar Junio C Hamano1-0/+4
2008-06-16diff: reset color before printing newlineLibravatar SZEDER Gábor1-0/+4
2008-06-15Make git reflog expire honour core.sharedRepository.Libravatar Pierre Habouzit2-0/+17
2008-06-15Update RPM spec to drop curl executable requirementLibravatar Junio C Hamano1-1/+4
2008-06-15The "curl" executable is no longer requiredLibravatar Johan Herland1-4/+4
2008-06-15Makefile: update check-docs targetLibravatar Junio C Hamano1-0/+8
2008-06-15Consistency: Use "libcurl" instead of "cURL library" and "curl"Libravatar Johan Herland4-5/+5
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