summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | write_loose_object: don't bother trying to read an old objectLinus Torvalds2008-06-161-14/+0
* | | | | | | path-list documentation: document all functions and data structuresMiklos Vajna2008-06-161-4/+121
* | | | | | | run-command documentation: fix "memset()" parameterMiklos Vajna2008-06-161-2/+2
* | | | | | | Merge branch 'maint'Junio C Hamano2008-06-161-2/+4
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | diff.c: fix emit_line() again not to add extra lineJunio C Hamano2008-06-161-2/+4
* | | | | | | Merge branch 'maint'Junio C Hamano2008-06-161-0/+4
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | diff: reset color before printing newlineSZEDER Gábor2008-06-161-0/+4
* | | | | | | Make git reflog expire honour core.sharedRepository.Pierre Habouzit2008-06-152-0/+17
* | | | | | | Update RPM spec to drop curl executable requirementJunio C Hamano2008-06-151-1/+4
* | | | | | | The "curl" executable is no longer requiredJohan Herland2008-06-151-4/+4
* | | | | | | Makefile: update check-docs targetJunio C Hamano2008-06-151-0/+8
* | | | | | | Consistency: Use "libcurl" instead of "cURL library" and "curl"Johan Herland2008-06-154-5/+5
* | | | | | | cpio is no longer used by git-cloneJohan Herland2008-06-151-3/+0
* | | | | | | Documentation: RelNotes-1.5.6: talk about renamed HTML filesChristian Couder2008-06-151-2/+4
* | | | | | | GIT 1.5.6-rc3v1.5.6-rc3Junio C Hamano2008-06-141-1/+1
* | | | | | | Simplify and rename find_sha1_file()Linus Torvalds2008-06-141-10/+8
* | | | | | | Make loose object file reading more carefulLinus Torvalds2008-06-141-26/+44
* | | | | | | Avoid cross-directory renames and linking on object creationLinus Torvalds2008-06-141-41/+42
* | | | | | | Use 'trash directory' thoroughly in t/test-lib.shJakub Narebski2008-06-141-1/+1
* | | | | | | Don't allocate too much memory in quote_ref_urlMike Hommey2008-06-141-1/+1
* | | | | | | gitweb: Make it work with $GIT containing spacesJakub Narebski2008-06-141-1/+1
* | | | | | | completion: add more 'git add' optionsSZEDER Gábor2008-06-141-1/+4
* | | | | | | git add: add long equivalents of '-u' and '-f' optionsSZEDER Gábor2008-06-142-4/+7
* | | | | | | Merge branch 'rs/attr'Junio C Hamano2008-06-143-22/+61
|\ \ \ \ \ \ \
| * | | | | | | Ignore .gitattributes in bare repositoriesRené Scharfe2008-06-093-22/+61
| | |/ / / / / | |/| | | | |
* | | | | | | git-svn: test that extra blank lines aren't inserted in commit messages.Avery Pennarun2008-06-141-1/+15
* | | | | | | git-svn: don't append extra newlines at the end of commit messages.Avery Pennarun2008-06-141-3/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | git-submodule - Fix errors regarding resolve_relative_urlMark Levedahl2008-06-141-4/+5
* | | | | | documentation: bisect: remove bits talking about a bisection branchChristian Couder2008-06-141-4/+3
* | | | | | sha1_file.c: dead code removalJunio C Hamano2008-06-132-145/+0
* | | | | | git-instaweb: improve auto-discovery of httpd and call conventions.Flavio Poletti2008-06-131-15/+33
* | | | | | t4126: fix test that happened to work due to timingJunio C Hamano2008-06-131-4/+0
* | | | | | Merge branch 'om/remote-fix'Junio C Hamano2008-06-123-51/+153
|\ \ \ \ \ \
| * | | | | | "remote prune": be quiet when there is nothing to pruneJunio C Hamano2008-06-111-2/+3
| * | | | | | remote show: list tracked remote branches with -nOlivier Marin2008-06-102-2/+22
| * | | | | | remote prune: print the list of pruned branchesOlivier Marin2008-06-103-8/+37
| * | | | | | builtin-remote: split show_or_prune() in two separate functionsOlivier Marin2008-06-101-34/+67
| * | | | | | remote show: fix the -n optionOlivier Marin2008-06-103-22/+41
| | |_|/ / / | |/| | | |
* | | | | | fast-export: Correctly generate initial commits with no parentsShawn O. Pearce2008-06-121-0/+2
* | | | | | t/.gitattributes: only ignore whitespace errors in test filesLea Wiemann2008-06-122-2/+3
* | | | | | document --pretty=tformat: optionJeff King2008-06-121-0/+22
* | | | | | Improve sed portabilityChris Ridd2008-06-121-1/+1
* | | | | | user-manual: describe how higher stages are set during a mergeJunio C Hamano2008-06-121-8/+7
* | | | | | doc: adding gitman.info and *.texi to .gitignoreGeoffrey Irving2008-06-121-0/+2
* | | | | | Documentation: exclude @pxref{[REMOTES]} from texinfo intermediate outputJunio C Hamano2008-06-121-1/+1
* | | | | | Documentation/git-pull.txt: Use more standard [NOTE] markupJunio C Hamano2008-06-121-1/+2
* | | | | | Typo in RelNotes.Mikael Magnusson2008-06-111-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2008-06-111-20/+30
|\ \ \ \ \ \
| * | | | | | gitk: Handle detached heads betterPaul Mackerras2008-05-261-20/+30
* | | | | | | Merge branch 'maint'Junio C Hamano2008-06-111-1/+1
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |