aboutsummaryrefslogtreecommitdiff
path: root/wt-status.c
Commit message (Expand)AuthorAge
...
| * | | Merge branch 'rs/wt-status-detached-branch-fix'Junio C Hamano2015-11-03
| |\ \ \
| * \ \ \ Merge branch 'mm/detach-at-HEAD-reflog'Junio C Hamano2015-10-15
| |\ \ \ \
* | | | | | wt-status: correct and simplify check for detached HEADRené Scharfe2015-11-28
* | | | | | Merge branch 'rs/wt-status-detached-branch-fix' into maintJunio C Hamano2015-11-05
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | wt-status: use skip_prefix() to get rid of magic string length constantsRené Scharfe2015-11-01
| * | | | | wt-status: don't skip a magical number of characters blindlyRené Scharfe2015-11-01
| * | | | | wt-status: avoid building bogus branch name with detached HEADRené Scharfe2015-11-01
| * | | | | wt-status: exit early using goto in wt_shortstatus_print_tracking()René Scharfe2015-11-01
| * | | | | Merge branch 'sg/wt-status-header-inclusion' into maintJunio C Hamano2015-09-03
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'mm/detach-at-HEAD-reflog' into maintJunio C Hamano2015-10-16
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | status: don't say 'HEAD detached at HEAD'Matthieu Moy2015-10-02
| | |_|_|/ | |/| | |
* | | | | Merge branch 'sg/wt-status-header-inclusion'Junio C Hamano2015-08-26
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | wt-status: move #include "pathspec.h" to the headerSZEDER Gábor2015-08-21
| |/ / /
| * | | Merge branch 'sg/commit-cleanup-scissors' into maintJunio C Hamano2015-08-03
| |\ \ \
* | | | | memoize common git-path "constant" filesJeff King2015-08-10
* | | | | Merge branch 'gp/status-rebase-i-info'Junio C Hamano2015-08-03
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | status: give more information during rebase -iGuillaume Pagès2015-07-06
| * | | | status: differentiate interactive from non-interactive rebasesGuillaume Pagès2015-06-30
| * | | | status: factor two rebase-related messages togetherGuillaume Pagès2015-06-30
* | | | | Merge branch 'sg/commit-cleanup-scissors'Junio C Hamano2015-06-24
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | commit: cope with scissors lines in commit messageSZEDER Gábor2015-06-09
* | | | Merge branch 'jk/at-push-sha1'Junio C Hamano2015-06-05
|\ \ \ \
| * | | | remote.c: return upstream name from stat_tracking_infoJeff King2015-05-22
* | | | | Merge branch 'nd/untracked-cache'Junio C Hamano2015-05-26
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | status: enable untracked cacheNguyễn Thái Ngọc Duy2015-03-12
* | | | | Merge branch 'sb/plug-wt-shortstatus-tracking-leak'Junio C Hamano2015-04-14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | wt-status.c: fix a memleakStefan Beller2015-03-30
* | | | | Merge branch 'jk/run-command-capture'Junio C Hamano2015-03-25
|\ \ \ \ \
| * | | | | wt-status: use capture_commandJeff King2015-03-22
| * | | | | wt_status: fix signedness mismatch in strbuf_read callJeff King2015-03-22
| * | | | | wt-status: don't flush before running "submodule status"Jeff King2015-03-22
| * | | | | Merge branch 'jk/status-read-branch-name-fix' into maintJunio C Hamano2015-02-24
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'mg/detached-head-report'Junio C Hamano2015-03-20
|\ \ \ \ \ \ \
| * | | | | | | wt-status: refactor detached HEAD analysisMichael J Gruber2015-03-06
| |/ / / / / /
* | | | | | | Merge branch 'mg/status-v-v'Junio C Hamano2015-03-17
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | commit/status: show the index-worktree diff with -v -vMichael J Gruber2015-03-06
| |/ / / / /
* | | | | | Merge branch 'jk/status-read-branch-name-fix'Junio C Hamano2015-02-17
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | read_and_strip_branch: fix typo'd address-of operatorJeff King2015-01-28
* | | | | use args member of struct child_processRené Scharfe2014-11-10
* | | | | Merge branch 'rs/run-command-env-array'Junio C Hamano2014-10-24
|\ \ \ \ \
| * | | | | use env_array member of struct child_processRené Scharfe2014-10-19
* | | | | | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-15
|/ / / / /
* | | | | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20
* | | | | Merge branch 'kb/perf-trace'Junio C Hamano2014-07-22
|\ \ \ \ \
| * | | | | wt-status: simplify performance measurement by using getnanotime()Karsten Blees2014-07-13
* | | | | | Merge branch 'rs/status-code-clean-up'Junio C Hamano2014-07-10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | wt-status: simplify building of summary limit argumentRené Scharfe2014-06-29
| * | | | | wt-status: use argv_array for environmentRené Scharfe2014-06-29
| | |_|/ / | |/| | |
| * | | | Merge branch 'jl/status-added-submodule-is-never-ignored' into maintJunio C Hamano2014-06-25
| |\ \ \ \ | | |_|/ / | |/| | |
* | | | | Merge branch 'jl/status-added-submodule-is-never-ignored'Junio C Hamano2014-06-16
|\ \ \ \ \ | | |/ / / | |/| | |