Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow more than true/false to attributes. | Junio C Hamano | 2007-04-17 | 5 | -82/+169 |
* | Document git-check-attr | James Bowes | 2007-04-15 | 2 | -0/+38 |
* | Change attribute negation marker from '!' to '-'. | Junio C Hamano | 2007-04-15 | 3 | -7/+52 |
* | Define a built-in attribute macro "binary". | Junio C Hamano | 2007-04-15 | 1 | -0/+1 |
* | attribute macro support | Junio C Hamano | 2007-04-15 | 2 | -48/+132 |
* | Makefile: add patch-ids.h back in. | Junio C Hamano | 2007-04-15 | 1 | -1/+1 |
* | Fix 'diff' attribute semantics. | Junio C Hamano | 2007-04-15 | 1 | -2/+3 |
* | Fix 'crlf' attribute semantics. | Junio C Hamano | 2007-04-15 | 1 | -44/+78 |
* | Teach 'diff' about 'diff' attribute. | Junio C Hamano | 2007-04-14 | 2 | -27/+31 |
* | Define 'crlf' attribute. | Junio C Hamano | 2007-04-14 | 3 | -7/+84 |
* | Add basic infrastructure to assign attributes to paths | Junio C Hamano | 2007-04-14 | 8 | -2/+453 |
* | Merge branch 'maint' | Junio C Hamano | 2007-04-14 | 4 | -17/+49 |
|\ | |||||
| * | git-quiltimport complaining yet still working | Linus Torvalds | 2007-04-14 | 1 | -2/+2 |
| * | config.txt: Fix grammatical error in description of http.noEPSV | Frank Lichtenheld | 2007-04-13 | 1 | -1/+1 |
| * | config.txt: Change pserver to server in description of gitcvs.* | Frank Lichtenheld | 2007-04-13 | 1 | -2/+2 |
| * | config.txt: Document core.autocrlf | Frank Lichtenheld | 2007-04-13 | 1 | -0/+10 |
| * | config.txt: Document gitcvs.allbinary | Frank Lichtenheld | 2007-04-13 | 1 | -0/+7 |
| * | Do not default to --no-index when given two directories. | Junio C Hamano | 2007-04-13 | 1 | -10/+26 |
| * | Use rev-list --reverse in git-rebase.sh | Alex Riesen | 2007-04-13 | 1 | -2/+1 |
* | | Merge branch 'jc/cherry' | Junio C Hamano | 2007-04-12 | 9 | -35/+346 |
|\ \ | |||||
| * | | Documentation: --cherry-pick | Junio C Hamano | 2007-04-11 | 1 | -0/+15 |
| * | | git-log --cherry-pick A...B | Junio C Hamano | 2007-04-11 | 2 | -0/+89 |
| * | | Refactor patch-id filtering out of git-cherry and git-format-patch. | Junio C Hamano | 2007-04-11 | 4 | -32/+228 |
| * | | Add %m to '--pretty=format:' | Junio C Hamano | 2007-04-11 | 2 | -3/+14 |
* | | | Merge branch 'maint' | Junio C Hamano | 2007-04-12 | 1 | -0/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | handle_options in git wrapper miscounts the options it handled. | Matthias Lederhofer | 2007-04-12 | 1 | -0/+1 |
* | | | Fix git {log,show,...} --pretty=email | Junio C Hamano | 2007-04-12 | 2 | -1/+1 |
* | | | Don't yap about merge-subtree during make | Shawn O. Pearce | 2007-04-12 | 1 | -1/+1 |
| |/ |/| | |||||
* | | sscanf/strtoul: parse integers robustly | Jim Meyering | 2007-04-11 | 4 | -18/+22 |
* | | Add testcase for format-patch --subject-prefix (take 3) | Robin H. Johnson | 2007-04-11 | 2 | -0/+165 |
* | | Add custom subject prefix support to format-patch (take 3) | Robin H. Johnson | 2007-04-11 | 4 | -11/+31 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-04-11 | 6 | -20/+44 |
|\ \ | |/ | |||||
| * | GIT 1.5.1.1v1.5.1.1 | Junio C Hamano | 2007-04-11 | 2 | -8/+23 |
| * | cvsserver: Fix handling of diappeared files on update | Frank Lichtenheld | 2007-04-11 | 1 | -0/+1 |
| * | fsck: do not complain on detached HEAD. | Junio C Hamano | 2007-04-11 | 1 | -8/+16 |
| * | (encode_85, decode_85): Mark source buffer pointer as "const". | Jim Meyering | 2007-04-11 | 2 | -4/+4 |
* | | gitweb: Allow configuring the default projects order and add order 'none' | Frank Lichtenheld | 2007-04-10 | 1 | -4/+7 |
* | | gitweb: Allow forks with project list file | Frank Lichtenheld | 2007-04-10 | 1 | -7/+27 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-04-10 | 2 | -3/+24 |
|\ \ | |/ | |||||
| * | Documentation: show-ref: document --exclude-existing | Julian Phillips | 2007-04-09 | 1 | -0/+16 |
| * | cvsexportcommit -p : fix the usage of git-apply -C. | Tomash Brechko | 2007-04-09 | 1 | -3/+8 |
* | | git-archive: make tar the default format | René Scharfe | 2007-04-09 | 3 | -5/+12 |
* | | Merge branch 'jc/push' | Junio C Hamano | 2007-04-08 | 1 | -7/+10 |
|\ \ | |||||
| * | | git-push to multiple locations does not stop at the first failure | Junio C Hamano | 2007-04-07 | 1 | -7/+8 |
| * | | git-push reports the URL after failing. | Junio C Hamano | 2007-04-07 | 1 | -0/+2 |
* | | | Merge branch 'jc/merge-subtree' | Junio C Hamano | 2007-04-08 | 7 | -3/+373 |
|\ \ \ | |||||
| * | | | A new merge stragety 'subtree'. | Junio C Hamano | 2007-04-07 | 7 | -3/+373 |
| |/ / | |||||
* | | | Merge branch 'js/fetch-progress' | Junio C Hamano | 2007-04-08 | 1 | -4/+10 |
|\ \ \ | |||||
| * | | | git-fetch: add --quiet | Junio C Hamano | 2007-03-09 | 1 | -4/+10 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2007-04-08 | 2 | -22/+31 |
|\ \ \ \ | | |_|/ | |/| | |