Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge branch 'mo/maint-crlf-doc' | Junio C Hamano | 2009-11-23 | 1 | -3/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | core.autocrlf documentation: mention the crlf attribute | Matthew Ogilvie | 2009-11-17 | 1 | -3/+4 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'th/remote-usage' | Junio C Hamano | 2009-11-23 | 2 | -21/+52 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | git remote: Separate usage strings for subcommands | Tim Henigan | 2009-11-21 | 2 | -21/+52 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'pb/maint-use-custom-perl' | Junio C Hamano | 2009-11-23 | 4 | -4/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Make sure $PERL_PATH is defined when the test suite is run. | Philippe Bruhat (BooK) | 2009-11-17 | 4 | -4/+5 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'mm/config-pathname-tilde-expand' | Junio C Hamano | 2009-11-23 | 5 | -37/+69 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Documentation: avoid xmlto input error | Junio C Hamano | 2009-11-21 | 1 | -3/+3 | |
| * | | | | | | | | expand_user_path: expand ~ to $HOME, not to the actual homedir. | Matthieu Moy | 2009-11-19 | 2 | -8/+14 | |
| * | | | | | | | | Expand ~ and ~user in core.excludesfile, commit.template | Matthieu Moy | 2009-11-18 | 5 | -37/+63 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'bc/grep-i-F' | Junio C Hamano | 2009-11-23 | 4 | -6/+27 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | grep: Allow case insensitive search of fixed-strings | Brian Collins | 2009-11-17 | 4 | -6/+27 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'jk/maint-break-rename-reduce-memory' | Junio C Hamano | 2009-11-23 | 2 | -3/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | diffcore-rename: reduce memory footprint by freeing blob data early | Junio C Hamano | 2009-11-21 | 1 | -2/+5 | |
| * | | | | | | | | diffcore-break: save cnt_data for other phases | Jeff King | 2009-11-16 | 1 | -3/+3 | |
| * | | | | | | | | diffcore-break: free filespec data as we go | Jeff King | 2009-11-16 | 1 | -0/+4 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'tc/format-attribute' | Junio C Hamano | 2009-11-23 | 10 | -3/+22 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Check the format of more printf-type functions | Tarmigan Casebolt | 2009-11-16 | 10 | -3/+22 | |
* | | | | | | | | | Merge branch 'tr/maint-merge-ours-clarification' (early part) | Junio C Hamano | 2009-11-23 | 2 | -5/+16 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | rebase docs: clarify --merge and --strategy | Thomas Rast | 2009-11-17 | 1 | -3/+13 | |
| * | | | | | | | | | Documentation: clarify 'ours' merge strategy | Thomas Rast | 2009-11-15 | 1 | -2/+3 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | log --format: document %w | René Scharfe | 2009-11-23 | 1 | -0/+4 | |
* | | | | | | | | | strbuf_add_wrapped_text(): factor out strbuf_add_indented_text() | René Scharfe | 2009-11-23 | 2 | -9/+38 | |
* | | | | | | | | | grep: unset GREP_OPTIONS before spawning external grep | René Scharfe | 2009-11-23 | 2 | -0/+9 | |
* | | | | | | | | | User Manual: Write "Git" instead of "GIT" | Björn Gustavsson | 2009-11-23 | 1 | -2/+2 | |
* | | | | | | | | | Fix truncated usage messages | Björn Gustavsson | 2009-11-23 | 1 | -1/+1 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge branch 'jc/fix-tree-walk' (early part) | Junio C Hamano | 2009-11-21 | 2 | -14/+14 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | unpack_callback(): use unpack_failed() consistently | Junio C Hamano | 2009-10-12 | 1 | -12/+12 | |
| * | | | | | | | | unpack-trees: typofix | Junio C Hamano | 2009-10-12 | 1 | -1/+1 | |
| * | | | | | | | | diff-lib.c: fix misleading comments on oneway_diff() | Junio C Hamano | 2009-10-12 | 1 | -1/+1 | |
* | | | | | | | | | Merge branch 'jh/notes' (early part) | Junio C Hamano | 2009-11-21 | 20 | -10/+1408 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add selftests verifying concatenation of multiple notes for the same commit | Johan Herland | 2009-10-20 | 1 | -0/+84 | |
| * | | | | | | | | | Refactor notes code to concatenate multiple notes annotating the same object | Johan Herland | 2009-10-20 | 1 | -82/+161 | |
| * | | | | | | | | | Add selftests verifying that we can parse notes trees with various fanouts | Johan Herland | 2009-10-20 | 1 | -0/+104 | |
| * | | | | | | | | | Teach the notes lookup code to parse notes trees with various fanout schemes | Johan Herland | 2009-10-20 | 1 | -69/+248 | |
| * | | | | | | | | | Teach notes code to free its internal data structures on request | Johan Herland | 2009-10-20 | 2 | -0/+10 | |
| * | | | | | | | | | Add '%N'-format for pretty-printing commit notes | Johannes Schindelin | 2009-10-20 | 2 | -0/+5 | |
| * | | | | | | | | | Add flags to get_commit_notes() to control the format of the note string | Johan Herland | 2009-10-20 | 3 | -5/+11 | |
| * | | | | | | | | | t3302-notes-index-expensive: Speed up create_repo() | Johan Herland | 2009-10-20 | 1 | -27/+47 | |
| * | | | | | | | | | fast-import: Add support for importing commit notes | Johan Herland | 2009-10-20 | 3 | -10/+289 | |
| * | | | | | | | | | Teach "-m <msg>" and "-F <file>" to "git notes edit" | Johan Herland | 2009-10-20 | 3 | -9/+107 | |
| * | | | | | | | | | Add an expensive test for git-notes | Johannes Schindelin | 2009-10-20 | 1 | -0/+98 | |
| * | | | | | | | | | Speed up git notes lookup | Johannes Schindelin | 2009-10-20 | 1 | -10/+102 | |
| * | | | | | | | | | Add a script to edit/inspect notes | Johannes Schindelin | 2009-10-20 | 6 | -0/+236 | |
| * | | | | | | | | | Introduce commit notes | Johannes Schindelin | 2009-10-20 | 9 | -0/+108 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'sp/smart-http' | Junio C Hamano | 2009-11-21 | 35 | -283/+2937 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | http-backend: Let gcc check the format of more printf-type functions. | Tarmigan Casebolt | 2009-11-16 | 1 | -0/+3 | |
| * | | | | | | | | | http-backend: Fix access beyond end of string. | Tarmigan Casebolt | 2009-11-16 | 1 | -3/+4 | |
| * | | | | | | | | | http-backend: Fix bad treatment of uintmax_t in Content-Length | Shawn O. Pearce | 2009-11-13 | 1 | -6/+3 | |
| * | | | | | | | | | t5551-http-fetch: Work around broken Accept header in libcurl | Shawn O. Pearce | 2009-11-10 | 1 | -0/+3 |