aboutsummaryrefslogtreecommitdiff
path: root/wt-status.c
Commit message (Expand)AuthorAge
* reorder ALLOW_TEXTCONV option settingJeff King2008-12-07
* Merge branch 'jk/commit-v-strip'Junio C Hamano2008-11-16
|\
| * status: show "-v" diff even for initial commitJeff King2008-11-12
| * wt-status: refactor initial commit printingJeff King2008-11-12
* | enable textconv for diff in verbose status/commitJeff King2008-10-26
* | wt-status: load diff ui configJeff King2008-10-26
|/
* Merge branch 'jk/maint-ls-files-other' into jk/fix-ls-files-otherJunio C Hamano2008-10-17
|\
| * refactor handling of "other" files in ls-files and statusJeff King2008-10-17
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
* | wt-status: Teach how to discard changes in the working directoryAnders Melchiorsen2008-09-07
* | wt-status: Split header generation into three functionsAnders Melchiorsen2008-09-07
|/
* Merge branch 'jc/report-tracking'Junio C Hamano2008-07-13
|\
| * git-status: show the remote tracking statisticsJunio C Hamano2008-07-02
* | Fix "config_error_nonbool" used with value instead of keyChristian Couder2008-07-05
|/
* Add configuration option for default untracked files modeMarius Storm-Olsen2008-06-09
* Add argument 'no' commit/status option -u|--untracked-filesMarius Storm-Olsen2008-06-09
* Add an optional <mode> argument to commit/status -u|--untracked-files optionMarius Storm-Olsen2008-06-09
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-25
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* | Updated status to show 'Not currently on any branch' in redChris Parsons2008-05-22
* | bump rename limit defaultsJeff King2008-05-03
|/
* builtin-status: submodule summary supportPing Yin2008-04-12
* wt-status.c: no need for dup() dance anymoreKristian Høgsberg2008-03-14
* Make private quote_path() in wt-status.c available as quote_path_relative()Dmitry Potapov2008-03-07
* Add color.ui variable which globally enables colorization if setMatthias Kestenholz2008-02-18
* Merge branch 'maint'Junio C Hamano2008-02-13
|\
| * status: suggest "git rm --cached" to unstage for initial commitJeff King2008-02-13
* | Merge branch 'lt/in-core-index'Junio C Hamano2008-02-11
|\ \ | |/ |/|
| * Make run_diff_index() use unpack_trees(), not read_tree()Linus Torvalds2008-01-21
* | wt-status.c: guard config parser from value=NULLJunio C Hamano2008-02-11
|/
* git-commit: squelch needless message during an empty mergeJunio C Hamano2007-12-12
* add status.relativePaths config variableJeff King2007-12-08
* wt-status.c:quote_path(): convert empty path to "./"Jeff King2007-12-08
* git config --get-colorboolJunio C Hamano2007-12-05
* Merge branch 'kh/commit'Junio C Hamano2007-12-04
|\
| * quote_path: fix collapsing of relative pathsJeff King2007-12-02
| * builtin-commit: Include the diff in the commit message when verbose.Kristian Høgsberg2007-11-22
| * git status: show relative paths when run in a subdirectoryJohannes Schindelin2007-11-22
* | Enable rewrite as well as rename detection in git-statusJeff King2007-12-02
|/
* core.excludesfile clean-upJunio C Hamano2007-11-14
* Enable wt-status to run against non-standard index file.Kristian Høgsberg2007-09-19
* Enable wt-status output to a given FILE pointer.Kristian Høgsberg2007-09-19
* Fix the rename detection limit checkingLinus Torvalds2007-09-14
* Missing statics.Pierre Habouzit2007-06-08
* Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-21
|\
| * git-status: respect core.excludesFileJohannes Schindelin2007-05-21
* | Optimize directory listing with pathspec limiter.Linus Torvalds2007-03-31
|/
* Merge branch 'master' into js/diff-niJunio C Hamano2007-02-26
|\
| * prefixcmp(): fix-up leftover strncmp().Junio C Hamano2007-02-20
| * Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20