summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-01connect: correctly number ipv6 network adapterLibravatar Erik Faye-Lund1-1/+1
2011-08-01git-p4: commit time should be most recent p4 change timeLibravatar Pete Wyckoff2-1/+33
2011-08-01git-p4: one test missing config git-p4.skipSubmitEditCheckLibravatar Pete Wyckoff1-0/+1
2011-08-01git-p4: add missing && in testLibravatar Pete Wyckoff1-1/+1
2011-08-01git-p4: use test_when_finished in testsLibravatar Pete Wyckoff1-54/+49
2011-07-31Merge branch 'maint'Libravatar Junio C Hamano3-6/+20
2011-07-31propagate --quiet to send-pack/receive-packLibravatar Clemens Buchacher6-9/+38
2011-07-31Break down no-lstat() condition checks in verify_uptodate()Libravatar Nguyễn Thái Ngọc Duy1-2/+13
2011-07-31t7400: fix bogus test failure with symlinked trashLibravatar Jeff King1-2/+4
2011-07-31gitweb: Git config keys are case insensitive, make config search tooLibravatar Jakub Narebski1-0/+7
2011-07-31error_routine: use parent's stderr if exec failsLibravatar Clemens Buchacher3-8/+27
2011-07-31Documentation: clarify the invalidated tree entry formatLibravatar Carlos Martín Nieto1-2/+3
2011-07-28submodule: update and add must honor --quiet flagLibravatar Jens Lehmann2-4/+11
2011-07-25Ensure git ls-tree exits with a non-zero exit code if read_tree_recursive fails.Libravatar Jon Seymour2-4/+2
2011-07-24Merge branch 'maint'Libravatar Junio C Hamano1-1/+13
2011-07-24gitweb: Introduce common system-wide settings for convenienceLibravatar Jakub Narebski4-7/+53
2011-07-24tests: print failed test numbers at the end of the test runLibravatar Jens Lehmann1-1/+13
2011-07-24Add a test to check that git ls-tree sets non-zero exit code on error.Libravatar Jon Seymour1-0/+24
2011-07-22Update draft release notes to 1.7.7Libravatar Junio C Hamano1-1/+16
2011-07-22Merge branch 'dc/stash-con-untracked'Libravatar Junio C Hamano3-7/+228
2011-07-22Merge branch 'jk/tag-contains-ab'Libravatar Junio C Hamano1-1/+45
2011-07-22Merge branch 'dz/connect-error-report'Libravatar Junio C Hamano1-14/+11
2011-07-22Merge branch 'mz/doc-rebase-abort'Libravatar Junio C Hamano2-7/+11
2011-07-22Merge branch 'bw/log-all-ref-updates-doc'Libravatar Junio C Hamano2-3/+6
2011-07-22Merge branch 'js/maint-add-path-stat-pwd'Libravatar Junio C Hamano1-1/+2
2011-07-22Merge branch 'ms/help-unknown'Libravatar Junio C Hamano1-0/+12
2011-07-22Merge branch 'mz/doc-synopsis-verse'Libravatar Junio C Hamano93-6/+92
2011-07-22Merge branch 'jc/checkout-reflog-fix'Libravatar Junio C Hamano1-2/+5
2011-07-22Merge branch 'jc/maint-mergetool-read-fix'Libravatar Junio C Hamano1-4/+4
2011-07-22streaming: free git_istream upon closingLibravatar Jeff King1-1/+3
2011-07-22Merge branch 'jn/gitweb-search'Libravatar Junio C Hamano1-199/+241
2011-07-22Merge branch 'jl/submodule-add-relurl-wo-upstream'Libravatar Junio C Hamano3-11/+15
2011-07-22Merge branch 'maint'Libravatar Junio C Hamano5-8/+16
2011-07-22doc/fast-import: clarify notemodify commandLibravatar Dmitry Ivankov1-3/+8
2011-07-22reset: give better reflog messagesLibravatar Jeff King2-37/+20
2011-07-22Documentation: minor grammatical fix in rev-list-options.txtLibravatar Jack Nagel1-1/+1
2011-07-21ref namespaces: testsLibravatar Josh Triplett1-0/+85
2011-07-21Documentation: git-filter-branch honors replacement refsLibravatar Peter Collingbourne1-2/+3
2011-07-20remote-curl: Add a format check to parsing of info/refsLibravatar Julian Phillips1-0/+2
2011-07-20Makefile: add Minix configuration options.Libravatar Thomas Cort1-1/+29
2011-07-19git-config: Remove extra whitespacesLibravatar Pavan Kumar Sunkara1-2/+2
2011-07-19tests: cleanup binary test vector filesLibravatar Vitaliy Ivanov8-13/+13
2011-07-19transport-helper: die early on encountering deleted refsLibravatar Sverre Rabbelier1-0/+4
2011-07-19transport-helper: implement marks location as capabilityLibravatar Sverre Rabbelier2-42/+29
2011-07-19transport-helper: Use capname for refspec capability tooLibravatar Sverre Rabbelier1-1/+1
2011-07-19transport-helper: change import semanticsLibravatar Sverre Rabbelier3-2/+19
2011-07-19transport-helper: update ref status after push with exportLibravatar Sverre Rabbelier4-2/+67
2011-07-19transport-helper: use the new done feature where possibleLibravatar Sverre Rabbelier2-7/+4
2011-07-19transport-helper: check status code of finish_commandLibravatar Sverre Rabbelier1-8/+15
2011-07-19transport-helper: factor out push_update_refs_statusLibravatar Sverre Rabbelier1-69/+84