aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | Merge branch 'jk/maint-break-rename-reduce-memory'Junio C Hamano2009-11-22
|\ \ \ \ \ \
| * | | | | | diffcore-rename: reduce memory footprint by freeing blob data earlyJunio C Hamano2009-11-20
| * | | | | | diffcore-break: save cnt_data for other phasesJeff King2009-11-16
| * | | | | | diffcore-break: free filespec data as we goJeff King2009-11-16
| |/ / / / /
* | | | | | Merge branch 'tc/format-attribute'Junio C Hamano2009-11-22
|\ \ \ \ \ \
| * | | | | | Check the format of more printf-type functionsTarmigan Casebolt2009-11-15
* | | | | | | Merge branch 'tr/maint-merge-ours-clarification' (early part)Junio C Hamano2009-11-22
|\ \ \ \ \ \ \
| * | | | | | | rebase docs: clarify --merge and --strategyThomas Rast2009-11-16
| * | | | | | | Documentation: clarify 'ours' merge strategyThomas Rast2009-11-15
| | |/ / / / / | |/| | | | |
* | | | | | | log --format: document %wRené Scharfe2009-11-22
* | | | | | | strbuf_add_wrapped_text(): factor out strbuf_add_indented_text()René Scharfe2009-11-22
* | | | | | | grep: unset GREP_OPTIONS before spawning external grepRené Scharfe2009-11-22
* | | | | | | User Manual: Write "Git" instead of "GIT"Björn Gustavsson2009-11-22
* | | | | | | Fix truncated usage messagesBjörn Gustavsson2009-11-22
| |_|/ / / / |/| | | | |
* | | | | | Merge branch 'jc/fix-tree-walk' (early part)Junio C Hamano2009-11-20
|\ \ \ \ \ \
| * | | | | | unpack_callback(): use unpack_failed() consistentlyJunio C Hamano2009-10-11
| * | | | | | unpack-trees: typofixJunio C Hamano2009-10-11
| * | | | | | diff-lib.c: fix misleading comments on oneway_diff()Junio C Hamano2009-10-11
* | | | | | | Merge branch 'jh/notes' (early part)Junio C Hamano2009-11-20
|\ \ \ \ \ \ \
| * | | | | | | Add selftests verifying concatenation of multiple notes for the same commitJohan Herland2009-10-19
| * | | | | | | Refactor notes code to concatenate multiple notes annotating the same objectJohan Herland2009-10-19
| * | | | | | | Add selftests verifying that we can parse notes trees with various fanoutsJohan Herland2009-10-19
| * | | | | | | Teach the notes lookup code to parse notes trees with various fanout schemesJohan Herland2009-10-19
| * | | | | | | Teach notes code to free its internal data structures on requestJohan Herland2009-10-19
| * | | | | | | Add '%N'-format for pretty-printing commit notesJohannes Schindelin2009-10-19
| * | | | | | | Add flags to get_commit_notes() to control the format of the note stringJohan Herland2009-10-19
| * | | | | | | t3302-notes-index-expensive: Speed up create_repo()Johan Herland2009-10-19
| * | | | | | | fast-import: Add support for importing commit notesJohan Herland2009-10-19
| * | | | | | | Teach "-m <msg>" and "-F <file>" to "git notes edit"Johan Herland2009-10-19
| * | | | | | | Add an expensive test for git-notesJohannes Schindelin2009-10-19
| * | | | | | | Speed up git notes lookupJohannes Schindelin2009-10-19
| * | | | | | | Add a script to edit/inspect notesJohannes Schindelin2009-10-19
| * | | | | | | Introduce commit notesJohannes Schindelin2009-10-19
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'sp/smart-http'Junio C Hamano2009-11-20
|\ \ \ \ \ \ \
| * | | | | | | http-backend: Let gcc check the format of more printf-type functions.Tarmigan Casebolt2009-11-15
| * | | | | | | http-backend: Fix access beyond end of string.Tarmigan Casebolt2009-11-15
| * | | | | | | http-backend: Fix bad treatment of uintmax_t in Content-LengthShawn O. Pearce2009-11-13
| * | | | | | | t5551-http-fetch: Work around broken Accept header in libcurlShawn O. Pearce2009-11-09
| * | | | | | | t5551-http-fetch: Work around some libcurl versionsShawn O. Pearce2009-11-09
| * | | | | | | http-backend: Protect GIT_PROJECT_ROOT from /../ requestsShawn O. Pearce2009-11-09
| * | | | | | | Git-aware CGI to provide dumb HTTP transportShawn O. Pearce2009-11-09
| * | | | | | | http-backend: Test configuration optionsShawn O. Pearce2009-11-04
| * | | | | | | http-backend: Use http.getanyfile to disable dumb HTTP servingShawn O. Pearce2009-11-04
| * | | | | | | test smart http fetch and pushShawn O. Pearce2009-11-04
| * | | | | | | http tests: use /dumb/ URL prefixShawn O. Pearce2009-11-04
| * | | | | | | set httpd port before sourcing lib-httpdClemens Buchacher2009-11-04
| * | | | | | | t5540-http-push: remove redundant fetchesTay Ray Chuan2009-11-04
| * | | | | | | Smart HTTP fetch: gzip requestsShawn O. Pearce2009-11-04
| * | | | | | | Smart fetch over HTTP: client sideShawn O. Pearce2009-11-04
| * | | | | | | Smart push over HTTP: client sideShawn O. Pearce2009-11-04