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
/
am.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-30
assert PARSE_OPT_NONEG in parse-options callbacks
Jeff King
1
-0
/
+2
2020-09-25
Merge branch 'ds/maintenance-part-1'
Junio C Hamano
1
-1
/
+1
2020-09-17
maintenance: replace run_auto_gc()
Derrick Stolee
1
-1
/
+1
2020-09-03
Merge branch 'pw/rebase-i-more-options'
Junio C Hamano
1
-6
/
+24
2020-08-17
am: stop exporting GIT_COMMITTER_DATE
Phillip Wood
1
-6
/
+24
2020-07-30
strvec: rename struct fields
Jeff King
1
-8
/
+8
2020-07-28
strvec: convert builtin/ callers away from argv_array name
Jeff King
1
-33
/
+33
2020-07-28
quote: rename sq_dequote_to_argv_array to mention strvec
Jeff King
1
-1
/
+1
2020-05-07
auto-gc: pass --quiet down from am, commit, merge and rebase
Junio C Hamano
1
-2
/
+1
2020-02-20
am: support --show-current-patch=diff to retrieve .git/rebase-apply/patch
Paolo Bonzini
1
-2
/
+7
2020-02-20
am: support --show-current-patch=raw as a synonym for--show-current-patch
Paolo Bonzini
1
-6
/
+53
2020-02-20
am: convert "resume" variable to a struct
Paolo Bonzini
1
-14
/
+18
2019-10-15
Merge branch 'en/merge-recursive-cleanup'
Junio C Hamano
1
-1
/
+1
2019-10-11
Merge branch 'rs/dedup-includes'
Junio C Hamano
1
-1
/
+0
2019-10-07
Merge branch 'tg/stash-refresh-index'
Junio C Hamano
1
-14
/
+2
2019-10-04
treewide: remove duplicate #include directives
René Scharfe
1
-1
/
+0
2019-09-20
factor out refresh_and_write_cache function
Thomas Gummerer
1
-14
/
+2
2019-09-06
git-am: handle missing "author" when parsing commit
Jeff King
1
-1
/
+3
2019-08-19
merge-recursive: introduce an enum for detect_directory_renames values
Derrick Stolee
1
-1
/
+1
2019-07-09
Merge branch 'nd/switch-and-restore'
Junio C Hamano
1
-1
/
+1
2019-07-09
Merge branch 'ds/close-object-store'
Junio C Hamano
1
-1
/
+1
2019-06-17
Merge branch 'jk/am-i-resolved-fix'
Junio C Hamano
1
-11
/
+12
2019-06-12
packfile: rename close_all_packs to close_object_store
Derrick Stolee
1
-1
/
+1
2019-05-28
am: fix --interactive HEAD tree resolution
Jeff King
1
-3
/
+4
2019-05-28
am: drop tty requirement for --interactive
Jeff King
1
-3
/
+3
2019-05-28
am: read interactive input from stdin
Jeff King
1
-2
/
+4
2019-05-28
am: simplify prompt response handling
Jeff King
1
-3
/
+1
2019-04-25
Merge branch 'bc/hash-transition-16'
Junio C Hamano
1
-4
/
+5
2019-04-25
Merge branch 'nd/diff-parseopt-4'
Junio C Hamano
1
-2
/
+2
2019-04-02
checkout: inform the user when removing branch state
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-04-01
builtin/am: make hash size independent
brian m. carlson
1
-4
/
+5
2019-03-24
am: avoid diff_opt_parse()
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2019-03-07
Merge branch 'nd/completion-more-parameters'
Junio C Hamano
1
-0
/
+4
2019-03-07
Merge branch 'jh/trace2'
Junio C Hamano
1
-0
/
+1
2019-03-07
Merge branch 'wh/author-committer-ident-config'
Junio C Hamano
1
-0
/
+1
2019-02-22
trace2:data: add trace2 hook classification
Jeff Hostetler
1
-0
/
+1
2019-02-20
completion: add more parameter value completion
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2019-02-06
Merge branch 'nd/the-index-final'
Junio C Hamano
1
-6
/
+7
2019-02-06
Merge branch 'tt/bisect-in-c'
Junio C Hamano
1
-18
/
+2
2019-02-06
Merge branch 'en/rebase-merge-on-sequencer'
Junio C Hamano
1
-0
/
+9
2019-02-04
config: allow giving separate author and committer idents
William Hubbs
1
-0
/
+1
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2019-01-14
read-cache.c: remove the_* from index_has_changes()
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2019-01-14
merge-recursive.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-01-14
read-cache.c: kill read_index()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-01-14
notes-utils.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-01-04
Merge branch 'nd/the-index'
Junio C Hamano
1
-2
/
+2
2019-01-02
wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()
Pranit Bauva
1
-18
/
+2
2018-12-28
am, rebase--merge: do not overlook --skip'ed commits with post-rewrite
Elijah Newren
1
-0
/
+9
2018-11-18
Merge branch 'jk/unused-parameter-fixes'
Junio C Hamano
1
-1
/
+3
[next]