| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 | 1 | -5/+5 |
* | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 2006-08-17 | 1 | -2/+2 |
* | make inline is_null_sha1 global | David Rientjes | 2006-08-15 | 1 | -2/+2 |
* | Remove combine-diff.c::uninteresting() | Junio C Hamano | 2006-08-14 | 1 | -9/+2 |
* | Fix type of combine-diff.c::show_patch_diff() | Junio C Hamano | 2006-08-13 | 1 | -7/+5 |
* | combine-diff: use color | Junio C Hamano | 2006-08-10 | 1 | -16/+34 |
* | Substitute xmalloc()+memset(0) with xcalloc(). | Peter Eriksen | 2006-07-25 | 1 | -2/+1 |
* | Fix more typos, primarily in the code | Pavel Roskin | 2006-07-10 | 1 | -1/+1 |
* | Merge branch 'th/diff' | Junio C Hamano | 2006-07-05 | 1 | -34/+34 |
|\ |
|
| * | combine-diff.c: type sanity. | Junio C Hamano | 2006-06-28 | 1 | -1/+1 |
| * | Fix some more diff options changes. | Junio C Hamano | 2006-06-27 | 1 | -9/+15 |
| * | Add msg_sep to diff_options | Timo Hirvonen | 2006-06-26 | 1 | -3/+4 |
| * | Merge with_raw, with_stat and summary variables to output_format | Timo Hirvonen | 2006-06-26 | 1 | -31/+24 |
* | | combine-diff.c: type sanity | Junio C Hamano | 2006-06-28 | 1 | -14/+15 |
|/ |
|
* | git diff: support "-U" and "--unified" options properly | Linus Torvalds | 2006-05-14 | 1 | -0/+1 |
* | built-in diff: assorted updates. | Junio C Hamano | 2006-04-29 | 1 | -17/+30 |
* | Merge branch 'lt/logopt' | Junio C Hamano | 2006-04-18 | 1 | -35/+54 |
|\ |
|
| * | combine-diff: show diffstat with the first parent. | Junio C Hamano | 2006-04-17 | 1 | -5/+19 |
| * | Log message printout cleanups (#2) | Linus Torvalds | 2006-04-17 | 1 | -6/+16 |
| * | Log message printout cleanups | Linus Torvalds | 2006-04-17 | 1 | -26/+21 |
* | | cleanups: Remove unused vars from combine-diff.c | Serge E. Hallyn | 2006-04-17 | 1 | -10/+2 |
|/ |
|
* | Merge branch 'jc/combine' into next | Junio C Hamano | 2006-04-12 | 1 | -2/+2 |
|\ |
|
| * | combine-diff: type fix. | Junio C Hamano | 2006-04-12 | 1 | -2/+2 |
* | | Merge branch 'jc/combine' into next | Junio C Hamano | 2006-04-11 | 1 | -26/+37 |
|\ \
| |/ |
|
| * | combine-diff: fix hunks at the end (take #2). | Junio C Hamano | 2006-04-11 | 1 | -28/+21 |
| * | combine-diff: do not lose hunks with only deletion at end. | Junio C Hamano | 2006-04-11 | 1 | -11/+29 |
* | | Separate the raw diff and patch with a newline | Petr Baudis | 2006-04-11 | 1 | -0/+1 |
* | | diff-* --patch-with-raw | Junio C Hamano | 2006-04-10 | 1 | -0/+11 |
|/ |
|
* | Match ofs/cnt types in diff interface. | Junio C Hamano | 2006-04-06 | 1 | -1/+2 |
* | combine-diff: move the code to parse hunk-header into common library. | Junio C Hamano | 2006-04-05 | 1 | -46/+0 |
* | combine-diff: refactor built-in xdiff interface. | Junio C Hamano | 2006-04-05 | 1 | -45/+7 |
* | combine-diff: use built-in xdiff. | Junio C Hamano | 2006-04-04 | 1 | -102/+136 |
* | Use blob_, commit_, tag_, and tree_type throughout. | Peter Eriksen | 2006-04-04 | 1 | -1/+2 |
* | tree/diff header cleanup. | Junio C Hamano | 2006-03-29 | 1 | -1/+1 |
* | combine-diff: Honour -z option correctly. | Mark Wooding | 2006-02-27 | 1 | -2/+2 |
* | combine-diff: Honour --full-index. | Mark Wooding | 2006-02-27 | 1 | -4/+6 |
* | combine-diff: diff-files fix. | Junio C Hamano | 2006-02-13 | 1 | -4/+5 |
* | combine-diff: Record diff status a bit more faithfully | Junio C Hamano | 2006-02-10 | 1 | -7/+25 |
* | find_unique_abbrev() simplification. | Junio C Hamano | 2006-02-10 | 1 | -12/+3 |
* | combine-diff: move formatting logic to show_combined_diff() | Junio C Hamano | 2006-02-09 | 1 | -27/+58 |
* | combined-diff: use diffcore before intersecting paths. | Junio C Hamano | 2006-02-09 | 1 | -1/+2 |
* | diff-tree -c raw output | Linus Torvalds | 2006-02-09 | 1 | -3/+52 |
* | combine-diff: do not punt on removed or added files. | Junio C Hamano | 2006-02-06 | 1 | -10/+14 |
* | combine-diff: show mode changes as well. | Junio C Hamano | 2006-02-06 | 1 | -11/+31 |
* | combine-diff: do not send NULL to printf | Junio C Hamano | 2006-02-06 | 1 | -6/+17 |
* | combine-diff: remove misguided --show-empty hack. | Junio C Hamano | 2006-02-05 | 1 | -6/+4 |
* | combine-diff: finishing touches to git-diff-tree --cc | Junio C Hamano | 2006-02-02 | 1 | -4/+4 |
* | combine-diff: cleanup. | Junio C Hamano | 2006-02-02 | 1 | -37/+65 |
* | combine-diff: show parent line numbers as well. | Junio C Hamano | 2006-02-02 | 1 | -11/+59 |
* | combine-diff: add a bit more comments. | Junio C Hamano | 2006-02-02 | 1 | -1/+7 |