summaryrefslogtreecommitdiffstats
path: root/interpolate.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-23Shrink the git binary a bit by avoiding unnecessary inline functionsLinus Torvalds3-155/+173
2008-06-23Extend parse-options test suiteStephan Beyer2-11/+144
2008-06-23api-parse-options.txt: Introduce documentation for parse options APIStephan Beyer1-2/+202
2008-06-23parse-options.c: fix documentation syntax of optional argumentsMichele Ballabio2-4/+13
2008-06-23api-builtin.txt: update and fix typoStephan Beyer1-5/+10
2008-06-21Correct documentation for git-push --mirrorShawn O. Pearce1-1/+2
2008-06-21t/README: Add 'Skipping Tests' section below 'Running Tests'Jakub Narebski1-0/+28
2008-06-21Print errno upon failure to open the COMMIT_EDITMSG fileCristian Peraferrer1-1/+2
2008-06-21Add target "install-html" the the top level MakefileTeemu Likonen1-0/+3
2008-06-20bash: Add more option completions for 'git log'Teemu Likonen1-0/+3
2008-06-20Add a helper script to send patches with Mozilla ThunderbirdLukas Sandström3-0/+80
2008-06-20config.c: make git_env_bool() staticしらいしななこ2-2/+1
2008-06-20environment.c: remove unused functionしらいしななこ2-8/+0
2008-06-20Make git_dir a path relative to work_tree in setup_work_tree()Linus Torvalds3-1/+20
2008-06-20Documentation: fix formatting in git-svnJan Krüger1-1/+2
2008-06-20t7502-commit.sh: test_must_fail doesn't work with inline environment variablesBrandon Casey1-1/+5
2008-06-20completion: add --graph to log command completionDan McGee1-0/+1
2008-06-20builtin-fast-export: Add importing and exporting of revision marksPieter de Bie3-6/+137
2008-06-19test-lib.sh: add --long-tests optionLea Wiemann2-0/+6
2008-06-19racy-git: an empty blob has a fixed object nameLinus Torvalds1-0/+16
2008-06-19git-merge.sh: fix typo in usage message: sucesses --> succeedsBrandon Casey1-1/+1
2008-06-19diff -c/--cc: do not include uninteresting deletion before leading contextJunio C Hamano1-2/+5
2008-06-18GIT 1.5.6v1.5.6Junio C Hamano3-7/+9
2008-06-18clean up error conventions of remote.c:match_explicitJeff King2-22/+20
2008-06-18Fix approxidate("never") to always return 0Olivier Marin1-4/+2
2008-06-18git-am: head -1 is obsolete and doesn't work on some new systemsAlejandro Mery1-1/+1
2008-06-18builtin-rerere: fix a small leakJunio C Hamano1-1/+1
2008-06-18gitweb: remove unused parse_ref methodLea Wiemann1-43/+0
2008-06-18gitweb: quote commands properly when calling the shellLea Wiemann1-10/+14
2008-06-17sha1_file.c: simplify parse_pack_index()Junio C Hamano2-9/+1
2008-06-17create_tempfile: make sure that leading directories can be accessible by peersJunio C Hamano1-2/+2
2008-06-17write_loose_object: don't bother trying to read an old objectLinus Torvalds1-14/+0
2008-06-17path-list documentation: document all functions and data structuresMiklos Vajna1-4/+121
2008-06-17run-command documentation: fix "memset()" parameterMiklos Vajna1-2/+2
2008-06-17diff.c: fix emit_line() again not to add extra lineJunio C Hamano1-2/+4
2008-06-17diff: reset color before printing newlineSZEDER Gábor1-0/+4
2008-06-16Make git reflog expire honour core.sharedRepository.Pierre Habouzit2-0/+17
2008-06-15Update RPM spec to drop curl executable requirementJunio C Hamano1-1/+4
2008-06-15The "curl" executable is no longer requiredJohan Herland1-4/+4
2008-06-15Makefile: update check-docs targetJunio C Hamano1-0/+8
2008-06-15Consistency: Use "libcurl" instead of "cURL library" and "curl"Johan Herland4-5/+5
2008-06-15cpio is no longer used by git-cloneJohan Herland1-3/+0
2008-06-15Documentation: RelNotes-1.5.6: talk about renamed HTML filesChristian Couder1-2/+4
2008-06-14GIT 1.5.6-rc3v1.5.6-rc3Junio C Hamano1-1/+1
2008-06-14Simplify and rename find_sha1_file()Linus Torvalds1-10/+8
2008-06-14Make loose object file reading more carefulLinus Torvalds1-26/+44
2008-06-14Avoid cross-directory renames and linking on object creationLinus Torvalds1-41/+42
2008-06-14Use 'trash directory' thoroughly in t/test-lib.shJakub Narebski1-1/+1
2008-06-14Don't allocate too much memory in quote_ref_urlMike Hommey1-1/+1
2008-06-14gitweb: Make it work with $GIT containing spacesJakub Narebski1-1/+1