summaryrefslogtreecommitdiffstats
path: root/contrib/ciabot (unfollow)
Commit message (Expand)AuthorFilesLines
2011-12-23Update draft release notes in preparation for 1.7.9-rc0Junio C Hamano1-1/+9
2011-12-22Update draft release notes to 1.7.9Junio C Hamano1-27/+39
2011-12-21Git 1.7.8.1v1.7.8.1Junio C Hamano1-4/+25
2011-12-21bash completion: use read -r everywhereThomas Rast1-6/+6
2011-12-21clone: the -o option has nothing to do with <branch>Carlos Martín Nieto1-2/+2
2011-12-21builtin/log: remove redundant initializationMichael Schubert1-2/+0
2011-12-21builtin/commit: add missing '/' in help messageMichael Schubert1-1/+1
2011-12-21Appease Sun Studio by renaming "tmpfile"Ævar Arnfjörð Bjarmason4-16/+16
2011-12-21Fix a bitwise negation assignment issue spotted by Sun StudioÆvar Arnfjörð Bjarmason3-4/+4
2011-12-21Fix an enum assignment issue spotted by Sun StudioÆvar Arnfjörð Bjarmason1-2/+2
2011-12-21builtin/init-db.c: eliminate -Wformat warning on SolarisÆvar Arnfjörð Bjarmason1-1/+1
2011-12-20git-sh-setup: make require_clean_work_tree part of the interfaceThomas Rast1-0/+10
2011-12-20t/t2023-checkout-m.sh: fix use of test_must_failÆvar Arnfjörð Bjarmason1-1/+3
2011-12-20commit: do not lose mergetag header when not amendingJunio C Hamano1-1/+5
2011-12-20t0090: be prepared that 'wc -l' writes leading blanksJohannes Sixt1-4/+2
2011-12-20Update draft release notes to 1.7.9Junio C Hamano1-1/+48
2011-12-19gitweb: Fix fallback mode of to_utf8 subroutineJakub Narebski1-2/+2
2011-12-19test-terminal: set output terminals to raw modeThomas Rast1-0/+4
2011-12-19request-pull: do not emit "tag" before the tagnameJunio C Hamano2-4/+2
2011-12-19remote-curl: don't pass back fake refsJeff King2-3/+36
2011-12-19advice: Document that they all default to trueJunio C Hamano1-11/+8
2011-12-19lf_to_crlf_filter(): resurrect CRLF->CRLF hackJunio C Hamano1-10/+50
2011-12-19gitweb: Output valid utf8 in git_blame_common('data')Jürgen Kreileder1-1/+3
2011-12-19gitweb: esc_html() site name for title in OPMLJürgen Kreileder1-1/+2
2011-12-19gitweb: Call to_utf8() on input string in chop_and_escape_str()Jürgen Kreileder1-0/+1
2011-12-18commit, merge: initialize static strbufJeff King2-2/+2
2011-12-18submodule: use diff_tree_combined_merge() instead of diff_tree_combined()René Scharfe1-11/+3
2011-12-18pass struct commit to diff_tree_combined_merge()René Scharfe3-8/+6
2011-12-18use struct sha1_array in diff_tree_combined()René Scharfe4-37/+26
2011-12-18git-p4: fix skipSubmitEdit regressionPete Wyckoff2-8/+34
2011-12-18make "git push -v" actually verboseJeff King1-5/+5
2011-12-17Update draft release notes to 1.7.9Junio C Hamano1-1/+18
2011-12-17docs: brush up obsolete bits of git-fsck manpageJeff King1-18/+8
2011-12-17grep: disable threading in non-worktree caseThomas Rast1-18/+18
2011-12-17grep: enable threading with -p and -W using lazy attribute lookupThomas Rast3-33/+63
2011-12-16lf_to_crlf_filter(): tell the caller we added "\n" when drainingJunio C Hamano1-5/+7
2011-12-16pretty: give placeholders to reflog identityJeff King5-0/+48
2011-12-16use custom rename score during --followJeff King1-0/+1
2011-12-16request-pull: update the "pull" command generation logicJunio C Hamano2-9/+40
2011-12-15t3502, t3510: clarify cherry-pick -m failureRamkumar Ramachandra2-2/+2
2011-12-15t3510 (cherry-pick-sequencer): use exit statusRamkumar Ramachandra1-29/+29
2011-12-15revert: simplify getting commit subject in format_todo()Ramkumar Ramachandra1-5/+5
2011-12-15revert: tolerate extra spaces, tabs in insn sheetRamkumar Ramachandra2-6/+23
2011-12-15revert: make commit subjects in insn sheet optionalRamkumar Ramachandra2-21/+44
2011-12-15revert: free msg in format_todo()Ramkumar Ramachandra1-0/+1
2011-12-15commit_tree(): refuse commit messages that contain NULsNguyễn Thái Ngọc Duy2-0/+9
2011-12-15Convert commit_tree() to take strbuf as messageNguyễn Thái Ngọc Duy9-15/+20
2011-12-15merge: abort if fails to commitNguyễn Thái Ngọc Duy1-2/+4
2011-12-15test-lib: redirect stdin of testsJeff King1-1/+2
2011-12-15checkout_merged(): squelch false warning from some gccJunio C Hamano1-1/+1