| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace xmalloc+memset(0) with xcalloc. | Peter Eriksen | 2006-04-04 | 1 | -6/+3 |
* | Use blob_, commit_, tag_, and tree_type throughout. | Peter Eriksen | 2006-04-04 | 1 | -2/+3 |
* | git-apply: safety fixes | Linus Torvalds | 2006-03-25 | 1 | -1/+3 |
* | git-apply: do not barf when updating an originally empty file. | Junio C Hamano | 2006-03-22 | 1 | -1/+1 |
* | Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) | Junio C Hamano | 2006-03-09 | 1 | -1/+1 |
* | Add --temp and --stage=all options to checkout-index. | Shawn Pearce | 2006-03-05 | 1 | -1/+2 |
* | war on whitespaces: documentation. | Junio C Hamano | 2006-03-02 | 1 | -1/+1 |
* | git-apply: war on whitespace -- finishing touches. | Junio C Hamano | 2006-02-28 | 1 | -0/+11 |
* | git-apply --whitespace=nowarn | Junio C Hamano | 2006-02-27 | 1 | -2/+6 |
* | apply --whitespace: configuration option. | Junio C Hamano | 2006-02-27 | 1 | -24/+48 |
* | apply: squelch excessive errors and --whitespace=error-all | Junio C Hamano | 2006-02-27 | 1 | -8/+45 |
* | apply --whitespace fixes and enhancements. | Junio C Hamano | 2006-02-26 | 1 | -23/+54 |
* | The war on trailing whitespace | Linus Torvalds | 2006-02-26 | 1 | -0/+33 |
* | Merge branch 'jc/nostat' | Junio C Hamano | 2006-02-21 | 1 | -1/+1 |
|\ |
|
| * | "Assume unchanged" git | Junio C Hamano | 2006-02-08 | 1 | -1/+1 |
* | | Optionally support old diffs | Johannes Schindelin | 2006-02-17 | 1 | -0/+8 |
|/ |
|
* | Use sha1_file.c's mkdir-like routine in apply.c. | Jason Riedy | 2006-02-03 | 1 | -21/+4 |
* | Make apply accept the -pNUM option like patch does. | Daniel Barkalow | 2006-01-31 | 1 | -2/+6 |
* | fix potential deadlock in create_one_file | Alex Riesen | 2006-01-05 | 1 | -1/+2 |
* | trivial: O_EXCL makes O_TRUNC redundant | Alex Riesen | 2006-01-05 | 1 | -1/+1 |
* | xread/xwrite: do not worry about EINTR at calling sites. | Junio C Hamano | 2005-12-19 | 1 | -17/+6 |
* | git-apply: work from subdirectory. | Junio C Hamano | 2005-11-28 | 1 | -0/+18 |
* | Deal with binary diff output from GNU diff 2.8.7 | Junio C Hamano | 2005-11-17 | 1 | -6/+18 |
* | apply: allow-binary-replacement. | Junio C Hamano | 2005-11-16 | 1 | -6/+81 |
* | git-apply: fail if a patch cannot be applied. | Junio C Hamano | 2005-11-16 | 1 | -4/+7 |
* | apply: fix binary patch detection. | Junio C Hamano | 2005-11-14 | 1 | -3/+4 |
* | Documentation: git-apply --no-add | Junio C Hamano | 2005-11-11 | 1 | -1/+1 |
* | merge-one-file: use common as base, instead of emptiness. | Junio C Hamano | 2005-11-11 | 1 | -2/+9 |
* | git-apply: do not fail on binary diff when not applying nor checking. | Junio C Hamano | 2005-11-09 | 1 | -6/+19 |
* | git-apply --numstat | Junio C Hamano | 2005-10-28 | 1 | -1/+25 |
* | git-apply: remove unused --show-files flag. | Junio C Hamano | 2005-10-17 | 1 | -39/+1 |
* | Update git-apply to use C-style quoting for funny pathnames. | Junio C Hamano | 2005-10-17 | 1 | -44/+184 |
* | Unlocalized isspace and friends | Linus Torvalds | 2005-10-14 | 1 | -1/+0 |
* | git-apply: parse index information | Junio C Hamano | 2005-10-07 | 1 | -1/+76 |
* | git-apply: retire unused/unimplemented --no-merge flag. | Junio C Hamano | 2005-10-04 | 1 | -16/+1 |
* | git-apply: allow operating in sparsely populated working tree. | Junio C Hamano | 2005-10-04 | 1 | -5/+30 |
* | [PATCH] Flag empty patches as errors | Linus Torvalds | 2005-09-30 | 1 | -0/+13 |
* | [PATCH] Make git-apply understand incomplete lines in non-C locales | Fredrik Kuivinen | 2005-09-04 | 1 | -3/+7 |
* | Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git | Junio C Hamano | 2005-08-28 | 1 | -1/+1 |
|\ |
|
| * | Fix ?: statements. | Jason Riedy | 2005-08-23 | 1 | -1/+1 |
* | | [PATCH] Fix git patch header processing in git-apply. | Robert Fitzsimons | 2005-08-28 | 1 | -1/+1 |
|/ |
|
* | [PATCH] When copying or renaming, keep the mode, please | Johannes Schindelin | 2005-08-17 | 1 | -2/+6 |
* | [PATCH] -Werror fixes | Timo Sirainen | 2005-08-09 | 1 | -2/+2 |
* | [PATCH] Make git-apply --stat less butt-ugly with long filenames | Linus Torvalds | 2005-07-28 | 1 | -2/+10 |
* | [PATCH] apply.c: --exclude=fnmatch-pattern option. | Junio C Hamano | 2005-07-22 | 1 | -7/+38 |
* | [PATCH] apply.c: handle incomplete lines correctly. | Junio C Hamano | 2005-07-22 | 1 | -1/+8 |
* | [PATCH] apply: match documentation, usage string and code. | Junio C Hamano | 2005-07-13 | 1 | -1/+3 |
* | git-apply: be a lot more careful when writing files | Linus Torvalds | 2005-07-13 | 1 | -35/+49 |
* | [PATCH] git: fix trivial warning from show_rename_copy() | Tony Luck | 2005-07-12 | 1 | -1/+1 |
* | [PATCH] Let umask do its work upon filesystem object creation. | Junio C Hamano | 2005-07-06 | 1 | -1/+1 |