summaryrefslogtreecommitdiff
path: root/wt-status.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/misc-cleanups' into HEADJunio C Hamano2016-05-181-3/+1
|\
| * abbrev_sha1_in_line: don't leak memoryStefan Beller2016-04-011-3/+1
* | Merge branch 'mg/wt-status-mismarked-i18n'Junio C Hamano2016-03-141-2/+2
|\ \
| * | wt-status: allow "ahead " to be picked up by l10nmg/wt-status-mismarked-i18nMichael J Gruber2016-03-141-2/+2
* | | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-2/+2
| |/ |/|
* | Merge branch 'bc/object-id'Junio C Hamano2015-12-101-1/+1
|\ \
| * | Remove get_object_hash.brian m. carlson2015-11-201-1/+1
| * | Add several uses of get_object_hash.brian m. carlson2015-11-201-1/+1
| * | Merge branch 'rs/wt-status-detached-branch-fix'Junio C Hamano2015-11-031-35/+29
| |\ \
| * \ \ Merge branch 'mm/detach-at-HEAD-reflog'Junio C Hamano2015-10-151-0/+6
| |\ \ \
* | | | | wt-status: correct and simplify check for detached HEADrs/status-detached-head-memcmpRené Scharfe2015-11-281-5/+4
* | | | | Merge branch 'rs/wt-status-detached-branch-fix' into maintJunio C Hamano2015-11-051-35/+29
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | wt-status: use skip_prefix() to get rid of magic string length constantsrs/wt-status-detached-branch-fixRené Scharfe2015-11-011-21/+15
| * | | | wt-status: don't skip a magical number of characters blindlyRené Scharfe2015-11-011-1/+1
| * | | | wt-status: avoid building bogus branch name with detached HEADRené Scharfe2015-11-011-6/+9
| * | | | wt-status: exit early using goto in wt_shortstatus_print_tracking()René Scharfe2015-11-011-8/+5
| * | | | Merge branch 'sg/wt-status-header-inclusion' into maintJunio C Hamano2015-09-031-1/+0
| |\ \ \ \
* | \ \ \ \ Merge branch 'mm/detach-at-HEAD-reflog' into maintJunio C Hamano2015-10-161-0/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | status: don't say 'HEAD detached at HEAD'mm/detach-at-HEAD-reflogMatthieu Moy2015-10-021-0/+6
* | | | | Merge branch 'sg/wt-status-header-inclusion'Junio C Hamano2015-08-261-1/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | wt-status: move #include "pathspec.h" to the headersg/wt-status-header-inclusionSZEDER Gábor2015-08-211-1/+0
| |/ / /
| * | | Merge branch 'sg/commit-cleanup-scissors' into maintJunio C Hamano2015-08-031-4/+5
| |\ \ \
* | | | | memoize common git-path "constant" filesjk/git-pathJeff King2015-08-101-4/+4
* | | | | Merge branch 'gp/status-rebase-i-info'Junio C Hamano2015-08-031-17/+134
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | status: give more information during rebase -iGuillaume Pagès2015-07-061-0/+114
| * | | | status: differentiate interactive from non-interactive rebasesGuillaume Pagès2015-06-301-1/+4
| * | | | status: factor two rebase-related messages togetherGuillaume Pagès2015-06-301-16/+16
* | | | | Merge branch 'sg/commit-cleanup-scissors'Junio C Hamano2015-06-241-4/+5
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | commit: cope with scissors lines in commit messagesg/commit-cleanup-scissorsSZEDER Gábor2015-06-091-4/+5
* | | | Merge branch 'jk/at-push-sha1'Junio C Hamano2015-06-051-12/+6
|\ \ \ \
| * | | | remote.c: return upstream name from stat_tracking_infoJeff King2015-05-221-12/+6
* | | | | Merge branch 'nd/untracked-cache'Junio C Hamano2015-05-261-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | status: enable untracked cacheNguyễn Thái Ngọc Duy2015-03-121-0/+2
* | | | | Merge branch 'sb/plug-wt-shortstatus-tracking-leak'Junio C Hamano2015-04-141-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | wt-status.c: fix a memleaksb/plug-wt-shortstatus-tracking-leakStefan Beller2015-03-301-0/+1
* | | | | Merge branch 'jk/run-command-capture'Junio C Hamano2015-03-251-7/+3
|\ \ \ \ \
| * | | | | wt-status: use capture_commandJeff King2015-03-221-4/+1
| * | | | | wt_status: fix signedness mismatch in strbuf_read callJeff King2015-03-221-3/+3
| * | | | | wt-status: don't flush before running "submodule status"Jeff King2015-03-221-1/+0
| * | | | | Merge branch 'jk/status-read-branch-name-fix' into maintJunio C Hamano2015-02-241-1/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'mg/detached-head-report'Junio C Hamano2015-03-201-3/+3
|\ \ \ \ \ \ \
| * | | | | | | wt-status: refactor detached HEAD analysisMichael J Gruber2015-03-061-3/+3
| |/ / / / / /
* | | | | | | Merge branch 'mg/status-v-v'Junio C Hamano2015-03-171-0/+20
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | commit/status: show the index-worktree diff with -v -vMichael J Gruber2015-03-061-0/+20
| |/ / / / /
* | | | | | Merge branch 'jk/status-read-branch-name-fix'Junio C Hamano2015-02-171-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | read_and_strip_branch: fix typo'd address-of operatorjk/status-read-branch-name-fixJeff King2015-01-281-1/+1
* | | | | use args member of struct child_processrs/env-array-in-child-processRené Scharfe2014-11-101-10/+7
* | | | | Merge branch 'rs/run-command-env-array'Junio C Hamano2014-10-241-4/+2
|\ \ \ \ \
| * | | | | use env_array member of struct child_processrs/run-command-env-arrayRené Scharfe2014-10-191-4/+2
* | | | | | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-151-1/+1
|/ / / / /