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-07-09
Merge branch 'maint'
Shawn O. Pearce
1
-3
/
+5
2007-07-09
Clarify documentation of fast-import's D subcommand
Shawn O. Pearce
1
-3
/
+5
2007-07-09
git-gui: Include a space in Cygwin shortcut command lines
Shawn O. Pearce
1
-1
/
+1
2007-07-09
git-gui: Use sh.exe in Cygwin shortcuts
Shawn O. Pearce
1
-1
/
+1
2007-07-09
git-gui: Paper bag fix for Cygwin shortcut creation
Shawn O. Pearce
1
-1
/
+1
2007-07-09
Merge branch 'maint'
Shawn O. Pearce
2
-9
/
+17
2007-07-09
git-gui: Don't linewrap within console windows
Shawn O. Pearce
1
-0
/
+4
2007-07-09
git-gui: Correct ls-tree buffering problem in browser
Shawn O. Pearce
1
-9
/
+13
2007-07-09
gitk: Use git log and add support for --left-right
Paul Mackerras
1
-12
/
+34
2007-07-09
gitk: Fix bug causing "can't read commitrow(0,n)" error
Paul Mackerras
1
-2
/
+2
2007-07-09
[PATCH] gitk: Fix for tree view ending in nested directories
Brian Downing
1
-0
/
+3
2007-07-09
git-gui: Improve the Windows and Mac OS X shortcut creators
Shawn O. Pearce
2
-21
/
+31
2007-07-09
git-gui: Teach console widget to use git_read
Shawn O. Pearce
2
-34
/
+29
2007-07-08
pack-objects: Prefer shallower deltas if the size is equal
Brian Downing
1
-1
/
+7
2007-07-09
git-gui: Perform our own magic shbang detection on Windows
Shawn O. Pearce
1
-13
/
+24
2007-07-09
git-gui: Treat `git version` as `git --version`
Shawn O. Pearce
1
-0
/
+1
2007-07-08
Revert 88494423 (removal of duplicate parents in the output codepath)
Junio C Hamano
1
-13
/
+1
2007-07-08
revision.c: remove duplicated parents after history simplification
Junio C Hamano
1
-0
/
+20
2007-07-09
git-gui: Assume unfound commands are known by git wrapper
Shawn O. Pearce
1
-1
/
+4
2007-07-09
git-gui: Correct gitk installation location
Shawn O. Pearce
1
-12
/
+4
2007-07-09
git-gui: Always use absolute path to all git executables
Shawn O. Pearce
13
-84
/
+258
2007-07-08
git-gui: Show a progress meter for checking out files
Shawn O. Pearce
2
-18
/
+55
2007-07-08
git-gui: Change the main window progress bar to use status_bar
Shawn O. Pearce
2
-12
/
+8
2007-07-08
git-gui: Extract blame viewer status bar into mega-widget
Shawn O. Pearce
2
-41
/
+87
2007-07-08
git-gui: Allow double-click in checkout dialog to start checkout
Shawn O. Pearce
2
-0
/
+5
2007-07-08
git-gui: Default selection to first matching ref
Shawn O. Pearce
1
-0
/
+5
2007-07-08
git-gui: Unabbreviate commit SHA-1s prior to display
Shawn O. Pearce
1
-1
/
+20
2007-07-08
git-gui: Refactor branch switch to support detached head
Shawn O. Pearce
11
-449
/
+746
2007-07-08
Document custom hunk header selection
Junio C Hamano
1
-4
/
+51
2007-07-08
Merge branch 'maint'
Junio C Hamano
2
-6
/
+23
2007-07-08
rebase -i: put a nice warning into the todo list
Johannes Schindelin
1
-0
/
+3
2007-07-08
rebase -i: remember the settings of -v, -s and -p when interrupted
Johannes Schindelin
2
-0
/
+14
2007-07-08
rebase -i: actually show the diffstat when being verbose
Johannes Schindelin
1
-4
/
+4
2007-07-08
rebase -i: handle --continue more like non-interactive rebase
Johannes Schindelin
2
-10
/
+32
2007-07-08
t7004: Skip tests for signed tags in an old version of gpg.
Carlos Rica
1
-0
/
+11
2007-07-08
Fix merge-one-file for our-side-added/our-side-removed cases
Junio C Hamano
1
-4
/
+6
2007-07-08
git-commit: don't add multiple Signed-off-by: from the same identity
Gerrit Pape
1
-9
/
+11
2007-07-08
branch.autosetupmerge: allow boolean values, or "all"
Johannes Schindelin
4
-9
/
+28
2007-07-08
git-stash: try reusing cached stat info as much as possible
Junio C Hamano
1
-3
/
+3
2007-07-08
git-gui: Refactor our ui_status_value update technique
Shawn O. Pearce
5
-64
/
+67
2007-07-08
git-gui: Better handling of detached HEAD
Shawn O. Pearce
1
-4
/
+14
2007-07-08
git-gui: Automatically refresh tracking branches when needed
Shawn O. Pearce
2
-14
/
+88
2007-07-08
git-gui: Option to default new branches to match tracking branches
Shawn O. Pearce
4
-5
/
+26
2007-07-08
git-gui: Sort tags descending by tagger date
Shawn O. Pearce
1
-3
/
+2
2007-07-08
git-gui: Enhance choose_rev to handle hundreds of branches
Shawn O. Pearce
3
-114
/
+249
2007-07-08
git-gui: Fast-forward existing branch in branch create dialog
Shawn O. Pearce
1
-22
/
+198
2007-07-08
git-gui: Allow users to match remote branch names locally
Shawn O. Pearce
2
-4
/
+49
2007-07-08
git-gui: Maintain remote and source ref for tracking branches
Shawn O. Pearce
2
-18
/
+60
2007-07-08
git-gui: Optimize for newstyle refs/remotes layout
Shawn O. Pearce
2
-21
/
+40
2007-07-08
git-gui: Refactor the delete branch dialog to use class system
Shawn O. Pearce
4
-165
/
+185
[prev]
[next]