Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jc/maint-add-sync-stat' | Junio C Hamano | 2007-11-14 | 10 | -38/+92 |
|\ | |||||
| * | t2200: test more cases of "add -u" | Junio C Hamano | 2007-11-11 | 1 | -2/+28 |
| * | git-add: make the entry stat-clean after re-adding the same contents | Junio C Hamano | 2007-11-10 | 4 | -3/+8 |
| * | ce_match_stat, run_diff_files: use symbolic constants for readability | Junio C Hamano | 2007-11-10 | 8 | -34/+57 |
* | | Merge branch 'mh/retag' | Junio C Hamano | 2007-11-14 | 2 | -3/+51 |
|\ \ | |||||
| * | | Add tests for git tag | Mike Hommey | 2007-11-05 | 1 | -0/+16 |
| * | | Reuse previous annotation when overwriting a tag | Mike Hommey | 2007-11-05 | 1 | -3/+35 |
* | | | Merge branch 'jc/stash-create' | Junio C Hamano | 2007-11-14 | 2 | -14/+31 |
|\ \ \ | |||||
| * | | | git-stash: Fix listing stashes | Emil Medve | 2007-11-07 | 1 | -1/+5 |
| * | | | git-merge: no reason to use cpio anymore | Junio C Hamano | 2007-11-01 | 1 | -6/+5 |
| * | | | Revert "rebase: allow starting from a dirty tree." | Junio C Hamano | 2007-11-01 | 1 | -58/+14 |
| * | | | rebase: allow starting from a dirty tree. | Junio C Hamano | 2007-09-14 | 1 | -14/+58 |
| * | | | stash: implement "stash create" | Junio C Hamano | 2007-09-14 | 1 | -7/+21 |
* | | | | Merge branch 'bg/format-patch-N' | Junio C Hamano | 2007-11-14 | 4 | -5/+139 |
|\ \ \ \ | |||||
| * | | | | Rearrange git-format-patch synopsis to improve clarity. | David Symonds | 2007-11-05 | 1 | -1/+2 |
| * | | | | format-patch: Test --[no-]numbered and format.numbered | Brian Gernhardt | 2007-11-04 | 1 | -0/+106 |
| * | | | | format-patch: Add configuration and off switch for --numbered | Brian Gernhardt | 2007-11-04 | 3 | -5/+32 |
* | | | | | Merge branch 'np/progress' | Junio C Hamano | 2007-11-14 | 7 | -93/+134 |
|\ \ \ \ \ | |||||
| * | | | | | nicer display of thin pack completion | Nicolas Pitre | 2007-11-08 | 3 | -11/+19 |
| * | | | | | make display of total transferred fully accurate | Nicolas Pitre | 2007-11-07 | 1 | -25/+39 |
| * | | | | | remove dead code from the csum-file interface | Nicolas Pitre | 2007-11-05 | 2 | -15/+5 |
| * | | | | | git-fetch: be even quieter. | Pierre Habouzit | 2007-11-05 | 1 | -14/+19 |
| * | | | | | make display of total transferred more accurate | Nicolas Pitre | 2007-11-05 | 5 | -28/+29 |
| * | | | | | sideband.c: ESC is spelled '\033' not '\e' for portability. | Nicolas Pitre | 2007-11-05 | 1 | -1/+1 |
| * | | | | | fix display overlap between remote and local progress | Nicolas Pitre | 2007-11-04 | 1 | -14/+37 |
| |/ / / / | |||||
* | | | | | Merge branch 'js/rebase-detached' | Junio C Hamano | 2007-11-14 | 3 | -7/+79 |
|\ \ \ \ \ | |||||
| * | | | | | rebase: fix "rebase --continue" breakage | Johannes Schindelin | 2007-11-12 | 2 | -1/+22 |
| * | | | | | rebase: operate on a detached HEAD | Johannes Schindelin | 2007-11-09 | 2 | -6/+57 |
* | | | | | | Merge branch 'rs/pretty' | Junio C Hamano | 2007-11-14 | 5 | -135/+284 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix preprocessor logic that determines the availablity of strchrnul(). | Johannes Sixt | 2007-11-12 | 1 | -1/+7 |
| * | | | | | | Simplify strchrnul() compat code | Andreas Ericsson | 2007-11-11 | 3 | -23/+7 |
| * | | | | | | --format=pretty: avoid calculating expensive expansions twice | René Scharfe | 2007-11-11 | 1 | -0/+32 |
| * | | | | | | add strbuf_adddup() | René Scharfe | 2007-11-11 | 2 | -0/+8 |
| * | | | | | | --pretty=format: parse commit message only once | René Scharfe | 2007-11-11 | 1 | -42/+82 |
| * | | | | | | --pretty=format: on-demand format expansion | René Scharfe | 2007-11-09 | 3 | -123/+180 |
| * | | | | | | Add strchrnul() | René Scharfe | 2007-11-09 | 4 | -6/+28 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'rr/cvsexportcommit-w' | Junio C Hamano | 2007-11-14 | 2 | -17/+44 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cvsexportcommit: Add switch to specify CVS workdir | Robin Rosenberg | 2007-11-01 | 2 | -17/+44 |
* | | | | | | | Merge branch 'gh/cvsimport-user' | Junio C Hamano | 2007-11-14 | 1 | -1/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git-cvsimport: fix handling of user name when it is not set in CVSROOT | Gordon Hopper | 2007-11-09 | 1 | -1/+2 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | user-manual: minor rewording for clarity. | Sergei Organov | 2007-11-14 | 1 | -2/+2 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2007-11-14 | 13 | -28/+66 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git-clean: honor core.excludesfile | Junio C Hamano | 2007-11-14 | 2 | -1/+19 |
| * | | | | | | | Documentation: Fix man page breakage with DocBook XSL v1.72 | Jonas Fonseca | 2007-11-14 | 3 | -3/+12 |
| * | | | | | | | git-remote.txt: fix typo | Sergei Organov | 2007-11-14 | 1 | -1/+1 |
| * | | | | | | | core-tutorial.txt: Fix argument mistake in an example. | Sergei Organov | 2007-11-14 | 1 | -2/+2 |
| * | | | | | | | replace reference to git-rm with git-reset in git-commit doc | Jing Xue | 2007-11-14 | 2 | -4/+8 |
| * | | | | | | | Grammar fixes for gitattributes documentation | Wincent Colaiuta | 2007-11-14 | 1 | -8/+9 |
| * | | | | | | | Don't allow fast-import tree delta chains to exceed maximum depth | Shawn O. Pearce | 2007-11-13 | 1 | -7/+13 |
| * | | | | | | | revert/cherry-pick: allow starting from dirty work tree. | Junio C Hamano | 2007-11-13 | 1 | -1/+1 |