Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compat/nedmalloc: Fix some sparse warnings | Ramsay Jones | 2013-04-28 | 3 | -3/+4 |
* | compat/fnmatch/fnmatch.c: Fix a sparse error | Ramsay Jones | 2013-04-28 | 1 | -1/+2 |
* | compat/regex/regexec.c: Fix some sparse warnings | Ramsay Jones | 2013-04-28 | 1 | -3/+3 |
* | Git 1.8.3-rc0v1.8.3-rc0 | Junio C Hamano | 2013-04-26 | 2 | -19/+9 |
* | Merge branch 'rr/shortlog-doc' | Junio C Hamano | 2013-04-26 | 5 | -22/+35 |
|\ | |||||
| * | builtin/shortlog.c: make usage string consistent with log | Ramkumar Ramachandra | 2013-04-22 | 1 | -3/+1 |
| * | builtin/log.c: make usage string consistent with doc | Ramkumar Ramachandra | 2013-04-22 | 1 | -1/+1 |
| * | git-shortlog.txt: make SYNOPSIS match log, update OPTIONS | Ramkumar Ramachandra | 2013-04-21 | 1 | -2/+17 |
| * | git-log.txt: rewrite note on why "--" may be required | Ramkumar Ramachandra | 2013-04-21 | 1 | -2/+2 |
| * | git-log.txt: generalize <since>..<until> | Ramkumar Ramachandra | 2013-04-21 | 1 | -7/+9 |
| * | git-log.txt: order OPTIONS properly; move <since>..<until> | Ramkumar Ramachandra | 2013-04-21 | 1 | -7/+7 |
| * | revisions.txt: clarify the .. and ... syntax | Ramkumar Ramachandra | 2013-04-21 | 1 | -2/+4 |
| * | git-shortlog.txt: remove (-h|--help) from OPTIONS | Ramkumar Ramachandra | 2013-04-21 | 1 | -4/+0 |
* | | Merge branch 'th/bisect-skipped-log' | Junio C Hamano | 2013-04-26 | 2 | -0/+30 |
|\ \ | |||||
| * | | bisect: Log possibly bad, skipped commits at bisection end | Torstein Hegge | 2013-04-23 | 2 | -0/+30 |
* | | | Merge branch 'ph/rebase-original' | Junio C Hamano | 2013-04-26 | 2 | -1/+8 |
|\ \ \ | |||||
| * | | | rebase: find orig_head unambiguously | Phil Hord | 2013-04-23 | 2 | -1/+8 |
* | | | | Merge branch 'jn/glossary-revision' | Junio C Hamano | 2013-04-26 | 1 | -3/+1 |
|\ \ \ \ | |||||
| * | | | | glossary: a revision is just a commit | Jonathan Nieder | 2013-04-21 | 1 | -3/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'jc/add-ignore-removal' | Junio C Hamano | 2013-04-26 | 2 | -10/+23 |
|\ \ \ \ | |||||
| * | | | | git add: rephrase -A/--no-all warning | Junio C Hamano | 2013-04-22 | 1 | -6/+6 |
| * | | | | git add: --ignore-removal is a better named --no-all | Junio C Hamano | 2013-04-22 | 2 | -4/+17 |
| | |_|/ | |/| | | |||||
* | | | | remote-bzr: strip extra newline | Felipe Contreras | 2013-04-26 | 1 | -0/+4 |
* | | | | remote-bzr: tell bazaar to be quiet | Felipe Contreras | 2013-04-26 | 1 | -0/+3 |
* | | | | remote-bzr: store converted URL | Felipe Contreras | 2013-04-26 | 1 | -1/+12 |
* | | | | remote-hg: use hashlib instead of hg sha1 util | Felipe Contreras | 2013-04-26 | 1 | -2/+2 |
* | | | | remote-bzr: add support to push URLs | Felipe Contreras | 2013-04-26 | 1 | -3/+13 |
* | | | | remote-bzr: fix bad state issue | Felipe Contreras | 2013-04-26 | 1 | -0/+6 |
* | | | | remote-hg: remove extra check | Felipe Contreras | 2013-04-26 | 1 | -4/+0 |
* | | | | remote-helpers: trivial cleanups | Felipe Contreras | 2013-04-26 | 2 | -4/+5 |
* | | | | Merge branch 'fc/remote-hg' | Junio C Hamano | 2013-04-26 | 3 | -36/+141 |
|\ \ \ \ | |||||
| * | | | | remote-hg: strip extra newline | Felipe Contreras | 2013-04-22 | 1 | -0/+4 |
| * | | | | remote-hg: use marks instead of inlined files | Felipe Contreras | 2013-04-22 | 1 | -8/+33 |
| * | | | | remote-hg: small performance improvement | Felipe Contreras | 2013-04-22 | 1 | -1/+2 |
| * | | | | remote-hg: allow refs with spaces | Felipe Contreras | 2013-04-22 | 1 | -8/+17 |
| * | | | | remote-hg: don't update bookmarks unnecessarily | Felipe Contreras | 2013-04-22 | 1 | -0/+3 |
| * | | | | remote-hg: add support for schemes extension | Felipe Contreras | 2013-04-22 | 1 | -1/+7 |
| * | | | | remote-hg: improve email sanitation | Felipe Contreras | 2013-04-22 | 2 | -6/+12 |
| * | | | | remote-hg: add custom local tag write code | Felipe Contreras | 2013-04-22 | 1 | -1/+3 |
| * | | | | remote-hg: write tags in the appropriate branch | Felipe Contreras | 2013-04-22 | 1 | -2/+4 |
| * | | | | remote-hg: custom method to write tags | Felipe Contreras | 2013-04-22 | 1 | -1/+32 |
| * | | | | remote-hg: add support for tag objects | Felipe Contreras | 2013-04-22 | 1 | -3/+7 |
| * | | | | remote-hg: add branch_tip() helper | Felipe Contreras | 2013-04-22 | 1 | -3/+8 |
| * | | | | remote-hg: properly mark branches up-to-date | Felipe Contreras | 2013-04-22 | 1 | -0/+4 |
| * | | | | remote-hg: use python urlparse | Felipe Contreras | 2013-04-22 | 1 | -4/+5 |
| * | | | | remote-hg: safer bookmark pushing | Felipe Contreras | 2013-04-22 | 1 | -0/+2 |
| * | | | | remote-helpers: avoid has_key | Dusty Phillips | 2013-04-22 | 2 | -2/+2 |
| |/ / / | |||||
* | | | | Merge branch 'fc/remote-bzr' | Junio C Hamano | 2013-04-26 | 1 | -5/+5 |
|\ \ \ \ | |||||
| * | | | | remote-bzr: use proper push method | Felipe Contreras | 2013-04-25 | 1 | -5/+5 |
* | | | | | Merge branch 'jc/warn-pathless-add-finishing-touches' | Junio C Hamano | 2013-04-26 | 1 | -0/+2 |
|\ \ \ \ \ |