194 Commits (50f69099292de53431ef29d3adc115d04a4fd92a)

Author SHA1 Message Date
Karsten Blees 0aaf62b6e0 dir.c: git-status --ignored: don't scan the work tree twice 12 years ago
Karsten Blees 184d2a8e96 dir.c: git-ls-files --directories: don't hide empty directories 12 years ago
Jiang Xin 62901179cf i18n: make the translation of -u advice in one go 12 years ago
Matthieu Moy 87e139c0ad status: show commit sha1 in "You are currently reverting" message 12 years ago
Matthieu Moy db4ef4496e status: show 'revert' state and status hint 12 years ago
Nguyễn Thái Ngọc Duy 6deab24d88 status, branch: fix the misleading "bisecting" message 12 years ago
Jeff King b8527d5fa6 wt-status: fix possible use of uninitialized variable 12 years ago
Nguyễn Thái Ngọc Duy b397ea4863 status: show more info than "currently not on any branch" 12 years ago
Nguyễn Thái Ngọc Duy 3b691cccb0 wt-status: move wt_status_get_state() out to wt_status_print() 12 years ago
Nguyễn Thái Ngọc Duy b9691db4f9 wt-status: split wt_status_state parsing function out 12 years ago
Nguyễn Thái Ngọc Duy 8b87cfd000 wt-status: move strbuf into read_and_strip_branch() 12 years ago
Nguyễn Thái Ngọc Duy 6a38ef2ced status: advise to consider use of -u when read_directory takes too long 12 years ago
Nguyễn Thái Ngọc Duy 0722c805d6 status: show the branch name if possible in in-progress info 12 years ago
Junio C Hamano eff80a9fd9 Allow custom "comment char" 12 years ago
Antoine Pelisse 721ac4edde dir.c: Make git-status --ignored more consistent 12 years ago
Junio C Hamano 1e24845cc2 wt-status.c: mark a private file-scope symbol as static 13 years ago
Nguyễn Thái Ngọc Duy 50bd8b7eb9 status: remove i18n legos 13 years ago
Jeff King 3cd9d1b2f4 status: color in-progress message like other header messages 13 years ago
Lucien Kong 2d1ccebae4 status: better advices when splitting a commit (during rebase -i) 13 years ago
Lucien Kong 96b0ec1a4c status: don't suggest "git rm" or "git add" if not appropriate 13 years ago
Lucien Kong 83c750acde wt-status.*: better advices for git status added 13 years ago
Jeff King d4a6bf1fb6 status: respect "-b" for porcelain format 13 years ago
Jeff King a598523787 status: fix null termination with "-b" 13 years ago
Jeff King 3207a3a291 status: refactor null_termination option 13 years ago
Nguyễn Thái Ngọc Duy 323d053091 status: add --column 13 years ago
Nguyễn Thái Ngọc Duy 96ec7b1e70 Convert resolve_ref+xstrdup to new resolve_refdup function 13 years ago
Nguyễn Thái Ngọc Duy c4c42f2cbd Reindent closing bracket using tab instead of spaces 13 years ago
Jeff King daa0c3d971 color: delay auto-color decision until point of use 14 years ago
Jeff King f1c9626105 diff: refactor COLOR_DIFF from a flag into an int 14 years ago
Jeff King 1282988b4d status: fix bug with missing --ignore files 14 years ago
Ævar Arnfjörð Bjarmason d2b044bee5 i18n: git-status "renamed: " message 14 years ago
Ævar Arnfjörð Bjarmason b3b298afcb i18n: git-status "Initial commit" message 14 years ago
Ævar Arnfjörð Bjarmason 919a4ce0c1 i18n: git-status "Changes to be committed" message 14 years ago
Ævar Arnfjörð Bjarmason 98f5e24b90 i18n: git-status shortstatus messages 14 years ago
Ævar Arnfjörð Bjarmason 8ec9bc0dd5 i18n: git-status "nothing to commit" messages 14 years ago
Ævar Arnfjörð Bjarmason 355ec7a130 i18n: git-status basic messages 14 years ago
Jonathan Nieder b926c0d10d commit, status: use status_printf{,_ln,_more} helpers 14 years ago
Jonathan Nieder becbdae82b wt-status: add helpers for printing wt-status lines 14 years ago
Jonathan Nieder 098d0e0e8e commit, status: use status_printf{,_ln,_more} helpers 14 years ago
Jonathan Nieder e0335fcdad wt-status: add helpers for printing wt-status lines 14 years ago
Jay Soffian 37f7a85793 Teach commit about CHERRY_PICK_HEAD 14 years ago
Nguyễn Thái Ngọc Duy eb9cb55b94 Convert ce_path_match() to use struct pathspec 14 years ago
Nguyễn Thái Ngọc Duy afe069d166 struct rev_info: convert prune_data to struct pathspec 14 years ago
Jeff King 148135fc24 default color.status.branch to "same as header" 14 years ago
Aleksi Aalto 1d282327d7 status: show branchname with a configurable color 14 years ago
Kevin Ballard dbfdc625a5 status: Quote paths with spaces in short format 14 years ago
Matthieu Moy 8009d83c7e Better "Changed but not updated" message in git-status 14 years ago
Brandon Casey b822423ed2 wt-status.c: don't leak directory entries when processing untracked,ignored 15 years ago
Jens Lehmann aee9c7d654 Submodules: Add the new "ignore" config option for diff and status 15 years ago
Julian Phillips 78a395d371 string_list: Fix argument order for string_list_insert 15 years ago