Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ef/mingw-rmdir' | Junio C Hamano | 2012-12-11 | 1 | -1/+3 |
|\ | |||||
| * | mingw_rmdir: do not prompt for retry when non-empty | Erik Faye-Lund | 2012-12-10 | 1 | -1/+3 |
* | | Merge branch 'ef/mingw-tty-getpass' | Junio C Hamano | 2012-12-11 | 3 | -56/+169 |
|\ \ | |||||
| * | | mingw: get rid of getpass implementation | Erik Faye-Lund | 2012-12-04 | 2 | -17/+0 |
| * | | mingw: reuse tty-version of git_terminal_prompt | Erik Faye-Lund | 2012-12-04 | 1 | -9/+60 |
| * | | compat/terminal: separate input and output handles | Erik Faye-Lund | 2012-12-04 | 1 | -11/+18 |
| * | | compat/terminal: factor out echo-disabling | Erik Faye-Lund | 2012-12-04 | 1 | -18/+25 |
| * | | mingw: make fgetc raise SIGINT if apropriate | Erik Faye-Lund | 2012-12-04 | 2 | -10/+72 |
| * | | mingw: correct exit-code for SIGALRM's SIG_DFL | Erik Faye-Lund | 2012-12-04 | 1 | -2/+5 |
* | | | Merge branch 'maint' | Junio C Hamano | 2012-12-11 | 1 | -1/+10 |
|\ \ \ | |||||
| * | | | git-prompt: Document GIT_PS1_DESCRIBE_STYLE | Anders Kaseorg | 2012-12-11 | 1 | -0/+9 |
* | | | | Sync with 1.8.0.2 | Junio C Hamano | 2012-12-10 | 2 | -4/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Git 1.8.0.2v1.8.0.2 | Junio C Hamano | 2012-12-10 | 2 | -2/+3 |
| * | | | Documentation/git-stash.txt: add a missing verb | Sébastien Loriot | 2012-12-10 | 1 | -1/+1 |
| * | | | git(1): remove a defunct link to "list of authors" | Junio C Hamano | 2012-12-09 | 1 | -2/+1 |
* | | | | Makefile: whitespace style fixes in macro definitions | Stefano Lattarini | 2012-12-10 | 3 | -30/+30 |
* | | | | Git 1.8.1-rc1v1.8.1-rc1 | Junio C Hamano | 2012-12-07 | 2 | -23/+5 |
* | | | | Documentation/diff-config: work around AsciiDoc misfortune | Junio C Hamano | 2012-12-07 | 1 | -2/+2 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2012-12-07 | 1 | -0/+19 |
|\ \ \ \ | |/ / / | |||||
| * | | | Update draft release notes to 1.8.0.2 | Junio C Hamano | 2012-12-07 | 1 | -0/+19 |
| * | | | Merge branch 'jc/doc-push-satellite' into maint | Junio C Hamano | 2012-12-07 | 1 | -2/+14 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jc/same-encoding' into maint | Junio C Hamano | 2012-12-07 | 6 | -4/+13 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'lt/diff-stat-show-0-lines' into maint | Junio C Hamano | 2012-12-07 | 4 | -58/+110 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'master' of git://github.com/git-l10n/git-po | Junio C Hamano | 2012-12-07 | 4 | -804/+4417 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch git://github.com/ralfth/git-po-de | Jiang Xin | 2012-12-07 | 1 | -754/+4305 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | l10n: de.po: translate 22 new messages | Ralf Thielow | 2012-12-06 | 1 | -853/+943 |
| | * | | | | | | | l10n: de.po: translate 825 new messages | Ralf Thielow | 2012-12-06 | 1 | -494/+3955 |
| * | | | | | | | | l10n: Update Swedish translation (1979t0f0u) | Peter Krefting | 2012-11-30 | 1 | -16/+37 |
| |/ / / / / / / | |||||
| * | | | | | | | l10n: vi.po: update to git-v1.8.0.1-347-gf94c3 | Tran Ngoc Quan | 2012-11-30 | 1 | -20/+43 |
| * | | | | | | | l10n: Update git.pot (5 new, 1 removed messages) | Jiang Xin | 2012-11-30 | 1 | -14/+32 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge branch 'rr/t4041-cleanup' | Junio C Hamano | 2012-12-07 | 1 | -249/+248 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | t4041 (diff-submodule-option): modernize style | Ramkumar Ramachandra | 2012-12-02 | 1 | -230/+229 |
| * | | | | | | | t4041 (diff-submodule-option): rewrite add_file() routine | Ramkumar Ramachandra | 2012-12-02 | 1 | -12/+12 |
| * | | | | | | | t4041 (diff-submodule-option): parse digests sensibly | Ramkumar Ramachandra | 2012-12-02 | 1 | -7/+7 |
| * | | | | | | | t4041 (diff-submodule-option): don't hardcode SHA-1 in expected outputs | Ramkumar Ramachandra | 2012-11-27 | 1 | -5/+5 |
* | | | | | | | | Merge branch 'mm/status-push-pull-advise' | Junio C Hamano | 2012-12-04 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | document that statusHints affects git checkout | Matthieu Moy | 2012-12-04 | 1 | -2/+3 |
* | | | | | | | | | Git 1.8.1-rc0v1.8.1-rc0 | Junio C Hamano | 2012-12-03 | 2 | -12/+14 |
* | | | | | | | | | Merge branch 'mm/status-push-pull-advise' | Junio C Hamano | 2012-12-03 | 1 | -6/+9 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | / / / / / / | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | status: respect advice.statusHints for ahead/behind advice | Jeff King | 2012-12-03 | 1 | -6/+9 |
* | | | | | | | | Update draft release notes to 1.8.1 | Junio C Hamano | 2012-11-29 | 1 | -1/+32 |
* | | | | | | | | Merge branch 'pw/p4-various-fixes' | Junio C Hamano | 2012-11-29 | 3 | -20/+137 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | git p4: remove unneeded cmd initialization | Pete Wyckoff | 2012-11-26 | 1 | -1/+0 |
| * | | | | | | | | git p4: fix labelDetails typo in exception | Pete Wyckoff | 2012-11-26 | 1 | -1/+1 |
| * | | | | | | | | git p4 test: display unresolvable host error | Pete Wyckoff | 2012-11-26 | 1 | -0/+12 |
| * | | | | | | | | git p4: catch p4 errors when streaming file contents | Pete Wyckoff | 2012-11-26 | 2 | -8/+43 |
| * | | | | | | | | git p4: handle servers without move support | Pete Wyckoff | 2012-11-26 | 2 | -1/+55 |
| * | | | | | | | | git p4: catch p4 describe errors | Pete Wyckoff | 2012-11-26 | 1 | -9/+26 |
* | | | | | | | | | Merge branch 'lt/diff-stat-show-0-lines' | Junio C Hamano | 2012-11-29 | 2 | -28/+74 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | |||||
| * | | | | | | | | t4049: refocus tests | Junio C Hamano | 2012-11-29 | 1 | -11/+9 |