summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-08receive-pack: do not overstep command line argument arrayLibravatar Junio C Hamano1-1/+1
2011-08-08filter-branch: Export variable `workdir' for --commit-filterLibravatar Michael Witten1-1/+1
2011-08-08Documentation/Makefile: add *.pdf to `clean' targetLibravatar Emilio G. Cota1-0/+1
2011-08-08Documentation: ignore *.pdf filesLibravatar Emilio G. Cota1-0/+1
2011-08-05fast-export: quote paths in outputLibravatar Jeff King2-8/+51
2011-08-04diff -c/--cc: do not mistake "resolved as deletion" as "use working tree"Libravatar Junio C Hamano1-4/+10
2011-08-03add gitignore entry to description about how to write a builtinLibravatar Heiko Voigt1-0/+2
2011-08-03gitattributes: Reword "attribute macro" to "macro attribute"Libravatar Michael Haggerty1-9/+9
2011-08-03gitattributes: Clarify discussion of attribute macrosLibravatar Michael Haggerty1-5/+8
2011-08-01notice error exit from pagerLibravatar Clemens Buchacher1-9/+6
2011-08-01pull: remove extra space from reflog messageLibravatar Ori Avtalion1-1/+1
2011-08-01Merge branch 'nk/ref-doc' into maintLibravatar Junio C Hamano4-30/+34
2011-08-01Merge branch 'jl/maint-fetch-recursive-fix' into maintLibravatar Junio C Hamano2-8/+9
2011-08-01Merge branch 'jc/maint-cygwin-trust-executable-bit-default' into maintLibravatar Junio C Hamano1-1/+1
2011-08-01Merge branch 'jc/legacy-loose-object' into maintLibravatar Junio C Hamano1-29/+33
2011-08-01Merge branch 'an/shallow-doc' into maintLibravatar Junio C Hamano1-29/+74
2011-08-01Merge branch 'jc/maint-1.7.3-checkout-describe' into maintLibravatar Junio C Hamano4-1/+19
2011-08-01connect: correctly number ipv6 network adapterLibravatar Erik Faye-Lund1-1/+1
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-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-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-22doc/fast-import: clarify notemodify commandLibravatar Dmitry Ivankov1-3/+8
2011-07-22Documentation: minor grammatical fix in rev-list-options.txtLibravatar Jack Nagel1-1/+1
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-19git-config: Remove extra whitespacesLibravatar Pavan Kumar Sunkara1-2/+2
2011-07-19tests: cleanup binary test vector filesLibravatar Vitaliy Ivanov8-13/+13
2011-07-14Do not log unless all connect() attempts failLibravatar Dave Zarzycki1-14/+11
2011-07-13rebase: clarify "restore the original branch"Libravatar Martin von Zweigbergk2-7/+11
2011-07-13reset [<commit>] paths...: do not mishandle unmerged pathsLibravatar Junio C Hamano3-2/+18
2011-07-12Documentation: clearly specify what refs are honored by core.logAllRefUpdatesLibravatar Bert Wesarg2-3/+6
2011-07-11get_pwd_cwd(): Do not trust st_dev/st_ino blindlyLibravatar Johannes Schindelin1-1/+2
2011-07-08help_unknown_cmd: do not propose an "unknown" cmdLibravatar Michael Schubert1-0/+12
2011-07-06Merge commit 'v1.7.6' into jc/checkout-reflog-fixLibravatar Junio C Hamano1277-27194/+94555
2011-07-06Merge commit 'v1.7.0' into jc/checkout-reflog-fixLibravatar Junio C Hamano1295-32474/+132143
2011-07-06Merge commit 'v1.6.0' into jc/checkout-reflog-fixLibravatar Junio C Hamano926-20440/+66638
2011-07-06checkout: do not write bogus reflog entry outLibravatar Junio C Hamano1-3/+5
2011-07-06Documentation: use [verse] for SYNOPSIS sectionsLibravatar Martin von Zweigbergk93-6/+92
2011-07-06docs: document --textconv diff optionLibravatar Jeff King1-0/+11
2011-07-01mergetool: check return value from readLibravatar Junio C Hamano1-4/+4
2011-06-30gitweb: Serve */*+xml 'blob_plain' as text/plain with $prevent_xssLibravatar Jakub Narebski1-1/+2
2011-06-30gitweb: Serve text/* 'blob_plain' as text/plain with $prevent_xssLibravatar Jakub Narebski1-1/+9
2011-06-29git-submodule.sh: preserve stdin for the command spawned by foreachLibravatar Brandon Casey2-3/+7
2011-06-29t/t7407: demonstrate that the command called by 'submodule foreach' loses stdinLibravatar Brandon Casey1-0/+18