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: head -1 is obsolete and doesn't work on some new systems
Alejandro Mery
2008-06-18
1
-1
/
+1
*
Merge branch 'maint-1.5.4' into maint
Junio C Hamano
2008-05-21
1
-1
/
+1
|
\
|
*
git-am: fix typo in usage message
Jeff King
2008-05-20
1
-1
/
+1
*
|
Merge branch 'jc/maint-rebase-am' into maint
Junio C Hamano
2008-04-20
1
-5
/
+14
|
\
\
|
*
|
rebase: do not munge commit log message
Junio C Hamano
2008-04-16
1
-5
/
+14
*
|
|
Merge branch 'maint-1.5.4' into maint
Junio C Hamano
2008-04-19
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
am: POSIX portability fix
Junio C Hamano
2008-04-19
1
-1
/
+1
*
|
|
Merge branch 'maint-1.5.4' into maint
Junio C Hamano
2008-04-17
1
-2
/
+1
|
\
|
|
|
|
/
|
/
|
|
*
git-am: minor cleanup
Junio C Hamano
2008-04-17
1
-2
/
+1
*
|
Merge branch 'maint-1.5.4' into maint
Junio C Hamano
2008-04-16
1
-14
/
+10
|
\
|
|
*
git-am: cope better with an empty Subject: line
Linus Torvalds
2008-04-16
1
-14
/
+10
*
|
remove use of "tail -n 1" and "tail -1"
Jeff King
2008-03-13
1
-1
/
+1
*
|
am: --rebasing
Junio C Hamano
2008-03-05
1
-2
/
+11
*
|
am: remove support for -d .dotest
Junio C Hamano
2008-03-05
1
-9
/
+5
*
|
am: read from the right mailbox when started from a subdirectory
Junio C Hamano
2008-03-05
1
-2
/
+23
*
|
allow git-am to run in a subdirectory
Jeff King
2008-03-01
1
-0
/
+2
|
/
*
git-am: fix type in its usage string
Jörg Sommer
2008-02-04
1
-1
/
+1
*
git-am: Run git gc only once and not for every patch.
Michael Stefaniuc
2008-01-05
1
-2
/
+2
*
Merge branch 'maint'
Junio C Hamano
2007-12-06
1
-0
/
+5
|
\
|
*
git-am -i: report rewritten title
Junio C Hamano
2007-12-06
1
-0
/
+5
*
|
Revert "git-am: catch missing author date early."
Junio C Hamano
2007-12-05
1
-2
/
+2
*
|
git-am: catch missing author date early.
Junio C Hamano
2007-12-02
1
-2
/
+2
*
|
Merge branch 'maint'
Junio C Hamano
2007-11-29
1
-4
/
+4
|
\
|
|
*
scripts: do not get confused with HEAD in work tree
Junio C Hamano
2007-11-29
1
-4
/
+4
|
*
apply: get rid of --index-info in favor of --build-fake-ancestor
Johannes Schindelin
2007-09-26
1
-4
/
+2
*
|
git-am: -i does not take a string parameter.
Junio C Hamano
2007-11-09
1
-1
/
+1
*
|
Give git-am back the ability to add Signed-off-by lines.
Johannes Sixt
2007-11-06
1
-1
/
+1
*
|
Migrate git-am.sh to use git-rev-parse --parseopt
Pierre Habouzit
2007-11-06
1
-45
/
+49
*
|
Merge branch 'jc/am-quiet'
Shawn O. Pearce
2007-10-18
1
-4
/
+0
|
\
\
|
*
|
git-am: fix typo in the previous one.
Junio C Hamano
2007-10-01
1
-1
/
+1
|
*
|
git-am: make the output quieter.
Junio C Hamano
2007-09-30
1
-5
/
+1
*
|
|
Merge branch 'jc/autogc'
Junio C Hamano
2007-10-03
1
-0
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Invoke "git gc --auto" from commit, merge, am and rebase.
Junio C Hamano
2007-09-06
1
-0
/
+2
*
|
|
Merge branch 'js/apply-build-ancestor'
Junio C Hamano
2007-09-24
1
-4
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
apply: get rid of --index-info in favor of --build-fake-ancestor
Johannes Schindelin
2007-09-19
1
-4
/
+2
|
|
/
*
/
Supplant the "while case ... break ;; esac" idiom
David Kastrup
2007-09-24
1
-1
/
+1
|
/
*
Make usage documentation for git-am consistent.
Brian Hetro
2007-08-26
1
-2
/
+4
*
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
[next]