summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | t9903: remove redundant testsEduardo R. D'Avila2013-06-261-114/+1
| * | | | | | | | | | | | | | | | | | | | git-prompt.sh: refactor colored prompt codeEduardo R. D'Avila2013-06-261-59/+26
| * | | | | | | | | | | | | | | | | | | | t9903: add tests for git-prompt pcmodeEduardo R. D'Avila2013-06-261-0/+254
* | | | | | | | | | | | | | | | | | | | | Merge branch 'ap/rebase-multiple-fixups'Junio C Hamano2013-07-014-44/+130
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | lib-rebase: style: use write_script, <<-\EOFap/rebase-multiple-fixupsAndrew Pimlott2013-07-011-38/+36
| * | | | | | | | | | | | | | | | | | | | | rebase -i: handle fixup! fixup! in --autosquashAndrew Pimlott2013-06-274-6/+94
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'kb/am-deprecate-resolved'Junio C Hamano2013-07-015-10/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | am: replace uses of --resolved with --continueKevin Bracey2013-06-275-10/+10
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'rr/column-doc'Junio C Hamano2013-07-011-3/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | column doc: rewrite documentation for column.uiRamkumar Ramachandra2013-06-261-3/+17
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ft/doc-git-transport'Junio C Hamano2013-07-011-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | documentation: add git:// transport security noticeFraser Tweedale2013-06-261-0/+3
| |/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/mailmap-merijn-brand'Junio C Hamano2013-07-011-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | .mailmap: Map "H.Merijn Brand" to "H. Merijn Brand"Stefan Beller2013-06-251-0/+1
| | |_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sg/bash-prompt'Junio C Hamano2013-07-014-333/+367
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | bash prompt: mention that PROMPT_COMMAND mode is fasterSZEDER Gábor2013-06-241-5/+5
| * | | | | | | | | | | | | | | | | | | | | | | | bash prompt: avoid command substitution when finalizing gitstringSZEDER Gábor2013-06-241-1/+5
| * | | | | | | | | | | | | | | | | | | | | | | | bash prompt: avoid command substitution when checking for untracked filesSZEDER Gábor2013-06-241-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | bash prompt: use bash builtins to check stash stateSZEDER Gábor2013-06-242-2/+4
| * | | | | | | | | | | | | | | | | | | | | | | | bash prompt: use bash builtins to check for unborn branch for dirty stateSZEDER Gábor2013-06-241-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | bash prompt: combine 'git rev-parse' for detached headSZEDER Gábor2013-06-242-4/+20
| * | | | | | | | | | | | | | | | | | | | | | | | bash prompt: combine 'git rev-parse' executions in the main code pathSZEDER Gábor2013-06-241-5/+13
| * | | | | | | | | | | | | | | | | | | | | | | | bash prompt: use bash builtins to find out current branchSZEDER Gábor2013-06-241-18/+33
| * | | | | | | | | | | | | | | | | | | | | | | | bash prompt: use bash builtins to find out rebase stateSZEDER Gábor2013-06-241-6/+6
| * | | | | | | | | | | | | | | | | | | | | | | | bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir()SZEDER Gábor2013-06-242-27/+1
| * | | | | | | | | | | | | | | | | | | | | | | | bash prompt: return early from __git_ps1() when not in a git repositorySZEDER Gábor2013-06-241-100/+101
| * | | | | | | | | | | | | | | | | | | | | | | | bash prompt: print unique detached HEAD abbreviated object nameSZEDER Gábor2013-06-242-2/+3
| * | | | | | | | | | | | | | | | | | | | | | | | bash prompt: add a test for symbolic link symbolic refsSZEDER Gábor2013-06-241-0/+9
| * | | | | | | | | | | | | | | | | | | | | | | | completion, bash prompt: move __gitdir() tests to completion test suiteSZEDER Gábor2013-06-242-128/+134
| * | | | | | | | | | | | | | | | | | | | | | | | bash prompt: use 'write_script' helper in interactive rebase testSZEDER Gábor2013-06-241-7/+5
| * | | | | | | | | | | | | | | | | | | | | | | | bash prompt: fix redirection coding style in testsSZEDER Gábor2013-06-241-116/+116
| | |_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'wk/doc-in-linux-3.x-era'Junio C Hamano2013-07-016-41/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Documentation: Update 'linux-2.6.git' -> 'linux.git'W. Trevor King2013-06-225-11/+11
| * | | | | | | | | | | | | | | | | | | | | | | | Documentation: Update the NFS remote examples to use the staging repoW. Trevor King2013-06-222-19/+32
| * | | | | | | | | | | | | | | | | | | | | | | | doc/clone: Pick more compelling paths for the --reference exampleW. Trevor King2013-06-221-4/+4
| * | | | | | | | | | | | | | | | | | | | | | | | doc/clone: Remove the '--bare -l -s' exampleW. Trevor King2013-06-221-7/+0
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/topo-author-date-sort'Junio C Hamano2013-07-0116-163/+550
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | t6003: add --author-date-order testJunio C Hamano2013-06-211-2/+24
| * | | | | | | | | | | | | | | | | | | | | | | | topology tests: teach a helper to set author dates as wellJunio C Hamano2013-06-212-26/+34
| * | | | | | | | | | | | | | | | | | | | | | | | t6003: add --date-order testJunio C Hamano2013-06-211-0/+22
| * | | | | | | | | | | | | | | | | | | | | | | | topology tests: teach a helper to take abbreviated timestampsJunio C Hamano2013-06-213-77/+81
| * | | | | | | | | | | | | | | | | | | | | | | | t/lib-t6000: style fixesJunio C Hamano2013-06-211-47/+40
| * | | | | | | | | | | | | | | | | | | | | | | | log: --author-date-orderJunio C Hamano2013-06-114-1/+83
| * | | | | | | | | | | | | | | | | | | | | | | | sort-in-topological-order: use prio-queueJunio C Hamano2013-06-113-31/+60
| * | | | | | | | | | | | | | | | | | | | | | | | prio-queue: priority queue of pointers to structsJunio C Hamano2013-06-116-0/+209
| * | | | | | | | | | | | | | | | | | | | | | | | toposort: rename "lifo" fieldJunio C Hamano2013-06-116-20/+38
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/commit-info-slab'Junio C Hamano2013-07-013-10/+127
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | commit-slab: introduce a macro to define a slab for new typeJunio C Hamano2013-06-072-58/+112
| * | | | | | | | | | | | | | | | | | | | | | | | commit-slab: avoid large reallocJunio C Hamano2013-04-131-20/+42
| * | | | | | | | | | | | | | | | | | | | | | | | commit: allow associating auxiliary info on-demandJeff King2013-04-132-10/+51