Age | Commit message (Expand) | Author | Files | Lines |
2018-08-13 | dir.c: remove an implicit dependency on the_index in pathspec code | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-05-29 | help: add --config to list all available config | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2018-05-29 | Add and use generic name->id mapping code for color slot parsing | Nguyễn Thái Ngọc Duy | 1 | -18/+10 |
2018-02-09 | completion: use __gitcomp_builtin in _git_clean | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-02-09 | parse-options: let OPT__FORCE take optional flags argument | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2017-10-18 | Merge branch 'jk/ref-filter-colors-fix' | Junio C Hamano | 1 | -1/+2 |
2017-10-17 | Revert "color: check color.ui in git_default_config()" | Jeff King | 1 | -1/+2 |
2017-09-07 | clean: release strbuf after use in remove_dirs() | Rene Scharfe | 1 | -2/+5 |
2017-08-11 | Merge branch 'jk/c99' | Junio C Hamano | 1 | -9/+10 |
2017-07-18 | clean.c: use designated initializer | Junio C Hamano | 1 | -9/+10 |
2017-07-13 | color: check color.ui in git_default_config() | Jeff King | 1 | -2/+1 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -4/+2 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -4/+2 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-06-02 | Merge branch 'sl/clean-d-ignored-fix' | Junio C Hamano | 1 | -0/+42 |
2017-05-24 | clean: teach clean -d to preserve ignored paths | Samuel Lijin | 1 | -0/+42 |
2017-05-06 | dir: convert fill_directory to take an index | Brandon Williams | 1 | -1/+1 |
2017-05-06 | dir: convert is_excluded to take an index | Brandon Williams | 1 | -1/+1 |
2017-02-27 | Merge branch 'nd/clean-preserve-errno-in-warning' | Junio C Hamano | 1 | -4/+12 |
2017-02-16 | clean: use warning_errno() when appropriate | Nguyễn Thái Ngọc Duy | 1 | -4/+12 |
2016-12-14 | i18n: clean.c: match string with git-add--interactive.perl | Vasco Almeida | 1 | -5/+5 |
2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -2/+2 |
2016-02-22 | use st_add and st_mult for allocation size computation | Jeff King | 1 | -1/+1 |
2016-02-22 | convert trivial cases to ALLOC_ARRAY | Jeff King | 1 | -1/+1 |
2016-02-03 | Merge branch 'jk/ref-cache-non-repository-optim' | Junio C Hamano | 1 | -25/+1 |
2016-01-25 | clean: make is_git_repository a public function | Jeff King | 1 | -25/+1 |
2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -3/+3 |
2015-10-05 | use strbuf_complete to conditionally append slash | Jeff King | 1 | -4/+2 |
2015-06-15 | clean: improve performance when removing lots of directories | Erik Elfström | 1 | -4/+26 |
2015-06-01 | Merge branch 'rs/janitorial' | Junio C Hamano | 1 | -2/+0 |
2015-06-01 | Merge branch 'dt/clean-pathspec-filter-then-lstat' | Junio C Hamano | 1 | -3/+3 |
2015-05-20 | clean: remove unused variable buf | René Scharfe | 1 | -2/+0 |
2015-05-18 | clean: only lstat files in pathspec | David Turner | 1 | -3/+3 |
2015-03-06 | Merge branch 'ja/clean-confirm-i18n' | Junio C Hamano | 1 | -1/+2 |
2015-03-02 | Add hint interactive cleaning | Jean-Noel Avila | 1 | -1/+2 |
2014-12-22 | clean: typofix | Alexander Kuleshov | 1 | -1/+1 |
2014-10-20 | Merge branch 'jn/parse-config-slot' | Junio C Hamano | 1 | -2/+1 |
2014-10-14 | color_parse: do not mention variable name in error message | Jeff King | 1 | -2/+1 |
2014-10-07 | use skip_prefix() to avoid more magic numbers | René Scharfe | 1 | -3/+4 |
2014-09-09 | Merge branch 'rs/clean-menu-item-defn' | Junio C Hamano | 1 | -1/+1 |
2014-08-18 | clean: use f(void) instead of f() to declare a pointer to a function without ... | René Scharfe | 1 | -1/+1 |
2014-07-21 | use xcalloc() to allocate zero-initialized memory | René Scharfe | 1 | -2/+1 |
2014-07-02 | Merge branch 'maint-1.8.5' into maint | Junio C Hamano | 1 | -1/+1 |
2014-07-02 | enums: remove trailing ',' after last item in enum | Ronnie Sahlberg | 1 | -1/+1 |
2014-04-08 | Merge branch 'jl/nor-or-nand-and' | Junio C Hamano | 1 | -3/+3 |
2014-03-31 | code and test: fix misuses of "nor" | Justin Lebar | 1 | -3/+3 |
2014-03-18 | Merge branch 'jk/clean-d-pathspec' into maint | Junio C Hamano | 1 | -11/+9 |
2014-03-18 | Merge branch 'jk/clean-d-pathspec' | Junio C Hamano | 1 | -11/+9 |
2014-03-11 | clean: simplify dir/not-dir logic | Jeff King | 1 | -9/+6 |