summaryrefslogtreecommitdiffstats
path: root/reflog-walk.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-07-27rebase -i: fix interrupted squashingJohannes Schindelin2-1/+31
2007-07-27git-stash: do not remove a ref by hand.Junio C Hamano1-3/+4
2007-07-27Document commit.template configuration variable.Brian Gernhardt2-3/+5
2007-07-26gitk: Fix bugs in the Find functionPaul Mackerras1-35/+53
2007-07-26Update description of -z option.Junio C Hamano1-1/+3
2007-07-26rebase -i: fix overzealous output redirectionJohannes Schindelin1-1/+3
2007-07-26git-write-tree should not crash if prefix does not existNguyễn Thái Ngọc Duy1-0/+2
2007-07-26git_mkstemp(): be careful not to overflow the path buffer.Junio C Hamano2-15/+11
2007-07-26When locking in a symlinked repository, try to lock the original.Junio C Hamano1-0/+13
2007-07-26git-submodule: remove redundant call to git-describeJunio C Hamano1-1/+0
2007-07-26git-p4: Fix p4 user cache population on Windows.Simon Hausmann1-1/+2
2007-07-26git-submodule module_name: avoid using unwieldy "value_regexp" feature.Junio C Hamano1-2/+5
2007-07-26gitweb: fix broken snapshotJunio C Hamano1-1/+1
2007-07-26Make sure git-stash works from subdirectory.Junio C Hamano2-0/+8
2007-07-25Document --unified/-U optionRobin Rosenberg1-0/+7
2007-07-25GIT 1.5.3-rc3v1.5.3-rc3Junio C Hamano1-3/+33
2007-07-25git.el: Pass an explicit argument to enable smerge-mode.Alexandre Julliard1-1/+1
2007-07-25pretty-options.txt: tiny doc fixJim Meyering1-2/+2
2007-07-25t9200: Be careful when checking CVS/EntriesJunio C Hamano1-25/+39
2007-07-25git am: skip pine's internal folder dataJohannes Schindelin1-0/+6
2007-07-25Teach git-commit about commit message templates.Steven Grimm6-5/+163
2007-07-25Teach approxidate() to understand "never"Johannes Schindelin1-0/+9
2007-07-25git log -g: Complain, but do not fail, when no reflogs are thereJohannes Schindelin3-7/+9
2007-07-25send-email: Update regex parsing for pine aliasesKumar Gala1-1/+1
2007-07-25cvsexportcommit: avoid racy CVS problem.Robin Rosenberg1-0/+5
2007-07-25cleanup unpack-trees.c: shrink struct tree_entry_listRené Scharfe1-9/+3
2007-07-25filter-branch: fix dash complaining about "Missing '))'"René Scharfe1-1/+1
2007-07-25gitweb: More detailed error messages for snapshot formatJakub Narebski1-3/+10
2007-07-24git.el: Support for incremental status updates.Alexandre Julliard1-111/+113
2007-07-24user-manual: fix typolets.Junio C Hamano1-4/+4
2007-07-24Mark user-manual as UTF-8Junio C Hamano2-1/+6
2007-07-24Teach revision machinery about --no-walkJohannes Schindelin2-0/+17
2007-07-24filter-branch: Big syntax change; support rewriting multiple refsJohannes Schindelin3-60/+182
2007-07-24rebase -i: exchange all "if [ .. ]" by "if test .."Johannes Schindelin1-7/+7
2007-07-24Shut "git rebase -i" up when no --verbose was givenJohannes Schindelin1-16/+34
2007-07-24mailinfo: fix 'fatal: cannot convert from utf-8 to utf-8'Johannes Schindelin1-0/+2
2007-07-23gitk: Wait for the window to become visible after creating itPaul Mackerras1-0/+2
2007-07-23gitweb: Fix support for legacy gitweb config for snapshotsJakub Narebski1-7/+20
2007-07-23fsck --lost-found: write blob's contents, not their SHA-1Johannes Schindelin2-3/+15
2007-07-22[PATCH] gitk: Bind keyboard actions to the command key on Mac OSShawn O. Pearce1-32/+43
2007-07-22[PATCH] gitk: Ignore ctrl-z as EOF on windowsMark Levedahl1-1/+1
2007-07-22gitk: Make the fake commit for the index changes green rather than magentaPaul Mackerras1-1/+1
2007-07-22Avoid to duplicate commit message when is not encodedMarco Costalba1-1/+4
2007-07-22Synonyms: -i == --regexp-ignore-case, -E == --extended-regexpJunio C Hamano2-5/+8
2007-07-22Documentation/gitignore.txt: Fix the seriously misleading priority explanationDavid Kastrup1-8/+14
2007-07-22Fix VISUAL/EDITOR preference order in Documentation/config.txt.Junio C Hamano1-2/+2
2007-07-22gitweb: snapshot cleanups & support for offering multiple formatsMatt McCutchen1-50/+116
2007-07-22rebase -i: call editor just once for a multi-squashJohannes Schindelin2-10/+55
2007-07-21Fix up duplicate parents removalLinus Torvalds1-5/+6
2007-07-20gitweb cleanup: Move @diff_opts declaration earlierJakub Narebski1-10/+10