Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | | | | git-prompt.sh: add missing information in comments | Eduardo R. D'Avila | 2013-06-26 | 1 | -11/+15 | |
| * | | | | | | | | | | | | | | | | | | | | git-prompt.sh: do not print duplicate clean color code | Eduardo R. D'Avila | 2013-06-26 | 2 | -5/+5 | |
| * | | | | | | | | | | | | | | | | | | | | t9903: remove redundant tests | Eduardo R. D'Avila | 2013-06-26 | 1 | -114/+1 | |
| * | | | | | | | | | | | | | | | | | | | | git-prompt.sh: refactor colored prompt code | Eduardo R. D'Avila | 2013-06-26 | 1 | -59/+26 | |
| * | | | | | | | | | | | | | | | | | | | | t9903: add tests for git-prompt pcmode | Eduardo R. D'Avila | 2013-06-26 | 1 | -0/+254 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'ap/rebase-multiple-fixups' | Junio C Hamano | 2013-07-01 | 4 | -44/+130 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | lib-rebase: style: use write_script, <<-\EOFap/rebase-multiple-fixups | Andrew Pimlott | 2013-07-01 | 1 | -38/+36 | |
| * | | | | | | | | | | | | | | | | | | | | | rebase -i: handle fixup! fixup! in --autosquash | Andrew Pimlott | 2013-06-27 | 4 | -6/+94 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'kb/am-deprecate-resolved' | Junio C Hamano | 2013-07-01 | 5 | -10/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | am: replace uses of --resolved with --continue | Kevin Bracey | 2013-06-27 | 5 | -10/+10 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'rr/column-doc' | Junio C Hamano | 2013-07-01 | 1 | -3/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | column doc: rewrite documentation for column.ui | Ramkumar Ramachandra | 2013-06-26 | 1 | -3/+17 | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ft/doc-git-transport' | Junio C Hamano | 2013-07-01 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | documentation: add git:// transport security notice | Fraser Tweedale | 2013-06-26 | 1 | -0/+3 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/mailmap-merijn-brand' | Junio C Hamano | 2013-07-01 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | .mailmap: Map "H.Merijn Brand" to "H. Merijn Brand" | Stefan Beller | 2013-06-25 | 1 | -0/+1 | |
| | |_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sg/bash-prompt' | Junio C Hamano | 2013-07-01 | 4 | -333/+367 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | bash prompt: mention that PROMPT_COMMAND mode is faster | SZEDER Gábor | 2013-06-24 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | bash prompt: avoid command substitution when finalizing gitstring | SZEDER Gábor | 2013-06-24 | 1 | -1/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | bash prompt: avoid command substitution when checking for untracked files | SZEDER Gábor | 2013-06-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | bash prompt: use bash builtins to check stash state | SZEDER Gábor | 2013-06-24 | 2 | -2/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | bash prompt: use bash builtins to check for unborn branch for dirty state | SZEDER Gábor | 2013-06-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | bash prompt: combine 'git rev-parse' for detached head | SZEDER Gábor | 2013-06-24 | 2 | -4/+20 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | bash prompt: combine 'git rev-parse' executions in the main code path | SZEDER Gábor | 2013-06-24 | 1 | -5/+13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | bash prompt: use bash builtins to find out current branch | SZEDER Gábor | 2013-06-24 | 1 | -18/+33 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | bash prompt: use bash builtins to find out rebase state | SZEDER Gábor | 2013-06-24 | 1 | -6/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir() | SZEDER Gábor | 2013-06-24 | 2 | -27/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | bash prompt: return early from __git_ps1() when not in a git repository | SZEDER Gábor | 2013-06-24 | 1 | -100/+101 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | bash prompt: print unique detached HEAD abbreviated object name | SZEDER Gábor | 2013-06-24 | 2 | -2/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | bash prompt: add a test for symbolic link symbolic refs | SZEDER Gábor | 2013-06-24 | 1 | -0/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | completion, bash prompt: move __gitdir() tests to completion test suite | SZEDER Gábor | 2013-06-24 | 2 | -128/+134 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | bash prompt: use 'write_script' helper in interactive rebase test | SZEDER Gábor | 2013-06-24 | 1 | -7/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | bash prompt: fix redirection coding style in tests | SZEDER Gábor | 2013-06-24 | 1 | -116/+116 | |
| | |_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'wk/doc-in-linux-3.x-era' | Junio C Hamano | 2013-07-01 | 6 | -41/+47 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Documentation: Update 'linux-2.6.git' -> 'linux.git' | W. Trevor King | 2013-06-22 | 5 | -11/+11 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Documentation: Update the NFS remote examples to use the staging repo | W. Trevor King | 2013-06-22 | 2 | -19/+32 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | doc/clone: Pick more compelling paths for the --reference example | W. Trevor King | 2013-06-22 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | doc/clone: Remove the '--bare -l -s' example | W. Trevor King | 2013-06-22 | 1 | -7/+0 | |
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/topo-author-date-sort' | Junio C Hamano | 2013-07-01 | 16 | -163/+550 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | t6003: add --author-date-order test | Junio C Hamano | 2013-06-21 | 1 | -2/+24 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | topology tests: teach a helper to set author dates as well | Junio C Hamano | 2013-06-21 | 2 | -26/+34 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | t6003: add --date-order test | Junio C Hamano | 2013-06-21 | 1 | -0/+22 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | topology tests: teach a helper to take abbreviated timestamps | Junio C Hamano | 2013-06-21 | 3 | -77/+81 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | t/lib-t6000: style fixes | Junio C Hamano | 2013-06-21 | 1 | -47/+40 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | log: --author-date-order | Junio C Hamano | 2013-06-11 | 4 | -1/+83 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | sort-in-topological-order: use prio-queue | Junio C Hamano | 2013-06-11 | 3 | -31/+60 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | prio-queue: priority queue of pointers to structs | Junio C Hamano | 2013-06-11 | 6 | -0/+209 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | toposort: rename "lifo" field | Junio C Hamano | 2013-06-11 | 6 | -20/+38 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/commit-info-slab' | Junio C Hamano | 2013-07-01 | 3 | -10/+127 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | commit-slab: introduce a macro to define a slab for new type | Junio C Hamano | 2013-06-07 | 2 | -58/+112 |