summaryrefslogtreecommitdiffstats
path: root/git-lost-found.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-10diff-delta.c: pack the index structureDavid Kastrup1-16/+58
2007-09-09git-svn: understand grafts when doing dcommitEric Wong1-8/+3
2007-09-09git-diff: don't squelch the new SHA1 in submodule diffsSven Verdoolaege2-4/+21
2007-09-08git-svn: fix "Malformed network data" with svn:// serversEric Wong1-1/+13
2007-09-08(cvs|svn)import: Ask git-tag to overwrite old tags.Michael Smith2-2/+2
2007-09-08git-rebase: fix -C optionJ. Bruce Fields1-1/+0
2007-09-08git-rebase: support --whitespace=<option>J. Bruce Fields2-3/+11
2007-09-08Documentation / grammer nitMike Ralphson1-1/+1
2007-09-06Include a git-push example for creating a remote branchShawn O. Pearce1-0/+6
2007-09-06Cleanup unnecessary file modifications in t1400-update-refShawn O. Pearce1-2/+0
2007-09-06Makefile: Add cache-tree.h to the headers listDmitry V. Levin1-1/+1
2007-09-06Don't allow contrib/workdir/git-new-workdir to trash existing dirsShawn O. Pearce1-0/+6
2007-09-06git-apply: do not read past the end of bufferJunio C Hamano2-1/+60
2007-09-05Function for updating refs.Carlos Rica5-29/+46
2007-09-03git-p4: Added support for automatically importing newly appearing perforce br...Simon Hausmann1-2/+74
2007-09-03git-p4: Cleanup; moved the (duplicated) code for turning a branch into a git ...Simon Hausmann1-17/+11
2007-09-03git-p4: Cleanup; moved the code for the initial #head or revision import into...Simon Hausmann1-42/+45
2007-09-03git-p4: Cleanup; Turn self.revision into a function local variable (it's not ...Simon Hausmann1-9/+9
2007-09-03git-p4: Cleanup; moved the code to import a list of p4 changes using fast-imp...Simon Hausmann1-69/+71
2007-09-03git-p4: Cleanup; moved the code for getting a sorted list of p4 changes for a...Simon Hausmann1-9/+14
2007-09-03git-p4: After submission to p4 always synchronize from p4 again (into refs/re...Simon Hausmann1-2/+9
2007-09-03git-p4: Always call 'p4 sync ...' before submitting to Perforce.Simon Hausmann1-3/+2
2007-09-03send-email: Add support for SSL and SMTP-AUTHDouglas Stockwell2-27/+109
2007-09-03Start 1.5.4 cycleJunio C Hamano3-2/+16
2007-09-03GIT 1.5.3.1: obsolete git-p4 in RPM spec file.v1.5.3.1Junio C Hamano5-3/+17
2007-09-03Typofix: 1.5.3 release notesJunio C Hamano1-1/+1
2007-09-02GIT 1.5.3v1.5.3Junio C Hamano1-7/+21
2007-09-01Mention -m as an abbreviation for --mergeRobin Rosenberg1-2/+2
2007-09-01Update my contact address as the maintainer.Junio C Hamano2-2/+3
2007-09-01Documentation: minor AsciiDoc mark-up fixes.Junio C Hamano2-14/+14
2007-09-01URL: allow port specification in ssh:// URLsLuben Tuikov2-2/+32
2007-09-01Avoid one-or-more (\+) non BRE in sed scripts.Junio C Hamano2-5/+2
2007-09-01rebase -m: Fix incorrect short-logs of already applied commits.Johannes Sixt2-5/+52
2007-09-01git-diff: resurrect the traditional empty "diff --git" behaviourJunio C Hamano4-7/+45
2007-09-01git-tag: Fix -l option to use better shell style globs.Carlos Rica2-20/+11
2007-09-01git-svn: fix dcommit clobbering upstream when committing multiple changesEric Wong2-28/+62
2007-09-01git-svn: Protect against "diff.color = true".Junio C Hamano1-2/+2
2007-09-01filter-branch: introduce convenience function "skip_commit"Johannes Schindelin3-14/+42
2007-09-01filter-branch: provide the convenience functions also for commit filtersJohannes Schindelin3-13/+25
2007-09-01rebase -i: mention the option to split commits in the man pageJohannes Schindelin1-1/+38
2007-09-01filter-branch: fix remnants of old syntax in documentationJohannes Schindelin1-14/+18
2007-09-01Teach bash about completing arguments for git-tagShawn O. Pearce1-0/+58
2007-08-31Hopefully the final update to draft release notes for 1.5.3.Junio C Hamano1-1/+13
2007-08-31Make "git-log --" without paths behave the same as "git-log" without --Junio C Hamano1-1/+2
2007-08-31git-init: autodetect core.symlinksJunio C Hamano1-0/+15
2007-08-31Make git-archimport log entries more consistentMiles Bader1-1/+5
2007-08-31fix same sized delta logicNicolas Pitre1-4/+8
2007-08-31filter-branch: make sure orig_namespace ends with a single slash.Junio C Hamano1-1/+1
2007-08-31git-filter-branch: document --original optionGiuseppe Bilotta1-1/+6
2007-08-31git-filter-branch: more detailed USAGEGiuseppe Bilotta1-1/+7