index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git-am.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
git-am: initialize variable $resume on startup
Gerrit Pape
2007-08-07
1
-1
/
+2
*
git am: skip pine's internal folder data
Johannes Schindelin
2007-07-25
1
-0
/
+6
*
Add GIT_EDITOR environment and core.editor configuration variables
Adam Roben
2007-07-20
1
-1
/
+1
*
Enable "git rerere" by the config variable rerere.enabled
Johannes Schindelin
2007-07-07
1
-12
/
+3
*
Rewrite "git-frotz" to "git frotz"
Junio C Hamano
2007-07-03
1
-20
/
+20
*
More echo "$user_message" fixes.
Jeff King
2007-05-26
1
-2
/
+2
*
git-am: use printf instead of echo on user-supplied strings
Jeff King
2007-05-26
1
-2
/
+2
*
Fix typo in git-am: s/Was is/Was it/
Josh Triplett
2007-04-24
1
-1
/
+1
*
Use diff* with --exit-code in git-am, git-rebase and git-merge-ours
Alex Riesen
2007-03-25
1
-11
/
+7
*
builtin-mailinfo.c infrastrcture changes
Don Zickus
2007-03-13
1
-0
/
+4
*
Reword git-am 3-way fallback failure message.
Junio C Hamano
2007-02-24
1
-1
/
+1
*
Teach git-am to pass -p option down to git-apply
Junio C Hamano
2007-02-12
1
-5
/
+2
*
add -C[NUM] to git-am
Michael S. Tsirkin
2007-02-09
1
-4
/
+8
*
Merge branch 'jc/bare'
Junio C Hamano
2007-01-12
1
-0
/
+1
|
\
|
*
Disallow working directory commands in a bare repository.
Shawn O. Pearce
2007-01-11
1
-0
/
+1
*
|
-u is now default for 'git-mailinfo'.
Junio C Hamano
2007-01-10
1
-0
/
+2
*
|
git-am: should work when "--no-utf8 --utf8" is given
Junio C Hamano
2007-01-10
1
-1
/
+1
*
|
--utf8 is now default for 'git-am'
Junio C Hamano
2007-01-08
1
-3
/
+5
|
/
*
Use merge-recursive in git-am -3.
Shawn O. Pearce
2006-12-29
1
-2
/
+5
*
Use GIT_REFLOG_ACTION environment variable instead.
Shawn O. Pearce
2006-12-28
1
-5
/
+2
*
Suggest 'add' in am/revert/cherry-pick.
Shawn O. Pearce
2006-12-22
1
-2
/
+2
*
rerere: record (or avoid misrecording) resolved, skipped or aborted rebase/am
Eric Wong
2006-12-09
1
-0
/
+8
*
Fix git-am safety checks
Junio C Hamano
2006-09-16
1
-4
/
+19
*
git-am: give better diagnostics when the patch does not apply during --3way
Junio C Hamano
2006-08-13
1
-9
/
+19
*
git-am: Don't accept an mbox on stdin of we already have a .dotest directory
Lukas Sandström
2006-07-24
1
-2
/
+4
*
Record rebase changes as 'rebase' in the reflog.
Shawn Pearce
2006-07-14
1
-1
/
+5
*
Fix more typos, primarily in the code
Pavel Roskin
2006-07-10
1
-1
/
+1
*
Fix expr usage for FreeBSD
Dennis Stosberg
2006-06-27
1
-1
/
+1
*
Merge branch 'sp/reflog' into next
Junio C Hamano
2006-05-24
1
-1
/
+1
|
\
|
*
Include ref log detail in commit, reset, etc.
Shawn Pearce
2006-05-20
1
-1
/
+1
*
|
Merge branch 'jc/apply' into next
Junio C Hamano
2006-05-16
1
-36
/
+2
|
\
\
|
|
/
|
/
|
|
*
git-am: use apply --cached
Junio C Hamano
2006-05-16
1
-36
/
+2
*
|
Make git rebase interactive help match documentation.
Sean
2006-05-15
1
-2
/
+9
|
/
*
Give the user a hint for how to continue in the case that git-am fails becaus...
Robert Shearman
2006-05-02
1
-3
/
+23
*
git-am --resolved: more usable error message.
Junio C Hamano
2006-04-28
1
-0
/
+7
*
war on whitespaces: documentation.
Junio C Hamano
2006-03-02
1
-1
/
+2
*
git-am: --whitespace=x option.
Junio C Hamano
2006-03-01
1
-4
/
+9
*
git-am: do not allow empty commits by mistake.
Junio C Hamano
2006-02-24
1
-2
/
+8
*
Keep Porcelainish from failing by broken ident after making changes.
Junio C Hamano
2006-02-22
1
-1
/
+3
*
Only call git-rerere if $GIT_DIR/rr-cache exists.
Junio C Hamano
2006-02-12
1
-1
/
+4
*
git-rerere: reuse recorded resolve.
Junio C Hamano
2006-02-07
1
-0
/
+1
*
Fix git-am --skip
Jan Harkes
2005-12-17
1
-0
/
+2
*
mailinfo and git-am: allow "John Doe <johndoe>"
Junio C Hamano
2005-12-15
1
-0
/
+7
*
Merge branch 'hold/am'
Junio C Hamano
2005-12-14
1
-4
/
+1
|
\
|
*
git-am support for naked email messages (take 2)
H. Peter Anvin
2005-12-14
1
-4
/
+1
*
|
git-am: Usage string clean-up
freku045@student.liu.se
2005-12-14
1
-7
/
+3
|
/
*
Use printf rather than echo -n.
Jason Riedy
2005-12-07
1
-1
/
+1
*
git-sh-setup: die if outside git repository.
Junio C Hamano
2005-11-25
1
-1
/
+1
*
git-am: --binary; document --resume and --binary.
Junio C Hamano
2005-11-18
1
-6
/
+14
*
git-am: --resolved.
Junio C Hamano
2005-11-17
1
-12
/
+53
[next]