index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
stash.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-30
Merge branch 'vd/stash-silence-reset'
Junio C Hamano
1
-2
/
+3
2022-03-23
Merge branch 'ep/remove-duplicated-includes'
Junio C Hamano
1
-1
/
+0
2022-03-16
Merge branch 'jc/stash-drop'
Junio C Hamano
1
-14
/
+4
2022-03-14
stash: make internal resets quiet and refresh index
Victoria Dye
1
-2
/
+3
2022-03-13
builtin/stash.c: delete duplicate include
Elia Pinto
1
-1
/
+0
2022-03-02
stash: call reflog_delete() in reflog.c
John Cai
1
-14
/
+4
2022-02-24
stash: strip "refs/heads/" with skip_prefix
Glen Choo
1
-1
/
+1
2022-02-16
Merge branch 'js/no-more-legacy-stash'
Junio C Hamano
1
-10
/
+0
2022-02-05
Merge branch 'ab/cat-file'
Junio C Hamano
1
-2
/
+2
2022-01-27
stash: stop warning about the obsolete `stash.useBuiltin` config setting
Johannes Schindelin
1
-10
/
+0
2022-01-26
Merge branch 'en/keep-cwd'
Junio C Hamano
1
-1
/
+5
2022-01-26
sequencer, stash: fix running from worktree subdir
Elijah Newren
1
-1
/
+5
2022-01-10
Merge branch 'en/stash-df-fix'
Junio C Hamano
1
-4
/
+5
2022-01-10
Merge branch 'ja/i18n-similar-messages'
Junio C Hamano
1
-4
/
+4
2022-01-10
Merge branch 'ab/do-not-limit-stash-help-to-push'
Junio C Hamano
1
-0
/
+1
2022-01-05
Merge branch 'en/keep-cwd'
Junio C Hamano
1
-1
/
+3
2022-01-05
i18n: turn even more messages into "cannot be used together" ones
Jean-Noël Avila
1
-1
/
+1
2022-01-05
i18n: factorize "--foo requires --bar" and the like
Jean-Noël Avila
1
-1
/
+1
2022-01-05
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
1
-2
/
+2
2022-01-04
stash: do not return before restoring untracked files
Elijah Newren
1
-4
/
+5
2021-12-30
parse-options API: add a usage_msg_optf()
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-12-16
stash: don't show "git stash push" usage on bad "git stash" usage
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-12-09
stash: do not attempt to remove startup_info->original_cwd
Elijah Newren
1
-1
/
+3
2021-10-28
stash: get rid of unused argument in stash_staged()
Sergey Organov
1
-3
/
+3
2021-10-18
stash: implement '--staged' option for 'push' and 'save'
Sergey Organov
1
-9
/
+71
2021-10-13
Merge branch 'ab/align-parse-options-help'
Junio C Hamano
1
-1
/
+1
2021-10-13
Merge branch 'en/removing-untracked-fixes'
Junio C Hamano
1
-1
/
+4
2021-09-27
Comment important codepaths regarding nuking untracked files/dirs
Elijah Newren
1
-0
/
+1
2021-09-27
Change unpack_trees' 'reset' flag into an enum
Elijah Newren
1
-2
/
+2
2021-09-27
Remove ignored files by default when they are in the way
Elijah Newren
1
-2
/
+1
2021-09-27
unpack-trees: introduce preserve_ignored to unpack_trees_options
Elijah Newren
1
-0
/
+3
2021-09-12
parse-options API users: align usage output in C-strings
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-09-10
stash: restore untracked files AFTER restoring tracked files
Elijah Newren
1
-3
/
+3
2021-09-10
stash: avoid feeding directories to update-index
Elijah Newren
1
-0
/
+14
2021-07-16
Merge branch 'ab/struct-init'
Junio C Hamano
1
-2
/
+1
2021-07-01
dir.[ch]: replace dir_init() with DIR_INIT
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2021-06-14
Merge branch 'so/log-m-implies-p'
Junio C Hamano
1
-1
/
+1
2021-06-10
Merge branch 'ah/stash-usage-i18n-fix'
Junio C Hamano
1
-2
/
+2
2021-05-22
Merge branch 'dl/stash-show-untracked-fixup'
Junio C Hamano
1
-4
/
+1
2021-05-22
stash show: use stash.showIncludeUntracked even when diff options given
Denton Liu
1
-4
/
+1
2021-05-21
stash list: stop passing "-m" to "git log"
Sergey Organov
1
-1
/
+1
2021-05-17
stash: don't translate literal commands
Alex Henrie
1
-2
/
+2
2021-05-16
Merge branch 'dl/stash-show-untracked-fixup'
Junio C Hamano
1
-2
/
+6
2021-05-13
stash show: fix segfault with --{include,only}-untracked
Denton Liu
1
-2
/
+6
2021-04-30
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
1
-0
/
+2
2021-04-14
stash: ensure full index
Derrick Stolee
1
-0
/
+2
2021-04-02
Merge branch 'mt/parallel-checkout-part-1'
Junio C Hamano
1
-0
/
+2
2021-03-23
entry: extract a header file for entry.c functions
Matheus Tavares
1
-0
/
+1
2021-03-22
Merge branch 'dl/stash-show-untracked'
Junio C Hamano
1
-1
/
+61
2021-03-05
stash show: learn stash.showIncludeUntracked
Denton Liu
1
-0
/
+8
[next]