summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-08Merge branch 'hg/maint-attr-fix'Libravatar Junio C Hamano2-14/+39
2010-05-08Merge branch 'eb/unpretty-b-format'Libravatar Junio C Hamano3-0/+14
2010-05-08Merge branch 'ab/commit-empty-message'Libravatar Junio C Hamano3-4/+38
2010-05-08Merge branch 'jc/test-sleepless'Libravatar Junio C Hamano3-6/+7
2010-05-08Merge branch 'jc/maint-reflog-expire-unreachable'Libravatar Junio C Hamano1-40/+56
2010-05-08Merge branch 'sd/log-decorate'Libravatar Junio C Hamano8-13/+118
2010-05-08Merge branch 'mh/status-optionally-refresh'Libravatar Junio C Hamano2-0/+34
2010-05-08Merge branch 'cw/ws-indent-with-tab'Libravatar Junio C Hamano6-85/+162
2010-05-08Merge branch 'cc/revert-strategy'Libravatar Junio C Hamano3-110/+153
2010-05-08Merge branch 'sc/http-late-auth'Libravatar Junio C Hamano3-2/+24
2010-05-08Merge branch 'jk/cached-textconv'Libravatar Junio C Hamano14-118/+403
2010-05-08Merge branch 'pc/remove-warn'Libravatar Junio C Hamano6-21/+68
2010-05-08Makefile: let header dependency checker override COMPUTE_HEADER_DEPENDENCIESLibravatar Jonathan Nieder1-0/+1
2010-05-08Makefile: fix header dependency checker to allow NO_CURL buildsLibravatar Jonathan Nieder1-1/+4
2010-05-08Documentation/notes: nitpicksLibravatar Jonathan Nieder1-6/+6
2010-05-08Documentation/notes: clean up description of rewriting configurationLibravatar Jonathan Nieder1-18/+29
2010-05-08Documentation/notes: simplify treatment of default display refsLibravatar Jonathan Nieder1-17/+19
2010-05-08Documentation/log: add a CONFIGURATION sectionLibravatar Jonathan Nieder1-0/+42
2010-05-08Documentation/notes: simplify treatment of default notes refLibravatar Jonathan Nieder1-11/+20
2010-05-08Documentation/notes: add configuration sectionLibravatar Jonathan Nieder1-0/+59
2010-05-08Documentation/notes: describe content of notes blobsLibravatar Jonathan Nieder2-1/+75
2010-05-08Documentation/notes: document format of notes treesLibravatar Jonathan Nieder2-20/+26
2010-05-08Do not call release_pack_memory in malloc wrappers when GIT_TRACE is usedLibravatar Johannes Sixt1-0/+6
2010-05-08Have set_try_to_free_routine return the previous routineLibravatar Johannes Sixt3-5/+10
2010-05-08gitweb: Add support for FastCGI, using CGI::FastLibravatar Sam Vilain1-2/+52
2010-05-08gitweb: Put all per-connection code in run() subroutineLibravatar Jakub Narebski1-153/+204
2010-05-08cherry-pick: do not dump core when iconv failsLibravatar Jonathan Nieder1-2/+7
2010-05-08pretty: initialize new cmt_fmt_map to 0Libravatar Jonathan Nieder1-0/+1
2010-05-08Makefile: Fix 'clean' target to remove all gitweb build filesLibravatar Ramsay Jones1-1/+1
2010-05-08Documentation: git-add does not update files marked "assume unchanged"Libravatar Clemens Buchacher1-2/+0
2010-05-07Documentation/config.txt: GIT_NOTES_REWRITE_REF overrides notes.rewriteRefLibravatar Leif Arne Storset1-4/+4
2010-05-07Turn setup code in t2007-checkout-symlink.sh into a testLibravatar Ævar Arnfjörð Bjarmason1-2/+4
2010-05-07Move t6000lib.sh to lib-*Libravatar Ævar Arnfjörð Bjarmason4-3/+3
2010-05-07adapt request-pull tests for new pull request formatLibravatar Jonathan Nieder1-5/+5
2010-05-07Merge branch 'jn/maint-request-pull' into jn/request-pullLibravatar Junio C Hamano3-0/+230
2010-05-07t5150: protect backslash with backslash in shellLibravatar Junio C Hamano1-2/+2
2010-05-07blame-options.txt: Add default value for `-M/-C` options.Libravatar Bo Yang1-4/+6
2010-05-07Make git log --follow find copies among unmodified files.Libravatar Bo Yang3-2/+58
2010-05-07Make diffcore_std only can run once before a diff_flushLibravatar Bo Yang2-0/+10
2010-05-07Add a macro DIFF_QUEUE_CLEAR.Libravatar Bo Yang5-16/+14
2010-05-06wt-status: take advice.statusHints seriouslyLibravatar Michael J Gruber2-7/+16
2010-05-06t7508: test advice.statusHintsLibravatar Michael J Gruber1-0/+45
2010-05-06test-lib: some shells do not let $? propagate into an evalLibravatar Jonathan Nieder2-3/+25
2010-05-04pretty: Respect --abbrev optionLibravatar Will Palmer5-5/+39
2010-05-04shortlog: Document and test --format optionLibravatar Jonathan Nieder2-1/+60
2010-05-04t4201 (shortlog): Test output format with multiple authorsLibravatar Jonathan Nieder1-0/+7
2010-05-04t4201 (shortlog): guard setup with test_expect_successLibravatar Jonathan Nieder1-29/+39
2010-05-04Documentation/shortlog: scripted users should not rely on implicit HEADLibravatar Jonathan Nieder1-1/+6
2010-05-04commit --amend: cope with missing display nameLibravatar Jonathan Nieder2-7/+59
2010-05-04test-lib: Let tests specify commands to be run at end of testLibravatar Jonathan Nieder1-1/+27