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
/
git-commit.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-03
Merge branch 'jc/autogc'
Junio C Hamano
1
-0
/
+1
2007-10-03
Sync with GIT 1.5.3.4
Junio C Hamano
1
-0
/
+1
2007-10-02
git-commit: initialize TMP_INDEX just to be sure.
Junio C Hamano
1
-0
/
+1
2007-09-23
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2007-09-23
Supplant the "while case ... break ;; esac" idiom
David Kastrup
1
-1
/
+1
2007-09-18
git-commit.sh: Shell script cleanup
David Kastrup
1
-58
/
+14
2007-09-17
git-commit: partial commit of paths only removed from the index
Junio C Hamano
1
-1
/
+1
2007-09-17
git-commit: Allow partial commit of file removal.
Junio C Hamano
1
-1
/
+4
2007-09-14
git-commit: partial commit of paths only removed from the index
Junio C Hamano
1
-1
/
+1
2007-09-12
git-commit: Allow partial commit of file removal.
Junio C Hamano
1
-1
/
+4
2007-09-12
git-commit: Disallow amend if it is going to produce an empty non-merge commit
Dmitry V. Levin
1
-1
/
+1
2007-09-06
Invoke "git gc --auto" from commit, merge, am and rebase.
Junio C Hamano
1
-0
/
+1
2007-08-26
When nothing to git-commit, honor the git-status color setting.
Brian Hetro
1
-4
/
+6
2007-08-01
git-commit.sh: Permit the --amend message to be given with -m/-c/-C/-F.
Junio C Hamano
1
-3
/
+2
2007-07-24
Teach git-commit about commit message templates.
Steven Grimm
1
-5
/
+49
2007-07-20
Add GIT_EDITOR environment and core.editor configuration variables
Adam Roben
1
-10
/
+1
2007-07-14
Remove useless uses of cat, and replace with filename arguments
Josh Triplett
1
-1
/
+1
2007-07-08
git-commit: don't add multiple Signed-off-by: from the same identity
Gerrit Pape
1
-9
/
+11
2007-07-06
Enable "git rerere" by the config variable rerere.enabled
Johannes Schindelin
1
-4
/
+1
2007-07-02
Rewrite "git-frotz" to "git frotz"
Junio C Hamano
1
-25
/
+25
2007-06-24
Move the pick_author code to git-sh-setup
Johannes Schindelin
1
-28
/
+2
2007-06-07
War on whitespace
Junio C Hamano
1
-1
/
+1
2007-05-26
Merge branch 'maint-1.5.1' into maint
Junio C Hamano
1
-4
/
+4
2007-05-26
git-commit: use printf '%s\n' instead of echo on user-supplied strings
Junio C Hamano
1
-4
/
+4
2007-04-16
Display the subject of the commit just made.
Michael S. Tsirkin
1
-1
/
+2
2007-04-03
git-read-tree --index-output=<file>
Junio C Hamano
1
-2
/
+2
2007-04-03
_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.
Junio C Hamano
1
-2
/
+2
2007-03-28
Merge branch 'maint' to synchronize with 1.5.0.6
Junio C Hamano
1
-1
/
+1
2007-03-28
git-commit: "read-tree -m HEAD" is not the right way to read-tree quickly
Junio C Hamano
1
-1
/
+1
2007-03-09
git-commit: add a --interactive option
Paolo Bonzini
1
-5
/
+16
2007-03-05
Merge branch 'maint'
Junio C Hamano
1
-0
/
+3
2007-03-05
git-commit: cd to top before showing the final stat
Junio C Hamano
1
-0
/
+3
2007-02-26
Merge branch 'master' into js/diff-ni
Junio C Hamano
1
-0
/
+4
2007-02-22
Fix 'git commit -a' in a newly initialized repository
Fredrik Kuivinen
1
-0
/
+4
2007-02-22
git-status: do not be totally useless in a read-only repository.
Junio C Hamano
1
-10
/
+11
2007-02-03
honor GIT_REFLOG_ACTION in git-commit
Junio C Hamano
1
-1
/
+2
2007-01-29
git-commit -s: no extra space when sign-offs appear at the end already.
Junio C Hamano
1
-1
/
+4
2007-01-28
[PATCH] Rename git-repo-config to git-config.
Tom Prince
1
-2
/
+2
2007-01-24
Documentation: --amend cannot be combined with -c/-C/-F.
Peter Eriksen
1
-3
/
+3
2007-01-22
[PATCH] honor --author even with --amend, -C, and -c.
Junio C Hamano
1
-9
/
+10
2007-01-14
Merge branch 'jc/int'
Junio C Hamano
1
-2
/
+5
2007-01-13
Consistent message encoding while reusing log from an existing commit.
Junio C Hamano
1
-2
/
+5
2007-01-12
Use cd_to_toplevel in scripts that implement it by hand.
Junio C Hamano
1
-14
/
+8
2007-01-11
Merge branch 'jc/bare'
Junio C Hamano
1
-0
/
+1
2007-01-10
Disallow working directory commands in a bare repository.
Shawn O. Pearce
1
-0
/
+1
2007-01-08
git-commit: do not fail to print the diffstat even if there is a file named HEAD
Michael Loeffler
1
-1
/
+1
2007-01-01
Remove unused variable (git-commit.sh)
Junio C Hamano
1
-1
/
+0
2006-12-15
Suggest use of "git add file1 file2" when there is nothing to commit.
Shawn O. Pearce
1
-1
/
+1
2006-12-15
make commit message a little more consistent and conforting
Nicolas Pitre
1
-4
/
+15
2006-12-13
Merge branch 'np/addcommit'
Junio C Hamano
1
-11
/
+1
[next]