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
/
commit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-10
Merge branch 'ks/commit-assuming-only-warning-removal'
Junio C Hamano
1
-8
/
+1
2017-06-30
Merge branch 'ks/status-initial-commit'
Junio C Hamano
1
-0
/
+1
2017-06-30
commit-template: distinguish status information unconditionally
Kaartic Sivaraam
1
-2
/
+1
2017-06-30
commit-template: remove outdated notice about explicit paths
Kaartic Sivaraam
1
-6
/
+0
2017-06-26
Merge branch 'lb/status-stash-count'
Junio C Hamano
1
-0
/
+6
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-24
Merge branch 'bw/ls-files-sans-the-index'
Junio C Hamano
1
-1
/
+2
2017-06-21
status: contextually notify user about an initial commit
Kaartic Sivaraam
1
-0
/
+1
2017-06-19
Merge branch 'bw/object-id'
Junio C Hamano
1
-1
/
+1
2017-06-18
status: add optional stash count information
Liam Beguin
1
-0
/
+6
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-06-13
Merge branch 'nd/fopen-errors'
Junio C Hamano
1
-4
/
+1
2017-06-13
ls-files: convert overlay_tree_on_cache to take an index
Brandon Williams
1
-1
/
+2
2017-06-02
builtin/notes: convert to struct object_id
brian m. carlson
1
-1
/
+1
2017-05-29
Merge branch 'bm/interpret-trailers-cut-line-is-eom'
Junio C Hamano
1
-1
/
+1
2017-05-29
Merge branch 'bc/object-id'
Junio C Hamano
1
-4
/
+4
2017-05-26
use xfopen() in more places
Nguyễn Thái Ngọc Duy
1
-4
/
+1
2017-05-18
interpret-trailers: honor the cut line
Brian Malehorn
1
-1
/
+1
2017-05-08
tree: convert parse_tree_indirect to struct object_id
brian m. carlson
1
-1
/
+1
2017-05-08
Convert lookup_commit* to struct object_id
brian m. carlson
1
-2
/
+2
2017-05-02
Convert struct cache_tree to use struct object_id
brian m. carlson
1
-1
/
+1
2017-04-28
status: add color config slots for branch info in "--short --branch"
Stephen Kent
1
-0
/
+4
2017-04-26
Merge branch 'jk/war-on-git-path'
Junio C Hamano
1
-3
/
+3
2017-04-23
Merge branch 'nd/conditional-config-include'
Junio C Hamano
1
-1
/
+1
2017-04-20
use git_path_* helper functions
Jeff King
1
-3
/
+3
2017-04-14
path.c: and an option to call real_path() in expand_user_path()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2017-02-20
builtin/commit: convert to struct object_id
brian m. carlson
1
-23
/
+23
2017-01-31
builtin/commit.c: switch to strbuf, instead of snprintf()
Elia Pinto
1
-6
/
+4
2017-01-13
builtin/commit.c: remove the PATH_MAX limitation via dynamic allocation
Elia Pinto
1
-11
/
+10
2016-12-19
Merge branch 'jc/lock-report-on-error'
Junio C Hamano
1
-4
/
+4
2016-12-19
Merge branch 'ak/commit-only-allow-empty'
Junio C Hamano
1
-3
/
+1
2016-12-09
commit: remove 'Clever' message for --only --amend
Andreas Krey
1
-2
/
+0
2016-12-07
hold_locked_index(): align error handling with hold_lockfile_for_update()
Junio C Hamano
1
-4
/
+4
2016-12-05
commit: make --only --allow-empty work without paths
Andreas Krey
1
-1
/
+1
2016-11-29
commit: make ignore_non_trailer take buf/len
Jonathan Tan
1
-1
/
+1
2016-10-31
Merge branch 'rs/commit-pptr-simplify'
Junio C Hamano
1
-8
/
+6
2016-10-30
commit: simplify building parents list
René Scharfe
1
-8
/
+6
2016-10-27
Merge branch 'nd/ita-empty-commit'
Junio C Hamano
1
-4
/
+9
2016-10-24
commit: don't be fooled by ita entries when creating initial commit
Nguyễn Thái Ngọc Duy
1
-3
/
+8
2016-10-24
commit: fix empty commit creation when there's no changes but ita entries
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-10-17
sequencer: use memoized sequencer directory path
Johannes Schindelin
1
-1
/
+1
2016-09-26
Merge branch 'tg/add-chmod+x-fix'
Junio C Hamano
1
-1
/
+1
2016-09-15
add: modify already added files when --chmod is given
Thomas Gummerer
1
-1
/
+1
2016-09-08
Merge branch 'jh/status-v2-porcelain'
Junio C Hamano
1
-44
/
+34
2016-08-11
status: print branch info with --porcelain=v2 --branch
Jeff Hostetler
1
-0
/
+5
2016-08-11
status: collect per-file data for --porcelain=v2
Jeff Hostetler
1
-0
/
+3
2016-08-10
Merge branch 'os/no-verify-skips-commit-msg-too' into maint
Junio C Hamano
1
-1
/
+1
2016-08-08
Merge branch 'pb/commit-editmsg-path' into maint
Junio C Hamano
1
-7
/
+8
2016-08-05
status: support --porcelain[=<version>]
Jeff Hostetler
1
-3
/
+18
2016-08-05
status: cleanup API to wt_status_print
Jeff Hostetler
1
-42
/
+9
[next]