Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "daemon: add upload-tar service." | Junio C Hamano | 2006-09-07 | 2 | -13/+1 |
* | multi-service daemon: documentation | Junio C Hamano | 2006-08-28 | 1 | -8/+39 |
* | daemon: add upload-tar service. | Junio C Hamano | 2006-08-28 | 1 | -4/+11 |
* | daemon: prepare for multiple services. | Junio C Hamano | 2006-08-28 | 1 | -7/+106 |
* | Add git-zip-tree to .gitignore | Rene Scharfe | 2006-08-28 | 1 | -0/+1 |
* | free(NULL) is perfectly valid. | Junio C Hamano | 2006-08-28 | 10 | -44/+21 |
* | Use xcalloc instead of calloc | Jonas Fonseca | 2006-08-28 | 2 | -2/+2 |
* | Use fstat instead of fseek | Jonas Fonseca | 2006-08-28 | 1 | -5/+3 |
* | Merge branch 'gl/cleanup-next' | Junio C Hamano | 2006-08-28 | 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-28 | 7 | -5/+1406 |
|\| | | |||||
| * | | Merge branch 'master' into js/c-merge-recursive | Junio C Hamano | 2006-08-13 | 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-04 | 2 | -1/+2 |
| * | | | merge-recur: virtual commits shall never be parsed | Johannes Schindelin | 2006-08-01 | 1 | -0/+2 |
| * | | | merge-recur: use the unpack_trees() interface instead of exec()ing read-tree | Johannes Schindelin | 2006-07-31 | 1 | -28/+52 |
| * | | | Merge branch 'js/read-tree' into js/c-merge-recursive | Junio C Hamano | 2006-07-31 | 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-28 | 1 | -1/+1 |
| * | | | | merge-recur: Explain why sha_eq() and struct stage_data cannot go | Johannes Schindelin | 2006-07-28 | 1 | -5/+4 |
| * | | | | merge-recur: Cleanup last mixedCase variables... | Johannes Schindelin | 2006-07-28 | 1 | -23/+23 |
| * | | | | merge-recur: Fix compiler warning with -pedantic | Johannes Schindelin | 2006-07-28 | 1 | -1/+4 |
| * | | | | merge-recur: Remove dead code | Johannes Schindelin | 2006-07-28 | 1 | -22/+0 |
| * | | | | merge-recur: Get rid of debug code | Johannes Schindelin | 2006-07-28 | 1 | -64/+1 |
| * | | | | merge-recur: Convert variable names to lower_case | Johannes Schindelin | 2006-07-28 | 1 | -191/+189 |
| * | | | | Cumulative update of merge-recursive in C | Johannes Schindelin | 2006-07-28 | 1 | -526/+364 |
| * | | | | Merge branch 'lt/unitype' into js/c-merge-recursive | Junio C Hamano | 2006-07-14 | 24 | -96/+91 |
| |\ \ \ \ | |||||
| * | | | | | recur vs recursive: help testing without touching too many stuff. | Junio C Hamano | 2006-07-14 | 4 | -12/+36 |
| * | | | | | Status update on merge-recursive in C | Johannes Schindelin | 2006-07-14 | 10 | -52/+1773 |
* | | | | | | Merge branch 'ts/daemon' | Junio C Hamano | 2006-08-28 | 2 | -5/+58 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Added support for dropping privileges to git-daemon. | Tilman Sauerbeck | 2006-08-23 | 2 | -5/+58 |
* | | | | | | | Merge branch 'jc/apply' | Junio C Hamano | 2006-08-28 | 5 | -33/+363 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git-apply --reject: finishing touches. | Junio C Hamano | 2006-08-28 | 2 | -3/+3 |
| * | | | | | | | apply --reject: count hunks starting from 1, not 0 | Junio C Hamano | 2006-08-23 | 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-17 | 3 | -6/+49 |
| * | | | | | | | diff.c: make binary patch reversible. | Junio C Hamano | 2006-08-17 | 1 | -2/+8 |
| * | | | | | | | builtin-apply --reverse: two bugfixes. | Junio C Hamano | 2006-08-17 | 1 | -3/+7 |
* | | | | | | | | git-reset: remove unused variable | Rene Scharfe | 2006-08-28 | 1 | -3/+0 |
* | | | | | | | | git-cherry: remove unused variable | Rene Scharfe | 2006-08-28 | 1 | -3/+0 |