Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use fstat instead of fseek | Jonas Fonseca | 2006-08-27 | 1 | -5/+3 |
* | Merge branch 'gl/cleanup-next' | Junio C Hamano | 2006-08-27 | 1 | -16/+14 |
|\ | |||||
| * | hashcpy/hashcmp remaining bits. | Junio C Hamano | 2006-08-23 | 1 | -6/+4 |
| * | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 | 1 | -10/+10 |
| * | Merge branch 'gl/cleanup' into gl/cleanup-next | Junio C Hamano | 2006-08-23 | 106 | -2506/+3445 |
| |\ | |||||
* | \ | Merge branch 'js/c-merge-recursive' | Junio C Hamano | 2006-08-27 | 7 | -5/+1406 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'master' into js/c-merge-recursive | Junio C Hamano | 2006-08-12 | 84 | -479/+1486 |
| |\ \ | |||||
| * | | | discard_cache(): discard index, even if no file was mmap()ed | Johannes Schindelin | 2006-08-10 | 1 | -3/+3 |
| * | | | merge-recur: do not die unnecessarily | Johannes Schindelin | 2006-08-09 | 1 | -2/+4 |
| * | | | merge-recur: try to merge older merge bases first | Johannes Schindelin | 2006-08-09 | 1 | -1/+12 |
| * | | | merge-recur: if there is no common ancestor, fake empty one | Johannes Schindelin | 2006-08-09 | 1 | -0/+12 |
| * | | | merge-recur: do not setenv("GIT_INDEX_FILE") | Johannes Schindelin | 2006-08-09 | 1 | -13/+9 |
| * | | | merge-recur: do not call git-write-tree | Johannes Schindelin | 2006-08-09 | 1 | -24/+20 |
| * | | | merge-recursive: fix rename handling | Johannes Schindelin | 2006-08-04 | 1 | -2/+4 |
| * | | | .gitignore: git-merge-recur is a built file. | Junio C Hamano | 2006-08-03 | 2 | -1/+2 |
| * | | | merge-recur: virtual commits shall never be parsed | Johannes Schindelin | 2006-07-31 | 1 | -0/+2 |
| * | | | merge-recur: use the unpack_trees() interface instead of exec()ing read-tree | Johannes Schindelin | 2006-07-30 | 1 | -28/+52 |
| * | | | Merge branch 'js/read-tree' into js/c-merge-recursive | Junio C Hamano | 2006-07-30 | 103 | -1668/+2902 |
| |\ \ \ | |||||
| * | | | | merge-recur: fix thinko in unique_path() | Johannes Schindelin | 2006-07-30 | 1 | -2/+2 |
| * | | | | Makefile: git-merge-recur depends on xdiff libraries. | Junio C Hamano | 2006-07-27 | 1 | -1/+1 |
| * | | | | merge-recur: Explain why sha_eq() and struct stage_data cannot go | Johannes Schindelin | 2006-07-27 | 1 | -5/+4 |
| * | | | | merge-recur: Cleanup last mixedCase variables... | Johannes Schindelin | 2006-07-27 | 1 | -23/+23 |
| * | | | | merge-recur: Fix compiler warning with -pedantic | Johannes Schindelin | 2006-07-27 | 1 | -1/+4 |
| * | | | | merge-recur: Remove dead code | Johannes Schindelin | 2006-07-27 | 1 | -22/+0 |
| * | | | | merge-recur: Get rid of debug code | Johannes Schindelin | 2006-07-27 | 1 | -64/+1 |
| * | | | | merge-recur: Convert variable names to lower_case | Johannes Schindelin | 2006-07-27 | 1 | -191/+189 |
| * | | | | Cumulative update of merge-recursive in C | Johannes Schindelin | 2006-07-27 | 1 | -526/+364 |
| * | | | | Merge branch 'lt/unitype' into js/c-merge-recursive | Junio C Hamano | 2006-07-13 | 24 | -96/+91 |
| |\ \ \ \ | |||||
| * | | | | | recur vs recursive: help testing without touching too many stuff. | Junio C Hamano | 2006-07-13 | 4 | -12/+36 |
| * | | | | | Status update on merge-recursive in C | Johannes Schindelin | 2006-07-13 | 10 | -52/+1773 |
* | | | | | | Merge branch 'ts/daemon' | Junio C Hamano | 2006-08-27 | 2 | -5/+58 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Added support for dropping privileges to git-daemon. | Tilman Sauerbeck | 2006-08-22 | 2 | -5/+58 |
* | | | | | | | Merge branch 'jc/apply' | Junio C Hamano | 2006-08-27 | 5 | -33/+363 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git-apply --reject: finishing touches. | Junio C Hamano | 2006-08-27 | 2 | -3/+3 |
| * | | | | | | | apply --reject: count hunks starting from 1, not 0 | Junio C Hamano | 2006-08-22 | 1 | -1/+1 |
| * | | | | | | | git-apply --verbose | Junio C Hamano | 2006-08-18 | 2 | -2/+84 |
| * | | | | | | | git-apply --reject: send rejects to .rej files. | Junio C Hamano | 2006-08-18 | 2 | -49/+80 |
| * | | | | | | | git-apply --reject | Junio C Hamano | 2006-08-17 | 3 | -23/+198 |
| * | | | | | | | apply --reverse: tie it all together. | Junio C Hamano | 2006-08-16 | 3 | -6/+49 |
| * | | | | | | | diff.c: make binary patch reversible. | Junio C Hamano | 2006-08-16 | 1 | -2/+8 |
| * | | | | | | | builtin-apply --reverse: two bugfixes. | Junio C Hamano | 2006-08-16 | 1 | -3/+7 |
* | | | | | | | | git-reset: remove unused variable | Rene Scharfe | 2006-08-27 | 1 | -3/+0 |
* | | | | | | | | git-cherry: remove unused variable | Rene Scharfe | 2006-08-27 | 1 | -3/+0 |
* | | | | | | | | Relative timestamps in git log | Linus Torvalds | 2006-08-26 | 4 | -12/+59 |
* | | | | | | | | Add git-zip-tree | Rene Scharfe | 2006-08-26 | 5 | -1/+424 |
* | | | | | | | | git-svn: stop repeatedly reusing the first commit message with dcommit | Eric Wong | 2006-08-26 | 1 | -0/+1 |
* | | | | | | | | Use xrealloc instead of realloc | Jonas Fonseca | 2006-08-26 | 9 | -26/+21 |
* | | | | | | | | Use PATH_MAX instead of MAXPATHLEN | Jonas Fonseca | 2006-08-26 | 4 | -8/+3 |
* | | | | | | | | Convert unpack_entry_gently and friends to use offsets. | Shawn Pearce | 2006-08-26 | 1 | -18/+15 |
* | | | | | | | | Cleanup unpack_object_header to use only offsets. | Shawn Pearce | 2006-08-26 | 1 | -7/+3 |