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-05
bash: Support git-bisect and its subcommands.
Shawn O. Pearce
1
-0
/
+31
2007-02-05
bash: Support --add completion to git-config.
Shawn O. Pearce
1
-1
/
+1
2007-02-05
bash: Hide git-resolve, its deprecated.
Shawn O. Pearce
1
-0
/
+1
2007-02-05
bash: Offer --prune completion for git-gc.
Shawn O. Pearce
1
-0
/
+14
2007-02-05
bash: Hide diff-stages from completion.
Shawn O. Pearce
1
-0
/
+1
2007-02-05
bash: Support completion on git-cherry.
Shawn O. Pearce
1
-0
/
+8
2007-02-05
Show an example of deleting commits with git-rebase.
Shawn O. Pearce
1
-2
/
+25
2007-02-05
git-for-each-ref doesn't return "the bit after $GIT_DIR/refs"
Andy Parkins
1
-1
/
+1
2007-02-05
t9200: Work around HFS+ issues.
Junio C Hamano
1
-0
/
+14
2007-02-04
Rename get_ident() to fmt_ident() and make it available to outside
Junio C Hamano
2
-4
/
+5
2007-02-04
git-archimport: initial import needs empty directory
Gerrit Pape
1
-0
/
+9
2007-02-04
Revert "Allow branch.*.merge to talk about remote tracking branches."
Junio C Hamano
1
-6
/
+2
2007-02-04
Merge branch 'np/dreflog'
Junio C Hamano
14
-135
/
+232
2007-02-04
Why is it bad to rewind a branch that has already been pushed out?
Robin Rosenberg
1
-0
/
+2
2007-02-04
git-clone --reference: saner handling of borrowed symrefs.
Junio C Hamano
2
-2
/
+67
2007-02-04
bash: Support internal revlist options better.
Shawn O. Pearce
1
-1
/
+3
2007-02-04
bash: Support unique completion when possible.
Shawn O. Pearce
1
-99
/
+91
2007-02-04
bash: Support unique completion on git-config.
Shawn O. Pearce
1
-38
/
+82
2007-02-04
bash: Classify more commends out of completion.
Shawn O. Pearce
1
-1
/
+17
2007-02-04
bash: Add space after unique command name is completed.
Shawn O. Pearce
1
-6
/
+20
2007-02-04
bash: Complete long options to git-add.
Shawn O. Pearce
1
-0
/
+16
2007-02-04
bash: Classify cat-file and reflog as plumbing.
Shawn O. Pearce
1
-20
/
+3
2007-02-04
bash: Remove short option completions for branch/checkout/diff.
Shawn O. Pearce
1
-3
/
+3
2007-02-03
show-branch -g: default to the current branch.
Junio C Hamano
2
-4
/
+9
2007-02-03
Let git-checkout always drop any detached head
Nicolas Pitre
1
-15
/
+2
2007-02-03
Enable HEAD@{...} and make it independent from the current branch
Nicolas Pitre
1
-26
/
+36
2007-02-03
Merge branch 'master' into np/dreflog
Junio C Hamano
123
-923
/
+5106
2007-02-03
Default GIT_MERGE_VERBOSITY to 5 during tests.
Shawn O. Pearce
1
-0
/
+2
2007-02-03
Keep untracked files not involved in a merge.
Shawn O. Pearce
2
-1
/
+43
2007-02-03
Assorted typo fixes
Pavel Roskin
27
-41
/
+41
2007-02-03
Cleanup subcommand documentation for git-remote.
Shawn O. Pearce
1
-4
/
+19
2007-02-03
git-config --rename-section could rename wrong section
Pavel Roskin
1
-1
/
+1
2007-02-03
combine-diff: special case --unified=0
Junio C Hamano
1
-4
/
+30
2007-02-03
Why is it bad to rewind a branch that has already been pushed out?
Junio C Hamano
1
-3
/
+3
2007-02-03
honor GIT_REFLOG_ACTION in git-commit
Junio C Hamano
2
-1
/
+4
2007-02-03
fix reflog entries for "git-branch"
Junio C Hamano
1
-2
/
+8
2007-02-03
scan reflogs independently from refs
Nicolas Pitre
5
-9
/
+67
2007-02-02
core-tutorial: http reference link fix
Junio C Hamano
1
-2
/
+2
2007-02-02
Tutorial-2: Adjust git-status output to recent reality.
Junio C Hamano
1
-8
/
+7
2007-02-02
Tutorial: fix asciidoc formatting of "git add" section.
Junio C Hamano
1
-18
/
+18
2007-02-02
Don't leak file descriptors from unavailable pack files.
Shawn O. Pearce
1
-1
/
+16
2007-02-02
doc: hooks.txt said post-commit default sends an email, it doesn't
Andy Parkins
1
-3
/
+2
2007-02-02
Disallow invalid --pretty= abbreviations
Eric Wong
1
-1
/
+2
2007-02-01
Fix some documentation typos and grammar
Mike Coleman
2
-6
/
+8
2007-02-01
Don't find objects in packs which aren't available anymore.
Shawn O. Pearce
1
-0
/
+12
2007-02-01
Refactor open_packed_git to return an error code.
Shawn O. Pearce
1
-15
/
+16
2007-02-01
Correct comment in prepare_packed_git_one.
Shawn O. Pearce
1
-1
/
+4
2007-02-01
Cleanup prepare_packed_git_one to reuse install_packed_git.
Shawn O. Pearce
1
-2
/
+1
2007-02-01
Teach 'git remote' how to cleanup stale tracking branches.
Shawn O. Pearce
2
-1
/
+43
2007-02-01
Pull out remote listing functions in git-remote.
Shawn O. Pearce
1
-20
/
+23
[next]