aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | | | | Merge branch 'bw/log-all-ref-updates-doc' into maintJunio C Hamano2011-08-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Documentation: clearly specify what refs are honored by core.logAllRefUpdatesBert Wesarg2011-07-12
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'js/maint-add-path-stat-pwd' into maintJunio C Hamano2011-08-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | get_pwd_cwd(): Do not trust st_dev/st_ino blindlyJohannes Schindelin2011-07-11
* | | | | | | | | | | | | | | Merge branch 'ms/help-unknown' into maintJunio C Hamano2011-08-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | help_unknown_cmd: do not propose an "unknown" cmdMichael Schubert2011-07-08
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'mz/doc-synopsis-verse' into maintJunio C Hamano2011-08-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Documentation: use [verse] for SYNOPSIS sectionsMartin von Zweigbergk2011-07-06
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'jn/mime-type-with-params' into maintJunio C Hamano2011-08-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | gitweb: Serve */*+xml 'blob_plain' as text/plain with $prevent_xssJakub Narebski2011-06-30
| * | | | | | | | | | | | | | | gitweb: Serve text/* 'blob_plain' as text/plain with $prevent_xssJakub Narebski2011-06-30
* | | | | | | | | | | | | | | | Merge branch 'jc/submodule-sync-no-auto-vivify' into maintJunio C Hamano2011-08-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | submodule add: always initialize .git/config entryJens Lehmann2011-06-26
| * | | | | | | | | | | | | | | | submodule sync: do not auto-vivify uninteresting submoduleJunio C Hamano2011-06-26
* | | | | | | | | | | | | | | | | Merge branch 'jc/zlib-wrap' into maintJunio C Hamano2011-08-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | zlib: allow feeding more than 4GB in one goJunio C Hamano2011-06-10
| * | | | | | | | | | | | | | | | | zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-10
| * | | | | | | | | | | | | | | | | zlib: wrap deflateBound() tooJunio C Hamano2011-06-10
| * | | | | | | | | | | | | | | | | zlib: wrap deflate side of the APIJunio C Hamano2011-06-10
| * | | | | | | | | | | | | | | | | zlib: wrap inflateInit2 used to accept only for gzip formatJunio C Hamano2011-06-10
| * | | | | | | | | | | | | | | | | zlib: wrap remaining calls to direct inflate/inflateEndJunio C Hamano2011-06-10
| * | | | | | | | | | | | | | | | | zlib wrapper: refactor error message formatterJunio C Hamano2011-06-10
| | |_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'fk/relink-upon-ldflags-update' into maintJunio C Hamano2011-08-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Makefile: Track changes to LDFLAGS and relink when necessaryFredrik Kuivinen2011-06-22
* | | | | | | | | | | | | | | | | | Merge branch 'bc/submodule-foreach-stdin-fix-1.7.4' into maintJunio C Hamano2011-08-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | git-submodule.sh: preserve stdin for the command spawned by foreachBrandon Casey2011-06-29
| * | | | | | | | | | | | | | | | | | t/t7407: demonstrate that the command called by 'submodule foreach' loses stdinBrandon Casey2011-06-29
* | | | | | | | | | | | | | | | | | | Merge branch 'aw/rebase-i-p' into maintJunio C Hamano2011-08-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | rebase -i -p: include non-first-parent commits in todo listAndrew Wong2011-06-19
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'jc/diff-index-quick-exit-early' into maintJunio C Hamano2011-08-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | diff-index --quiet: learn the "stop feeding the backend early" logicJunio C Hamano2011-05-31
| * | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'ko/maint' into jc/diff-index-quick-exit-earlyJunio C Hamano2011-05-31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/combine-diff-binary-etc' into maintJunio C Hamano2011-08-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | combine-diff: respect textconv attributesJeff King2011-05-24
| * | | | | | | | | | | | | | | | | | | | | refactor get_textconv to not require diff_filespecJeff King2011-05-23
| * | | | | | | | | | | | | | | | | | | | | combine-diff: handle binary files as binaryJeff King2011-05-23
| * | | | | | | | | | | | | | | | | | | | | combine-diff: calculate mode_differs earlierJeff King2011-05-23
| * | | | | | | | | | | | | | | | | | | | | combine-diff: split header printing into its own functionJeff King2011-05-23
* | | | | | | | | | | | | | | | | | | | | | am: refresh the index at start and --resolvedJeff King2011-08-16
* | | | | | | | | | | | | | | | | | | | | | filter-branch: Export variable `workdir' for --commit-filterMichael Witten2011-08-08
* | | | | | | | | | | | | | | | | | | | | | Documentation/Makefile: add *.pdf to `clean' targetEmilio G. Cota2011-08-08
* | | | | | | | | | | | | | | | | | | | | | Documentation: ignore *.pdf filesEmilio G. Cota2011-08-08
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | add gitignore entry to description about how to write a builtinHeiko Voigt2011-08-03
* | | | | | | | | | | | | | | | | | | | | gitattributes: Reword "attribute macro" to "macro attribute"Michael Haggerty2011-08-03
* | | | | | | | | | | | | | | | | | | | | gitattributes: Clarify discussion of attribute macrosMichael Haggerty2011-08-03
* | | | | | | | | | | | | | | | | | | | | Merge branch 'nk/ref-doc' into maintJunio C Hamano2011-08-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | glossary: clarify description of HEADJunio C Hamano2011-06-23
| * | | | | | | | | | | | | | | | | | | | | glossary: update description of head and refJunio C Hamano2011-06-23
| * | | | | | | | | | | | | | | | | | | | | glossary: update description of "tag"Junio C Hamano2011-06-23
| * | | | | | | | | | | | | | | | | | | | | git.txt: de-emphasize the implementation detail of a refJunio C Hamano2011-06-23