index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-02-19
git-apply: do not lose cwd when run from a subdirectory.
Junio C Hamano
1
-4
/
+4
2007-02-18
Teach 'git apply' to look at $HOME/.gitconfig even outside of a repository
Junio C Hamano
1
-5
/
+3
2007-02-17
Teach 'git apply' to look at $GIT_DIR/config
Junio C Hamano
2
-8
/
+103
2007-02-14
GIT 1.5.0
Junio C Hamano
1
-1
/
+1
2007-02-13
Add release notes to the distribution.
Junio C Hamano
5
-2
/
+490
2007-02-13
Merge branch 'master' of git://repo.or.cz/git-gui
Junio C Hamano
1
-1
/
+1
2007-02-13
Documentation: Moving out of detached HEAD does not warn anymore.
Junio C Hamano
1
-16
/
+6
2007-02-13
Mark places that need blob munging later for CRLF conversion.
Linus Torvalds
3
-0
/
+3
2007-02-13
Update RPM core package description
Nicolas Pitre
1
-12
/
+9
2007-02-13
Fix potential command line overflow in hooks--update
Andy Parkins
1
-1
/
+1
2007-02-13
git-gc: run pack-refs by default unless the repo is bare
Johannes Schindelin
3
-0
/
+23
2007-02-13
git-gui: fix typo in GIT-VERSION-GEN, "/dev/null" not "/devnull"
Andy Parkins
1
-1
/
+1
2007-02-12
"git-fetch --tags $URL" should not overwrite existing tags
Junio C Hamano
1
-15
/
+2
2007-02-12
for-each-reflog: not having $GIT_DIR/logs directory is not an error.
Junio C Hamano
1
-1
/
+1
2007-02-12
Do not forget to pack objects reachable from HEAD reflog.
Junio C Hamano
1
-1
/
+1
2007-02-12
Work around Subversion race in git-svn tests.
Michael Spang
5
-2
/
+13
2007-02-12
Clarify that git-update-server-info should be run for every git-push
Pavel Roskin
1
-8
/
+8
2007-02-12
blameview: Move the commit info to a pane below the blame window.
Aneesh Kumar K.V
1
-7
/
+26
2007-02-12
git merge documentation: -m is optional
Matthias Lederhofer
1
-1
/
+1
2007-02-12
Make gitk save and restore window pane position on Linux and Cygwin.
Mark Levedahl
1
-10
/
+13
2007-02-12
Add RPM target for git-gui
Junio C Hamano
1
-3
/
+23
2007-02-12
Link git-gui into the master Makefile.
Shawn O. Pearce
1
-2
/
+8
2007-02-12
Merge branch 'master' of git://repo.or.cz/git-gui
Junio C Hamano
3
-19
/
+58
2007-02-12
git-gui: Change base version to 0.6.
Shawn O. Pearce
1
-1
/
+1
2007-02-12
git-gui: Guess our version accurately as a subproject.
Shawn O. Pearce
1
-4
/
+37
2007-02-12
git-gui: Handle gitgui tags in version gen.
Shawn O. Pearce
1
-5
/
+3
2007-02-12
git-gui: Generate a version file on demand.
Shawn O. Pearce
1
-1
/
+5
2007-02-12
git-gui: Rename GIT_VERSION to GITGUI_VERSION.
Shawn O. Pearce
3
-6
/
+6
2007-02-12
git-gui: Allow gitexecdir, INSTALL to be set by the caller.
Shawn O. Pearce
1
-3
/
+7
2007-02-12
import-tars: brown paper bag fix for file mode.
Michael Loeffler
1
-3
/
+1
2007-02-12
fast-import: Support reusing 'from' and brown paper bag fix reset.
Shawn O. Pearce
3
-14
/
+77
2007-02-11
Merge git-gui
Junio C Hamano
5
-0
/
+6065
2007-02-11
Add discussion section to git-tag documentation.
Junio C Hamano
1
-0
/
+131
2007-02-11
Teach git-am to pass -p option down to git-apply
Junio C Hamano
2
-8
/
+6
2007-02-11
Documentation: git-rebase -C<n>
Junio C Hamano
1
-1
/
+1
2007-02-11
Merge branch 'master' of git://repo.or.cz/git/fastimport
Junio C Hamano
4
-11
/
+67
2007-02-11
bash: Hide git-fast-import.
Shawn O. Pearce
1
-0
/
+1
2007-02-11
fast-import: Add tip about importing renames.
Shawn O. Pearce
1
-0
/
+7
2007-02-11
fast-import: Hide the pack boundary commits by default.
Shawn O. Pearce
3
-11
/
+59
2007-02-11
git-gui: Stop deleting gitk preferences.
Shawn O. Pearce
1
-8
/
+0
2007-02-11
Document that git-am can read standard input.
Michael S. Tsirkin
1
-0
/
+4
2007-02-11
Make gitk save and restore the user set window position.
Mark Levedahl
1
-5
/
+6
2007-02-11
t4016: test quoting funny pathnames in diff output
Junio C Hamano
1
-0
/
+66
2007-02-11
diff.c: More logical file name quoting for renames in diffstat.
Alexandre Julliard
1
-7
/
+27
2007-02-11
diff.c: Properly quote file names in diff --summary output.
Alexandre Julliard
1
-5
/
+12
2007-02-11
diff.c: Reuse the pprint_rename function for diff --summary output.
Alexandre Julliard
1
-27
/
+4
2007-02-11
Make it easier to override path to asciidoc command
Dotan Barak
1
-6
/
+7
2007-02-11
Avoid ugly linewrap in git help
Ren,bi(B Scharfe
1
-2
/
+2
2007-02-10
Fixed some typos in git-repack docs
Mukund
1
-3
/
+3
2007-02-10
git-svn: correctly handle boolean options via git-config
Eric Wong
1
-1
/
+1
[next]